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

text
https://api.gamemonitoring.ru/servers/11781686
json
{
  "response": {
    "fps": 60,
    "fps_avg": 59,
    "map_url": "procedural_map_2500_seed_1016847660_r287",
    "map_kind": "procedural",
    "map_name": "Procedural Map",
    "map_seed": 1016847660,
    "map_size": 2500,
    "map_revision": 287,
    "entities_count": 67009,
    "steam_id": "90290846690243594",
    "domain": null,
    "id": 11781686,
    "ip": "194.69.160.96",
    "port": 28015,
    "query": 28017,
    "project_id": null,
    "color": 0,
    "city": "City of London",
    "description": "![xMilion - x1000000000 | MILLION | FUNSERVER | 7/8](https://imgup.uk/i/sTcj9kNx.png)\nWelcome to XMILION\nMap Wipe: Friday @ 6PM (CET)\n\nServer settings:\n-No Components\n-x10000000 gather rate\n-Free Build \n-Custom  loot\n-Fun kits\n-Build INSTA HQM\n-Instacraft/Smetl\n-Unlimited Teleports\n-Shop\n-Trade\n-Clan\n-Skinbox\nWebsite: www.discord.xmilion.com\nStore: www.store.xmilion.com",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1786610203,
    "last_online": 1786683134,
    "icon": null,
    "name": "xMilion - x1000000000 | MILLION | FUNSERVER | 7/8",
    "connect": "194.69.160.96:28015",
    "request": "194.69.160.96:28017",
    "map": "Barren Map",
    "gamemode": "Survival",
    "version": "2632",
    "numplayers": 2,
    "maxplayers": 75,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1781376780,
    "last_update": 1786683134,
    "ban_reason": null,
    "banned": false,
    "wipe": 1786117925,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1551,
    "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/11781686");
$data = json_decode($json, true);
var_dump($data);