JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/11491486
json
{
  "response": {
    "fps": 92,
    "fps_avg": 94,
    "entities_count": 118916,
    "world_seed": 1951414870,
    "world_size": 4500,
    "steam_id": "90285088490030081",
    "domain": null,
    "id": 11491486,
    "ip": "95.217.145.85",
    "port": 20500,
    "query": 20501,
    "color": 0,
    "city": "Helsinki",
    "description": "![RUSTOFOBIA](https://gspics.org/images/2026/04/27/IAmLre.png)\nRUSTOFOBIA — VANILLA PVP x1 \r\n  — True Vanilla x1\r\n  — No kits / No TP / No Pay2Win\r\n  — Donate cosmetics only\r\n  — Pure PvP — only skill matters\r\n  — Minimal QoL improvements (Sort, QoL)\r\n  — Active administration\r\n  — Fast anti-cheat response\r\n    Discord: https://discord.gg/NJP2dFaB2c \r\n   No pay. No mercy. Just Rust.\r\n   \r\n  RUSTOFOBIA — VANILLA PVP x1\r\n  — Честный Vanilla x1\r\n  — Без китов / без TP / без Pay2Win\r\n  — Донат — только косметика\r\n  — Чистый PvP — решает только скилл\r\n  — Минимальные QoL-улучшения (Sort, QoL)\r\n  — Активная администрация\r\n  — Быстрая реакция античита\r\n   Discord: https://discord.gg/NJP2dFaB2c \r\n   Без доната. Без пощады. Только Rust.\r\n gm.link/u122621",
    "game": 252490,
    "owner": 122621,
    "boosts": 1,
    "last_offline": 1777341336,
    "score": 5,
    "last_online": 1777503011,
    "icon": null,
    "name": "RUSTOFOBIA",
    "connect": "95.217.145.85:20500",
    "request": "95.217.145.85:20501",
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 300,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "FI",
    "status": true,
    "votes": 3,
    "points": 103,
    "add_date": 1777341336,
    "last_update": 1777503011,
    "banned": false,
    "wipe": 1777326019,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 100,
    "language": "fi",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": {
      "username": "FarmRust",
      "avatar": "0904a626-327b-4371-a5c0-e7a0fd203879.png",
      "last_online": 1777497511
    },
    "mods": [],
    "disabled_modules": []
  }
}

Codebeispiele

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