JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/11644933
json
{
  "response": {
    "fps": 64,
    "fps_avg": 65,
    "entities_count": 115613,
    "world_seed": 333182497,
    "world_size": 4500,
    "steam_id": "90286413790312464",
    "domain": null,
    "id": 11644933,
    "ip": "66.51.97.57",
    "port": 28090,
    "query": 28091,
    "color": 0,
    "city": "City of London",
    "description": "![Crustoria | EU Vanilla | Sat 19:00 UTC Full Wipe](https://i.ibb.co/CppnMjh9/Crustoria-Banner.png)\nCrustoria is an EU vanilla Rust server built for clean, fair fights: No Cheaters, strong server-side anti-cheat, active moderation, no kits, and no pay-to-win. Full wipe every Saturday at 19:00 UTC. Build, roam, raid, and fight without cheater noise. BM verification: rs02h8NaozJ{0rAi43&&*3",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780177440,
    "last_online": 1780263034,
    "icon": null,
    "name": "Crustoria | EU Vanilla | Sat 19:00 UTC Full Wipe",
    "connect": "66.51.97.57:28090",
    "request": "66.51.97.57:28091",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 2,
    "maxplayers": 500,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1780177440,
    "last_update": 1780263034,
    "banned": false,
    "wipe": 1780168307,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 5904,
    "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/11644933");
$data = json_decode($json, true);
var_dump($data);