JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/10605621
json
{
  "response": {
    "fps": 109,
    "fps_avg": 106,
    "entities_count": 68936,
    "world_seed": 1492939294,
    "world_size": 3250,
    "steam_id": "90286302010179596",
    "domain": null,
    "id": 10605621,
    "ip": "66.51.96.53",
    "port": 28025,
    "query": 28026,
    "color": 0,
    "city": "Ashburn",
    "description": "![Palmetto Gaming 3x - No Kits](https://i.ibb.co/TwnSdCM/Rust-Header-Image-Raised.png)\nPalmetto Gaming 3x\r\nMonthly Wipe\r\nBP Wipe on update.\r\nNo Kits Better loot Better Smelt Airfield Event.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1779923621,
    "last_online": 1780138224,
    "icon": null,
    "name": "Palmetto Gaming 3x - No Kits",
    "connect": "66.51.96.53:28025",
    "request": "66.51.96.53:28026",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 2,
    "maxplayers": 75,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1763321652,
    "last_update": 1780138224,
    "banned": false,
    "wipe": 1779923876,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 3694,
    "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/10605621");
$data = json_decode($json, true);
var_dump($data);