[CN]咱要成为白给高高手-|QQ群:277813712 的 API
面向程序、网站等的 JSON
text
json
{
"response": {
"steam_id": "90286677232181253",
"domain": null,
"id": 11586363,
"ip": "103.91.210.253",
"port": 6396,
"query": 6396,
"project_id": null,
"color": 0,
"city": "Jinan",
"description": null,
"game": 224260,
"owner": null,
"boosts": 1,
"last_offline": 1780936471,
"last_online": 1781211677,
"icon": null,
"name": "[CN]咱要成为白给高高手-|QQ群:277813712",
"connect": "103.91.210.253:6396",
"request": "103.91.210.253:6396",
"map": "nmo_fema",
"gamemode": "No More Room in Hell",
"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": 1779357182,
"last_update": 1781211677,
"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": 241,
"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/11586363");
$data = json_decode($json, true);
var_dump($data);