API для My Garry's Mod Server
JSON для программ, сайтов и прочего
text
json
{
"response": {
"os": "w",
"region": 0,
"product": "garrysmod",
"gametype": "gm:terrortown gmc:pvp loc:us ver:260430",
"dedicated": true,
"steam_id": "90290999044765697",
"domain": null,
"id": 13638942,
"ip": "47.55.235.22",
"port": 27022,
"query": 27022,
"project_id": null,
"color": 0,
"city": "Torbay",
"description": null,
"game": 4000,
"owner": null,
"boosts": 1,
"last_offline": 1787031329,
"last_online": 1786923714,
"icon": null,
"name": "My Garry's Mod Server",
"connect": "47.55.235.22:27022",
"request": "47.55.235.22:27022",
"map": "ttt_de_dolls_2008_v3",
"gamemode": null,
"version": "2026.04.29",
"numplayers": 0,
"maxplayers": 32,
"bots": 0,
"secured": false,
"private": null,
"country": "CA",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1786404797,
"last_update": 1787031329,
"ban_reason": null,
"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": 14440,
"language": "en",
"parked": false,
"app": {
"id": 30,
"steam_id": 4000,
"name": "Garry's Mod",
"url": "garrys-mod"
},
"server_owner": null,
"mods": [],
"disabled_modules": [],
"map_url": null
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/13638942");
$data = json_decode($json, true);
var_dump($data);