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

text
https://api.gamemonitoring.ru/servers/783359
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 783359,
    "ip": null,
    "port": null,
    "query": null,
    "color": 0,
    "city": "Moscow",
    "description": "![$[RU] RUSTAMAHA PVP|Max3|X1|Vanilla](https://pic.survivalhost.org/images/2024/02/07/1zwDH_d8gDA.jpg)Добро пожаловать на сервер РАСТАМАХА PVP Рейты - X1 Карта - KONG Остров Черепа  Только самые необходимые моды по минимуму..",
    "game": 252490,
    "owner": 34692,
    "boosts": 1,
    "last_offline": 1770271266,
    "last_online": 1769362810,
    "icon": null,
    "name": "VANISH RUST",
    "connect": null,
    "request": null,
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": null,
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "RU",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1682688220,
    "last_update": 1770271266,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 13038,
    "language": "ru",
    "parked": true,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": {
      "username": "LargitoLux",
      "avatar": "0bfcfee8-8fe2-46b0-9f73-d68791762aef.jpg"
    },
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

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