API для XPLAY.GG • CS2 SURF #36 • [DE]
JSON для программ, сайтов и прочего
text
json
{
"response": {
"steam_id": "85568392923980447",
"domain": null,
"id": 11638844,
"ip": "152.233.60.5",
"port": 26919,
"query": 26919,
"color": 0,
"city": "Frankfurt am Main",
"description": null,
"game": 730,
"owner": null,
"boosts": 1,
"last_offline": 1779917929,
"last_online": 1780078822,
"icon": null,
"name": "XPLAY.GG • CS2 SURF #36 • [DE]",
"connect": "152.233.60.5:26919",
"request": "152.233.60.5:26919",
"map": "surf_quickie",
"gamemode": "Counter-Strike 2",
"version": "1.41.6.5",
"numplayers": 5,
"maxplayers": 22,
"bots": 3,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 63,
"add_date": 1779917929,
"last_update": 1780078822,
"banned": 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": 575,
"language": "de",
"parked": false,
"app": {
"id": 2,
"steam_id": 730,
"name": "Counter-Strike 2",
"url": "counter-strike-2"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11638844");
$data = json_decode($json, true);
var_dump($data);