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

text
https://api.gamemonitoring.ru/servers/11489519
json
{
  "response": {
    "steam_id": "90284994482510864",
    "domain": null,
    "id": 11489519,
    "ip": null,
    "port": null,
    "query": null,
    "color": 0,
    "city": "Minsk",
    "description": null,
    "game": 108600,
    "owner": 189164,
    "boosts": 1,
    "last_offline": 1778392338,
    "score": 0,
    "last_online": 1777484119,
    "icon": null,
    "name": "[RU] [BANDITS] [PVP] Resident Evil",
    "connect": null,
    "request": null,
    "map": "Muldraugh, KY",
    "gamemode": "Project Zomboid",
    "version": "41.78.19",
    "numplayers": 0,
    "maxplayers": 32,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "BY",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1776544841,
    "last_update": 1778392338,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4973,
    "language": "be",
    "parked": true,
    "app": {
      "id": 71,
      "steam_id": 108600,
      "name": "Project Zomboid",
      "url": "project-zomboid"
    },
    "server_owner": {
      "username": "paul_mclaren",
      "avatar": "c1fc4a06-f149-448c-ab2b-8cd4637caacd.jpg",
      "last_online": 1776704766
    },
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

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