No More Room in Hell
三方图 无限弹 对抗 的 API
面向程序、网站等的 JSON
text
https://api.gamemonitoring.cn/servers/11070826json
{
"response": {
"steam_id": "90284748186493968",
"domain": null,
"id": 11070826,
"ip": "114.66.9.226",
"port": 2731,
"query": 2731,
"color": 0,
"city": "Beijing",
"description": null,
"game": 224260,
"owner": null,
"boosts": 1,
"last_offline": 1774507319,
"score": 0,
"last_online": 1776809456,
"icon": null,
"name": "三方图 无限弹 对抗",
"connect": "114.66.9.226:2731",
"request": "114.66.9.226:2731",
"map": "pvp_inferno_cage_v5",
"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": 1776809456,
"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": 185,
"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/11070826");
$data = json_decode($json, true);
var_dump($data);