JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11159236
json
{
  "response": {
    "fps": 183,
    "fps_avg": 171,
    "entities_count": 61074,
    "world_seed": 121315421,
    "world_size": 3500,
    "steam_id": "90286591680815117",
    "domain": null,
    "id": 11159236,
    "ip": "185.189.255.110",
    "port": 35000,
    "query": 35010,
    "color": 0,
    "city": "Moscow",
    "description": "![Beam - 5x Friday | ДЛЯ НОВИЧКОВ | No BPs](https://i.yapx.ru/dyS0N.png)\nУлучшенный сервер для комфортной игры:\r\n\r\n• Увеличенные рейты и стаки основных ресурсов\r\n• Все рецепты открыты\r\n• Ускоренный крафт\r\n• Ускоренные печи\r\n• Переработчики и станции дронов в безопасных зонах\r\n• Нет телепортов, ремува и прочего\r\n• Фермерство не требует внимания\r\n• Вайп карты каждый понедельник и пятницу в 12:00 МСК\r\n\r\n\r\n\r\nEnhanced server for a comfortable gameplay experience:\r\n\r\n• Increased gather rates and larger stack sizes for core resources\r\n• Faster furnaces\r\n• Faster craft\r\n• Recyclers and drone marketplaces in safe zones\r\n• No teleportation, no remove tool, and no other modded shortcuts\r\n• Farming requires minimal maintenance\r\n• The BPs are all open\r\n• Map wipes every Monday and Friday at 12:00 PM [UTC +3]",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780572868,
    "last_online": 1780594835,
    "icon": null,
    "name": "Beam - 5x Friday | ДЛЯ НОВИЧКОВ | No BPs",
    "connect": "185.189.255.110:35000",
    "request": "185.189.255.110:35010",
    "map": "Custom Map",
    "gamemode": "Vanilla",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1772228125,
    "last_update": 1780594835,
    "banned": false,
    "wipe": 1780304570,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 3903,
    "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/11159236");
$data = json_decode($json, true);
var_dump($data);