Danzel and Rachina ZOMBIELAND 的 API
面向程序、网站等的 JSON
text
json
{
"response": {
"steam_id": null,
"domain": null,
"id": 9633731,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": null,
"description": "[{\"id\":\"FEiBudSTuj\",\"type\":\"paragraph\",\"data\":{\"text\":\"Ванильный сервер для игры с друзьями\"}}]",
"game": 251570,
"owner": 124427,
"boosts": 1,
"last_offline": 1761066206,
"last_online": 1758834019,
"icon": null,
"name": "Danzel and Rachina ZOMBIELAND",
"connect": null,
"request": null,
"map": "North Zobomeda Mountains",
"gamemode": "7 Days To Die",
"version": null,
"numplayers": 0,
"maxplayers": 2,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1751195060,
"last_update": 1761066206,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": 0,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 10644,
"language": "ru",
"parked": true,
"app": {
"id": 49,
"steam_id": 251570,
"name": "7 Days to Die",
"url": "7-days-to-die"
},
"server_owner": {
"username": "Gay_Fish",
"avatar": "f6b19450-2665-41ca-89d6-5d7fba826b3f.jpg"
},
"mods": [],
"disabled_modules": []
}
}代码示例
php
<?php
$json = file_get_contents("https://api.gamemonitoring.cn/servers/9633731");
$data = json_decode($json, true);
var_dump($data);