JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/10633281
json
{
  "response": {
    "steam_id": "90286574229905427",
    "domain": null,
    "id": 10633281,
    "ip": "46.181.239.168",
    "port": 30315,
    "query": 30316,
    "color": 0,
    "city": "Kemerovo",
    "description": "![RustHunter Main](https://wallpapers.com/images/file/rust-space-suit-v6909tftywztor6m.jpg)\nДобро пожаловать, Растхантер!\r\n > Размер карты 4800 Procedural\r\n > Размер стака x5-x25 Ресурсы x2 Рэйдовые базы 1300+\r\n > В основе сервера быстрый Ryzen9950X на 5,7GHz, 32Gb, SSD M2-Pci5\r\n > Бесплатные (Free) Skin по команде /skin \r\n > Единый магазин всех серверов https://nlh.gamestores.app\r\n > StartBonus, DaylyBonus, OnlineBonus\r\n > Бонусы ТОП10 игрокам по итогам вайпа\r\n > Потребление ресурсов домом снижено до 40%\r\n > Wipe Global и третья пятница месяца в 01:00 по МСК, чертежи раз в месяц",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780526068,
    "last_online": 1780587638,
    "icon": null,
    "name": "RustHunter Main",
    "connect": "46.181.239.168:30315",
    "request": "46.181.239.168:30316",
    "map": "Procedural Map",
    "gamemode": "Rust",
    "version": "2625",
    "numplayers": 2,
    "maxplayers": 500,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1763713782,
    "last_update": 1780587638,
    "banned": false,
    "wipe": 1779401811,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 3800,
    "language": "ru",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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