JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/758603
json
{
  "response": {
    "fps": 30,
    "fps_avg": 28,
    "entities_count": 112627,
    "world_seed": 6738,
    "world_size": 4096,
    "steam_id": "90286402654353425",
    "domain": null,
    "id": 758603,
    "ip": "37.157.251.166",
    "port": 28015,
    "query": 28014,
    "color": 0,
    "city": "Düsseldorf",
    "description": "![[PvE]Ger -=Monkey´s  Apocalypse=-](https://www.dropbox.com/s/2qkjm0gcdfrm2r3/TMES%20Rust.png?dl=1)\nPlugins:\r\n -Extra Rucksack + Stackgröße 25000!\r\n - Zombies  + In der Nacht  +/kits für neue Spieler \r\n -Spielzeit Tracker mit Ränge\r\n -Permanentes Remove Tool\r\n -Gefährlicher Schatz Event\r\n -Raidbare Basen Addon!\r\n - Flugzeugabsturz\r\n -Skill System mit Economy und Ammo HUD\r\n -Shop und Skin Shop\r\n -Windy Airdrop\r\n -Dynamisches Wetter und Wasser\r\n -Aktive Admins mit Qualitäts Updates!\r\n +Decay ist -50%\\\r\n Und vieles Mehr...",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780146816,
    "last_online": 1780179030,
    "icon": null,
    "name": "[PvE]Ger -=Monkey´s  Apocalypse=-",
    "connect": "37.157.251.166:28015",
    "request": "37.157.251.166:28014",
    "map": "Badlands",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 20,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1677864836,
    "last_update": 1780179030,
    "banned": false,
    "wipe": 1778220014,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 3017,
    "language": "de",
    "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/758603");
$data = json_decode($json, true);
var_dump($data);