JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/9713984
json
{
  "response": {
    "fps": 60,
    "fps_avg": 60,
    "entities_count": 46738,
    "world_seed": 1895875072,
    "world_size": 3000,
    "steam_id": "90286227460408351",
    "domain": null,
    "id": 9713984,
    "ip": "208.52.152.41",
    "port": 28034,
    "query": 28016,
    "color": 0,
    "city": "Dallas",
    "description": "2x Modded Monthly\r\n\\Rules: \r\n-No Hacking/Scripting \r\n-No Bug Abuse \r\n-Good Vibes : \r\n Amazing Outpost\r\n-Harbor Event \r\n-Shop \r\n-/pop",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1777913013,
    "last_online": 1780140623,
    "icon": null,
    "name": "[US] Alcatraz | 3x | SOLO & DUO| Weekly",
    "connect": "208.52.152.41:28034",
    "request": "208.52.152.41:28016",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 1,
    "maxplayers": 101,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1751800672,
    "last_update": 1780140623,
    "banned": false,
    "wipe": 1778959155,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 3589,
    "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/9713984");
$data = json_decode($json, true);
var_dump($data);