JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/10968803
json
{
  "response": {
    "fps": 99,
    "fps_avg": 95,
    "entities_count": 138151,
    "world_seed": 737075775,
    "world_size": 3500,
    "steam_id": "90286605009539076",
    "domain": null,
    "id": 10968803,
    "ip": "103.212.224.5",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "city": "Sydney",
    "description": "![MysticAU | 3x Monthly | Max 4 | Raid Times | Low Upkeep](https://i.imgur.com/8p9QBXZ.png)\nJoin our discord using the external site below!\r\n\r\nCore Changes:\r\nMax Team Size: 4\r\nWipe Schedule: Force Wipe (BPs never wipe)\r\nRaid Time: 5pm - 12am weekdays | 12pm - 12am weekends (ACST/ADL)\r\nMultiplier: 3X\r\nCustom Loot Tables (No Junk)\r\nTier 1 BPs Unlocked\r\nLarger Stack Sizes\r\nAuto Sort Furnaces\r\nQuick Smelt\r\n\r\nQOL Changes:\r\nSkip Night Vote\r\nAutomatic Authorization\r\nRemove Tool\r\nSort Boxes\r\nInstant Barrels\r\nAuto Barrel Pickup\r\nMonument Recyclers\r\nFaster Recyclers\r\nInstant Vending Restock\r\nClans (with auto teams)\r\nRemoved Animal AI\r\nSafe SAM Sites\r\nBuilding Workbench Radius\r\n\r\nVIP Perks:\r\nPriority Queue\r\nMap Votes\r\nSkinbox (unofficial skins & owned DLC only)\r\nSign Artist\r\nBgrade",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1779908003,
    "last_online": 1780611630,
    "icon": null,
    "name": "MysticAU | 3x Monthly | Max 4 | Raid Times | Low Upkeep",
    "connect": "103.212.224.5:28015",
    "request": "103.212.224.5:28017",
    "map": "MYSTICAU.COM",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "AU",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1768755820,
    "last_update": 1780611630,
    "banned": false,
    "wipe": 1778221834,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4025,
    "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/10968803");
$data = json_decode($json, true);
var_dump($data);