Garry's Mod
API для Trolleybus GranPulse Server 1
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/1672332json
{
"response": {
"steam_id": null,
"domain": null,
"id": 1672332,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": null,
"description": "",
"game": 4000,
"owner": 31649,
"boosts": 1,
"last_offline": 1758808461,
"score": null,
"last_online": 1755764427,
"icon": null,
"name": "Trolleybus GranPulse Server 1",
"connect": null,
"request": null,
"map": "gm_sumy_reborn",
"gamemode": "Sandbox",
"version": null,
"numplayers": 0,
"maxplayers": 20,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1698935067,
"last_update": 1758808461,
"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": 3664,
"language": "ru",
"parked": true,
"app": {
"id": 30,
"steam_id": 4000,
"name": "Garry's Mod",
"url": "garrys-mod"
},
"server_owner": {
"username": "TifaLockhart",
"avatar": "9ae585a3-ca9e-4ba1-9e51-5d4adb9efbac.jpg",
"last_online": 1701973267
},
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/1672332");
$data = json_decode($json, true);
var_dump($data);