JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/11606665
json
{
  "response": {
    "fps": 127,
    "fps_avg": 125,
    "entities_count": 91286,
    "world_seed": 1754826556,
    "world_size": 4000,
    "steam_id": "90286574466318338",
    "domain": null,
    "id": 11606665,
    "ip": "194.50.234.178",
    "port": 28080,
    "query": 28015,
    "color": 0,
    "city": "City of London",
    "description": "![VETERANII 2X | Vanilla+ | SOLO/DUO/TRIO | Monthly](https://i.ibb.co/yBhnSg3q/Chat-GPT-Image-May-25-2026-10-02-38-PM.png)\nRO/EN | VETERANII 2X VANILLA+  • SOLO/DUO/TRIO • MONTHLY WIPE • 2X GATHER • 2X STACK • FASTER SMELTING • CLANS • KITS • REWARDS  DISCORD: discord.gg/UypruGFcYk",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780601606,
    "last_online": 1780549835,
    "icon": null,
    "name": "VETERANII 2X | Vanilla+ | SOLO/DUO/TRIO | Monthly",
    "connect": "194.50.234.178:28080",
    "request": "194.50.234.178:28015",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 70,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1779915478,
    "last_update": 1780601606,
    "banned": false,
    "wipe": 1780519263,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 11863,
    "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/11606665");
$data = json_decode($json, true);
var_dump($data);