> ## Documentation Index
> Fetch the complete documentation index at: https://support.zonely.gen.tr/llms.txt
> Use this file to discover all available pages before exploring further.

# API Kütüphanelerimizden Bazıları

> Geliştirdiğimiz API uygulamalarına ait bazı örnekler.

### Lisans Doğrulama

**Endpoint:** `/Files/Api/license/{obf_password}/{product_id}/{ip}`\
**Yöntem:** `GET`\
**Yönlendirme:** `license.php?passwordOBF=...&productid=...&wlicenseIP=...`

**Parametreler:**

* `obf_password`: Şifrelenmiş parola anahtarı.
* `product_id`: Ürünün benzersiz kimliği.
* `ip`: İstek sahibinin IP adresi; nokta veya eğik çizgi içerebilir.

### BuiltByBit Lisans Doğrulama

**Endpoint:** `/Files/Api/builtbybit/{obf_password}/{product_id}/{ip}`\
**Yöntem:** `GET`\
**Yönlendirme:** `builtbybit.php?passwordOBF=...&productid=...&wlicenseIP=...`

### Lisans Duyuruları

**Endpoint:** `/Files/Api/broadcasts`\
**Yöntem:** `GET`\
**Yönlendirme:** `broadcast.php`

### Çekiliş Kontrol API'si

**Endpoint:** `/Files/Api/giveaway`\
**Yöntem:** `GET`\
**Yönlendirme:** `giveaway.php`

### Sezon Sonu Ödül Dağıtımı

**Endpoint:** `/Files/Controllers/ControllersAll.php?main=RewardDistribute&container=Sezonlar`\
**Yöntem:** `GET`

### Güncellemeler

**Endpoint:** `/Files/Api/upgrades/hook/{product_ids}/{version}`\
**Yöntem:** `GET`\
**Yönlendirme:** `license.php?productids=...&productUpdate=...`

### Eski Güncelleme Sürümü

**Endpoint:** `/Files/Api/upgrades/version/{product_id}`\
**Yöntem:** `GET`\
**Yönlendirme:** `license.php?productidListener=...`

### Aktif Kod Doğrulama

**Endpoint:** `/Files/Api/activecode/{product_id}`\
**Yöntem:** `GET`\
**Yönlendirme:** `license.php?productidListeners=...`

### Yeni Güncelleme Sürümü

**Endpoint:** `/Files/Api/upgrades/listener/{product_ids}/{version}`\
**Yöntem:** `GET`\
**Yönlendirme:** `license.php?heidiaListenerproductids=...&heidiaListenerProductUpdate=...`

***

### BuiltByBit Lisansı (Alternatif Rota)

**Endpoint:** `/Files/Api/builtbybit/license/{obf_password}/{product_id}/{ip}`\
**Yöntem:** `GET`\
**Yönlendirme:** `license.php?passwordOBF=...&productid=...&wlicenseIP=...`

### Discord ile Kullanıcı Tokenı

**Endpoint:** `/Files/Api/user/token/{token}/lang/{lang}/discord/{discord}`\
**Yöntem:** `GET`\
**Yönlendirme:** `controller.php?token=...&lang=...&discord=...`

### İsim Bilgisi ile Kullanıcı Tokenı

**Endpoint:** `/Files/Api/user/token/{token}/lang/{lang}/subname/{subname}/lastname/{lastname}`\
**Yöntem:** `GET`\
**Yönlendirme:** `controller.php?token=...&lang=...&subname=...&lastname=...`
