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

text
https://api.gamemonitoring.ru/servers/9963254
json
{
  "response": {
    "steam_id": "90284323144645640",
    "domain": null,
    "id": 9963254,
    "ip": "198.53.8.122",
    "port": 17777,
    "query": 27023,
    "color": 0,
    "city": "Lloydminster",
    "description": null,
    "game": 1149460,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775862725,
    "score": 0,
    "last_online": 1776335551,
    "icon": null,
    "name": "The Kunning: Icarus One",
    "connect": "198.53.8.122:17777",
    "request": "198.53.8.122:27023",
    "map": null,
    "gamemode": "Icarus",
    "version": "0.0.0.1",
    "numplayers": 0,
    "maxplayers": 8,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "CA",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1754360182,
    "last_update": 1776335551,
    "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": 746,
    "language": "en",
    "parked": false,
    "app": {
      "id": 1600891,
      "steam_id": 1149460,
      "name": "Icarus",
      "url": "icarus"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

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