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/2303606
json
{
  "response": {
    "steam_id": "90284104292067346",
    "domain": null,
    "id": 2303606,
    "ip": "138.201.78.141",
    "port": 2302,
    "query": 2303,
    "color": 0,
    "city": "Falkenstein",
    "description": "Hostet by PatientNull",
    "game": 221100,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775673128,
    "score": 3,
    "last_online": 1775679614,
    "icon": null,
    "name": "GER Hungrige Wölfe PVE Quest /Trader /Helis",
    "connect": "138.201.78.141:2302",
    "request": "138.201.78.141:2303",
    "map": "siberia",
    "gamemode": null,
    "version": "1.29.162510",
    "numplayers": 12,
    "maxplayers": 80,
    "bots": 0,
    "secured": true,
    "private": true,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 69,
    "add_date": 1703667946,
    "last_update": 1775679614,
    "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": 787,
    "language": "de",
    "parked": false,
    "app": {
      "id": 63,
      "steam_id": 221100,
      "name": "DayZ",
      "url": "dayz",
      "popular_maps_available": false
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Kod örnekleri

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