Project Whisper of Death PvE [B42+] x2/Mods+/Loot+/Shop/Events 的 API
面向程序、网站等的 JSON
text
json
{
"response": {
"steam_id": "90286483779900444",
"domain": null,
"id": 11323210,
"ip": "185.189.255.189",
"port": 16260,
"query": 16260,
"color": 0,
"city": "Moscow",
"description": "Приветствуем! дискорд сервера - https://discord.gg/JdTBM3kXqj присоединяйся!",
"game": 108600,
"owner": null,
"boosts": 1,
"last_offline": 1780327459,
"last_online": 1780326626,
"icon": null,
"name": "Project Whisper of Death PvE [B42+] x2/Mods+/Loot+/Shop/Events",
"connect": "185.189.255.189:16260",
"request": "185.189.255.189:16260",
"map": "Muldraugh, KY",
"gamemode": "Project Zomboid",
"version": "42.19",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": false,
"votes": 3,
"points": 63,
"add_date": 1774594026,
"last_update": 1780327459,
"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": 170,
"language": "ru",
"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/11323210");
$data = json_decode($json, true);
var_dump($data);