API for S4LTY'S ~ [Enhanced PVE] 2x Vanilla [SOLO]
JSON for programs, websites and more
text
json
{
"response": {
"fps": 30,
"fps_avg": 30,
"entities_count": 87021,
"world_seed": 386292363,
"world_size": 4000,
"steam_id": "90286480485136396",
"domain": null,
"id": 6783777,
"ip": "89.213.214.25",
"port": 28005,
"query": 28006,
"color": 0,
"city": "Ashburn",
"description": "![S4LTY'S ~ 2x 4Noobs, [SOLO/DUO, WEEKLY]](https://www.dropbox.com/scl/fi/rp2k68nllc5jjn7svr0l7/308-3083859_rust-game-1.png?rlkey=a2lro8depcpwwijdb4xpkwt8f&dl=1)\n* MAX Team Size (2)\r\n* ACTIVE ADMIN\r\n* Safe Community\r\n* Map Size: 4000\r\n* Weekly (Thursday) Map + Player Wipe\r\n* Blueprint Wipe on Force Wipe\r\n\r\nRULES:\r\n\r\n* No Griefing other Players\r\n* No Hacking or Scripting\r\n* No Intentional Bug Abuse\r\n* No Ban Evading\r\n* No Racism EVER\r\n* Failure to comply = BAN",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780470420,
"last_online": 1780599634,
"icon": null,
"name": "S4LTY'S ~ [Enhanced PVE] 2x Vanilla [SOLO]",
"connect": "89.213.214.25:28005",
"request": "89.213.214.25:28006",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1733152293,
"last_update": 1780599634,
"banned": false,
"wipe": 1778181497,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2916,
"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/6783777");
$data = json_decode($json, true);
var_dump($data);