API for EDEN 1.29 | CHERNO | VANILLA NO MODS | 3PP | PVP | RU

We offer a wide range of integration methods. You can use any of them or create your own using the JSON API. If you have a suggestion to add a new integration method, please contact us. Contact us

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11488605
json
{
  "response": {
    "steam_id": "90284135399446548",
    "domain": null,
    "id": 11488605,
    "ip": "212.22.93.250",
    "port": 2402,
    "query": 2405,
    "color": 0,
    "city": "Moscow",
    "description": "[{\"id\":\"BaFEX5HRBj\",\"type\":\"paragraph\",\"data\":{\"text\":\"Добро пожаловать на EDEN - это классический ванильный DayZ без лишних модов, тюнингованных машин и оружия из космоса.\\nВайп 08.04 в день выхода 1.29!\"}},{\"id\":\"LFpzy-3tGv\",\"type\":\"list\",\"data\":{\"style\":\"checklist\",\"meta\":{},\"items\":[{\"content\":\"Стандартные HP построек\",\"meta\":{\"checked\":false},\"items\":[]}]}},{\"id\":\"Nog-uO1FrW\",\"type\":\"list\",\"data\":{\"style\":\"checklist\",\"meta\":{},\"items\":[{\"content\":\"Активная администрация.\",\"meta\":{\"checked\":false},\"items\":[]}]}},{\"id\":\"ehttwkMZ4m\",\"type\":\"list\",\"data\":{\"style\":\"checklist\",\"meta\":{},\"items\":[{\"content\":\"Рейды 24 / 7\",\"meta\":{\"checked\":false},\"items\":[]}]}},{\"id\":\"wi67tUcvBd\",\"type\":\"list\",\"data\":{\"style\":\"unordered\",\"meta\":{},\"items\":[{\"content\":\"По всем вопросам VK: vk.com/malinovskyy19\",\"meta\":{},\"items\":[]}]}},{\"id\":\"hPftAJOuTl\",\"type\":\"list\",\"data\":{\"style\":\"unordered\",\"meta\":{},\"items\":[{\"content\":\"Наш Boosty-Блог!: boosty.to/deathgroundzm\",\"meta\":{},\"items\":[]}]}},{\"id\":\"s4V9qcvAV-\",\"type\":\"image\",\"data\":{\"caption\":\"\",\"withBorder\":false,\"withBackground\":false,\"stretched\":false,\"file\":{\"url\":\"https://cdn.gamemonitoring.net/images/content/7d9525c9-fb99-4368-afbd-00deced1e3c1.jpg\"}}}]",
    "game": 221100,
    "owner": 186432,
    "boosts": 1,
    "last_offline": 1775649547,
    "score": 0,
    "last_online": 1775749812,
    "icon": null,
    "name": "EDEN 1.29 | CHERNO | VANILLA NO MODS | 3PP | PVP | RU",
    "connect": "212.22.93.250:2402",
    "request": "212.22.93.250:2405",
    "map": "chernarusplus",
    "gamemode": null,
    "version": "1.29.162510",
    "numplayers": 1,
    "maxplayers": 67,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 2,
    "points": 92,
    "add_date": 1775649547,
    "last_update": 1775749812,
    "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": 539,
    "language": "ru",
    "parked": false,
    "app": {
      "id": 63,
      "steam_id": 221100,
      "name": "DayZ",
      "url": "dayz"
    },
    "server_owner": {
      "username": "eden_dayz",
      "avatar": "59f890b8-5f96-490f-b50c-e034b94439bc.png",
      "last_online": 1775722140
    },
    "mods": [
      {
        "id": 1615,
        "name": "CF"
      },
      {
        "id": 1614,
        "name": "VPPAdminTools"
      }
    ],
    "disabled_modules": []
  }
}

Code examples

php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11488605");
$data = json_decode($json, true);
var_dump($data);