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/10764578
json
{
  "response": {
    "fps": 30,
    "fps_avg": 29,
    "entities_count": 80414,
    "world_seed": 1337,
    "world_size": 3350,
    "steam_id": "90284211957013525",
    "domain": null,
    "id": 10764578,
    "ip": "104.129.132.31",
    "port": 28218,
    "query": 28216,
    "color": 0,
    "city": "Dallas",
    "description": "![US-3X-Solo-Duo-SusRust X3](https://www.susrust.com/img/us3xsoloduo.png)\nMap---> Wipes Monthly \r\nBluePrints---> Monthly \r\n\r\n Custom Loot Tables - Kits - Shop - Clan - Tele\r\n Fast Craft - Increased Stacks - Remover Tool\r\n Play Time Rewards\r\n\r\nNo Ban Evading - No Rust or VAC Bans Under 120 days",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775779322,
    "score": 0,
    "last_online": 1775907015,
    "icon": null,
    "name": "US-3X-Solo-Duo-SusRust X3",
    "connect": "104.129.132.31:28218",
    "request": "104.129.132.31:28216",
    "map": "High FPS | Wiped - 8d ago",
    "gamemode": "Vanilla",
    "version": "2623",
    "numplayers": 2,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1766261111,
    "last_update": 1775907015,
    "banned": false,
    "wipe": 1775154497,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2610,
    "language": "en",
    "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/10764578");
$data = json_decode($json, true);
var_dump($data);