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

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

text
https://api.gamemonitoring.ru/servers/1204579
json
{
  "response": {
    "fps": 60,
    "fps_avg": 59,
    "world_seed": 1109845515,
    "world_size": 3750,
    "entities_count": 138145,
    "id": 1204579,
    "ip": "104.129.132.208",
    "port": 28015,
    "query": 28018,
    "owner_name": null,
    "owner_avatar": null,
    "color": 0,
    "description": "![Rustafied.com - US Trio](https://cdn.rustafied.systems/server-header-images/US Trio.png)\nWipe: Biweekly on Thursdays @ 3PM New York time (or when forced)\r\nBase Pop: 200+ players | Map size: 3750 | BP Wipe: Monthly\r\n\r\n\\tREPORT A PLAYER: my.rustafied.com or in-game using /report\r\n\r\n\\tSTORE: rustafied.com/store\\t\\t|\\tSUPPORT: rustafied.com/support\r\n\\tRULES: rustafied.com/rules\\t\\t|\\tDISCORD: discord.gg/rustafied\r\n\r\nWhat to expect:\r\n\\t- High quality gameplay and player experience\r\n\\t- Player based map voting for upcoming wipes\r\n\\t- Custom anti-cheat and active server moderation\r\n\\t- Hosted on the highest-end server infrastructure available",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1741069043,
    "score": null,
    "last_online": 1746073845,
    "icon": null,
    "name": "Rustafied.com - US Trio",
    "connect": "104.129.132.208:28015",
    "request": "104.129.132.208:28018",
    "map": "Rustafied Custom Map",
    "gamemode": "Survival",
    "version": "2585",
    "numplayers": 6,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1691954552,
    "last_update": 1746073845,
    "banned": false,
    "wipe": 1744916212,
    "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/1204579");
$data = json_decode($json, true);
var_dump($data);