API для ⦿ ICEFUSE EU 2X Duo (Solo/Duo|Loot x2|WIPED)
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 30,
"fps_avg": 30,
"map_url": "procedural_map_4500_seed_409403956_r288",
"map_kind": "procedural",
"map_name": "Procedural Map",
"map_seed": 409403956,
"map_size": 4500,
"map_revision": 288,
"entities_count": 113359,
"steam_id": "90292100787545117",
"domain": null,
"id": 13619808,
"ip": "64.40.9.97",
"port": 28013,
"query": 28018,
"project_id": null,
"color": 0,
"city": "Лондон",
"description": "\n▼SERVER FEATURES▼\r\n⦿ 2X Gather Rates, 2X Recycle AND 2X Smelting Speeds!\r\n⦿ Advanced Loot With Removed Junk, Enhanced Stack Sizes!\r\n⦿ Free Bgrade, Autodoors, Skinbox, and Remove for everyone!\r\n⦿ Clans, Teams, Kits, Homes, Teleporting\r\n⦿ Merged Outpost And Bandit With Recyclers At Monuments\r\n \r\n▼SERVER RAIDING RULES▼\r\n ✓ You are allowed 2 members to roam/raid/base with!\r\n \r\n▼SERVER WIPE TIMES▼\r\n ★ Full wipe every Monday at 2:00 PM\r\n ★ Full wipe every Thursday at 2:00 PM\r\n ★ Blueprints wipe every wipe!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1788458476,
"last_online": 1788512457,
"icon": null,
"name": "⦿ ICEFUSE EU 2X Duo (Solo/Duo|Loot x2|WIPED)",
"connect": "64.40.9.97:28013",
"request": "64.40.9.97:28018",
"map": "Wiped 14 hours ago",
"gamemode": "Survival",
"version": "2633",
"numplayers": 0,
"maxplayers": 250,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1786316582,
"last_update": 1788512457,
"ban_reason": null,
"banned": false,
"hidden": false,
"wipe": 1788458727,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5222,
"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/13619808");
$data = json_decode($json, true);
var_dump($data);