DayZ
API for ZERO ZONE PVE | EU | DEERISLE | 3PP | BOTS | RANG |
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11252456json
{
"response": {
"steam_id": "90284740840896521",
"domain": null,
"id": 11252456,
"ip": "5.252.101.198",
"port": 2302,
"query": 2303,
"color": 0,
"city": "Frankfurt am Main",
"description": "[{\"id\":\"NX5aeqL-S-\",\"type\":\"paragraph\",\"data\":{\"text\":\"🌍 ZERO ZONE PVE\\n\\nZERO ZONE PVE is a dynamic DayZ PvE server focused on survival, exploration, and deep endgame content.\\n\\n\\n🔹 What awaits you:\\n\\n Powerful mutants and raid bosses\\n Dungeons and dangerous zones\\n World events: convoys and air drops\\n AI companions for solo gameplay\\n Advanced economy and trading hubs\\n Smooth start with long-term progression\\n\\n\\n\\n🎯 Server Concept:\\nZERO ZONE is not about fast farming.\\nIt’s a world with purpose, progression, and reasons to come back.\\n\\n---\\n\\n🤝 Perfect for both solo players and team-based gameplay.\\n\\n---\\n\\n❓ FAQ\\n\\nQ: Is the server suitable for solo players?\\nA: Yes. AI companions and a smooth early experience make it comfortable.\\n\\nQ: Where is the main hub?\\nA: The Trade Center.\\n\\nQ: Are there wipes?\\nA: The server follows a seasonal progression model.\\n\\nQ: Where can I find the best loot?\\nA: In dungeons, events, and from raid bosses.\\n\\n\\nWelcome to ZERO ZONE. 🔥\\n\\n\"}},{\"id\":\"K3ZLs_e_gF\",\"type\":\"linkTool\",\"data\":{\"link\":\"https://youtu.be/CfnyfB2StzY?si=H0Tec1tw5CcbdP8G\",\"meta\":{\"description\":\"Проект "ZERO ZONE" приветствует Вас!Приглашаем на новый PVE сервер на карте Deerisle.ZERO ZONE | DEERISLE | 3pp | PVE | Bots | Group (185.189.255.111:2309)Че...\",\"image\":{\"url\":\"https://i.ytimg.com/vi/CfnyfB2StzY/maxresdefault.jpg\"},\"title\":\"Сервер ZERO ZONE| PVE| DEERISLE - YouTube\"}}},{\"id\":\"KwYO66Ngjd\",\"type\":\"linkTool\",\"data\":{\"link\":\"https://discord.gg/6nGJjMzbhf\",\"meta\":{\"description\":\"Check out the ZERO ZONE | DEERISLE | PVE | 3PP | BOTS | community on Discord - hang out with 5 other members and enjoy free voice and text chat.\",\"image\":{\"url\":null},\"title\":\"ZERO ZONE | DEERISLE | PVE | 3PP | BOTS |\"}}}]",
"game": 221100,
"owner": 180378,
"boosts": 1,
"last_offline": 1776319311,
"score": 0,
"last_online": 1776790217,
"icon": null,
"name": "ZERO ZONE PVE | EU | DEERISLE | 3PP | BOTS | RANG |",
"connect": "5.252.101.198:2302",
"request": "5.252.101.198:2303",
"map": "deerisle",
"gamemode": null,
"version": "1.29.162510",
"numplayers": 1,
"maxplayers": 40,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 2,
"points": 93,
"add_date": 1773928989,
"last_update": 1776790217,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 1,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 547,
"language": "en",
"parked": false,
"app": {
"id": 63,
"steam_id": 221100,
"name": "DayZ",
"url": "dayz"
},
"server_owner": {
"username": "gannibal",
"avatar": "7acef143-8417-489a-ac6d-2533284b0931.png",
"last_online": 1774450091
},
"mods": [
{
"id": 1615,
"name": "CF"
},
{
"id": 1653,
"name": "Code Lock"
},
{
"id": 1614,
"name": "VPPAdminTools"
},
{
"id": 1610,
"name": "Dabs Framework"
},
{
"id": 1799,
"name": "DayZ Expansion Core"
},
{
"id": 1609,
"name": "DayZ-Expansion-Licensed"
},
{
"id": 1611,
"name": "DayZ-Expansion-Bundle"
},
{
"id": 1864,
"name": "DayZ-Expansion-AI"
},
{
"id": 1871,
"name": "TraderPlus"
},
{
"id": 2105,
"name": "CodeLock"
}
],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11252456");
$data = json_decode($json, true);
var_dump($data);