API for The Hideout [PVE] - https://discord.gg/blaze420

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11435171
json
{
  "response": {
    "steam_id": "90284494039691289",
    "domain": null,
    "id": 11435171,
    "ip": "157.85.93.97",
    "port": 24208,
    "query": 24208,
    "color": 0,
    "city": "Dallas",
    "description": null,
    "game": 251570,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776655999,
    "score": 0,
    "last_online": 1776799275,
    "icon": null,
    "name": "The Hideout [PVE] - https://discord.gg/blaze420",
    "connect": "157.85.93.97:24208",
    "request": "157.85.93.97:24208",
    "map": "Pregen08k02",
    "gamemode": "7 Days To Die",
    "version": "01.02.06",
    "numplayers": 0,
    "maxplayers": 8,
    "bots": 0,
    "secured": false,
    "private": true,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1774977172,
    "last_update": 1776799275,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 8315,
    "language": "en",
    "parked": false,
    "app": {
      "id": 49,
      "steam_id": 251570,
      "name": "7 Days to Die",
      "url": "7-days-to-die"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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