JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11511569
json
{
  "response": {
    "fps": 57,
    "fps_avg": 58,
    "entities_count": 153280,
    "world_seed": 350076620,
    "world_size": 4800,
    "steam_id": "90286551844539406",
    "domain": null,
    "id": 11511569,
    "ip": "91.229.114.24",
    "port": 28079,
    "query": 28081,
    "color": 0,
    "city": "Chicago",
    "description": "![[US] Nightshade [ 1x | PvPvE | Events | QoL Mods]](https://i.ibb.co/JjdG8xkp/cover.png)\n| Hybrid PvE | Rotating PvP Monuments | Player-Built Raid Bases |\r\n| NPC Raidable Bases | Dungeons | Heli & Bradley Signals | QoL Mods |\r\n\r\nWe are a new-player-friendly PvE server with optional PvP events.\r\n\r\nPvE is serverwide by default. No unauthorized raiding.\r\nBases, loot, storage, and deployables are protected by Team/TC ownership, with optional sharing for trusted players.\r\n\r\nPvP is limited to rotating PvP monuments and optional player-defended raid base events.\r\nWatch the zone warnings — spicy zones mean spicy consequences.\r\n\r\nServer Restarts Daily @ 6 AM EST",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780470419,
    "last_online": 1780566627,
    "icon": null,
    "name": "[US] Nightshade [ 1x | PvPvE | Events | QoL Mods]",
    "connect": "91.229.114.24:28079",
    "request": "91.229.114.24:28081",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 1,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1779353854,
    "last_update": 1780566627,
    "banned": false,
    "wipe": 1778183243,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1728,
    "language": "en",
    "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/11511569");
$data = json_decode($json, true);
var_dump($data);