JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/10805375
json
{
  "response": {
    "fps": 30,
    "fps_avg": 29,
    "entities_count": 79056,
    "world_seed": 1399487135,
    "world_size": 3500,
    "steam_id": "90286612772295683",
    "domain": null,
    "id": 10805375,
    "ip": "91.229.114.45",
    "port": 28019,
    "query": 28021,
    "color": 0,
    "city": "Chicago",
    "description": "![OVERDRIVE-X100X-Loadouts|PVP|TheUltimateBattlefield|x50x](https://i.ibb.co/G3B16PDr/thumbnail-1.png)\nOVERDRIVE 100X - AI Anti-Cheat | Custom PvP Map | Weekly Battlefield \\\r\n- Instant Kits | Custom Loadouts | RaidKits - spawn geared, save loadouts, and raid faster \\\r\n- Backpack | Shop | /Turret - extra storage, player trading, and easy turret control \\\r\n- /bgrade | /up4 | /br - auto-upgrade builds and repair your base faster \\\r\n- FPV Drones | CopterWeapons - scout, fly, and fight with advanced combat tools \\\r\n- NoFallDamage | MonumentBeds | Wireless Electronics - smoother movement, respawns, and base setup \\\r\n- Nonstop PvP | 8-Man Teams | Fast Progression - constant action with less grind \\\r\n- Raidable Base Tiers | Custom Events | VIP Tiers - PvE raids, rewards, and supporter perks \\\r\n- Active Staff | Fair Gameplay | Community Updates - balanced rules and frequent improvements \\\r\n\\\r\nJoin Discord.gg/100",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780659260,
    "last_online": 1780658434,
    "icon": null,
    "name": "OVERDRIVE-X100X-Loadouts|PVP|TheUltimateBattlefield|x50x",
    "connect": "91.229.114.45:28019",
    "request": "91.229.114.45:28021",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 0,
    "maxplayers": 500,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1766921254,
    "last_update": 1780659260,
    "banned": false,
    "wipe": 1780598120,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 9559,
    "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/10805375");
$data = json_decode($json, true);
var_dump($data);