Garry's Mod
API for [NewPage]CSOL大灾变 - 测试服
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11448084json
{
"response": {
"steam_id": "90284633181463559",
"domain": null,
"id": 11448084,
"ip": "110.42.9.193",
"port": 5090,
"query": 5090,
"color": 0,
"city": "Ningbo",
"description": null,
"game": 4000,
"owner": null,
"boosts": 1,
"last_offline": 1776614605,
"score": 0,
"last_online": 1776796249,
"icon": null,
"name": "[NewPage]CSOL大灾变 - 测试服",
"connect": "110.42.9.193:5090",
"request": "110.42.9.193:5090",
"map": "zsc_dead_space2_titan_space_sta",
"gamemode": "反恐精英OL:大灾变",
"version": "2025.03.26",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": true,
"country": "CN",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1774977933,
"last_update": 1776796249,
"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": 3526,
"language": "zh",
"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/11448084");
$data = json_decode($json, true);
var_dump($data);