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/11142492
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 11142492,
    "ip": "216.114.75.102",
    "port": 10225,
    "query": 10225,
    "color": 0,
    "city": "Dallas",
    "description": null,
    "game": 393380,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775304689,
    "score": 0,
    "last_online": 1775735457,
    "icon": null,
    "name": "[1stMD] ★ Events ★ First Marine Division",
    "connect": "216.114.75.102:10225",
    "request": "216.114.75.102:10225",
    "map": "JensensRange_USMC-GFI",
    "gamemode": "Training",
    "version": "v10.3.1.576590.1719",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": false,
    "private": null,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1770804048,
    "last_update": 1775735457,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 203,
    "language": "en",
    "parked": false,
    "app": {
      "id": 137,
      "steam_id": 393380,
      "name": "Squad",
      "url": "squad",
      "popular_maps_available": true
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Kod örnekleri

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