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/10780580
json
{
  "response": {
    "fps": 48,
    "fps_avg": 47,
    "entities_count": 87387,
    "world_seed": 55123512,
    "world_size": 4000,
    "steam_id": "90284140054506508",
    "domain": null,
    "id": 10780580,
    "ip": "80.242.59.110",
    "port": 10000,
    "query": 10010,
    "color": 0,
    "city": "Veliky Novgorod",
    "description": "Вайп Карты: каждая среда в 14:00\nВайп Рецептов: каждые две недели, начиная с первого вайпа\nМодерация 24/7: F7 чтобы отправить жалобу на игрока\n\nХарактеристики серверов:\nИвенты каждые 2 часа|Мини-магазин|Х2 Появления ресурсов\nМоментальный крафт|Магический пропуск|Х2 Рейты добычи ресурсов\nМагические карты|Телепортация к игрокам и домой|Х2 Лимит игроков в команде\n\nИнформация:\nOur Discord: https://discord.gg/magicrust\nOur Store: https://magicrust.gg",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775747524,
    "score": 0,
    "last_online": 1775832616,
    "icon": null,
    "name": "Magic Dev | Baйп 10.04",
    "connect": "80.242.59.110:10000",
    "request": "80.242.59.110:10010",
    "map": "ВАЙП ПРЯМО СЕЙЧА�",
    "gamemode": "modded",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 13,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1766872419,
    "last_update": 1775832616,
    "banned": false,
    "wipe": 1775747471,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4513,
    "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/10780580");
$data = json_decode($json, true);
var_dump($data);