API for Rustadia | Main | Monthly | EU | No BP Wipes
JSON for programs, websites and more
text
json
{
"response": {
"fps": 60,
"fps_avg": 59,
"entities_count": 103634,
"world_seed": 1337,
"world_size": 3750,
"steam_id": "90286581308668932",
"domain": null,
"id": 9527459,
"ip": "141.98.157.195",
"port": 28015,
"query": 28017,
"color": 0,
"city": "City of London",
"description": "\nMap - Monthly @ Force\r\nBPs - Never Wipe\r\n\r\nDiscord: discord.gg/rustadia\r\n- Group Limit: 8\r\n- 50% Upkeep\r\n- Map Size: 4000\r\n\r\nRules:\r\n- No hacking or scripting\r\n- No bug abuse\r\n- No ban evading\r\n- No racism\r\n- Full rules on website",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780493041,
"last_online": 1780558419,
"icon": null,
"name": "Rustadia | Main | Monthly | EU | No BP Wipes",
"connect": "141.98.157.195:28015",
"request": "141.98.157.195:28017",
"map": "discord.gg/rustadia",
"gamemode": "Vanilla",
"version": "2625",
"numplayers": 0,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1750537924,
"last_update": 1780558419,
"banned": false,
"wipe": 1778175829,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3048,
"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/9527459");
$data = json_decode($json, true);
var_dump($data);