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

text
https://api.gamemonitoring.ru/servers/629025
json
{
  "response": {
    "steam_id": "90284543582528527",
    "domain": null,
    "id": 629025,
    "ip": "46.174.54.120",
    "port": 2302,
    "query": 2303,
    "color": 0,
    "city": "Moscow",
    "description": "",
    "game": 107410,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775545925,
    "score": null,
    "last_online": 1776442811,
    "icon": null,
    "name": "*[RU] - King of the Hill - WS.ARMA.SU - #1 - Infantry",
    "connect": "46.174.54.120:2302",
    "request": "46.174.54.120:2303",
    "map": "Altis",
    "gamemode": "King of the Hill by Sa-Matra (v17, Infantry)",
    "version": "2.20.153601",
    "numplayers": 92,
    "maxplayers": 100,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 106,
    "add_date": 1669652274,
    "last_update": 1776442811,
    "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": 4,
    "language": "ru",
    "parked": false,
    "app": {
      "id": 61,
      "steam_id": 107410,
      "name": "Arma 3",
      "url": "arma-3"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

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