API for ☢[BR][LATAM]☠ANARQUIA Z☠[PVE][20%]☢

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/6854880
json
{
  "response": {
    "id": 6854880,
    "ip": "191.37.92.145",
    "port": 26920,
    "query": 26920,
    "owner_name": "nextageop",
    "owner_avatar": "faac3830-5806-4606-a06e-8964b34bb2e9.jpg",
    "color": 0,
    "description": null,
    "game": 251570,
    "owner": 101340,
    "boosts": 1,
    "last_offline": 1744715750,
    "score": 0,
    "last_online": 1745469039,
    "icon": null,
    "name": "☢[BR][LATAM]☠ANARQUIA Z☠[PVE][20%]☢",
    "connect": "191.37.92.145:26920",
    "request": "191.37.92.145:26920",
    "map": "juizo final",
    "gamemode": "7 Days To Die",
    "version": "01.01.04",
    "numplayers": 0,
    "maxplayers": 40,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "BR",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1733847156,
    "last_update": 1745469039,
    "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": "nextageop",
      "avatar": "faac3830-5806-4606-a06e-8964b34bb2e9.jpg"
    },
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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