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/762283
json
{
  "response": {
    "fps": 48,
    "fps_avg": 48,
    "entities_count": 264388,
    "world_seed": 1337,
    "world_size": 4000,
    "steam_id": "90284071645621264",
    "domain": null,
    "id": 762283,
    "ip": "185.207.214.26",
    "port": 10000,
    "query": 10010,
    "color": 0,
    "city": "Moscow",
    "description": "![MAGIC RUST #2 [ MAX 2 | MONDAY ] Wipe 13.01](https://content.magicrust.ru/images/server/server_banner.png)\nЛимит игроков в команде: 2\r\n\r\nХарактеристики серверов:\r\n• Рейты добычи ресурсов x2\r\n• Мгновенный крафт\r\n• Телепортация домой\r\n• Магические карты\r\n• Магический пропуск\r\n• Мини-магазин\r\n\r\nВайп карты: каждый понедельник в 14:00\r\nВайп рецептов: каждые две недели, начиная с первого вайпа",
    "game": 252490,
    "owner": 100256,
    "boosts": 1,
    "last_offline": 1775469686,
    "score": null,
    "last_online": 1775691610,
    "icon": null,
    "name": "Magic Rust #2 — Modded 2x (Solo/Duo) | Baйп 06.04",
    "connect": "185.207.214.26:10000",
    "request": "185.207.214.26:10010",
    "map": "Вайп был 2 д. наза�",
    "gamemode": "MODDED",
    "version": "2623",
    "numplayers": 44,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 112,
    "add_date": 1680785786,
    "last_update": 1775691610,
    "banned": false,
    "wipe": 1775469724,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 78,
    "language": "ru",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust",
      "popular_maps_available": false
    },
    "server_owner": {
      "username": "arturmagicow",
      "avatar": "no.jpg",
      "last_online": 1736968299
    },
    "mods": [],
    "disabled_modules": []
  }
}

Kod örnekleri

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