API Dokumani
Asagidaki uc noktalar uzerinden bakiye sorgulama, siparis olusturma, durum kontrolu yapabilir, servis listesini cekebilirsiniz.
Genel Bilgi
- Temel URL:
https://gorev.yilmazsocial.com/api/v2 - Methodlar: GET ve POST
- Anahtar: Tum isteklerde
keyparametresi gondermelisiniz. (Panelinizdeki API sayfasindan alabilirsiniz.) - Hata bicimi:
{"error":"Aciklama"}
Servis Listesi (services)
GET/POST https://gorev.yilmazsocial.com/api/v2?action=services&key=API_KEY
[
{
"service": 123,
"name": "Instagram Takipci",
"type": "Default",
"category": "Instagram",
"rate": "25.0000",
"min": "100",
"max": "10000",
"refill": false,
"cancel": true
}
]
Bakiye Sorgulama (balance)
GET/POST https://gorev.yilmazsocial.com/api/v2?action=balance&key=API_KEY
{
"balance": "250.7500",
"currency": "TRY"
}
Siparis Ekle (add)
POST https://gorev.yilmazsocial.com/api/v2?action=add&key=API_KEY
Gerekli: service, link, quantity
Opsiyonel: gender (all/male/female), per_day, include, exclude, comments
{
"service": 123,
"link": "https://instagram.com/example",
"quantity": 500,
"gender": "female",
"per_day": 2,
"comments": "Harika paylasim!\nCok begendim"
}
Basarili yanit: {"order": 456}
Siparis Durumu (status)
GET/POST https://gorev.yilmazsocial.com/api/v2?action=status&key=API_KEY&order=ID
Coklu: order=1,10,100 veya order[]=1&order[]=10
{
"charge": "23.4500",
"start_count": "100",
"status": "In progress",
"remains": "100",
"currency": "TRY"
}
Durum Aciklamalari
- Pending → Moderator onayi bekleniyor
- In progress → Gonderim devam ediyor
- Completed → Sorunsuz tamamlandi
- Rejected → Reddedildi (tam iade)
- Partial → Bir kismi tamamlandi (kismi iade)