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