JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11491802
json
{
  "response": {
    "steam_id": null,
    "domain": "revengeofslaingods.ru",
    "id": 11491802,
    "ip": "185.9.145.88",
    "port": 32906,
    "query": 32906,
    "color": 0,
    "city": "Moscow",
    "description": "[{\"id\":\"lxbD1E4ZEF\",\"type\":\"linkTool\",\"data\":{\"link\":\"https://discord.gg/hFB2XaK9\",\"meta\":{}}},{\"id\":\"uxMmH7apTn\",\"type\":\"paragraph\",\"data\":{\"text\":\"сервер в разработке\\nНи на что не намекаю,но!\\nНаша команда создает свой смп сервер! На нем будет глобальный лор, новая генерация и дружный коллектив! Наш сервер в стадии завершения работ и скоро будет открытие. Успей к нам дабы выжать из Майнкрафта весь спектр эмоций!\\nпиши по юзу @Old_Foxyn\"}}]",
    "game": 9000034,
    "owner": 191848,
    "boosts": 1,
    "last_offline": 1777577486,
    "score": 5,
    "last_online": 1777596612,
    "icon": null,
    "name": "revenge of the slain gods",
    "connect": "revengeofslaingods.ru:32906",
    "request": "185.9.145.88:32906",
    "map": null,
    "gamemode": null,
    "version": "Paper 1.21.10",
    "numplayers": 0,
    "maxplayers": 20,
    "bots": 0,
    "secured": null,
    "private": null,
    "country": "RU",
    "status": true,
    "votes": 1,
    "points": 91,
    "add_date": 1777577486,
    "last_update": 1777596612,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 1,
    "pvp": 4,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 27,
    "language": "ru",
    "parked": false,
    "app": {
      "id": 169,
      "steam_id": 9000034,
      "name": "Minecraft",
      "url": "minecraft"
    },
    "server_owner": {
      "username": "scug_watcher",
      "avatar": "no.jpg",
      "last_online": 1777578432
    },
    "mods": [
      {
        "id": 1699,
        "name": "LuckPerms"
      },
      {
        "id": 1595,
        "name": "SkinsRestorer"
      },
      {
        "id": 1592,
        "name": "AuthMe"
      },
      {
        "id": 1598,
        "name": "GSit"
      },
      {
        "id": 1690,
        "name": "DecentHolograms"
      },
      {
        "id": 1934,
        "name": "emotecraft"
      }
    ],
    "disabled_modules": []
  }
}

Code examples

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