2 hafta 5 gün önce

Siralama guncelleme

BestGames.to API Dokümantasyonu


Tüm Oyları Al (GET)

Talep:

https://bestgames.to/api/servers/stats?api_key=API_KEY

Cevap:

{
  "durum": doğru,
  "oylar": [
    {
      "id": 1,
      "tarih": "16.08.2023 15:55:55",
      "ip_adresi": "192.168.0.1",
      "giriş": "login",
      "tip": 1
    }
  ]
}

Tek Bir Oy Hakkında Bilgi Al (GET)

Talep:

https://bestgames.to/api/servers/stats/show?api_key=API_KEY&vote_id=1

Cevap:

{
  "durum": doğru,
  "oy": {
    "id": 1,
    "tarih": "16.08.2023 15:55:55",
    "ip_adresi": "192.168.0.1",
    "giriş": "login",
    "tip": 1
  }
}

Hata Örneği

{
  "durum": yanlış,
  "mesaj": "Geçersiz API KEY"
}