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

text
https://api.gamemonitoring.ru/servers/11260572
json
{
  "response": {
    "fps": 30,
    "fps_avg": 29,
    "entities_count": 102469,
    "world_seed": 1337,
    "world_size": 3300,
    "steam_id": "90285523796591645",
    "domain": null,
    "id": 11260572,
    "ip": "37.187.132.91",
    "port": 28015,
    "query": 28016,
    "color": 0,
    "city": "Roubaix",
    "description": "![[EU] SINMAS x100 | MINIS | NO BPS | BASES RAIDEABLES](https://img.nintri.com/s+x100.png)\n[EU] SINMAS x100 | SIN BP´S | MYMINI | BASES ASALTABLES\r\n - SITIOS DE CONSTRUCCIÓN GRATUITOS\r\n - 90% PROTECCIÓN ANTIRRADA MIENTRAS DESCONECTADO\r\n - BASES ASALTABLES 24/7\r\n - APRENDE A VOLAR /mymini - /myheli - /myattack\r\n - TELETRANSPORTE\r\n - CASAS\r\n - TELETRANSPORTE A OUTPOST\r\n - EVENTOS 24h.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1778269984,
    "score": 0,
    "last_online": 1778348419,
    "icon": null,
    "name": "[EU] SINMAS x100 | MINIS | NO BPS | BASES RAIDEABLES",
    "connect": "37.187.132.91:28015",
    "request": "37.187.132.91:28016",
    "map": "SINMAS MAPS",
    "gamemode": "Vanilla",
    "version": "2625",
    "numplayers": 3,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "FR",
    "status": true,
    "votes": 0,
    "points": 62,
    "add_date": 1774555196,
    "last_update": 1778348419,
    "banned": false,
    "wipe": 1778175866,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2159,
    "language": "fr",
    "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/11260572");
$data = json_decode($json, true);
var_dump($data);