JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11346117
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 11346117,
    "ip": "193.34.212.82",
    "port": 27015,
    "query": 27015,
    "project_id": null,
    "color": 0,
    "city": "Warsaw",
    "description": "[{\"id\":\"nhyVYH4Yck\",\"type\":\"paragraph\",\"data\":{\"text\":\"MiniGames, A balanced game on 102.4 TickRate (best choice for MG) featuring a unique ranking system, an in-game store, a map progression timer, and many other modes.\\n\\nСНГ: Сбалансированная игра с 102,4 тик-рейтом (лучший выбор для MG), отличающаяся уникальной системой рангов, внутриигровым магазином, таймером карт и множеством других режимов.\"}}]",
    "game": 4465480,
    "owner": 199372,
    "boosts": 1,
    "last_offline": 1776031936,
    "last_online": 1781223018,
    "icon": null,
    "name": "[AIB] MiniGames | 102Tick | OBT | Rank, Timer, Shop, WS",
    "connect": "193.34.212.82:27015",
    "request": "193.34.212.82:27015",
    "map": "mg_100traps_v4_1",
    "gamemode": "Counter-Strike: Global Offensive",
    "version": "1.38.8.1",
    "numplayers": 0,
    "maxplayers": 32,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "PL",
    "status": true,
    "votes": 0,
    "points": 90,
    "add_date": 1774594677,
    "last_update": 1781223018,
    "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": 50,
    "language": "en",
    "parked": false,
    "app": {
      "id": 1629104,
      "steam_id": 4465480,
      "name": "Counter-Strike: Global Offensive",
      "url": "counter-strike-global-offensive"
    },
    "server_owner": {
      "username": "4trust",
      "avatar": "43af2cc2-1298-42c2-b99b-0eeb09fe60f3.webp"
    },
    "mods": [
      {
        "id": 2189,
        "name": "LevelRanks"
      },
      {
        "id": 2188,
        "name": "Shop"
      },
      {
        "id": 2232,
        "name": "skins"
      },
      {
        "id": 2231,
        "name": "ws"
      },
      {
        "id": 2298,
        "name": "bhop"
      },
      {
        "id": 2255,
        "name": "case"
      }
    ],
    "disabled_modules": []
  }
}

Code examples

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