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

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

text
https://api.gamemonitoring.ru/servers/2026619
json
{
  "response": {
    "fps": 30,
    "fps_avg": 29,
    "world_seed": 1337,
    "world_size": 4750,
    "entities_count": 362266,
    "id": 2026619,
    "ip": "205.178.168.52",
    "port": 28015,
    "query": 28015,
    "owner_name": null,
    "owner_avatar": null,
    "color": 0,
    "description": "![Rusty Moose |US Monthly|](https://i.imgur.com/tG2dplU.jpeg)\nOfficial Rusty Moose US Premium Monthly\r\n\r\nWipe Schedule\r\n - Monthly @ Force Wipe\r\n - Moose servers do not wipe blueprints\r\n\r\nJoin our Discord server for announcements and to get more involved with the community!\r\n\r\nhttps://moose.gg/vip\r\nhttps://discord.gg/moose\r\n\r\nForce wipes are always on the first Thursday of the month at 2pm EST / 19:00 London time.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1743706723,
    "score": null,
    "last_online": 1746080432,
    "icon": null,
    "name": "Rusty Moose |US Monthly|",
    "connect": "205.178.168.52:28010",
    "request": "205.178.168.52:28015",
    "map": "Moose Maps",
    "gamemode": "Survival",
    "version": "2585",
    "numplayers": 98,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 79,
    "add_date": 1701386045,
    "last_update": 1746080432,
    "banned": false,
    "wipe": 1743703448,
    "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/2026619");
$data = json_decode($json, true);
var_dump($data);