JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11644872
json
{
  "response": {
    "fps": 106,
    "fps_avg": 104,
    "entities_count": 97987,
    "world_seed": 121315421,
    "world_size": 4000,
    "steam_id": "90286575030772755",
    "domain": null,
    "id": 11644872,
    "ip": "185.189.255.52",
    "port": 35200,
    "query": 35210,
    "color": 0,
    "city": "Moscow",
    "description": "![LUMA RUST [X5/X10|TP|Remove|RPG] 30.05](https://gspics.org/images/2026/05/24/ID8RNR.md.png)\nОграничение игроков в одной команде - нет. \r\n \r\n  - Рейты на добычу ресурсов х5 - х10 \r\n - Полный и бесплатный доступ к /skin \r\n - Уникальный привилегии \r\n Вайпы: Пятница, 17:00 \r\n - Улучшенный лут с бочек/ящиков \r\n Автосортировка печей \r\n - Система репортов на игроков \r\n \r\n Магазин сервера - lumarust.gamestores.app/ \r\n Группу ВК - vk.com/luma_rust",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780530259,
    "last_online": 1780555826,
    "icon": null,
    "name": "LUMA RUST [X5/X10|TP|Remove|RPG] 30.05",
    "connect": "185.189.255.52:35200",
    "request": "185.189.255.52:35210",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 1,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1780177438,
    "last_update": 1780555826,
    "banned": false,
    "wipe": 1780143272,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1686,
    "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/11644872");
$data = json_decode($json, true);
var_dump($data);