JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/11606673
json
{
  "response": {
    "fps": 179,
    "fps_avg": 186,
    "entities_count": 99064,
    "world_seed": 2147483647,
    "world_size": 4000,
    "steam_id": "90286599593151512",
    "domain": null,
    "id": 11606673,
    "ip": "185.216.144.83",
    "port": 28080,
    "query": 28015,
    "color": 0,
    "city": "City of London",
    "description": "![Apocalyptic EU 10x Squads | Loot++ | PvP | MyMini | Kits & More](https://i.postimg.cc/pVw0tCsF/Chat-GPT-Image-May-4-2026-03-58-06-PM.png)\nWeekly map wipe @ 16:00 London Time (unless forced wipe)\r\n\r\n- Kits Available\r\n- 10x Gather Rate & Loot\r\n- MyMini Spawn\r\n- Instant Craft\r\n- No Blueprints\r\n\r\n- Discord: https://discord.gg/AKKhmNEgFK",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780585470,
    "last_online": 1780605032,
    "icon": null,
    "name": "Apocalyptic EU 10x Squads | Loot++ | PvP | MyMini | Kits & More",
    "connect": "185.216.144.83:28080",
    "request": "185.216.144.83:28015",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1779915478,
    "last_update": 1780605032,
    "banned": false,
    "wipe": 1780585819,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 5115,
    "language": "en",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Codebeispiele

php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11606673");
$data = json_decode($json, true);
var_dump($data);