API для POTW! CUSTOM LOOT|XPLUS|1HIT|Z|MINI|5x-10x
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 79,
"fps_avg": 77,
"map_url": "procedural_map_4500_seed_18709_r286",
"map_kind": "procedural",
"map_name": "Procedural Map",
"map_seed": 18709,
"map_size": 4500,
"map_revision": 286,
"entities_count": 141261,
"steam_id": "90291269844738066",
"domain": null,
"id": 8635223,
"ip": "104.128.58.19",
"port": 28015,
"query": 28016,
"project_id": null,
"color": 0,
"city": "Чикаго",
"description": "FULLY CUSTOMIZED LOOT!!! \r\n X PLUS GATHER \r\n Teleport. MyMini. \r\n Bgrade, Up, Remove. \r\n One hit barrel w/ auto pickup! \r\n Sort. ZLevels.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1787582825,
"last_online": 1788244289,
"icon": null,
"name": "POTW! CUSTOM LOOT|XPLUS|1HIT|Z|MINI|5x-10x",
"connect": "104.128.58.19:28015",
"request": "104.128.58.19:28016",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2631",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1745183199,
"last_update": 1788244289,
"ban_reason": null,
"banned": false,
"hidden": false,
"wipe": 1783130388,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2854,
"language": "en",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/8635223");
$data = json_decode($json, true);
var_dump($data);