JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/11686467
json
{
  "response": {
    "fps": 120,
    "fps_avg": 119,
    "entities_count": 53690,
    "world_seed": 1337,
    "world_size": 3500,
    "steam_id": "90286556930406409",
    "domain": null,
    "id": 11686467,
    "ip": "46.37.128.80",
    "port": 28019,
    "query": 28020,
    "color": 0,
    "city": "Vladivostok",
    "description": "![Incunt Rust - ТЕСТОВЫЙ](https://images2.imgbox.com/63/95/O8GVuiMk_o.png)\nРасписание вайпов:\r\n- Карта: Еженедельно по пятницам (11:00 МСК, 18:00 ВДК)\r\n- Чертежи: Ежемесячно\r\n\r\nVK: incunt.ru/vk\r\nDiscord: incunt.ru/discord\r\nTelegram: incunt.ru/telegram\r\n\r\nО сервере:\r\n- Можно приятно провести время\r\n- Похож на официальные сервера\r\n- Высокопроизводительная серверная платформа\r\n- Стабильная работа сервера 24/7\r\n- Нет доната, дающего преимущество\r\n\r\nWipe Schedule:\r\n- Map: Weekly on Fridays @ 4PM Asia/Singapore or Force\r\n- BPs: Monthly @ Force\r\n\r\nResume:\r\n- Have a good time\r\n- Similar to official servers\r\n- High-performance server platform\r\n- Stable server operation 24/7\r\n- No donate, No pay to win",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780550003,
    "last_online": 1780517431,
    "icon": null,
    "name": "Incunt Rust - ТЕСТОВЫЙ",
    "connect": "46.37.128.80:28019",
    "request": "46.37.128.80:28020",
    "map": "RU EN 中文 日 한글",
    "gamemode": "Vanilla",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1780224646,
    "last_update": 1780550003,
    "banned": false,
    "wipe": 1779964284,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 12784,
    "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/11686467");
$data = json_decode($json, true);
var_dump($data);