Defiance Empire|CUSTOM|2XPVE|NPCs|SKILLS|EPICL|CONVOY|HEIST 的 API
面向程序、网站等的 JSON
text
json
{
"response": {
"fps": 54,
"fps_avg": 56,
"entities_count": 92565,
"world_seed": 1337,
"world_size": 4096,
"steam_id": "90286054243098647",
"domain": null,
"id": 4497065,
"ip": "107.150.59.154",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Kansas City",
"description": "\n**Wiped 05/21/2026 \r\n Back to Custom Map - ATLANTA!! \r\n 2X Gather - 3X Drops!! \r\n -Custom Raidbases, Convoy Tiers, Heli Teirs, Zombies, NPC's, Boss Monsters, and much more! \r\n -Click the website button to join Discord! \r\n -We are a lower pop friendly PvE community server! \r\n -Bi-Weekly Map Wipe and Monthly BP Wipe \r\n -Everyone is welcome, Toxicity is not! \r\n -Join Discord to be part of the community today!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780598015,
"last_online": 1780296032,
"icon": null,
"name": "Defiance Empire|CUSTOM|2XPVE|NPCs|SKILLS|EPICL|CONVOY|HEIST",
"connect": "107.150.59.154:28015",
"request": "107.150.59.154:28016",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1716898912,
"last_update": 1780598015,
"banned": false,
"wipe": 1779410054,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 9576,
"language": "en",
"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/4497065");
$data = json_decode($json, true);
var_dump($data);