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

text
https://api.gamemonitoring.ru/servers/11759045
json
{
  "response": {
    "fps": 60,
    "fps_avg": 59,
    "entities_count": 164115,
    "world_seed": 1337,
    "world_size": 4000,
    "steam_id": "90290064480408577",
    "domain": null,
    "id": 11759045,
    "ip": "46.203.182.201",
    "port": 10003,
    "query": 9003,
    "project_id": null,
    "color": 0,
    "city": "Istanbul",
    "description": "![[TR][EU] RUSTDEFT | Solo/Duo/Trio | Türkiye YeniOyuncu #Best](https://i.ibb.co/Q7ScMpnK/rustdeft-header.png)\nServer Location: ISTANBUL\r\nFPS+ (Optimized Map) Best-Tickrate\r\nOutpost+ (Bandit Outpost Merged)-Bandit Karakol Birlesiktir\r\n- Low Ping Rate (Dusuk ping)\r\n- Low TC Upkeep (Cok dusuk TC Bakim maliyeti)\r\n- Use !help to view all commands(TR-EN-RU-ES)\r\n\r\nSERVER RULES:\r\n- Visit Website (Websiteyi Ziyaret Edin)",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1786683139,
    "last_online": 1785818741,
    "icon": null,
    "name": "[TR][EU] RUSTDEFT | Solo/Duo/Trio | Türkiye YeniOyuncu #Best",
    "connect": "46.203.182.201:10003",
    "request": "46.203.182.201:9003",
    "map": "BarrenFPS+ -",
    "gamemode": "Survival",
    "version": "2631",
    "numplayers": 0,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "TR",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1780931698,
    "last_update": 1786683139,
    "ban_reason": null,
    "banned": false,
    "wipe": 1785254476,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 12455,
    "language": "tr",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": [],
    "map_url": null
  }
}

Примеры кода

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