Garry's Mod
API for 常轨脱离杀手模式[Murder]
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/9533676json
{
"response": {
"steam_id": "85568392933529988",
"domain": null,
"id": 9533676,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": "Shanghai",
"description": "[{\"id\":\"BJBn54cJxV\",\"type\":\"paragraph\",\"data\":{\"text\":\"A Fun Murder Server\\n\"}}]",
"game": 4000,
"owner": 138889,
"boosts": 1,
"last_offline": 1776583951,
"score": 0,
"last_online": 1776523214,
"icon": null,
"name": "常轨脱离杀手模式[Murder]",
"connect": null,
"request": null,
"map": "gm_house3v3",
"gamemode": "谁是杀手",
"version": "2025.03.26",
"numplayers": 0,
"maxplayers": 24,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1750539036,
"last_update": 1776583951,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": true,
"hide_query": false,
"position_game": 3716,
"language": "zh",
"parked": true,
"app": {
"id": 30,
"steam_id": 4000,
"name": "Garry's Mod",
"url": "garrys-mod"
},
"server_owner": {
"username": "LuckyNeko0721",
"avatar": "no.jpg",
"last_online": 1776701603
},
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/9533676");
$data = json_decode($json, true);
var_dump($data);