[EU]Black Summer RP Season 3 [Wiped 4/19/26][PVE/VP] 的 API
面向程序、网站等的 JSON
text
json
{
"response": {
"steam_id": "90286850310216719",
"domain": null,
"id": 11267531,
"ip": "170.23.153.243",
"port": 27060,
"query": 27060,
"project_id": null,
"color": 0,
"city": "Amsterdam",
"description": "Heavy modded / Wiped 4/19/26 / Custom Econonmy & Reward System",
"game": 108600,
"owner": null,
"boosts": 1,
"last_offline": 1779192772,
"last_online": 1781134232,
"icon": null,
"name": "[EU]Black Summer RP Season 3 [Wiped 4/19/26][PVE/VP]",
"connect": "170.23.153.243:27060",
"request": "170.23.153.243:27060",
"map": "map_distanciado;AZSpawn;Kingsmo",
"gamemode": "Project Zomboid",
"version": "42.17",
"numplayers": 0,
"maxplayers": 16,
"bots": 0,
"secured": true,
"private": false,
"country": "NL",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1774555510,
"last_update": 1781134232,
"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": 1536,
"language": "nl",
"parked": false,
"app": {
"id": 71,
"steam_id": 108600,
"name": "Project Zomboid",
"url": "project-zomboid"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}代码示例
php
<?php
$json = file_get_contents("https://api.gamemonitoring.cn/servers/11267531");
$data = json_decode($json, true);
var_dump($data);