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

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

text
https://api.gamemonitoring.ru/servers/1399601
json
{
  "response": {
    "fps": 63,
    "fps_avg": 62,
    "entities_count": 211973,
    "world_seed": 4,
    "world_size": 4500,
    "id": 1399601,
    "ip": "168.100.163.175",
    "port": 29015,
    "query": 29016,
    "color": 0,
    "description": "![[NA] Nomad PvE 2x - Skill Tree - Raids - Economy](https://imgur.com/rAy0Di7.png)\n♦ Rules: ♦\r\n◦ No Griefing, Toxicity, Harassment, BS of any kind (More details in-game)\r\n◦ Accusations must be backed with proof\r\n\r\n♦ Special: ♦\r\n◦ Tiered Progression - Unlock perks via Playtime\r\n◦ Custom Currency Items & Upgradable features\r\n◦ Full Economy - Buy | Sell\r\n◦ Detailed /Info panel & Discord\r\n◦ Abandoned & Raidable Bases\r\n◦ Fully Custom PvE Experience\r\n\r\n♦ Other: ♦\r\n◦ No Server Radiation\r\n◦ Custom Skill Tree\r\n◦ Tons of Npc Events\r\n◦ True PvE Experience\r\n◦ Beginner Friendly\r\n◦ Quality of Life features\r\n◦ Active Discord Community\r\n◦ Anti-Hack & Cheat Detection\r\n◦ Active Admins\r\n◦ Soo much more, you must experience this for your self!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1754591140,
    "score": null,
    "last_online": 1755504644,
    "icon": null,
    "name": "[NA] Nomad PvE 2x - Skill Tree - Raids - Economy",
    "connect": "168.100.163.175:29015",
    "request": "168.100.163.175:29016",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2594",
    "numplayers": 2,
    "maxplayers": 40,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1696082349,
    "last_update": 1755504644,
    "banned": false,
    "wipe": 1754590822,
    "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/1399601");
$data = json_decode($json, true);
var_dump($data);