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

text
https://api.gamemonitoring.ru/servers/5557140
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 5557140,
    "ip": null,
    "port": null,
    "query": null,
    "color": 0,
    "city": "Moscow",
    "description": null,
    "game": 304930,
    "owner": 79823,
    "boosts": 1,
    "last_offline": 1766289748,
    "score": 0,
    "last_online": 1765375217,
    "icon": "https://i.postimg.cc/6pk3rQHg/Ihjb-Hn.png",
    "name": "𐀉𐀉𐀉 RedLine #7 ARID REBORN |TPA|SHOP|MAX6",
    "connect": null,
    "request": null,
    "map": "Arid Reborn",
    "gamemode": "100% САМЫЙ ЛУЧШИЙ СЕРВЕР!",
    "version": null,
    "numplayers": 0,
    "maxplayers": 48,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "RU",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1723298934,
    "last_update": 1766289748,
    "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": 769,
    "language": "ru",
    "parked": true,
    "app": {
      "id": 48,
      "steam_id": 304930,
      "name": "Unturned",
      "url": "unturned"
    },
    "server_owner": {
      "username": "panfinmso",
      "avatar": "fbe36299-5b59-46bc-93d1-5a2f501938e4.jpg",
      "last_online": 1723312637
    },
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

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