API dla Rotten Land | Hardcore | Monthly | CZ/SK/EU
JSON dla programów, stron i innych
text
json
{
"response": {
"fps": 20,
"fps_avg": 20,
"entities_count": 55151,
"world_seed": 0,
"world_size": 3250,
"steam_id": "90286577586468877",
"domain": null,
"id": 11500854,
"ip": "185.180.2.121",
"port": 28479,
"query": 27479,
"color": 0,
"city": "Prague",
"description": "\nSlovensky:\r\n\r\nBP wipe — každý mesiac\r\nCheaty & hacking — prísny zákaz, ban bez varovania\r\nCustom anti-cheat\r\nNoTechTree : Tech Tree je vypnuty na tomto serveri\r\n\r\nĎalší wipe — 4.6.2026\r\n\r\n\r\nEnglish:\r\n\r\nBP wipe — every month\r\nCheats & hacking — strictly forbidden, ban without warning\r\nCustom anti-cheat\r\nNoTechTree : 'The Tech Tree has been disabled.\r\n\r\nNext wipe — 4.6.2026",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779904353,
"last_online": 1780581640,
"icon": null,
"name": "Rotten Land | Hardcore | Monthly | CZ/SK/EU",
"connect": "185.180.2.121:28479",
"request": "185.180.2.121:27479",
"map": "Procedural Map",
"gamemode": "Hardcore",
"version": "2625",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "CZ",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779207164,
"last_update": 1780581640,
"banned": false,
"wipe": 1778947733,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4683,
"language": "cs",
"parked": false,
"app": {
"id": 252490,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Przykłady kodu
php
<?php
$json = file_get_contents("https://api.gamemonitoring.pl/servers/11500854");
$data = json_decode($json, true);
var_dump($data);