API для ██ Опасная Зона™ 18+ Dust2 | Античит
JSON для программ, сайтов и прочего
text
json
{
"response": {
"dedicated": true,
"gametype": "de_dust2,dust2,de,public,classic,russia,ru,moscow,steam,nosteam,no-steam,v92,vip",
"os": "w",
"product": "cstrike",
"region": -1,
"steam_id": "90289385194360844",
"domain": null,
"id": 12475452,
"ip": "188.127.241.129",
"port": 33657,
"query": 33657,
"project_id": null,
"color": 0,
"city": "Moscow",
"description": null,
"game": 240,
"owner": null,
"boosts": 1,
"last_offline": 1784671849,
"last_online": 1784678684,
"icon": null,
"name": "██ Опасная Зона™ 18+ Dust2 | Античит",
"connect": "188.127.241.129:33657",
"request": "188.127.241.129:33657",
"map": "de_dust2",
"gamemode": "Counter-Strike: Source",
"version": "9540945",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 77,
"add_date": 1784671849,
"last_update": 1784678684,
"ban_reason": "server.ban_reasons.fake_server_data",
"banned": true,
"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": null,
"language": "ru",
"parked": false,
"app": {
"id": 5,
"steam_id": 240,
"name": "Counter-Strike: Source",
"url": "counter-strike-source"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/12475452");
$data = json_decode($json, true);
var_dump($data);