API для ВЕЛИКАЯ РОССИЯ 18+ [STEAM BONUS]
JSON для программ, сайтов и прочего
text
json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11706808,
"ip": "78.153.149.114",
"port": 27411,
"query": 27411,
"color": 0,
"city": "Novosibirsk",
"description": null,
"game": 10,
"owner": null,
"boosts": 1,
"last_offline": 1780262707,
"last_online": 1780315593,
"icon": null,
"name": "ВЕЛИКАЯ РОССИЯ 18+ [STEAM BONUS]",
"connect": "78.153.149.114:27411",
"request": "78.153.149.114:27411",
"map": "cs_siege",
"gamemode": "VIP ВСЕМ!",
"version": "1.1.2.7/Stdio",
"numplayers": 16,
"maxplayers": 32,
"bots": 6,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 76,
"add_date": 1780262707,
"last_update": 1780315593,
"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": 3,
"steam_id": 10,
"name": "Counter-Strike",
"url": "counter-strike"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11706808");
$data = json_decode($json, true);
var_dump($data);