Garry's Mod
API for Pastry Labs | Sandbox Build | Wiremod | Active Admins | FastDL
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11448108json
{
"response": {
"steam_id": "85568392936134506",
"domain": null,
"id": 11448108,
"ip": "38.129.138.15",
"port": 27015,
"query": 27015,
"color": 0,
"city": "Draper",
"description": null,
"game": 4000,
"owner": null,
"boosts": 1,
"last_offline": 1776796351,
"score": 0,
"last_online": 1776544937,
"icon": null,
"name": "Pastry Labs | Sandbox Build | Wiremod | Active Admins | FastDL",
"connect": "38.129.138.15:27015",
"request": "38.129.138.15:27015",
"map": "gm_d3vinetown_v2s",
"gamemode": "Sandbox",
"version": "2025.03.26",
"numplayers": 0,
"maxplayers": 24,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1774977934,
"last_update": 1776796351,
"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": 4213,
"language": "en",
"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/11448108");
$data = json_decode($json, true);
var_dump($data);