JSON для программ, сайтов и прочего

text
https://api.gamemonitoring.ru/servers/5732482
json
{
  "response": {
    "fps": 20,
    "fps_avg": 20,
    "entities_count": 123151,
    "world_seed": 160280175,
    "world_size": 4500,
    "steam_id": "90284797455254532",
    "domain": null,
    "id": 5732482,
    "ip": "185.180.2.16",
    "port": 28357,
    "query": 27357,
    "color": 0,
    "city": "Prague",
    "description": "![WOLFGANG VANILLA CZ/SK/EU](https://i.postimg.cc/Z57MLQNm/DALL-E-2025-03-03-16-49-46-A-soldier-with-a-wolf-s-head-stands-in-front-of-a-military-base-at-suns.jpg)\nVítám Vás na našem serveru WOLFGANG. Užijte si hru na klasické vanille. Wipe bude každý první čtvrtek v měsíci. Hodně štěstí.\r\n\r\nKontakt discord: https://discord.gg/CYyVveb3mU\r\n\r\nDalší wipe: 7.5.2026 20:00",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775642875,
    "score": 0,
    "last_online": 1776873021,
    "icon": null,
    "name": "WOLFGANG VANILLA CZ/SK/EU",
    "connect": "185.180.2.16:28357",
    "request": "185.180.2.16:27357",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 30,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "CZ",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1723986594,
    "last_update": 1776873021,
    "banned": false,
    "wipe": 1775153137,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 3258,
    "language": "cs",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

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