Garry's Mod
申必の果茶店【电影 钓鱼 烹饪】Q群:920655299 的 API
面向程序、网站等的 JSON
text
https://api.gamemonitoring.cn/servers/10784331json
{
"response": {
"steam_id": "85568392934630722",
"domain": null,
"id": 10784331,
"ip": "110.42.41.105",
"port": 27013,
"query": 27013,
"color": 0,
"city": "Ningbo",
"description": null,
"game": 4000,
"owner": null,
"boosts": 1,
"last_offline": 1776342226,
"score": 0,
"last_online": 1776796263,
"icon": null,
"name": "申必の果茶店【电影 钓鱼 烹饪】Q群:920655299",
"connect": "110.42.41.105:27013",
"request": "110.42.41.105:27013",
"map": "rp_florida_v2",
"gamemode": "申必の果茶店休闲模式",
"version": "2025.03.26",
"numplayers": 0,
"maxplayers": 128,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1766873104,
"last_update": 1776796263,
"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": 2248,
"language": "zh",
"parked": false,
"app": {
"id": 30,
"steam_id": 4000,
"name": "Garry's Mod",
"url": "garrys-mod"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}代码示例
php
<?php
$json = file_get_contents("https://api.gamemonitoring.cn/servers/10784331");
$data = json_decode($json, true);
var_dump($data);