JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/9135973
json
{
  "response": {
    "fps": 60,
    "fps_avg": 58,
    "entities_count": 264337,
    "world_seed": 1337,
    "world_size": 4750,
    "steam_id": "90286232165035034",
    "domain": null,
    "id": 9135973,
    "ip": "154.16.170.15",
    "port": 28080,
    "query": 28015,
    "color": 0,
    "city": "Dallas",
    "description": "![HNC Rust 10000x PvE](https://www.dropbox.com/scl/fi/ww8sdsi26fo5o5z7qsdm6/newhncrustheader.png?rlkey=5e3nf5m7ezspmzp4gjg3lkxai&st=b5l1pk44&dl=1)\nHNCRust.com\r\n* Join our Discord at discord.hncrust.com\r\n* Wiped May 7th 2026\r\n* 5m Night-55m Day\r\n* Players inactive for 3+ days will have their bases marked abandoned.\r\n* Multiple events and NPCs\r\n* NPC Raidable Bases\r\n* Water Bases\r\n* Event System\r\n* More to come!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1779786210,
    "last_online": 1779807019,
    "icon": null,
    "name": "HNC Rust 10000x PvE",
    "connect": "154.16.170.15:28080",
    "request": "154.16.170.15:28015",
    "map": "HNC Custom Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 8,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 63,
    "add_date": 1747167004,
    "last_update": 1779807019,
    "banned": false,
    "wipe": 1778176325,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1195,
    "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/9135973");
$data = json_decode($json, true);
var_dump($data);