JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11759862
json
{
  "response": {
    "fps": 116,
    "fps_avg": 114,
    "entities_count": 132541,
    "world_seed": 2059281037,
    "world_size": 3500,
    "steam_id": 90286763098259460,
    "domain": null,
    "id": 11759862,
    "ip": "103.15.237.176",
    "port": 25257,
    "query": 25258,
    "project_id": null,
    "color": 0,
    "city": "Melbourne",
    "description": "![MysticAU | 3x Biweekly | Max 4 | Raid Times | Low Upkeep](https://i.imgur.com/xtsFNxH.png)\nJoin our discord using the external site below!\r\nCore Changes:\r\nMax Team Size: 4\r\nWipe Schedule: Every 2nd Friday @ 1PM ACST\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\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\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": 1780931735,
    "last_online": 1780974631,
    "icon": null,
    "name": "MysticAU | 3x Biweekly | Max 4 | Raid Times | Low Upkeep",
    "connect": "103.15.237.176:25257",
    "request": "103.15.237.176:25258",
    "map": "MYSTICAU.COM",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "AU",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1780931735,
    "last_update": 1780974631,
    "banned": false,
    "wipe": 1780647363,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 6123,
    "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/11759862");
$data = json_decode($json, true);
var_dump($data);