Rust
API for [US] Dirty Gofer Construct | Build | Noclip | Creative
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/8410522json
{
"response": {
"fps": 78,
"fps_avg": 71,
"entities_count": 66648,
"world_seed": 1337,
"world_size": 5500,
"steam_id": "90284897476189185",
"domain": null,
"id": 8410522,
"ip": "158.69.241.34",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Montreal",
"description": "![[US] Dirty Gofer Construct | Build | Noclip | Creative](https://i.postimg.cc/5yQd7XG2/Build-USA.jpg)\nDirty Gofer Construct – The Next Generation of Sandbox Servers\r\n\r\n Unleash your creativity and test your survival skills in a dynamic, ever-evolving sandbox environment. Build and design your dream base, experiment with innovative layouts, and challenge yourself with real-time raids – all while having endless fun!\r\n\r\n Key Features:\r\n 48hr Inactive Purge: Automatically removes inactive players.\r\n Private Plots: Secure personal building areas (via TC).\r\n Custom Map: Expanded 3200-sized progen island with flat building islands (Sunday wipe at 6am ACST).\r\n Unlimited Resources & God Mode: Access via F1 for instant item spawning and invulnerability.\r\n NOCLIP & Debug Camera: Fly freely around the map and record your adventures.\r\n Vehicle Spawner: Use the /vs command for quick vehicle deployment.\r\n PVP Arena & Optimized Cycle: Create arenas to test your PVP skills while enjoying long days and short nights for perfect base lighting.\r\n Custom Anti-Cheat (EAHP): Ensures fair play and an uncompromised gaming experience.\r\n Active Staff: Dedicated owner and team support to keep the server running smoothly.\r\n\r\n Please behave in a mature manner. Trolls, griefers, and toxic players are not welcome. Server rules: https://www.dirtygoferyt.com/rules",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1777032200,
"score": 0,
"last_online": 1777329621,
"icon": null,
"name": "[US] Dirty Gofer Construct | Build | Noclip | Creative",
"connect": "158.69.241.34:28015",
"request": "158.69.241.34:28016",
"map": "HUGE FLAT ISLANDS",
"gamemode": "Survival",
"version": "2623",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "CA",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1743835181,
"last_update": 1777329621,
"banned": false,
"wipe": 1775823001,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3230,
"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/8410522");
$data = json_decode($json, true);
var_dump($data);