Garry's Mod
API для | SIGNALIS RP : Protektor Spezialeinheit | - https://discord.gg
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/11093588json
{
"response": {
"steam_id": 85568392935801280,
"domain": null,
"id": 11093588,
"ip": "145.239.1.182",
"port": 25573,
"query": 25573,
"color": 0,
"city": "Frankfurt am Main",
"description": null,
"game": 4000,
"owner": null,
"boosts": 1,
"last_offline": 1778439740,
"score": 0,
"last_online": 1778568098,
"icon": null,
"name": "| SIGNALIS RP : Protektor Spezialeinheit | - https://discord.gg",
"connect": "145.239.1.182:25573",
"request": "145.239.1.182:25573",
"map": "rp_ineu_pass_v1e_winter",
"gamemode": "IX: Penrose - 374 | Der Polarstern",
"version": "2026.04.29",
"numplayers": 0,
"maxplayers": 25,
"bots": 0,
"secured": true,
"private": true,
"country": "DE",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1770027828,
"last_update": 1778568098,
"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": 2186,
"language": "de",
"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/11093588");
$data = json_decode($json, true);
var_dump($data);