JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/7654268
json
{
  "response": {
    "fps": 60,
    "fps_avg": 60,
    "entities_count": 35027,
    "world_seed": 1337,
    "world_size": 2000,
    "steam_id": "90285974250762251",
    "domain": null,
    "id": 7654268,
    "ip": "134.255.255.18",
    "port": 28020,
    "query": 28022,
    "color": 0,
    "city": "Frankfurt am Main",
    "description": "![RUSTARDED Zombie Hell Hordes x2 • EU](https://cdn3.mapstr.gg/fb5097e505124de7343ffa0c588b7e98.png)\nRUSTARDED ZHH EU • x2 gather rate • hell hordes • 30+ type to fight off • 'horde hunter' leaderboard • ziptower network • hostile Convoy, Train and Bomber • probable death guaranteed! Check out our other server RUSTARDED Zombie Hell Hordes US x2\r\n\r\nClick EXTERNAL WEBSITE for our discord and CONNECT TO SERVER if you seek death.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1779739966,
    "last_online": 1779308421,
    "icon": null,
    "name": "RUSTARDED Zombie Hell Hordes x2 • EU",
    "connect": "134.255.255.18:28020",
    "request": "134.255.255.18:28022",
    "map": "Bwana Dik",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 42,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1739540339,
    "last_update": 1779739966,
    "banned": false,
    "wipe": 1778178355,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 8882,
    "language": "de",
    "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/7654268");
$data = json_decode($json, true);
var_dump($data);