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

text
https://api.gamemonitoring.ru/servers/10661288
json
{
  "response": {
    "fps": 120,
    "fps_avg": 119,
    "entities_count": 24580,
    "world_seed": 1337,
    "world_size": 2500,
    "steam_id": "90284792530603010",
    "domain": null,
    "id": 10661288,
    "ip": "136.243.170.202",
    "port": 10000,
    "query": 28017,
    "color": 0,
    "city": "Falkenstein",
    "description": "![KRAKEN | X1000000 | EU - UA | NO GRASS | BATTLEFIELD | FPS+](https://i.postimg.cc/qqjQK7J2/battlefield-(2).png)\nRates x1000000\r\n- PvP Battlefield\r\n- No grass\r\n- Custom map\r\n- High FPS optimization\r\n- Spawn with saved inventory\r\n- Inventory save/load\r\n- Kits\r\n- Minicopter spawn\r\n\r\n-----------------------------\r\n\r\n- Рейти x1000000\r\n- PvP Battlefield\r\n- Без трави\r\n- Кастомна мапа\r\n- Оптимізація під FPS\r\n- Спавн зі збереженим інвентарем\r\n- Збереження / завантаження інвентарю\r\n- Кіти\r\n- Спавн коптера",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776020535,
    "score": 0,
    "last_online": 1776825623,
    "icon": null,
    "name": "KRAKEN | X1000000 | EU - UA | NO GRASS | BATTLEFIELD | FPS+",
    "connect": "136.243.170.202:10000",
    "request": "136.243.170.202:28017",
    "map": "discord.gg/kraken-rust",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1764544716,
    "last_update": 1776825623,
    "banned": false,
    "wipe": 1775613970,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 3836,
    "language": "de",
    "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/10661288");
$data = json_decode($json, true);
var_dump($data);