API for (US) RustRaiders 2x PVE/PVP | Custom Map - PVP Zones - Custom E
JSON for programs, websites and more
text
json
{
"response": {
"fps": 208,
"fps_avg": 205,
"entities_count": 68582,
"world_seed": 50000,
"world_size": 2000,
"steam_id": "90286599308173323",
"domain": null,
"id": 11645266,
"ip": "157.85.90.206",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Docklands",
"description": "\nThe Best PVE/PVP Network \r\n- Custom Map \r\n- Quests \r\n- Skills \r\n- Raidable Bases \r\n- Custom Gear \r\n- Water Treatment Event \r\n- Airfield Event \r\n- Custom Outpost Vending \r\n- PVP Zones \r\n- Roaming NPCs \r\n- Much More!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780584864,
"last_online": 1780594232,
"icon": null,
"name": "(US) RustRaiders 2x PVE/PVP | Custom Map - PVP Zones - Custom E",
"connect": "157.85.90.206:28015",
"request": "157.85.90.206:28016",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "AU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1780177458,
"last_update": 1780594232,
"banned": false,
"wipe": 1780584223,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 1,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5307,
"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/11645266");
$data = json_decode($json, true);
var_dump($data);