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

text
https://api.gamemonitoring.ru/servers/11511289
json
{
  "response": {
    "fps": 37,
    "fps_avg": 36,
    "entities_count": 119646,
    "world_seed": 315351568,
    "world_size": 4250,
    "steam_id": "90287504654422021",
    "domain": null,
    "id": 11511289,
    "ip": "51.77.104.57",
    "port": 23615,
    "query": 23617,
    "project_id": null,
    "color": 0,
    "city": "City of London",
    "description": "![AshRust.NET 3x Monthly Main | Qol/Loot+ | 50% Upkeep |Full Wipe](https://www.dropbox.com/scl/fi/732dag856fqgkvofmhu1v/ServerBackgroundSM5.png?rlkey=1m8ktchwhx9hqh9o6kgte5098&st=a7hp1kjr&dl=1)\nWelcome to AshRust!!! We try out best to offer the best gaming experience for our players. Servers are runing on high-performance servers for a better aming experience! \r\n \r\nServer Info:\r\n- Wipe: Monthly \r\n \r\nCore Features: \r\n- 3x Gather Rates/3x Loottable \r\n- 3x Smelt/Recycler/Smelting speed \r\n- Team Shared BP \r\n- Recyclers At Monuments \r\n- Long-Day & Short-Night \r\n \r\n- Customized Anti-Cheat \r\n- Active-non-playing Admins \r\n \r\nJOIN DISCORD↓↓↓",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1782194630,
    "last_online": 1782324620,
    "icon": null,
    "name": "AshRust.NET 3x Monthly Main | Qol/Loot+ | 50% Upkeep |Full Wipe",
    "connect": "51.77.104.57:23615",
    "request": "51.77.104.57:23617",
    "map": "Wiped 20 Days ago",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 27,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 72,
    "add_date": 1779353840,
    "last_update": 1782324620,
    "banned": false,
    "wipe": 1780595572,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 698,
    "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/11511289");
$data = json_decode($json, true);
var_dump($data);