API для EU|DK HAPIS ISLAND | LOW UPKEEP | MONTHLY
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 89,
"fps_avg": 89,
"entities_count": 60668,
"world_seed": 1337,
"world_size": 4096,
"steam_id": "90286575985300495",
"domain": null,
"id": 8643957,
"ip": "5.39.63.197",
"port": 28021,
"query": 28020,
"color": 0,
"city": "Paris",
"description": "\nLast map & BP wipe: 7. may 2026\r\nNext map & BP wipe: 4. june 2026\r\n\r\nMap: Hapis Island (2025 by Bunny)\r\nType: Vanilla\r\nWipe: Monthly\r\n\r\n-------- RULES --------\r\n- No hacks of any kind\r\n- No griefing\r\n- No advertising allowed\r\n- No racism, spam or abusive language in chat\r\n- English and Scandinavian languages in chat\r\n- Respect all players and admins",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780533859,
"last_online": 1780582839,
"icon": null,
"name": "EU|DK HAPIS ISLAND | LOW UPKEEP | MONTHLY",
"connect": "5.39.63.197:28021",
"request": "5.39.63.197:28020",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 1,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "FR",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1745253868,
"last_update": 1780582839,
"banned": false,
"wipe": 1778176084,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3278,
"language": "fr",
"parked": false,
"app": {
"id": 252490,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/8643957");
$data = json_decode($json, true);
var_dump($data);