JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/9648148
json
{
  "response": {
    "steam_id": "90284623849933849",
    "domain": null,
    "id": 9648148,
    "ip": "45.231.133.46",
    "port": 2302,
    "query": 2303,
    "color": 0,
    "city": "São Paulo",
    "description": null,
    "game": 107410,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775044290,
    "score": 0,
    "last_online": 1776560415,
    "icon": null,
    "name": "Alexandre BRZ ||2025|| 2.20",
    "connect": "45.231.133.46:2302",
    "request": "45.231.133.46:2303",
    "map": "Altis",
    "gamemode": "BRZ_APEX_2025_v10",
    "version": "2.20.152984",
    "numplayers": 27,
    "maxplayers": 40,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "BR",
    "status": true,
    "votes": 0,
    "points": 74,
    "add_date": 1751370438,
    "last_update": 1776560415,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 23,
    "language": "pt",
    "parked": false,
    "app": {
      "id": 61,
      "steam_id": 107410,
      "name": "Arma 3",
      "url": "arma-3"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Codebeispiele

php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/9648148");
$data = json_decode($json, true);
var_dump($data);