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/10236831
json
{
  "response": {
    "steam_id": "85568392935916517",
    "domain": null,
    "id": 10236831,
    "ip": "51.83.150.145",
    "port": 27015,
    "query": 27015,
    "color": 0,
    "city": "Wroclaw",
    "description": null,
    "game": 600380,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775811078,
    "score": 0,
    "last_online": 1775839266,
    "icon": null,
    "name": "[CSCO] CLASSIC CASUAL #1 @CSCO.pl",
    "connect": "51.83.150.145:27015",
    "request": "51.83.150.145:27015",
    "map": "de_dust2_csgo",
    "gamemode": "Classic Offensive",
    "version": "30.00.0.0",
    "numplayers": 0,
    "maxplayers": 27,
    "bots": 1,
    "secured": false,
    "private": false,
    "country": "PL",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1756813676,
    "last_update": 1775839266,
    "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": 2,
    "language": "pl",
    "parked": false,
    "app": {
      "id": 1629105,
      "steam_id": 600380,
      "name": "Classic Offensive",
      "url": "classic-offensive"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Kod örnekleri

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