API для Apex Hosting Counter-Strike 2 Server
JSON для программ, сайтов и прочего
text
json
{
"response": {
"add_date": 1716109417,
"app": {
"id": 2,
"name": "Counter-Strike 2",
"steam_id": 730,
"url": "counter-strike-2"
},
"color": 0,
"connect": "37.10.104.15:26284",
"country": "AU",
"domain": null,
"game": 730,
"hide_address": false,
"hide_query": false,
"icon": null,
"id": 4350848,
"ip": "37.10.104.15",
"language": "en",
"last_update": 1790238554,
"map": "de_dust2",
"maxplayers": 16,
"name": "Apex Hosting Counter-Strike 2 Server",
"numplayers": 0,
"official": null,
"points": 30,
"port": 26284,
"private": false,
"project_id": null,
"pve": null,
"pvp": null,
"query": 26284,
"request": "37.10.104.15:26284",
"secured": true,
"status": true,
"steam_id": "90293332690301971",
"version": "1.41.8.3",
"votes": 0,
"wipe": null,
"ban_reason": null,
"banned": false,
"boosts": 1,
"bots": 2,
"city": "Сидней",
"description": "",
"disabled_modules": [],
"gamemode": "Counter-Strike 2",
"hidden": false,
"last_offline": 1789633274,
"last_online": 1790238554,
"list_hidden": false,
"map_url": null,
"mods": [],
"next_wipe": null,
"parked": false,
"position_game": 4834,
"wipe_period": null,
"listentype": "d",
"environment": "l",
"a2s_protocol": 17,
"players_complete": true
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/4350848");
$data = json_decode($json, true);
var_dump($data);