Garry's Mod
API для [RU] ЛАМПОВЫЙ ОСТРОВ 18+ WARNING [NSFW CONTENT]
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/11492245json
{
"response": {
"steam_id": "85568392935210264",
"domain": null,
"id": 11492245,
"ip": "46.39.252.58",
"port": 27015,
"query": 27015,
"color": 0,
"city": "Moscow",
"description": null,
"game": 4000,
"owner": null,
"boosts": 1,
"last_offline": 1778504586,
"score": 0,
"last_online": 1778505643,
"icon": null,
"name": "[RU] ЛАМПОВЫЙ ОСТРОВ 18+ WARNING [NSFW CONTENT]",
"connect": "46.39.252.58:27015",
"request": "46.39.252.58:27015",
"map": "gm_resort_island",
"gamemode": "Cinema",
"version": "2026.04.29",
"numplayers": 1,
"maxplayers": 64,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1778324196,
"last_update": 1778505643,
"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": 3022,
"language": "ru",
"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/11492245");
$data = json_decode($json, true);
var_dump($data);