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

text
https://api.gamemonitoring.ru/servers/448591
json
{
  "response": {
    "fps": 30,
    "fps_avg": 28,
    "entities_count": 19725,
    "world_seed": 1337,
    "world_size": 5500,
    "steam_id": "90285443884837891",
    "domain": null,
    "id": 448591,
    "ip": "208.103.169.222",
    "port": 28010,
    "query": 28015,
    "color": 0,
    "city": "London",
    "description": "![[EU] Rustoria.co - RTG (UPDATE) FaceChecks | Arenas | AimTrain ](https://i.imgur.com/OyHgD8d.png)\nWelcome to (RTG) – Rustoria Training Grounds\r\n\r\nWe offer a multitude of training tools for the very best players of Rust.\r\n\r\nExpect to see many gamemodes on this server tailored for training players and having fun with your friends outside of a Rust wipe.\r\n\r\n-\\t    FFA AK\r\n-\\t    Arena (Clan v Clan / Modular Settings / Score Keeping / Side Switching etc)\r\n-\\t    Recoil Training\r\n-\\t    Aim Train\r\n-\\t    Aim Booster\r\n-\\t    Gun Game\r\n-\\t    FFA with cycling gun variants\r\n-\\t    Party System\r\n\r\nPlus, many more features that we invite you to see for yourselves!\r\nDiscord: rustoria.co/discord",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775778122,
    "score": null,
    "last_online": 1778175010,
    "icon": null,
    "name": "[EU] Rustoria.co - RTG (UPDATE) FaceChecks | Arenas | AimTrain",
    "connect": "208.103.169.222:28010",
    "request": "208.103.169.222:28015",
    "map": "MiniBattleArenas-UKNTrainingMod",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 699,
    "maxplayers": 750,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 111,
    "add_date": 1630779808,
    "last_update": 1778175010,
    "banned": false,
    "wipe": 1778133771,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 46,
    "language": "en",
    "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/448591");
$data = json_decode($json, true);
var_dump($data);