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/5233851
json
{
  "response": {
    "fps": 59,
    "fps_avg": 59,
    "entities_count": 75789,
    "world_seed": 1337,
    "world_size": 3350,
    "steam_id": "90284210573981723",
    "domain": null,
    "id": 5233851,
    "ip": "168.100.161.79",
    "port": 28129,
    "query": 28126,
    "color": 0,
    "city": "London",
    "description": "![EU-3X-Solo-Duo-SusRust X3](https://susrust.com/img/susrustboat3x.png)\nMap---> Wipes Monthly \r\nBluePrints---> Monthly \r\nSelect T1 - T2 Workbench BPs Included\r\n\r\n    Custom Loot Tables - Kits - Shop - Clans - Teleports\r\n    Fast Craft - Vehicle AirDrops - Increased Stacks\r\n    Play Time Rewards - Remover Tool\r\n\r\nNo Ban Evading - No Rust or VAC Bans Under 120 days",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775690524,
    "score": 0,
    "last_online": 1775904614,
    "icon": null,
    "name": "EU-3X-Solo-Duo-SusRust X3",
    "connect": "168.100.161.79:28129",
    "request": "168.100.161.79:28126",
    "map": "High FPS | Wiped - 8d ago",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 5,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 62,
    "add_date": 1721207547,
    "last_update": 1775904614,
    "banned": false,
    "wipe": 1775154249,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1874,
    "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/5233851");
$data = json_decode($json, true);
var_dump($data);