JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11756698
json
{
  "response": {
    "steam_id": null,
    "domain": "d19.aurorix.net",
    "id": 11756698,
    "ip": "62.122.214.246",
    "port": 25962,
    "query": 25962,
    "color": 3,
    "city": "Moscow",
    "description": "[{\"id\":\"4g2MpREq8J\",\"type\":\"paragraph\",\"data\":{\"text\":\"На сервере отсутствует приват! Гриферство и ПВП без обоюдного согласия запрещено!\\n\\nЗомби умеют ломать блоки, быстро передвигаются, много появляется!\\n\\nПрисутствует голосовой чат\"}},{\"id\":\"j6m6Jt6DQo\",\"type\":\"paragraph\",\"data\":{\"text\":\"1.16-1.21.8\"}}]",
    "game": 9000034,
    "owner": 198786,
    "boosts": 2,
    "last_offline": 1780637626,
    "last_online": 1780648212,
    "icon": null,
    "name": "| Чат Зомби Донат | | Голосовой Апокалипсис Дешевый! |",
    "connect": "d19.aurorix.net:25962",
    "request": "62.122.214.246:25962",
    "map": null,
    "gamemode": null,
    "version": "1.21.8",
    "numplayers": 0,
    "maxplayers": 150,
    "bots": 0,
    "secured": null,
    "private": null,
    "country": "RU",
    "status": true,
    "votes": 1,
    "points": 182,
    "add_date": 1780637626,
    "last_update": 1780648212,
    "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": 5,
    "language": "ru",
    "parked": false,
    "app": {
      "id": 169,
      "steam_id": 9000034,
      "name": "Minecraft",
      "url": "minecraft"
    },
    "server_owner": {
      "username": "rubyhappymc",
      "avatar": "f6e81a5f-c9db-4d97-a0f6-f750a29950aa.webp"
    },
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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