JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/557066
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 557066,
    "ip": null,
    "port": null,
    "query": null,
    "color": 0,
    "city": "Moscow",
    "description": "[{\"id\":\"vrlT0CtlF9\",\"type\":\"image\",\"data\":{\"caption\":\"\",\"withBorder\":false,\"withBackground\":false,\"stretched\":false,\"file\":{\"url\":\"https://cdn.gamemonitoring.net/images/content/cb2b91f3-5a0b-4e66-bb15-bf642f5051e8.png\"}}},{\"id\":\"bz61la0je\",\"type\":\"paragraph\",\"data\":{\"text\":\"☢ Вайп каждую пятницу.\\n\\n☢ Ресурсы X2 возможно прокачать.\\n\\n☢ Защита строений первые 24 часа после вайпа.\\n\\n☢ Уникальная система скиллов.\\n\\n☢ Raid Bases и другие ивенты.\\n\\n☢ Топ игроков.\\n\\n☢ Мгновенный крафт.\\n\\n☢ Remove и Upgrade.\\n\\n☢ Бонусы и многое другое.\"}}]",
    "game": 252490,
    "owner": 107461,
    "boosts": 1,
    "last_offline": 1772316572,
    "last_online": 1771448410,
    "icon": null,
    "name": "RUSTDUST - VIBE [x2 nolimit]",
    "connect": null,
    "request": null,
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": null,
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "RU",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1665918984,
    "last_update": 1772316572,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 13299,
    "language": "ru",
    "parked": true,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": {
      "username": "cryzeeeer",
      "avatar": "b8791195-0652-4ace-8eb8-596573ade6b3.jpg"
    },
    "mods": [],
    "disabled_modules": [
      "chat"
    ]
  }
}

Code examples

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