JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/9884720
json
{
  "response": {
    "fps": 219,
    "fps_avg": 218,
    "entities_count": 46749,
    "world_seed": 328098675,
    "world_size": 3000,
    "steam_id": "90285187190037509",
    "domain": null,
    "id": 9884720,
    "ip": "185.189.255.198",
    "port": 35201,
    "query": 35202,
    "color": 0,
    "city": "Moscow",
    "description": "![Trophy Hunter PVP X1000000 [BATTLEFIELD]](https://pic.survivalhost.org/images/2026/01/09/0ND8R8.jpg)\nЭКСКЛЮЗИВНЫЕ УСЛОВИЯ НА НАШЕМ СЕРВЕРЕ\r\nТОЛЬКО У НАС – УНИКАЛЬНЫЙ ГЕЙМПЛЕЙ!\r\n    Максимум 15 игроков в команде – стройте мощные альянсы!\r\nБЕЗУМНЫЕ БОНУСЫ\r\n    Добыча ресурсов х1.000.000!\r\n    Премиальные КИТ-наборы.\r\n    Все рецепты изучены – никаких ограничений.\r\n    Мгновенный крафт – создавайте без ожидания.\r\nКАСТОМИЗАЦИЯ\r\n    Скины последней коллекции.\r\n    Сохранение СЕТов и раскладки – ваши настройки всегда с вами",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1777590192,
    "score": 0,
    "last_online": 1777662622,
    "icon": null,
    "name": "Trophy Hunter PVP X1000000 [BATTLEFIELD]",
    "connect": "185.189.255.198:35201",
    "request": "185.189.255.198:35202",
    "map": "Custom Map",
    "gamemode": "Vanilla",
    "version": "2623",
    "numplayers": 3,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1753696329,
    "last_update": 1777662622,
    "banned": false,
    "wipe": 1777570239,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2308,
    "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/9884720");
$data = json_decode($json, true);
var_dump($data);