API для XPLAY.GG • CS2 Matches #699
JSON для программ, сайтов и прочего
text
json
{
"response": {
"add_date": 1789236907,
"app": {
"id": 2,
"name": "Counter-Strike 2",
"steam_id": 730,
"url": "counter-strike-2"
},
"color": 0,
"connect": "156.146.52.209:25686",
"country": "TR",
"domain": null,
"game": 730,
"hide_address": false,
"hide_query": false,
"icon": null,
"id": 16124181,
"ip": "156.146.52.209",
"language": "tr",
"last_update": 1789818854,
"map": "aim_deagle_office",
"maxplayers": 6,
"name": "XPLAY.GG • CS2 Matches #699",
"numplayers": 0,
"official": null,
"points": 0,
"port": 25686,
"private": false,
"project_id": null,
"pve": null,
"pvp": null,
"query": 25686,
"request": "156.146.52.209:25686",
"secured": true,
"status": false,
"steam_id": "85568392935874056",
"version": "1.41.8.1",
"votes": 0,
"wipe": null,
"ban_reason": null,
"banned": false,
"boosts": 1,
"bots": 0,
"city": "Стамбул",
"description": null,
"disabled_modules": [],
"gamemode": "Counter-Strike 2",
"hidden": false,
"last_offline": 1789818854,
"last_online": 1789242649,
"list_hidden": false,
"map_url": null,
"mods": [],
"next_wipe": null,
"parked": false,
"position_game": 52293,
"wipe_period": null
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/16124181");
$data = json_decode($json, true);
var_dump($data);