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

text
https://api.gamemonitoring.ru/servers/10655300
json
{
  "response": {
    "steam_id": "90284411092636677",
    "domain": null,
    "id": 10655300,
    "ip": "172.111.51.178",
    "port": 2202,
    "query": 2203,
    "color": 0,
    "city": "New York",
    "description": null,
    "game": 221100,
    "owner": 140593,
    "boosts": 1,
    "last_offline": 1775670728,
    "score": 0,
    "last_online": 1776271217,
    "icon": null,
    "name": "3PP ANGELS | ONLY NWAF VYBOR | X15 LOOT | AI BOTS",
    "connect": "172.111.51.178:2202",
    "request": "172.111.51.178:2203",
    "map": "chernarusplus",
    "gamemode": null,
    "version": "1.29.162510",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1763836913,
    "last_update": 1776271217,
    "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": 1085,
    "language": "en",
    "parked": false,
    "app": {
      "id": 63,
      "steam_id": 221100,
      "name": "DayZ",
      "url": "dayz"
    },
    "server_owner": {
      "username": "dayz3pp",
      "avatar": "no.jpg",
      "last_online": 1774784602
    },
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

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