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

text
https://api.gamemonitoring.ru/servers/11159052
json
{
  "response": {
    "fps": 60,
    "fps_avg": 60,
    "entities_count": 5533,
    "world_seed": 1337,
    "world_size": 1240,
    "steam_id": "90286604719090697",
    "domain": null,
    "id": 11159052,
    "ip": "66.51.97.50",
    "port": 28030,
    "query": 28031,
    "color": 0,
    "city": "City of London",
    "description": "![[EU] Nation - 2x Modded - Small One Grid | onegrid](https://cdn.discordapp.com/attachments/1504181718763049000/1504184737017630910/883c524c-46ce-4f44-b02e-ef5a31ce7c77.png?ex=6a0a0533&is=6a08b3b3&hm=01a2ff18001a159ac62a5b67942dd06f0a068eea2e53f5da1b2ab799058befc0&)\nA fast-paced one grid server with custom content and vanilla-style gameplay.\r\n2X Gather & Faster Progression\r\nCustom Monuments\r\nUnique Server Events\r\nMax Team Size: 3\r\nShared Blueprints\r\nMap Wipe: Every 3 Days\r\nBP Wipe: Every 2 Wipes\r\nBalanced Gameplay • No Pay To Win • Smooth Performance",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1779202330,
    "last_online": 1780599630,
    "icon": null,
    "name": "[EU] Nation - 2x Modded - Small One Grid | onegrid",
    "connect": "66.51.97.50:28030",
    "request": "66.51.97.50:28031",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 3,
    "maxplayers": 75,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 62,
    "add_date": 1772228122,
    "last_update": 1780599630,
    "banned": false,
    "wipe": 1780597936,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1475,
    "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/11159052");
$data = json_decode($json, true);
var_dump($data);