API for HollowServers.co EU 10x Solo/Duo/Trio [Loot+|MyMini|Shop|PvP]

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/10979046
json
{
  "response": {
    "fps": 30,
    "fps_avg": 30,
    "entities_count": 91160,
    "world_seed": 1337,
    "world_size": 3250,
    "steam_id": "90284608167327748",
    "domain": null,
    "id": 10979046,
    "ip": "62.233.59.28",
    "port": 28015,
    "query": 28010,
    "color": 0,
    "city": "Amsterdam",
    "description": "Welcome To HollowServers.co 10x Trio!\r\n - Heavily boosted loot, ensures there's lots of PVP and Raiding.\r\n - Spawn Mini Copters in with /mymini spawns with unlimited fuel\r\n - 10x Gathering and Resources\r\n - No BPs & Instant Craft\r\n - Clans, Auth Share, Teleport\r\n - Everyone has access to BGrade, SkinBox, Auto Doors, Remove\r\n - Custom Raid Zones",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775494931,
    "score": 0,
    "last_online": 1776825617,
    "icon": null,
    "name": "HollowServers.co EU 10x Solo/Duo/Trio [Loot+|MyMini|Shop|PvP]",
    "connect": "62.233.59.28:28015",
    "request": "62.233.59.28:28010",
    "map": "Wiped - 3 Days ago",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 5,
    "maxplayers": 150,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "NL",
    "status": true,
    "votes": 0,
    "points": 62,
    "add_date": 1769901044,
    "last_update": 1776825617,
    "banned": false,
    "wipe": 1776517199,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1447,
    "language": "nl",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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