Geniş bir entegrasyon yöntemleri yelpazesi sunuyoruz. Bunlardan herhangi birini kullanabilir veya JSON API'sini kullanarak kendinizinkini oluşturabilirsiniz. Yeni bir entegrasyon yöntemi ekleme öneriniz varsa, lütfen bizimle iletişime geçin. Bizimle iletişime geçin

Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/11259966
json
{
  "response": {
    "fps": 163,
    "fps_avg": 161,
    "entities_count": 139085,
    "world_seed": 789550958,
    "world_size": 4500,
    "steam_id": "90284208512962571",
    "domain": null,
    "id": 11259966,
    "ip": "51.75.55.143",
    "port": 28015,
    "query": 28016,
    "color": 0,
    "city": "Warsaw",
    "description": "![[UA/EU] Band | X2 | NoLimit | Kits | VIP](https://i.ibb.co/6xjDgF3/Chat-GPT-Image-19-2026-19-55-16.png)\n[UA/EU] Band | X2 | Weekly | NoLimit | Kits | VIP  \r\n Команда NoLimit  \r\n x2  Ресурси та лут  \r\n Прискорена плавка   \r\n Автолут бочок і дорожніх знаків  \r\n Автоавторизація турелей і ППО  \r\n Збільшений ліміт турелей  \r\n Кіти  \r\n VIP  \r\n Привілеї   \r\n Вайп: Щочетверга  \r\n Деталі та бонуси:  \r\n discord.gg/bandua",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775744525,
    "score": 0,
    "last_online": 1775887214,
    "icon": null,
    "name": "[UA/EU] Band | X2 | NoLimit | Kits | VIP",
    "connect": "51.75.55.143:28015",
    "request": "51.75.55.143:28016",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 3,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "PL",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1774555184,
    "last_update": 1775887214,
    "banned": false,
    "wipe": 1775744525,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2322,
    "language": "pl",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Kod örnekleri

php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/11259966");
$data = json_decode($json, true);
var_dump($data);