Rust
API for [EU] Rotten Land | Vanilla | Monthly
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11435292json
{
"response": {
"fps": 98,
"fps_avg": 98,
"entities_count": 83478,
"world_seed": 1140505306,
"world_size": 3750,
"steam_id": "90285399585208343",
"domain": null,
"id": 11435292,
"ip": "185.180.2.35",
"port": 28479,
"query": 27479,
"color": 0,
"city": "Prague",
"description": "![[EU] Rotten Land | Vanilla | Monthly](https://i.postimg.cc/6pMpJ1fz/rotten-land-banner.png)\nSlovensky:\r\n\r\n* Mapa wipe — každý mesiac (Force Wipe)\r\n* BP wipe — každé 3 mesiace\r\n* Cheaty & hacking — prísny zákaz, ban bez varovania\r\n* Čisto Vanilla — žiadne pluginy, čistý Rust zážitok\r\n* Vulgarizmy, politika a rasizmus — kick/ban bez varovania\r\n\r\n* Ďalší wipe — 7.5.2026 (Map wipe)\r\n\r\n English:\r\n\r\n* Map wipe — every month (Force Wipe)\r\n* BP wipe — every 3 months\r\n* Cheats & hacking — strictly forbidden, ban without warning\r\n* Pure Vanilla — no plugins, pure Rust experience\r\n* Vulgarity, politics and racism — kick/ban without warning\r\n\r\n* Next wipe — 7.5.2026(Map wipe)",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1778695938,
"score": 0,
"last_online": 1778055616,
"icon": null,
"name": "[EU] Rotten Land | Vanilla | Monthly",
"connect": "185.180.2.35:28479",
"request": "185.180.2.35:27479",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "CZ",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1774977185,
"last_update": 1778695938,
"banned": false,
"wipe": 1775151919,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 7567,
"language": "cs",
"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/11435292");
$data = json_decode($json, true);
var_dump($data);