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/11002173
json
{
  "response": {
    "fps": 44,
    "fps_avg": 42,
    "entities_count": 139639,
    "world_seed": 84573988,
    "world_size": 3550,
    "steam_id": "90284206202207235",
    "domain": null,
    "id": 11002173,
    "ip": "212.22.93.105",
    "port": 28014,
    "query": 28015,
    "color": 0,
    "city": "Moscow",
    "description": "![RUSTONIK2 Vanilla X2 Wipe 3.04](https://i.imgur.com/Pt7ZVfp.jpeg)\nДобро Пожаловать!!!! \r\n Устали от хардкора и токсичности? Хотите освоить Rust в спокойной и дружелюбной атмосфере? Тогда сервер RUSTONIK2 — это то, что вам нужно! Мы создали идеальные условия для новичков и тех, кто ищет комфортную игру. \r\n • Идеально для Новичков \r\n • Оптимальная Карта 3000",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775872917,
    "score": 5,
    "last_online": 1775905215,
    "icon": null,
    "name": "RUSTONIK2 Vanilla X2 Wipe 3.04",
    "connect": "212.22.93.105:28014",
    "request": "212.22.93.105:28015",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 4,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 62,
    "add_date": 1769918134,
    "last_update": 1775905215,
    "banned": false,
    "wipe": 1775216824,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2051,
    "language": "ru",
    "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/11002173");
$data = json_decode($json, true);
var_dump($data);