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

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

text
https://api.gamemonitoring.ru/servers/445951
json
{
  "response": {
    "fps": 27,
    "fps_avg": 26,
    "entities_count": 128355,
    "world_seed": 377233983,
    "world_size": 4250,
    "id": 445951,
    "ip": "104.143.3.251",
    "port": 28259,
    "query": 28256,
    "color": 0,
    "description": "![[US] Active Rush PvE No Raid No Decay](https://i.imgur.com/yhUrfbl.png)\nFriendly PvE/PvP server for beginners and veteran players alike. A perfect transition server for those learning the game. A modded server but with a vanilla feel!\r\n\r\nFeatures:\r\n ♦Active admins\r\n ♦Full Monthly Map & BP Wipes\r\n ♦PvE map with PvP monument zones\r\n ♦Convoy & Defendable Bases\r\n ♦Lightly Modded (See website for details)\r\n ♦Raidable Bases 24/7\r\n ♦Admin built community areas\r\n ♦Community Discord https://discord.gg/aqhH6qZx8D\r\n\r\nRules:\r\n -Be polite. PvP is allowed in designated areas.\r\n No Cheating!\r\n -Invite and play with your friends.\r\n -Have fun and enjoy.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1754608544,
    "score": null,
    "last_online": 1755693032,
    "icon": null,
    "name": "[US] Active Rush PvE No Raid No Decay",
    "connect": "104.143.3.251:28259",
    "request": "104.143.3.251:28256",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2594",
    "numplayers": 1,
    "maxplayers": 200,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1630779738,
    "last_update": 1755693032,
    "banned": false,
    "wipe": 1754608508,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": 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/445951");
$data = json_decode($json, true);
var_dump($data);