JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/11677446
json
{
  "response": {
    "fps": 255,
    "fps_avg": 254,
    "entities_count": 28949,
    "world_seed": 1337,
    "world_size": 2400,
    "steam_id": "90286566838307866",
    "domain": null,
    "id": 11677446,
    "ip": "91.229.114.36",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "city": "Chicago",
    "description": "🔥 HAVOC HEROES — YAKOV SUB-WIPE 🔥\r\nOne team. One fortress. One shot at glory.\r\nYakov and the subs drop in as a single warband with a single mission:\r\nstorm the NPC-held stronghold across the water and tear down its core\r\nTool Cupboard. But the base is sealed behind a lethal energy bubble —\r\nthe only way through is to complete 5 Tribute Trials, each one\r\nunlocking a team-wide boon as you go.\r\n⚔️ 6 HOURS OF ESCALATING HAVOC ⚔️\r\n • Hero powers come online\r\n • Twitch chat bends the battlefield\r\n • Landmines, patrol helis & MLRS enter the fray\r\n • Mini-events: Hot Potato + the Yakov Juggernaut showdown\r\nThe fortress fights back — auto-turrets, SAM sites, scientists and\r\nbosses stand between you and the win. Coordinate or die trying.\r\n📍 Custom Plebius map  ·  🗓 Starts [DATE · TIME TZ]  ·  🎟 [Whitelist / Discord link]",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780470419,
    "last_online": 1780633227,
    "icon": null,
    "name": "HAVOC HEROES — YAKOV SUB-WIPE",
    "connect": "91.229.114.36:28015",
    "request": "91.229.114.36:28017",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1780216209,
    "last_update": 1780633227,
    "banned": false,
    "wipe": 1780510170,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 5461,
    "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/11677446");
$data = json_decode($json, true);
var_dump($data);