JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/11159515
json
{
  "response": {
    "fps": 134,
    "fps_avg": 129,
    "entities_count": 86194,
    "world_seed": 2073373186,
    "world_size": 3700,
    "steam_id": "90286578734366741",
    "domain": null,
    "id": 11159515,
    "ip": "109.111.178.210",
    "port": 28015,
    "query": 28016,
    "color": 0,
    "city": "Noril'sk",
    "description": "![Tactics Game Survival [x5]](https://i.ibb.co/4ntSVYV2/Chat-GPT-Image-17-2026-01-04-44-2.png)\n🎮 TACTICS GAME SURVIVAL\r\n⚡ Рейты x5 — фарми быстро!\r\n\r\n🔥 ОСОБЕННОСТИ:\r\n🗓 Вайп каждую 1-ю среду месяца\r\n🌀 Телепорт между игроками\r\n🎁 Киты для старта\r\n🏆 Топ игроков\r\n🌿 Skill Tree — прокачай персонажа\r\n🛒 Shop прямо в игре\r\n\r\n💬 Наше сообщество: vk.com/tacticsgamesurvivaldotcom",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1779851005,
    "last_online": 1780605033,
    "icon": null,
    "name": "Tactics Game Survival [x5]",
    "connect": "109.111.178.210:28015",
    "request": "109.111.178.210:28016",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 120,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1772228132,
    "last_update": 1780605033,
    "banned": false,
    "wipe": 1779731246,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4165,
    "language": "ru",
    "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/11159515");
$data = json_decode($json, true);
var_dump($data);