风之谷PVE丨死亡不掉丨大背包丨突袭据点丨技能 的 API
面向程序、网站等的 JSON
text
json
{
"response": {
"fps": 43,
"fps_avg": 41,
"entities_count": 203964,
"world_seed": 446336643,
"world_size": 5000,
"steam_id": "90286570953069586",
"domain": null,
"id": 11698861,
"ip": "180.165.30.173",
"port": 11013,
"query": 11015,
"color": 0,
"city": "Shanghai",
"description": "\n\r\n◆友善相待每一位玩家,不人身攻击,不言语辱骂,尊重不同水平的伙伴。\r\n◆拒绝外挂、作弊等破坏平衡的行为,不恶意骚扰他人或阻碍他人游戏进程。\r\n◆遇到分歧理性沟通,互帮互助共成长,新手有疑问,老玩家多指点。\r\n◆179325313",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780434261,
"last_online": 1780548231,
"icon": null,
"name": "风之谷PVE丨死亡不掉丨大背包丨突袭据点丨技能",
"connect": "180.165.30.173:11013",
"request": "180.165.30.173:11015",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 2,
"maxplayers": 100,
"bots": 0,
"secured": false,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1780227277,
"last_update": 1780548231,
"banned": false,
"wipe": 1778205141,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1655,
"language": "zh",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}代码示例
php
<?php
$json = file_get_contents("https://api.gamemonitoring.cn/servers/11698861");
$data = json_decode($json, true);
var_dump($data);