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

text
https://api.gamemonitoring.ru/servers/10870570
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 10870570,
    "ip": null,
    "port": null,
    "query": null,
    "color": 0,
    "city": "Moscow",
    "description": "![VIRUS RUST [MAX3|CUSTOM MAP|X5-X10|KITS|CLANS]](https://i.postimg.cc/jqcFtjN8/Banner-ds.jpg)\nОграничение игроков в одной команде - 3 человек.\r\n\r\n>Рейты на ресурсы х5-х10\r\n>Рейты на компоненты х3-х7\r\n>Карманный переработчик для всех\r\n>Возможность ставить свои скины\r\n>Улучшенный лут с ящиков/бочек\r\n>Быстрый крафт\r\n>Автосортировка в печах/ящиках\r\n>Вайпы ВТ-ПТ В 15:00 по МСК\r\n\r\nНаш магазин -  https://virus.gamestores.app\r\nНаша группа ВКонтакте - https://vk.com/virussrust\r\nНаш телеграм - https://t.me/VirusRust",
    "game": 252490,
    "owner": 166244,
    "boosts": 1,
    "last_offline": 1776036642,
    "last_online": 1775164214,
    "icon": null,
    "name": "Server",
    "connect": null,
    "request": null,
    "map": null,
    "gamemode": null,
    "version": null,
    "numplayers": 0,
    "maxplayers": 200,
    "bots": 0,
    "secured": null,
    "private": false,
    "country": "RU",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1768318441,
    "last_update": 1776036642,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "pvp": 1,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 13451,
    "language": "ru",
    "parked": true,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": {
      "username": "slark_ak",
      "avatar": "b87b7823-7faf-4224-9a06-7b6d65c566d1.jpg"
    },
    "mods": [
      {
        "id": 979,
        "name": "Kits"
      },
      {
        "id": 926,
        "name": "IQChat"
      },
      {
        "id": 1431,
        "name": "Teleportation"
      },
      {
        "id": 1227,
        "name": "RaidBlock"
      },
      {
        "id": 947,
        "name": "IQRates"
      },
      {
        "id": 952,
        "name": "IQTeleportation"
      },
      {
        "id": 1528,
        "name": "Wipe Block"
      },
      {
        "id": 1571,
        "name": "XRate"
      },
      {
        "id": 935,
        "name": "IQGradeRemove"
      },
      {
        "id": 1451,
        "name": "Trade"
      },
      {
        "id": 954,
        "name": "IQWipeBlock"
      },
      {
        "id": 900,
        "name": "Image Library"
      },
      {
        "id": 710,
        "name": "DeathMessages"
      },
      {
        "id": 441,
        "name": "AAlertRaid"
      },
      {
        "id": 948,
        "name": "IQReportSystem"
      },
      {
        "id": 884,
        "name": "HitMarker"
      },
      {
        "id": 1429,
        "name": "TeamMarker"
      },
      {
        "id": 1541,
        "name": "XAntiCheat"
      },
      {
        "id": 635,
        "name": "CombatBlock"
      }
    ],
    "disabled_modules": []
  }
}

Примеры кода

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