API для Wuh GUh
JSON для программ, сайтов и прочего
text
json
{
"response": {
"dedicated": false,
"gametype": "AFFGameInfo_Incursion",
"os": "w",
"product": "angelfall",
"region": 255,
"steam_id": "90289400046304286",
"domain": null,
"id": 12487130,
"ip": "108.240.45.5",
"port": 7777,
"query": 27015,
"project_id": null,
"color": 0,
"city": "Tomball",
"description": null,
"game": 367270,
"owner": null,
"boosts": 1,
"last_offline": 1784692337,
"last_online": 1784701800,
"icon": null,
"name": "Wuh GUh",
"connect": "108.240.45.5:7777",
"request": "108.240.45.5:27015",
"map": "aff-irega",
"gamemode": null,
"version": "1.0.0.0",
"numplayers": 2,
"maxplayers": 64,
"bots": 2,
"secured": true,
"private": null,
"country": "US",
"status": true,
"votes": 0,
"points": 35,
"add_date": 1784692337,
"last_update": 1784701800,
"ban_reason": null,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 122,
"language": "en",
"parked": false,
"app": {
"id": 160,
"steam_id": 367270,
"name": "Angels Fall First",
"url": "angels-fall-first"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/12487130");
$data = json_decode($json, true);
var_dump($data);