Мы предлагаем широкий выбор методов интеграции. Вы можете воспользоваться любым из них или создать свой собственный с помощью JSON API. Если у вас есть предложение по добавлению нового метода интеграции, пожалуйста, свяжитесь с нами. Связаться с нами

JSON для программ, сайтов и прочего

text
https://api.gamemonitoring.ru/servers/479497
json
{
  "response": {
    "fps": 40,
    "fps_avg": 40,
    "world_seed": 1628169105,
    "world_size": 4000,
    "entities_count": 145547,
    "id": 479497,
    "ip": "168.100.162.200",
    "port": 28010,
    "query": 28015,
    "owner_name": null,
    "owner_avatar": null,
    "color": 0,
    "description": "![Rusticated.com - US | 2x Vanilla | Monday | Shared Bps | 4/28](https://cdn.rusticated.com/u/dfa2d63218-banner_512x256.png)\nMonday weekly map wipes, Bps wipe on force wipe\r\nPurchase Vip at: www.rusticated.com/vip\r\nDiscord: rusticated.com/discord\r\n\r\nUse /rules in game to see our rules \r\n\r\nShared BP's with Team \r\nHalf Craft & Half Recycling \r\nFull Base WorkBench \r\nJunk removed from loot tables \r\nPlus More!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1745879859,
    "score": null,
    "last_online": 1746056439,
    "icon": null,
    "name": "Rusticated.com - US | 2x Vanilla | Monday | Shared Bps | 4/28",
    "connect": "168.100.162.200:28010",
    "request": "168.100.162.200:28015",
    "map": "Rusticated Generated Maps",
    "gamemode": "Survival",
    "version": "2585",
    "numplayers": 43,
    "maxplayers": 150,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 68,
    "add_date": 1637450351,
    "last_update": 1746056439,
    "banned": false,
    "wipe": 1745866687,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "list_hidden": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust",
      "popular_maps_available": false
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

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