JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11159007
json
{
  "response": {
    "fps": 52,
    "fps_avg": 51,
    "entities_count": 100916,
    "world_seed": 1753870042,
    "world_size": 4250,
    "steam_id": "90286604738101258",
    "domain": null,
    "id": 11159007,
    "ip": "66.51.97.51",
    "port": 28030,
    "query": 28031,
    "color": 0,
    "city": "City of London",
    "description": "![[UK] RUSTY CASUALS 2X  PVE|WATER & TREE HOUSE BASES|EVENTS](https://files.catbox.moe/sxlt3m.png)\nWelcome to Rusty Casuals [UK], 2X Chilled PVE\\\\Beginner Friendly – Everyone is very welcome, whether you're a pro or just starting out.\\\\WATER BASES & BOAT CONTROL!!\\\\JUNGLE TREEHOUSE BASES!\\\\NPC Base Raiders!\\\\BASEMENTS!\\\\ARMORED TRAIN\\\\BiWeekly  wipes,Monthly FULL Wipes\\\\Better Loot\\raidable bases\\\\Deployable Ziplines!\\\\Monument events\\\\RP Rewardshop\\\\skills\\\\Kits\\\\Personal daylight\\\\Airfield event\\\\Increased Gather rates & Stack sizes, Crafting, Smelting & Recycling speeds\\\\Monument Bradleys\\\\B Grade\\\\Clans\\\\TP\\\\Share blueprints with your team\\\\Active Admin\\\\ and much much more....",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780598021,
    "last_online": 1780607434,
    "icon": null,
    "name": "[UK] RUSTY CASUALS 2X  PVE|WATER & TREE HOUSE BASES|EVENTS",
    "connect": "66.51.97.51:28030",
    "request": "66.51.97.51:28031",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1772228122,
    "last_update": 1780607434,
    "banned": false,
    "wipe": 1780598172,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4167,
    "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/11159007");
$data = json_decode($json, true);
var_dump($data);