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

text
https://api.gamemonitoring.ru/servers/11668653
json
{
  "response": {
    "fps": 59,
    "fps_avg": 57,
    "entities_count": 164401,
    "world_seed": 425997952,
    "world_size": 4250,
    "steam_id": "90289400693560330",
    "domain": null,
    "id": 11668653,
    "ip": "37.187.133.205",
    "port": 28015,
    "query": 28017,
    "project_id": null,
    "color": 0,
    "city": "Roubaix",
    "description": "![[EU] RustLords sanctuary PvE - Vanilla - No BP wipe - Raidbases](https://i.ibb.co/ynn1tQbD/VYGLPm-Y.png)\nWelcome to RustLords Sanctuary! Chill PvE server - build, farm, and progress at your own pace. Beginners welcome - good place to learn the game.\r\n\r\nMonthly Map Wipes\r\nVanilla Gameplay\r\n50% Decay Rate\r\nMinicopters spawn on roads\r\nRaidable Bases\r\nDeep Sea PvP Zone\r\nLast Day Purge\r\nChat Trivia & Rewards\r\nActive & Friendly Staff\r\nNoob-Friendly Community\r\n\r\nNo stealing, no griefing, no unauthorized raiding, and no toxicity. Respect other players.\r\n\r\nPowerful hardware & DDoS protection\r\n\r\nWebsite: rustlords.com\r\nDiscord: discord.gg/YYCqtzCsHR",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1783081403,
    "last_online": 1784835079,
    "icon": null,
    "name": "[EU] RustLords sanctuary PvE - Vanilla - No BP wipe - Raidbases",
    "connect": "37.187.133.205:28015",
    "request": "37.187.133.205:28017",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2631",
    "numplayers": 12,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "FR",
    "status": true,
    "votes": 0,
    "points": 70,
    "add_date": 1780180333,
    "last_update": 1784835079,
    "ban_reason": null,
    "banned": false,
    "wipe": 1783013949,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 763,
    "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/11668653");
$data = json_decode($json, true);
var_dump($data);