API для BhopTimer Server CS:S |RU|Tver|100 TICK|1-8 TIER|
JSON для программ, сайтов и прочего
text
json
{
"response": {
"add_date": 1789580858,
"app": {
"id": 5,
"name": "Counter-Strike: Source",
"steam_id": 240,
"url": "counter-strike-source"
},
"color": 0,
"connect": "2.26.85.137:27012",
"country": "FI",
"domain": null,
"game": 240,
"hide_address": false,
"hide_query": false,
"icon": null,
"id": 16592576,
"ip": "2.26.85.137",
"language": "fi",
"last_update": 1789952673,
"map": "bhop_christmas",
"maxplayers": 30,
"name": "BhopTimer Server CS:S |RU|Tver|100 TICK|1-8 TIER|",
"numplayers": 0,
"official": null,
"points": 0,
"port": 27012,
"private": null,
"project_id": null,
"pve": null,
"pvp": null,
"query": 27012,
"request": "2.26.85.137:27012",
"secured": true,
"status": false,
"steam_id": "85568392936248310",
"version": "11003710",
"votes": 0,
"wipe": null,
"ban_reason": null,
"banned": false,
"boosts": 1,
"bots": 0,
"city": "Хельсинки",
"description": null,
"disabled_modules": [],
"gamemode": null,
"hidden": false,
"last_offline": 1789952673,
"last_online": 1789580402,
"list_hidden": false,
"map_url": null,
"mods": [],
"next_wipe": null,
"parked": false,
"position_game": 9510,
"wipe_period": null,
"os": "w",
"region": 3,
"product": "cstrike",
"gametype": "friendlyfire",
"dedicated": true
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/16592576");
$data = json_decode($json, true);
var_dump($data);