Rust
API for №[1] D2S Overrun-Z PvE 1000 Zombies Raidable Bases Events
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/446283json
{
"response": {
"steam_id": "90285207846136855",
"domain": null,
"id": 446283,
"ip": "208.52.153.33",
"port": 28049,
"query": 28046,
"color": 0,
"city": "Dallas",
"description": "![№[1] D2S Overrun-Z PvE 1000 Zombies Raidable Bases Events](https://cdn.shopify.com/s/files/1/0698/8146/2921/files/Banner-OverrunZ-S1.png?v=1761422159)\nOverrun-Z: PvE Chaos\r\nZombies. Raids. Relentless Combat.\r\n\r\nThe world didn’t end - it was overrun.\r\nFace endless hordes, raidable bases, and faction wars packed with loot and danger.\r\n\r\nTrigger Events: Skyfall Airdrops, Arctic Assaults, Iron Dock Raids.\r\nRaidable Bases: Easy → Nightmare, big risk, bigger reward.\r\nDog Tag Economy: Trade tags for RP and upgrades.\r\nDaily RP Boosts: Mon/Wed x3 | Tue/Thu x2 | Nights x2",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775194330,
"score": null,
"last_online": 1777674766,
"icon": null,
"name": "№[1] D2S Overrun-Z PvE 1000 Zombies Raidable Bases Events",
"connect": "208.52.153.33:28049",
"request": "208.52.153.33:28046",
"map": "Procedural Map",
"gamemode": "Rust",
"version": "2623",
"numplayers": 1,
"maxplayers": 60,
"bots": 0,
"secured": false,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1630779749,
"last_update": 1777674766,
"banned": false,
"wipe": 1775154090,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1948,
"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/446283");
$data = json_decode($json, true);
var_dump($data);