API для [DIE]Noobs-Community & Respektschelle
JSON для программ, сайтов и прочего
text
json
{
"response": {
"dedicated": true,
"gametype": "cp,fastdl,HLstatsX:CE,premium,replays,stats",
"os": "l",
"product": "tf",
"region": 3,
"steam_id": "90289159837100055",
"domain": null,
"id": 12362802,
"ip": "178.32.48.53",
"port": 32143,
"query": 32143,
"project_id": null,
"color": 0,
"city": "Erith",
"description": null,
"game": 440,
"owner": null,
"boosts": 1,
"last_offline": 1784808780,
"last_online": 1784344856,
"icon": null,
"name": "[DIE]Noobs-Community & Respektschelle",
"connect": "178.32.48.53:32143",
"request": "178.32.48.53:32143",
"map": "plr_bananabay",
"gamemode": null,
"version": "10828683",
"numplayers": 0,
"maxplayers": 64,
"bots": 0,
"secured": true,
"private": null,
"country": "GB",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1784340076,
"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": 9908,
"language": "en",
"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/12362802");
$data = json_decode($json, true);
var_dump($data);