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

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

text
https://api.gamemonitoring.ru/servers/7286860
json
{
  "response": {
    "fps": 90,
    "fps_avg": 85,
    "world_seed": 2145242741,
    "world_size": 5000,
    "entities_count": 176928,
    "id": 7286860,
    "ip": "202.36.95.145",
    "port": 24698,
    "query": 24698,
    "owner_name": null,
    "owner_avatar": null,
    "color": 0,
    "description": null,
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1745924848,
    "score": 0,
    "last_online": 1746085299,
    "icon": null,
    "name": "[HUN] Pannonia Survivors |PVE|PVP ZONES|NOWIPE",
    "connect": "202.36.95.145:24697",
    "request": "202.36.95.145:24698",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2585",
    "numplayers": 0,
    "maxplayers": 75,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1736703954,
    "last_update": 1746085299,
    "banned": false,
    "wipe": 1743722118,
    "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/7286860");
$data = json_decode($json, true);
var_dump($data);