JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/11759775
json
{
  "response": {
    "fps": 196,
    "fps_avg": 197,
    "entities_count": 32681,
    "world_seed": 549,
    "world_size": 2200,
    "steam_id": "90286610774019085",
    "domain": null,
    "id": 11759775,
    "ip": "131.196.198.204",
    "port": 28035,
    "query": 28037,
    "project_id": null,
    "color": 0,
    "city": "Cotia",
    "description": "![JEKA'S CLUB 1000X |PVP|RAID|Kits|TP|Clans|MYMINI](https://i.imgur.com/broLQp2.png)\nJEKA'S CLUB x10000\r\nServidor focado em PvP e Raid\r\nLow Ping | Loot acelerado | Kits | TP | Clans\r\nMyMini | BGrade | /loadout bar\r\nProgressão rápida | Servidor dedicado 24/7",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780931734,
    "last_online": 1780963835,
    "icon": null,
    "name": "JEKA'S CLUB 1000X |PVP|RAID|Kits|TP|Clans|MYMINI",
    "connect": "131.196.198.204:28035",
    "request": "131.196.198.204:28037",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "BR",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1780931734,
    "last_update": 1780963835,
    "banned": false,
    "wipe": 1780608822,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 6137,
    "language": "pt",
    "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/11759775");
$data = json_decode($json, true);
var_dump($data);