No More Room in Hell
[IceBox]动态难度|特感|拾荒|武器库 群:254341338 的 API
面向程序、网站等的 JSON
text
https://api.gamemonitoring.cn/servers/10216064json
{
"response": {
"steam_id": "85568392932623039",
"domain": null,
"id": 10216064,
"ip": "39.170.11.109",
"port": 11324,
"query": 11324,
"color": 0,
"city": "Hangzhou",
"description": null,
"game": 224260,
"owner": null,
"boosts": 1,
"last_offline": 1775917325,
"score": 0,
"last_online": 1776226242,
"icon": null,
"name": "[IceBox]动态难度|特感|拾荒|武器库 群:254341338",
"connect": "39.170.11.109:11324",
"request": "39.170.11.109:11324",
"map": "nmo_shelter",
"gamemode": "IceBox NMRiH",
"version": "1.1.4.2",
"numplayers": 0,
"maxplayers": 9,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1756581812,
"last_update": 1776226242,
"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": 128,
"language": "zh",
"parked": false,
"app": {
"id": 6,
"steam_id": 224260,
"name": "No More Room in Hell",
"url": "no-more-room-in-hell"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}代码示例
php
<?php
$json = file_get_contents("https://api.gamemonitoring.cn/servers/10216064");
$data = json_decode($json, true);
var_dump($data);