No More Room in Hell
三方图 无限弹 的 API
面向程序、网站等的 JSON
text
https://api.gamemonitoring.cn/servers/11070822json
{
"response": {
"steam_id": "90284364959363088",
"domain": null,
"id": 11070822,
"ip": "114.66.9.226",
"port": 2713,
"query": 2713,
"color": 0,
"city": "Beijing",
"description": null,
"game": 224260,
"owner": null,
"boosts": 1,
"last_offline": 1776184917,
"score": 0,
"last_online": 1776225025,
"icon": null,
"name": "三方图 无限弹",
"connect": "114.66.9.226:2713",
"request": "114.66.9.226:2713",
"map": "nmo_silent_hill_blackblood_t1_7",
"gamemode": "三方图 无限弹",
"version": "1.1.4.2",
"numplayers": 0,
"maxplayers": 9,
"bots": 0,
"secured": false,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1769973232,
"last_update": 1776225025,
"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": 178,
"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/11070822");
$data = json_decode($json, true);
var_dump($data);