API for [RU/PVE] Jollydevil_(wipe: 02.02)

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. Connect with us

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/5918558
json
{
  "response": {
    "id": 5918558,
    "ip": "185.189.255.161",
    "port": 26900,
    "query": 26900,
    "owner_name": "ZNAHARYZirakus",
    "owner_avatar": "8044171c-0b40-421a-9bb1-6630740e6f4b.jpg",
    "color": 0,
    "description": null,
    "game": 251570,
    "owner": 87011,
    "boosts": 1,
    "last_offline": 1744267188,
    "score": 0,
    "last_online": 1744306855,
    "icon": null,
    "name": "[RU/PVE] Jollydevil_(wipe: 02.02)",
    "connect": "185.189.255.161:26900",
    "request": "185.189.255.161:26900",
    "map": "jollydevil",
    "gamemode": "7 Days To Die",
    "version": "01.01.03",
    "numplayers": 2,
    "maxplayers": 60,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 62,
    "add_date": 1726138338,
    "last_update": 1744306855,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "list_hidden": false,
    "app": {
      "id": 49,
      "steam_id": 251570,
      "name": "7 Days to Die",
      "url": "7-days-to-die",
      "popular_maps_available": true
    },
    "server_owner": {
      "username": "ZNAHARYZirakus",
      "avatar": "8044171c-0b40-421a-9bb1-6630740e6f4b.jpg"
    },
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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