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

text
https://api.gamemonitoring.ru/servers/11492606
json
{
  "response": {
    "modded": true,
    "fps": 90,
    "fps_avg": 89,
    "entities_count": 79084,
    "world_seed": 74285843,
    "world_size": 3600,
    "steam_id": "90285974498833432",
    "domain": "s5.warzrust.ru",
    "id": 11492606,
    "ip": "62.122.213.243",
    "port": 50000,
    "query": 50001,
    "color": 0,
    "city": "Moscow",
    "description": "![gm.link/u27016 #5 WARZONE X50/X100 [TP|KIT|NoBP|FUN|Copter|LOOT](https://warzrust.ru/download/Images_store/Store/BANNER_SERVER_2020.jpg)\n♦ NO LAGS - Best Fun | premium AntiCheat\r\n♦ За регистрацию в донат магазине 50 руб\r\n♦ X50/X100 | CLANS | TP | KIT | InstaCraft | SHOP\r\n♦ Ресурсы X50/X100, Лут и компоненты X10/X20\r\n♦ Верстаки не нужны (No Workbench), Карты не нужны (No RT Puzzles)\r\n\r\nSite: shop.warzrust.ru\r\nDiscord: discord.gg/gyVnWpjKk8\r\nГруппа VK: vk.com/ruwarzone",
    "game": 252490,
    "owner": 27016,
    "boosts": 1,
    "last_offline": 1779243181,
    "last_online": 1779255611,
    "icon": null,
    "name": "#5 WARZONE X50/X100 [TP|KIT|NoBP|FUN|Copter|LOOT+] Wipe 19.05",
    "connect": "s5.warzrust.ru:50000",
    "request": "62.122.213.243:50001",
    "map": "Custom Map",
    "gamemode": "Vanilla",
    "version": "2625",
    "numplayers": 3,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 91,
    "add_date": 1779095813,
    "last_update": 1779255611,
    "banned": false,
    "wipe": 1779186126,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 169,
    "language": "ru",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": {
      "username": "ultimate.survival.rust647924",
      "avatar": "no.jpg",
      "last_online": 1779097081
    },
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

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