API для HYAENIDAE CULTUS
JSON для программ, сайтов и прочего
text
json
{
"response": {
"steam_id": "85568392936400859",
"domain": null,
"id": 11804043,
"ip": "27.32.131.99",
"port": 28015,
"query": 28015,
"project_id": null,
"color": 0,
"city": "Hobart",
"description": null,
"game": 4000,
"owner": null,
"boosts": 1,
"last_offline": 1781491983,
"last_online": 1781469052,
"icon": null,
"name": "HYAENIDAE CULTUS",
"connect": "27.32.131.99:28015",
"request": "27.32.131.99:28015",
"map": "slash_highschool",
"gamemode": "Sandbox",
"version": "2026.04.29",
"numplayers": 0,
"maxplayers": 32,
"bots": 0,
"secured": true,
"private": false,
"country": "AU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1781463392,
"last_update": 1781491983,
"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": 6151,
"language": "en",
"parked": false,
"app": {
"id": 30,
"steam_id": 4000,
"name": "Garry's Mod",
"url": "garrys-mod"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11804043");
$data = json_decode($json, true);
var_dump($data);