Garry's Mod
API for MS | Metrostroi Project
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11447711json
{
"response": {
"steam_id": "90283590167411725",
"domain": null,
"id": 11447711,
"ip": "193.58.121.198",
"port": 27015,
"query": 27015,
"color": 0,
"city": "Frankfurt am Main",
"description": null,
"game": 4000,
"owner": null,
"boosts": 1,
"last_offline": 1776800556,
"score": 0,
"last_online": 1776417049,
"icon": null,
"name": "MS | Metrostroi Project",
"connect": "193.58.121.198:27015",
"request": "193.58.121.198:27015",
"map": "gm_construct",
"gamemode": "Sandbox",
"version": "2025.03.26",
"numplayers": 0,
"maxplayers": 32,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1774977919,
"last_update": 1776800556,
"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": 4154,
"language": "de",
"parked": false,
"app": {
"id": 30,
"steam_id": 4000,
"name": "Garry's Mod",
"url": "garrys-mod"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11447711");
$data = json_decode($json, true);
var_dump($data);