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

text
https://api.gamemonitoring.ru/servers/11501173
json
{
  "response": {
    "fps": 62,
    "fps_avg": 49,
    "entities_count": 112179,
    "world_seed": 827700413,
    "world_size": 4250,
    "steam_id": "90286335980751896",
    "domain": null,
    "id": 11501173,
    "ip": "31.210.50.23",
    "port": 27031,
    "query": 27033,
    "color": 0,
    "city": "Yakuplu",
    "description": "![PARDY PvE | TP | SKILLTREE | RAID BASE | SHOP | KITS](https://i.imgur.com/IeFxbQ2.png)\nPARDY PVE SUNUCUSUNA HOŞ GELDİN\r\n\r\nHayatta Kal. Geliş. Hükmet.\r\n• Gelişmiş PVE Sistemi\r\n• Özel Dungeon ve Boss Etkinlikleri\r\n• Road Bradley Savaşları\r\n• Raidable Bases Sistemi\r\n• SkillTree Yetenek Gelişimi\r\n• Aktif Yönetim Ekibi\r\n• Optimize Edilmiş Performans\r\n• Güçlü ve Samimi Topluluk\r\n• İki Haftalık Wipe Sistemi\r\nÜssünü kur, kaynaklarını topla, yeteneklerini geliştir ve PARDY dünyasında kendi hikayeni yaz.\r\n\r\nWebsite: pardy.org\r\nDiscord: discord.gg/pardy",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780571071,
    "last_online": 1780557034,
    "icon": null,
    "name": "PARDY PvE | TP | SKILLTREE | RAID BASE | SHOP | KITS",
    "connect": "31.210.50.23:27031",
    "request": "31.210.50.23:27033",
    "map": "discord.gg/pardy",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 60,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "TR",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1779207168,
    "last_update": 1780571071,
    "banned": false,
    "wipe": 1780003383,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 11163,
    "language": "tr",
    "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/11501173");
$data = json_decode($json, true);
var_dump($data);