JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11189314
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 11189314,
    "ip": "40.160.27.30",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "city": "Reston",
    "description": "![UNDERWORLD [PVE] ! ZOMBIE HELL !](https://i.postimg.cc/q7wBCZxF/Chat-GPT-Image-2-mar-2026-10-43-56.png)\nUNDERWORLD [PVE] ! ZOMBIE HELL !                                                                                   A heavily modded fun but not easy RPG survival version of Rust.\r\nRaidable NPC Bases.\r\nCustom Undead NPC's (Zombies, Wights, Shades of Doom, Bone Wights, Revenants of Doom, Zombie Lords, Zombie Rabbits, Zombie Rats, Lich, Vampire Nuns, Zombie Cows, Werewolves, Undead Centurions and more).\r\nPlayer Challenges Reconfigured and Extended for PVE Stats.\r\nRare Magic Items.\r\nMulti-Kills-Killer-Chickens and Stags.\r\nEconomy - Sell your farmed produce for RP - supply and demand type system (sell prices updated every~4hours).\r\nRPG system ZLevelsRemastered including crafting up to instant craft.\r\nHome x 2, Teleportation, Large Backpacks, Trade.\r\nRandom Skins or the ones you own. (toggle with /rs) /reskinme /deskinbox /reskinbox\r\nServer Reward system, unlock MANY perks with RP and become a god of the undead slayers.\r\nAuto Pickup.\r\nExtra clip size/durability on guns.\r\nExtra Health.\r\nRecycler and much more.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776205873,
    "score": 0,
    "last_online": 1776100818,
    "icon": null,
    "name": null,
    "connect": null,
    "request": "40.160.27.30:28017",
    "map": null,
    "gamemode": null,
    "version": null,
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": null,
    "private": false,
    "country": "US",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1772699041,
    "last_update": 1776205873,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 9601,
    "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/11189314");
$data = json_decode($json, true);
var_dump($data);