JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11501039
json
{
  "response": {
    "fps": 212,
    "fps_avg": 209,
    "entities_count": 145884,
    "world_seed": 42069,
    "world_size": 5000,
    "steam_id": "90286581635510303",
    "domain": null,
    "id": 11501039,
    "ip": "176.9.136.112",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "city": "Falkenstein",
    "description": "![Dead Harbour | PvE Zombie | x5 Loot | Monthly Wipe | 1st Thu](https://dead-harbour.com/banner.jpg?v=1779558133)\nDEAD HARBOUR | PvE Zombie | x5\r\n\r\nSurvive. Loot. Forge your legend.\r\n\r\n[ FEATURES ]\r\n- PvE strict (Purge 24h pre-wipe)\r\n- Boss Zombies: Titan / Toxic / Shadow\r\n- Dead Tide co-op tower-defense\r\n- Raidable PvE bases (4 tiers)\r\n- P2P Market + Contracts\r\n- DEADPASS Battle Pass (25 tiers)\r\n- Daily streak / Quests / Challenges / Achievements\r\n- Clans (max 8, 12 VIP)\r\n- Anti-offline-raid\r\n- 9 languages (FR/EN/DE/ES/RU/PT/IT/TR/PL)\r\n\r\n[ RATES ]\r\n- x5 wood / stone / metal\r\n- x2 HQM / components\r\n- x1 sulfur / tech trash\r\n\r\n[ WIPE ]\r\n- First Thursday of month, 00:00 Paris\r\n- BPs kept\r\n\r\n[ LINKS ]\r\n- Discord: discord.gg/deadharbour\r\n- /vote in-game for 100 DC + XP",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780546460,
    "last_online": 1780587633,
    "icon": null,
    "name": "Dead Harbour | PvE Zombie | x5 Loot | Monthly Wipe | 1st Thu",
    "connect": "176.9.136.112:28015",
    "request": "176.9.136.112:28017",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1779207166,
    "last_update": 1780587633,
    "banned": false,
    "wipe": 1778230528,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4727,
    "language": "de",
    "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/11501039");
$data = json_decode($json, true);
var_dump($data);