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

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

text
https://api.gamemonitoring.ru/servers/7467399
json
{
  "response": {
    "fps": 182,
    "fps_avg": 175,
    "world_seed": 895634281,
    "world_size": 4500,
    "entities_count": 105367,
    "id": 7467399,
    "ip": "164.132.244.34",
    "port": 28017,
    "query": 28017,
    "owner_name": null,
    "owner_avatar": null,
    "color": 0,
    "description": null,
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1745947488,
    "score": 0,
    "last_online": 1746084785,
    "icon": null,
    "name": "[ES]MoralWest Survivors | Wipe mensual | x2 | Noobs",
    "connect": "164.132.244.34:28015",
    "request": "164.132.244.34:28017",
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": "2585",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "FR",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1739234756,
    "last_update": 1746084785,
    "banned": false,
    "wipe": 1743762869,
    "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/7467399");
$data = json_decode($json, true);
var_dump($data);