API для XPLAY.GG • CS2 Matches #354
JSON для программ, сайтов и прочего
text
json
{
"response": {
"os": "l",
"region": -1,
"product": "cs2",
"gametype": "de_dust2,drop,fps,gloves,knife,match,matches",
"dedicated": true,
"steam_id": "85568392923979280",
"domain": null,
"id": 16422117,
"ip": "149.102.250.86",
"port": 26309,
"query": 26309,
"project_id": null,
"color": 0,
"city": "Сингапур",
"description": null,
"game": 730,
"boosts": 1,
"last_offline": 1789456400,
"last_online": 1789462205,
"icon": null,
"name": "XPLAY.GG • CS2 Matches #354",
"connect": "149.102.250.86:26309",
"request": "149.102.250.86:26309",
"map": "de_dust2",
"gamemode": null,
"version": "1.41.8.1",
"numplayers": 0,
"maxplayers": 17,
"bots": 1,
"secured": true,
"private": null,
"country": "SG",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1789456400,
"last_update": 1789462205,
"ban_reason": null,
"banned": false,
"hidden": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 12879,
"language": "en",
"parked": false,
"app": {
"id": 2,
"steam_id": 730,
"name": "Counter-Strike 2",
"url": "counter-strike-2"
},
"mods": [],
"disabled_modules": [],
"map_url": null
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/16422117");
$data = json_decode($json, true);
var_dump($data);