API for Rusty Goats | Vanilla+ | Solo/Duo/Trio | Monthly
JSON for programs, websites and more
text
json
{
"response": {
"fps": 60,
"fps_avg": 59,
"entities_count": 103467,
"world_seed": 1337,
"world_size": 4250,
"steam_id": "90286580696903698",
"domain": null,
"id": 7027810,
"ip": "156.236.84.29",
"port": 28030,
"query": 28031,
"color": 0,
"city": "Dallas",
"description": "Welcome to Rusty Goats!\r\nExperience an enhanced Rust survival with quality-of-life improvements.\r\n\r\n[ SERVER FEATURES ]\r\n- Vanilla+ Survival\r\n- Group Limit: Solo / Duo / Trio\r\n- Wipe Cycle: Monthly Map & Blueprints\r\n- High Performance (NA)\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": 1780345451,
"last_online": 1780554628,
"icon": null,
"name": "Rusty Goats | Vanilla+ | Solo/Duo/Trio | Monthly",
"connect": "156.236.84.29:28030",
"request": "156.236.84.29:28031",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1735073729,
"last_update": 1780554628,
"banned": false,
"wipe": 1778177078,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2650,
"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/7027810");
$data = json_decode($json, true);
var_dump($data);