API для FrozenWave | Surf 85-tick
JSON для программ, сайтов и прочего
text
json
{
"response": {
"add_date": 1789615637,
"app": {
"id": 1629104,
"name": "Counter-Strike: Global Offensive",
"steam_id": 4465480,
"url": "counter-strike-global-offensive"
},
"color": 0,
"connect": "65.21.237.196:27002",
"country": "FI",
"domain": null,
"game": 4465480,
"hide_address": false,
"hide_query": false,
"icon": null,
"id": 16631510,
"ip": "65.21.237.196",
"language": "fi",
"last_update": 1789869626,
"map": "surf_fiellu",
"maxplayers": 10,
"name": "FrozenWave | Surf 85-tick",
"numplayers": 0,
"official": null,
"points": 30,
"port": 27002,
"private": false,
"project_id": null,
"pve": null,
"pvp": null,
"query": 27002,
"request": "65.21.237.196:27002",
"secured": true,
"status": true,
"steam_id": null,
"version": "1.38.8.1",
"votes": 0,
"wipe": null,
"ban_reason": null,
"banned": false,
"boosts": 1,
"bots": 0,
"city": "Хельсинки",
"description": null,
"disabled_modules": [],
"gamemode": "Counter-Strike: Global Offensive",
"hidden": false,
"last_offline": 1789615637,
"last_online": 1789869626,
"list_hidden": false,
"map_url": null,
"mods": [],
"next_wipe": null,
"parked": false,
"position_game": 1609,
"wipe_period": null,
"listentype": "d",
"environment": "l",
"a2s_protocol": 17,
"players_complete": true
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/16631510");
$data = json_decode($json, true);
var_dump($data);