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/6787440
json
{
  "response": {
    "steam_id": "90284208513851403",
    "domain": null,
    "id": 6787440,
    "ip": "64.40.9.239",
    "port": 28029,
    "query": 28026,
    "color": 0,
    "city": "London",
    "description": "![EU-2X-PVE-Monthly-Skills-SusRust X2](https://www.susrust.com/img/eu2xpvemonthly.png)\nMap---> Wipes Monthly \r\nBluePrints---> Monthly \r\n\r\n    Skill Tree - Remover Tool - Personal Patrol Heli\r\n    SkinBox - Vehicle AirDrops - Increased Stacks\r\n    Teleports - Raidable Bases - Kits - Shop - NPCs\r\n    Events - Play Time Rewards - Zombies\r\n\r\nNo Ban Evading - No Rust or VAC Bans Under 120 days",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775690523,
    "score": 0,
    "last_online": 1775904617,
    "icon": null,
    "name": "EU-2X-PVE-Monthly-Skills-SusRust X2",
    "connect": "64.40.9.239:28029",
    "request": "64.40.9.239:28026",
    "map": "High FPS | Wiped - 8d ago",
    "gamemode": "Rust",
    "version": "2623",
    "numplayers": 8,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 62,
    "add_date": 1733159695,
    "last_update": 1775904617,
    "banned": false,
    "wipe": 1775154576,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1900,
    "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/6787440");
$data = json_decode($json, true);
var_dump($data);