API для [CZ]_TDM_noAWP_BOTs_LowLatency_Praha_Invictus.cz
JSON для программ, сайтов и прочего
text
json
{
"response": {
"add_date": 1788553770,
"app": {
"id": 5,
"name": "Counter-Strike: Source",
"steam_id": 240,
"url": "counter-strike-source"
},
"color": 0,
"connect": "81.90.252.123:27015",
"country": "CZ",
"domain": null,
"game": 240,
"hide_address": false,
"hide_query": false,
"icon": null,
"id": 14526531,
"ip": "81.90.252.123",
"language": null,
"last_update": 1789938664,
"map": "de_dust2",
"maxplayers": 32,
"name": "[CZ]_TDM_noAWP_BOTs_LowLatency_Praha_Invictus.cz",
"numplayers": 0,
"official": null,
"points": 30,
"port": 27015,
"private": false,
"project_id": null,
"pve": null,
"pvp": null,
"query": 27015,
"request": "81.90.252.123:27015",
"secured": true,
"status": true,
"steam_id": "90293066590873627",
"version": "10897846",
"votes": 0,
"wipe": null,
"ban_reason": null,
"banned": false,
"boosts": 1,
"bots": 0,
"city": "Květnice",
"description": null,
"disabled_modules": [],
"gamemode": "Counter-Strike: Source",
"hidden": false,
"last_offline": 1789910158,
"last_online": 1789938664,
"list_hidden": false,
"map_url": null,
"mods": [],
"next_wipe": null,
"parked": false,
"position_game": 1714,
"wipe_period": null,
"os": "w",
"region": 3,
"product": "cstrike",
"gametype": "bots,cssdm,czech,deathmatch,ffa,quake,rank,startmoney,stats",
"dedicated": true
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/14526531");
$data = json_decode($json, true);
var_dump($data);