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

text
https://api.gamemonitoring.ru/servers/8663842
json
{
  "response": {
    "fps": 45,
    "fps_avg": 44,
    "entities_count": 193163,
    "world_seed": 1337,
    "world_size": 4250,
    "steam_id": "90284793391521818",
    "domain": null,
    "id": 8663842,
    "ip": "162.222.17.246",
    "port": 30001,
    "query": 30002,
    "color": 0,
    "city": "Shinagawa",
    "description": "![Japan Tokyo - Main|4/17|JP/KR/SEA|金曜日|JumpRust.com](https://files.catbox.moe/s53p8h.png)\nVIP特典:サーバー人数が上限を超えても待ち時間無しの参加、ゲーム内での特別なゴールドネーム。\r\nVIPを購入する : jumpvanilla.tebex.io\r\nマップワイプ : 毎週金曜日の午後6時\r\nBPワイプ : 毎月/強制ワイプのたびに\r\nマップサイズ : 4000\r\nチーム制限 : 16 - 同盟は許可されています\r\n\r\nMap wipe : Every Friday 6PM @JST/UTC+9\r\nBPs wipe : Monthly/Every force wipe\r\nMap size :  4000\r\nTeam limit : 16 - Alliance are allowed\r\n✪VIP/Skip the line/Gold username/No P2W : jumpvanilla.tebex.io",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776135115,
    "score": 0,
    "last_online": 1776852616,
    "icon": null,
    "name": "Japan Tokyo - Main|4/17|JP/KR/SEA|金曜日|JumpRust.com",
    "connect": "162.222.17.246:30001",
    "request": "162.222.17.246:30002",
    "map": "✿ JumpRust.com日本™ FPS+",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 33,
    "maxplayers": 415,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "JP",
    "status": true,
    "votes": 0,
    "points": 66,
    "add_date": 1745482546,
    "last_update": 1776852616,
    "banned": false,
    "wipe": 1776410982,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 746,
    "language": "ja",
    "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/8663842");
$data = json_decode($json, true);
var_dump($data);