JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/11502277
json
{
  "response": {
    "fps": 88,
    "fps_avg": 90,
    "entities_count": 68993,
    "world_seed": 2016653579,
    "world_size": 3500,
    "steam_id": "90286527054694431",
    "domain": null,
    "id": 11502277,
    "ip": "198.73.57.156",
    "port": 28025,
    "query": 28027,
    "color": 0,
    "city": "Clifton",
    "description": "Welcome to Eclipse 3x this server is still in development if you find any bugs or have any suggestions let me know! my discord is skullyslayer_.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1779207196,
    "last_online": 1780579236,
    "icon": null,
    "name": "Eclipse 3x Solo/Duo/trio/Quad|lootx3|Shared Bps|Kits|TP",
    "connect": "198.73.57.156:28025",
    "request": "198.73.57.156:28027",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 70,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1779207196,
    "last_update": 1780579236,
    "banned": false,
    "wipe": 1779563511,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4938,
    "language": "en",
    "parked": false,
    "app": {
      "id": 252490,
      "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/11502277");
$data = json_decode($json, true);
var_dump($data);