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

text
https://api.gamemonitoring.ru/servers/11686498
json
{
  "response": {
    "fps": 234,
    "fps_avg": 233,
    "entities_count": 43567,
    "world_seed": 728434530,
    "world_size": 3000,
    "steam_id": "90286608886827026",
    "domain": null,
    "id": 11686498,
    "ip": "172.240.87.44",
    "port": 25839,
    "query": 25840,
    "color": 0,
    "city": "San Jose",
    "description": "![BLOODRUST 100X //  by QueenTPON](https://imagizer.imageshack.com/img922/5118/YFTsbX.png)\nWelcome to BloodRust — where the weak get recycled.  \r\n100x loot • No BPs • MyMini • No team limit\r\nBGrade • BetterTC • Loadouts  • Skinbox  • Clans\r\nSupermarket Event • Base Capsules •  BloodStrikes\r\n\r\n>  Theres a few hidden features youll have to bleed for to find out!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780603462,
    "last_online": 1780605037,
    "icon": null,
    "name": "BLOODRUST 100X //  by QueenTPON",
    "connect": "172.240.87.44:25839",
    "request": "172.240.87.44:25840",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 0,
    "maxplayers": 75,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1780224647,
    "last_update": 1780605037,
    "banned": false,
    "wipe": 1780603865,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 5558,
    "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/11686498");
$data = json_decode($json, true);
var_dump($data);