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

text
https://api.gamemonitoring.ru/servers/9745783
json
{
  "response": {
    "fps": 45,
    "fps_avg": 44,
    "entities_count": 69474,
    "world_seed": 2871,
    "world_size": 3500,
    "steam_id": "90286331277678598",
    "domain": null,
    "id": 9745783,
    "ip": "72.73.28.150",
    "port": 28000,
    "query": 28003,
    "color": 0,
    "city": "Fredericksburg",
    "description": "![Nuclear 3x](https://nuclearrust.net/server_content/headers/NuclearRust3x-1024x512.png)\nBrand new 3x server from Nuke!\r\n-Wipes Sundays and Thursdays at 19:00UTC (2p EST)\r\n Shop Points and BPs Wipe Every Force",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1779991425,
    "last_online": 1780179030,
    "icon": null,
    "name": "Nuclear 3x",
    "connect": "72.73.28.150:28000",
    "request": "72.73.28.150:28003",
    "map": "Nuclear Map Generation",
    "gamemode": "Vanilla",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1752325027,
    "last_update": 1780179030,
    "banned": false,
    "wipe": 1779991388,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 3709,
    "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/9745783");
$data = json_decode($json, true);
var_dump($data);