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

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

text
https://api.gamemonitoring.ru/servers/8463428
json
{
  "response": {
    "fps": 134,
    "fps_avg": 143,
    "world_seed": 1762940243,
    "world_size": 4500,
    "entities_count": 162647,
    "id": 8463428,
    "ip": "15.235.180.213",
    "port": 28016,
    "query": 28016,
    "owner_name": null,
    "owner_avatar": null,
    "color": 0,
    "description": "![[SEA] Facepunch 3](https://files.facepunch.com/Alistair/April/29/5r76l8654b0/facepunch-header.png)\nThis is an official server owned and operated by Facepunch. \r\n \r\n People are free to speak whatever language they like. Don't be surprised if you get banned for being abusive.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1746012447,
    "score": 0,
    "last_online": 1746087641,
    "icon": null,
    "name": "[SEA] Facepunch 3",
    "connect": "15.235.180.213:28016",
    "request": "15.235.180.213:28016",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2585",
    "numplayers": 11,
    "maxplayers": 250,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "SG",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1743888311,
    "last_update": 1746087641,
    "banned": false,
    "wipe": 1743702121,
    "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/8463428");
$data = json_decode($json, true);
var_dump($data);