DayZ
Sacralis | Loot X10 | PVP 的 API
面向程序、网站等的 JSON
text
https://api.gamemonitoring.cn/servers/10601147json
{
"response": {
"steam_id": null,
"domain": null,
"id": 10601147,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": "Moscow",
"description": "[{\"id\":\"93d6PysWfr\",\"type\":\"paragraph\",\"data\":{\"text\":\"PVP сервер с множителем лута X10. Приятная атмосфера, присутствуют кассеты с радио. Активная, отзывчивая Администрация. На сервере есть: патимод, модовая стройка, увеличенные слота у всей одежды, новые рюкзаки, универсальные глушители, улучшенный М3С, модовые удобные хранилища для лута. Рейд баз 24/7.\\nАйпи для подключения: 212.22.93.99:2302\\nНаш дискорд: https://discord.gg/ws6pJJKTpr\\n\"}}]",
"game": 221100,
"owner": 95564,
"boosts": 1,
"last_offline": 1766382664,
"score": 1,
"last_online": 1765508411,
"icon": null,
"name": "Sacralis | Loot X10 | PVP",
"connect": null,
"request": null,
"map": "chernarusplus",
"gamemode": null,
"version": null,
"numplayers": 0,
"maxplayers": 20,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1762986953,
"last_update": 1766382664,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": 1,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3732,
"language": "ru",
"parked": true,
"app": {
"id": 63,
"steam_id": 221100,
"name": "DayZ",
"url": "dayz"
},
"server_owner": {
"username": "Dula_311",
"avatar": "b60b5925-f329-4e64-a3e5-70277488aed7.jpg",
"last_online": 1764193642
},
"mods": [
{
"id": 1653,
"name": "Code Lock"
},
{
"id": 1614,
"name": "VPPAdminTools"
},
{
"id": 1783,
"name": "VanillaPlusPlusMap"
},
{
"id": 1739,
"name": "Ear Plugs"
},
{
"id": 1818,
"name": "BaseBuildingPlus"
},
{
"id": 1804,
"name": "MMG"
},
{
"id": 1816,
"name": "UniversalSuppressor"
},
{
"id": 1815,
"name": "SchanaParty"
},
{
"id": 1910,
"name": "Radio"
}
],
"disabled_modules": []
}
}代码示例
php
<?php
$json = file_get_contents("https://api.gamemonitoring.cn/servers/10601147");
$data = json_decode($json, true);
var_dump($data);