JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/9846554
json
{
  "response": {
    "fps": 45,
    "fps_avg": 45,
    "entities_count": 24007,
    "world_seed": 1337,
    "world_size": 1750,
    "steam_id": "90286727964834822",
    "domain": null,
    "id": 9846554,
    "ip": "72.73.28.150",
    "port": 28040,
    "query": 28043,
    "project_id": null,
    "color": 0,
    "city": "Fredericksburg",
    "description": "![Nuclear Cargo/Oil Trainer](https://nuclearrust.net/server_content/headers/NuclearTrainer-1024x512.png)\nMonument Trainer Brought to by: Nuclear Gaming\r\n\r\nLearn how to complete Monuments at your own pace!\r\nMonuments include:\r\n -Lg/Smoil\r\n-Underwater Labs\r\n-Cargo\r\n-Heli\r\n-Military Tunnels\r\n-Giant Excavator\r\n-Launch\r\n\r\nDont know how to fly a Mini? Thats OK, we have plenty around you can learn to fly like a PRO!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780599269,
    "last_online": 1780906828,
    "icon": null,
    "name": "Nuclear Cargo/Oil Trainer",
    "connect": "72.73.28.150:28040",
    "request": "72.73.28.150:28043",
    "map": "Custom Map",
    "gamemode": "Vanilla",
    "version": "2627",
    "numplayers": 0,
    "maxplayers": 40,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1753203141,
    "last_update": 1780906828,
    "banned": false,
    "wipe": 1780599383,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 3502,
    "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/9846554");
$data = json_decode($json, true);
var_dump($data);