API для ██ ★ uwujka.pl ★ [CS2 5vs5 #3] ⚫ MIRAGE
JSON для программ, сайтов и прочего
text
json
{
"response": {
"add_date": 1747040023,
"app": {
"id": 2,
"name": "Counter-Strike 2",
"steam_id": 730,
"url": "counter-strike-2"
},
"color": 0,
"connect": "51.77.47.245:27016",
"country": "PL",
"domain": null,
"game": 730,
"hide_address": false,
"hide_query": false,
"icon": null,
"id": 9065999,
"ip": "51.77.47.245",
"language": "pl",
"last_update": 1790241587,
"map": "de_mirage",
"maxplayers": 12,
"name": "██ ★ uwujka.pl ★ [CS2 5vs5 #3] ⚫ MIRAGE",
"numplayers": 0,
"official": null,
"points": 39,
"port": 27016,
"private": false,
"project_id": null,
"pve": null,
"pvp": null,
"query": 27016,
"request": "51.77.47.245:27016",
"secured": true,
"status": true,
"steam_id": "85568392925244411",
"version": "1.41.8.3",
"votes": 0,
"wipe": null,
"ban_reason": null,
"banned": false,
"boosts": 1,
"bots": 5,
"city": "Варшава",
"description": null,
"disabled_modules": [],
"gamemode": "Counter-Strike 2",
"hidden": false,
"last_offline": 1790240409,
"last_online": 1790241587,
"list_hidden": false,
"map_url": null,
"mods": [],
"next_wipe": null,
"parked": false,
"position_game": 2230,
"wipe_period": null,
"os": "l",
"region": 3,
"product": "cs2",
"gametype": "empty,uwujka.pl,secure",
"dedicated": true
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/9065999");
$data = json_decode($json, true);
var_dump($data);