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

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

text
https://api.gamemonitoring.ru/servers/444423
json
{
  "response": {
    "fps": 30,
    "fps_avg": 29,
    "entities_count": 99357,
    "world_seed": 1337,
    "world_size": 3300,
    "id": 444423,
    "ip": "37.221.209.190",
    "port": 28018,
    "query": 28017,
    "color": 0,
    "description": "![RustPlace x5 Romania [BP|Kits|Shop|5xLoot|Fast]7/8](https://www.rustplace.ro/img/rust-x5v.png)\nWelcome To RustPlace x5 Romania !\r\n\r\n - 5x Scrap\r\n - 5x Gather Rates\r\n - 5 Minutes Bright Nights\r\n - 5x Better Vanilla Loot\r\n - /shop and /kit\r\n - Sign Artist (/sil)\r\n - 5x Resource Stacks\r\n - Most Level 1 BP Unlocked\r\n - 5x Smelt Speed (Vanilla For Sulfur)\r\n - Faster Crafting (Vanilla For Raid Items)\r\n - Faster Recycler\r\n - Custom Map Size: ~3400\r\n \r\nTEAM UI : 8\r\n\r\nHave Fun!\r\nPowered By RustPlace!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1753939588,
    "score": null,
    "last_online": 1755504059,
    "icon": null,
    "name": "RustPlace x5 Romania [BP|Kits|Shop|5xLoot|Fast]7/8",
    "connect": "37.221.209.190:28018",
    "request": "37.221.209.190:28017",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2594",
    "numplayers": 1,
    "maxplayers": 150,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "HU",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1630779686,
    "last_update": 1755504059,
    "banned": false,
    "wipe": 1754589516,
    "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/444423");
$data = json_decode($json, true);
var_dump($data);