API для [US] ICEFUSE TEST SERVER 1
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 30,
"fps_avg": 30,
"map_url": "procedural_map_3250_seed_909719979_r288",
"map_kind": "procedural",
"map_name": "Procedural Map",
"map_seed": 909719979,
"map_size": 3250,
"map_revision": 288,
"entities_count": 35602,
"steam_id": "90291783114794013",
"domain": null,
"id": 12137680,
"ip": "216.39.240.61",
"port": 28012,
"query": 28017,
"project_id": null,
"color": 0,
"city": "Dallas",
"description": "![[US] ICEFUSE TEST SERVER 1](https://cdn.nexorametrics.com/USbattlefield.png)\nTHIS IS A CLONE OF OUR BATTLEFIELD SERVER!\r\n > Million X Gather Rates, Fast Recycle AND Smelting Speeds!\r\n > Free Bgrade, Skinbox, Sign Artist, MyMini For Everyone!\r\n > Clans, Teams, Kits, Homes, Teleporting, Bounties, Bgrade, Remove\r\n > Vehicles Spawn With Full Health AND Parts!\r\n > Custom Anticheat!\r\n \r\n▼SERVER WIPE TIMES▼\r\n ★ Tuesday at 3:00 PM GMT\r\n ★ Friday at 1:00 PM GMT",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1786763242,
"last_online": 1788010143,
"icon": null,
"name": "[US] ICEFUSE TEST SERVER 1",
"connect": "216.39.240.61:28012",
"request": "216.39.240.61:28017",
"map": "Wiped 10 hours ago",
"gamemode": "Vanilla",
"version": "2633",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1783803727,
"last_update": 1788010143,
"ban_reason": null,
"banned": false,
"wipe": 1787972869,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5163,
"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/12137680");
$data = json_decode($json, true);
var_dump($data);