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

text
https://api.gamemonitoring.ru/servers/11645258
json
{
  "response": {
    "fps": 60,
    "fps_avg": 59,
    "entities_count": 106229,
    "world_seed": 1337,
    "world_size": 2950,
    "steam_id": "90286604119454744",
    "domain": null,
    "id": 11645258,
    "ip": "156.236.84.35",
    "port": 28035,
    "query": 28036,
    "color": 0,
    "city": "Dallas",
    "description": "![(PRIMITIVE) The Enchanted Realm](https://i.imgur.com/rg1w1cd.png)\nMap wipes Monthly on Forced wipes - First Thursday of each month at 1pm CST \r\nBlueprints do wipe \r\nMax group size: 4.\r\nNo teaming exceeding more than 4 . \r\nDiscord: Discord.gg/Rn9dU3q7B5\r\n 2x gather rates \r\n 2x scrap and components \r\n1/2 crafting and recycling times\r\nIncreased stack sizes and smelting speed\r\nBoats spawn on shore\r\nRecyclers and drone marketplace at fishing villages\r\n10 minute nights and 2hr days\r\nActive non-playing admins",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780177457,
    "last_online": 1780606232,
    "icon": null,
    "name": "(PRIMITIVE) The Enchanted Realm",
    "connect": "156.236.84.35:28035",
    "request": "156.236.84.35:28036",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 0,
    "maxplayers": 65,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1780177457,
    "last_update": 1780606232,
    "banned": false,
    "wipe": 1780596601,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 5448,
    "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/11645258");
$data = json_decode($json, true);
var_dump($data);