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

text
https://api.gamemonitoring.ru/servers/9533630
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 9533630,
    "ip": null,
    "port": null,
    "query": null,
    "color": 0,
    "city": null,
    "description": null,
    "game": 4000,
    "owner": 131994,
    "boosts": 1,
    "last_offline": 1760680413,
    "score": 5,
    "last_online": 1758010832,
    "icon": null,
    "name": "UltraFaggots",
    "connect": null,
    "request": null,
    "map": "gm_construct",
    "gamemode": "Sandbox",
    "version": null,
    "numplayers": 0,
    "maxplayers": 16,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "RU",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1750539027,
    "last_update": 1760680413,
    "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": 3802,
    "language": "ru",
    "parked": true,
    "app": {
      "id": 30,
      "steam_id": 4000,
      "name": "Garry's Mod",
      "url": "garrys-mod"
    },
    "server_owner": {
      "username": "Loner_Wolf_Production",
      "avatar": "f29872b8-965d-4853-82df-ad9b4accbb5c.jpg",
      "last_online": 1765614713
    },
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

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