API для WEREWOLF GAMING.CO 5x Solo/Duo|Loot x5|TP|Homes|Kits|JUST WIPED
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 30,
"fps_avg": 28,
"map_url": "procedural_3700_ggmftyanl0cvlizmdr7x0a_r287",
"map_kind": "procedural",
"map_name": "Procedural Map",
"map_seed": null,
"map_size": 3700,
"map_revision": 287,
"entities_count": 299136,
"steam_id": "90290768922175503",
"domain": null,
"id": 5360665,
"ip": "205.178.168.149",
"port": 28010,
"query": 28015,
"project_id": null,
"color": 0,
"city": "London",
"description": "\n ▶The Professionals of Modded Rust◀\r\nWerewolf Gaming.co 5x Duo\r\n» Max Group: 2\r\n» 24/7 Staff|Anti Cheat|Anti Teaming\r\n» Leaderboards & Playtime Rewards\r\n» 5x Gather Rates|5x Crafting Speed|5x Components\r\n» Custom Maps\r\n» Clan BP Sharing\r\n» BGrade|Remover Tool|Base Skinning\r\n» Recyclers at Monuments\r\n» Extended Workbench Range",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1783020210,
"last_online": 1786703544,
"icon": null,
"name": "WEREWOLF GAMING.CO 5x Solo/Duo|Loot x5|TP|Homes|Kits|JUST WIPED",
"connect": "205.178.168.149:28010",
"request": "205.178.168.149:28015",
"map": "Server WIPED 21 HOURS AGO",
"gamemode": "Survival",
"version": "2632",
"numplayers": 225,
"maxplayers": 250,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 103,
"add_date": 1722077844,
"last_update": 1786703544,
"ban_reason": null,
"banned": false,
"wipe": 1786625679,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 141,
"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/5360665");
$data = json_decode($json, true);
var_dump($data);