API для ⦿ ICEFUSE EU 2X Quad (Solo/Duo/Trio/Quad|Loot x2|WIPED)
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 5,
"fps_avg": 5,
"map_url": "procedural_map_3500_seed_1337_r288",
"map_kind": "procedural",
"map_name": "Procedural Map",
"map_seed": 1337,
"map_size": 3500,
"map_revision": 288,
"entities_count": 66880,
"steam_id": "90292100646383627",
"domain": null,
"id": 13619348,
"ip": "168.100.161.95",
"port": 28045,
"query": 28046,
"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 4 members to roam/raid/base with!\r\n \r\n▼SERVER WIPE TIMES▼\r\n ★ Full wipe every Wednesday at 3:00 PM\r\n ★ Full wipe every Sunday at 3:00 PM\r\n ★ Blueprints wipe every wipe!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1788454889,
"last_online": 1788512457,
"icon": null,
"name": "⦿ ICEFUSE EU 2X Quad (Solo/Duo/Trio/Quad|Loot x2|WIPED)",
"connect": "168.100.161.95:28045",
"request": "168.100.161.95:28046",
"map": "Wiped 15 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": 1786314155,
"last_update": 1788512457,
"ban_reason": null,
"banned": false,
"hidden": false,
"wipe": 1788458144,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5219,
"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/13619348");
$data = json_decode($json, true);
var_dump($data);