API for Rusty Goats | Hybrid | Noob Friendly | Solo/Duo/Trio
JSON for programs, websites and more
text
json
{
"response": {
"fps": 60,
"fps_avg": 59,
"entities_count": 111757,
"world_seed": 1924411584,
"world_size": 4500,
"steam_id": 90286604540726290,
"domain": null,
"id": 7027808,
"ip": "156.236.84.29",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Dallas",
"description": "Welcome to Rusty Goats!\r\n\r\nA community-focused environment for all skill levels.\r\n\r\n[ SERVER FEATURES ]\r\n- Group Limit: Solo / Duo / Trio\r\n- Upkeep: 50% Reduced Cost\r\n- Wipe Cycle: Monthly Map & Blueprints\r\n- Active Admins\r\n\r\n[ RULES & COMMUNITY ]\r\n- No Cheating, Scripting, or Exploits\r\n- Zero Tolerance for Racism or Toxicity\r\n- English only in Global Chat\r\n- Type !bangs in-game for info\r\n\r\nJoin our Discord for support & updates:\r\ndiscord.gg/TjqW7Cwed5",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780596862,
"last_online": 1780599630,
"icon": null,
"name": "Rusty Goats | Hybrid | Noob Friendly | Solo/Duo/Trio",
"connect": "156.236.84.29:28015",
"request": "156.236.84.29:28016",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 3,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 62,
"add_date": 1735073728,
"last_update": 1780599630,
"banned": false,
"wipe": 1780597396,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1589,
"language": "en",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/7027808");
$data = json_decode($json, true);
var_dump($data);