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

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

text
https://api.gamemonitoring.ru/servers/6787347
json
{
  "response": {
    "modded": true,
    "fps": 120,
    "fps_avg": 118,
    "entities_count": 82573,
    "world_seed": 1337,
    "world_size": 3700,
    "id": 6787347,
    "ip": "91.124.63.52",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "description": "![[TR] Rust Türkiye 3X | 18:00 - Salı | Yeni Başlayan](https://i.imgur.com/Me7udVY.png)\nRust Turkiye | Türkiyenin Resmi 3x Sunucuna Hoş Geldiniz.\r\n\r\nSunucu Kuralları Ve Özellikleri\r\n✘ Takım Oyuncu Sayısı 6 Kişiliktir.\r\n✘ Sunucu Wipe Haftalıktır Her Cuma 18:00 ve Salı 18:00 Wipe !\r\n✘ Klan Otomatik Yetkilendirme Sistemi Ve BluePrint Paylaşımı.\r\n✘ Discord Sunucusuna Katılarak Skinbox,Trade Ve Discord Kiti Alabilirsin.\r\n\r\nhttps://discord.gg/RustTurkiye | rustturkiye.net",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1755417434,
    "score": 0,
    "last_online": 1755699030,
    "icon": null,
    "name": "[TR] Rust Türkiye 3X | 18:00 - Salı | Yeni Başlayan",
    "connect": "91.124.63.52:28015",
    "request": "91.124.63.52:28017",
    "map": "discord.gg/rustturkiye",
    "gamemode": "Survival",
    "version": "2594",
    "numplayers": 11,
    "maxplayers": 300,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "TR",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1733159657,
    "last_update": 1755699030,
    "banned": false,
    "wipe": 1755615462,
    "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/6787347");
$data = json_decode($json, true);
var_dump($data);