JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11645336
json
{
  "response": {
    "fps": 60,
    "fps_avg": 60,
    "entities_count": 28654,
    "world_seed": 2002467296,
    "world_size": 2400,
    "steam_id": "90286575281131544",
    "domain": null,
    "id": 11645336,
    "ip": "51.161.198.94",
    "port": 28015,
    "query": 28016,
    "color": 0,
    "city": "North Sydney",
    "description": "![(AU) Kambalda residents 2x weekly](https://i.ibb.co/TwnSdCM/Rust-Header-Image-Raised.png)\nwipes every Friday and Monday 3 pm AEST or on force\r\nAnti offline protection (for 48 hours after you log off)\r\n\r\n2x gather\r\nFaster Craft/Smelt\r\nFaster Heli/Cargo respawn times\r\nFaster Deepsea respawn times\r\nBetter components (junk removed)\r\nCrate unlock times halved\r\nFaster recycling\r\nCheaper Upkeep\r\n\r\n/ao (playername) to check player online status",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780177460,
    "last_online": 1780594236,
    "icon": null,
    "name": "(AU) Kambalda residents 2x weekly",
    "connect": "51.161.198.94:28015",
    "request": "51.161.198.94:28016",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "AU",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1780177460,
    "last_update": 1780594236,
    "banned": false,
    "wipe": 1778187644,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 5333,
    "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/11645336");
$data = json_decode($json, true);
var_dump($data);