JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/11143473
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 11143473,
    "ip": null,
    "port": null,
    "query": null,
    "project_id": null,
    "color": 0,
    "city": "Limburg an der Lahn",
    "description": "![Rip rust | x100 | nolimit | loot++](https://img.alkad.org/images/2026/02/11/maxresdefault.jpg)\n★ [RU] 100X | LOOT++ | FULL PVP\r\n\r\nВайп каждый в субботу 16:00 МСК\r\n\r\n• Лут х100\r\n• Крафт моментальный\r\n• ТП, дома\r\n• Без лагов, онлайн 24/7\r\n\r\nTelegram: riprust1",
    "game": 252490,
    "owner": 171407,
    "boosts": 1,
    "last_offline": 1776751362,
    "last_online": 1775865611,
    "icon": null,
    "name": "Server",
    "connect": null,
    "request": null,
    "map": null,
    "gamemode": null,
    "version": null,
    "numplayers": 0,
    "maxplayers": 150,
    "bots": 0,
    "secured": null,
    "private": false,
    "country": "DE",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1771944122,
    "last_update": 1776751362,
    "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": 13297,
    "language": "de",
    "parked": true,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": {
      "username": "pupurka_top",
      "avatar": "023bc013-96bb-41a3-9f28-6fbee5d4941e.jpg"
    },
    "mods": [
      {
        "id": 1323,
        "name": "Shop"
      }
    ],
    "disabled_modules": []
  }
}

Codebeispiele

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