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

text
https://api.gamemonitoring.ru/servers/11725614
json
{
  "response": {
    "fps": 97,
    "fps_avg": 97,
    "entities_count": 48534,
    "world_seed": 417478976,
    "world_size": 3000,
    "steam_id": "90286583284760578",
    "domain": null,
    "id": 11725614,
    "ip": "71.208.196.79",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "city": "Cape Coral",
    "description": "![StonedFlorida420 10x [US]](https://stonedflorida.com/images/fce7f7d14b71af93.png)\nWelcome to Frizzo's Rust server. This server is hosted right out of Florida, multiple Premium plugins,\r\n-50% Upkeep,\r\n-Bgrage\r\n-Portable Recycler, \r\n-SkinBox, \r\n-TrainHomes, \r\n-Teleport, \r\n-Quick Smelt,\r\n-Instant Craft",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780388554,
    "last_online": 1780576237,
    "icon": null,
    "name": "StonedFlorida420 10x [US]",
    "connect": "71.208.196.79:28015",
    "request": "71.208.196.79:28017",
    "map": "StonedFlorida420 Map",
    "gamemode": "Vanilla",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1780388554,
    "last_update": 1780576237,
    "banned": false,
    "wipe": 1778177572,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 6042,
    "language": "en",
    "parked": false,
    "app": {
      "id": 252490,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11725614");
$data = json_decode($json, true);
var_dump($data);