API для [ZH] Neuzeithoehle
JSON для программ, сайтов и прочего
text
json
{
"response": {
"dedicated": true,
"gametype": "ctf,alltalk,bots,gravity,HLstatsX:CE,noblock,registered,stats",
"os": "l",
"product": "tf",
"region": 3,
"steam_id": "90289167766357011",
"domain": null,
"id": 12364992,
"ip": "54.36.45.248",
"port": 23886,
"query": 23886,
"project_id": null,
"color": 0,
"city": "Paris",
"description": null,
"game": 440,
"owner": null,
"boosts": 1,
"last_offline": 1784808780,
"last_online": 1784358058,
"icon": null,
"name": "[ZH] Neuzeithoehle",
"connect": "54.36.45.248:23886",
"request": "54.36.45.248:23886",
"map": "koth_suijin",
"gamemode": null,
"version": "10828683",
"numplayers": 0,
"maxplayers": 64,
"bots": 0,
"secured": true,
"private": null,
"country": "FR",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1784352071,
"last_update": 1784808780,
"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": 10118,
"language": "fr",
"parked": false,
"app": {
"id": 24,
"steam_id": 440,
"name": "Team Fortress 2",
"url": "team-fortress-2"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/12364992");
$data = json_decode($json, true);
var_dump($data);