API для CULTURE'S PRACTICE SERVER
JSON для программ, сайтов и прочего
text
json
{
"response": {
"add_date": 1789371059,
"app": {
"id": 30,
"name": "Garry's Mod",
"steam_id": 4000,
"url": "garrys-mod"
},
"color": 0,
"connect": "91.197.6.134:27049",
"country": "FR",
"domain": null,
"game": 4000,
"hide_address": false,
"hide_query": false,
"icon": null,
"id": 16320004,
"ip": "91.197.6.134",
"language": "fr",
"last_update": 1789974750,
"map": "hns_mallparking_v2",
"maxplayers": 9,
"name": "CULTURE'S PRACTICE SERVER",
"numplayers": 0,
"official": null,
"points": 0,
"port": 27049,
"private": null,
"project_id": null,
"pve": null,
"pvp": null,
"query": 27049,
"request": "91.197.6.134:27049",
"secured": true,
"status": false,
"steam_id": "90292728146067483",
"version": "2026.04.29",
"votes": 0,
"wipe": null,
"ban_reason": null,
"banned": false,
"boosts": 1,
"bots": 0,
"city": "Тулуза",
"description": null,
"disabled_modules": [],
"gamemode": null,
"hidden": false,
"last_offline": 1789974750,
"last_online": 1789371001,
"list_hidden": false,
"map_url": null,
"mods": [],
"next_wipe": null,
"parked": false,
"position_game": 13679,
"wipe_period": null,
"os": "l",
"region": 255,
"product": "garrysmod",
"gametype": "gm:sandbox gmc:other ver:260508",
"dedicated": true
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/16320004");
$data = json_decode($json, true);
var_dump($data);