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/9705995
json
{
  "response": {
    "fps": 59,
    "fps_avg": 58,
    "entities_count": 145532,
    "world_seed": 1337,
    "world_size": 4000,
    "steam_id": "90284204041412622",
    "domain": null,
    "id": 9705995,
    "ip": "46.174.53.23",
    "port": 20510,
    "query": 20511,
    "color": 0,
    "city": "Moscow",
    "description": "![FLAME RUST #2 [ MAX3 | x3 | MAGIC ] WIPE 10.4](https://api.ba3yka.ru/flamerust/img/banner_game.png)\nЛимит игроков в команде: 3\r\n\r\nХарактеристики серверов:\r\n• Рейты добычи ресурсов x3\r\n• Мгновенный крафт\r\n• Телепортация домой\r\n\r\nВайп карты: каждые вторник и пятница в 14:00\r\nВайп рецептов: каждые две недели",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775212887,
    "score": 0,
    "last_online": 1775929213,
    "icon": null,
    "name": "FLAME RUST #2 [ MAX3 | x3 | MAGIC ] WIPE 10.4",
    "connect": "46.174.53.23:20510",
    "request": "46.174.53.23:20511",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 45,
    "maxplayers": 150,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 74,
    "add_date": 1751752606,
    "last_update": 1775929213,
    "banned": false,
    "wipe": 1775818799,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 796,
    "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/9705995");
$data = json_decode($json, true);
var_dump($data);