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

text
https://api.gamemonitoring.ru/servers/14020384
json
{
  "response": {
    "os": "w",
    "region": -1,
    "product": "Space Engineers",
    "gametype": "groupId0 version1210012 datahashJ4pV3Xec93f92UlNuKfw6EmUa+Q= mods0 gamemodeS3-1-3-3 view3000 modsTotalSize0",
    "dedicated": true,
    "steam_id": "90291333553481740",
    "domain": null,
    "id": 14020384,
    "ip": "37.76.21.149",
    "port": 27016,
    "query": 27016,
    "project_id": null,
    "color": 0,
    "city": "Budapest",
    "description": null,
    "game": 244850,
    "owner": null,
    "boosts": 1,
    "last_offline": 1787662449,
    "last_online": 1787505111,
    "icon": null,
    "name": "Planet monkeys",
    "connect": "37.76.21.149:27016",
    "request": "37.76.21.149:27016",
    "map": "urmakik",
    "gamemode": null,
    "version": "1210012",
    "numplayers": 0,
    "maxplayers": 4,
    "bots": 0,
    "secured": true,
    "private": null,
    "country": "HU",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1787499124,
    "last_update": 1787662449,
    "ban_reason": null,
    "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": 4995,
    "language": "hu",
    "parked": false,
    "app": {
      "id": 97,
      "steam_id": 244850,
      "name": "Space Engineers",
      "url": "space-engineers"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": [],
    "map_url": null
  }
}

Примеры кода

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