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

text
https://api.gamemonitoring.ru/servers/11596810
json
{
  "response": {
    "fps": 117,
    "fps_avg": 114,
    "entities_count": 81707,
    "world_seed": 440567417,
    "world_size": 3700,
    "steam_id": "90286483007165453",
    "domain": null,
    "id": 11596810,
    "ip": "131.196.198.204",
    "port": 28025,
    "query": 28027,
    "color": 0,
    "city": "Cotia",
    "description": "![JEKA'S CLUB 5X SOLO/DUO/TRIO/QUAD 01/06 WIPE](https://i.imgur.com/DpaQPed.png)\nJEKA'S CLUB 5X LARGE | SOLO/DUO/TRIO/QUAD\r\n\r\n- Recursos 5X e progressão acelerada\r\n- Loot aprimorado, kits e skins\r\n- Clãs, trade e benefícios VIP\r\n- BPs Compartilhada\r\n- Wipe a cada 2 semanas - Quarta-feira às 19h\r\n- BP mensal no Force Wipe\r\n\r\nSite: jekasclub.com.br",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780323855,
    "last_online": 1780550430,
    "icon": null,
    "name": "JEKA'S CLUB 5X SOLO/DUO/TRIO/QUAD 01/06 WIPE",
    "connect": "131.196.198.204:28025",
    "request": "131.196.198.204:28027",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "BR",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1779358599,
    "last_update": 1780550430,
    "banned": false,
    "wipe": 1780324103,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 5306,
    "language": "pt",
    "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/11596810");
$data = json_decode($json, true);
var_dump($data);