API для My Garry's Mod Server
JSON для программ, сайтов и прочего
text
json
{
"response": {
"add_date": 1789942550,
"app": {
"id": 30,
"name": "Garry's Mod",
"steam_id": 4000,
"url": "garrys-mod"
},
"color": 0,
"connect": "177.86.107.182:27015",
"country": "BR",
"domain": null,
"game": 4000,
"hide_address": false,
"hide_query": false,
"icon": null,
"id": 16816555,
"ip": "177.86.107.182",
"language": "pt",
"last_update": 1789974949,
"map": "ttt_chaves",
"maxplayers": 2,
"name": "My Garry's Mod Server",
"numplayers": 0,
"official": null,
"points": 0,
"port": 27015,
"private": null,
"project_id": null,
"pve": null,
"pvp": null,
"query": 27015,
"request": "177.86.107.182:27015",
"secured": true,
"status": false,
"steam_id": "90293116818412547",
"version": "2026.04.29",
"votes": 0,
"wipe": null,
"ban_reason": null,
"banned": false,
"boosts": 1,
"bots": 0,
"city": "Encruzilhada do Sul",
"description": null,
"disabled_modules": [],
"gamemode": null,
"hidden": false,
"last_offline": 1789974949,
"last_online": 1789942535,
"list_hidden": false,
"map_url": null,
"mods": [],
"next_wipe": null,
"parked": false,
"position_game": 21488,
"wipe_period": null,
"os": "w",
"region": -1,
"product": "garrysmod",
"gametype": "gm:sandbox gmc:other ver:260917",
"dedicated": false
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/16816555");
$data = json_decode($json, true);
var_dump($data);