API для ★ BRI DZ | ALGERIA'S #1 ESPORTS ARENA ★ [VIP • SKINS •
JSON для программ, сайтов и прочего
text
json
{
"response": {
"os": "w",
"region": 7,
"product": "cs2",
"gametype": "bridz,bri,dz,algeria,esports,competitive,glider,agents,gloves,s",
"dedicated": true,
"steam_id": "85568392936616756",
"domain": null,
"id": 13677207,
"ip": "84.17.43.232",
"port": 27015,
"query": 27015,
"project_id": null,
"color": 0,
"city": "Paris",
"description": null,
"game": 730,
"owner": null,
"boosts": 1,
"last_offline": 1786621715,
"last_online": 1786555800,
"icon": null,
"name": "★ BRI DZ | ALGERIA'S #1 ESPORTS ARENA ★ [VIP • SKINS •",
"connect": "84.17.43.232:27015",
"request": "84.17.43.232:27015",
"map": "de_nuke",
"gamemode": null,
"version": "1.41.7.4",
"numplayers": 0,
"maxplayers": 64,
"bots": 0,
"secured": true,
"private": null,
"country": "FR",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1786555371,
"last_update": 1786621715,
"ban_reason": null,
"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": 12064,
"language": "fr",
"parked": false,
"app": {
"id": 2,
"steam_id": 730,
"name": "Counter-Strike 2",
"url": "counter-strike-2"
},
"server_owner": null,
"mods": [],
"disabled_modules": [],
"map_url": null
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/13677207");
$data = json_decode($json, true);
var_dump($data);