JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11501019
json
{
  "response": {
    "fps": 150,
    "fps_avg": 149,
    "entities_count": 76947,
    "world_seed": 1780595552,
    "world_size": 3750,
    "steam_id": "90286603811631114",
    "domain": null,
    "id": 11501019,
    "ip": "91.98.176.53",
    "port": 32142,
    "query": 32143,
    "color": 0,
    "city": "Falkenstein",
    "description": "![[EU] MapleRust 2x Solo/Duo | 50% Upkeep | Raid Time](https://cdn.discordapp.com/attachments/347832584568307713/1490415828552650873/Gemini_Generated_Image_7on5sz7on5sz7on5.png?ex=69db39a8&is=69d9e828&hm=c04d16eebebb4dc158f73cd8ea7c53143b5fd7a231650ac31f62595a8e26c10b&)\nWelcome on MapleRust 2x Vanilla+ Weekly Duo.\nWipe Schedule: Weekly on Saturday @ 14:00 Paris Time (No BP Wipes)\nMap Size: 3750\n\nServer Features:\n- Max 2 Team Limit\n- 50% Upkeep\n- Instant Vending Machines\n- Raid Time (18:00 - 00:00)\n- 2x Stack size on ressources & components\n- Active Admins\n- Vanilla 2x Gameplay",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780595663,
    "last_online": 1780620031,
    "icon": null,
    "name": "[EU] MapleRust 2x Solo/Duo | 50% Upkeep | Raid Time",
    "connect": "91.98.176.53:32142",
    "request": "91.98.176.53:32143",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1779207166,
    "last_update": 1780620031,
    "banned": false,
    "wipe": 1780595892,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4510,
    "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/11501019");
$data = json_decode($json, true);
var_dump($data);