| HTTP Method |
POST |
| API URL |
http://turktakipcimerkezi.com/api |
| Response format |
JSON |
Servis listesi
| Parametre |
Açıklama |
| key |
Profilinizde yazan API key |
| action |
services |
Örnek çıktı
[
{
"service": 1,
"name": "Followers",
"type": "Default",
"category": "Category",
"rate": "0.90",
"min": "50",
"max": "10000"
},
{
"service": 2,
"name": "Likes",
"type": "Default",
"category": "Category",
"rate": "5.10",
"min": "150",
"max": "12000"
},
{
"service": 3,
"name": "Custom Comments",
"type": "Custom Comments",
"category": "Other",
"rate": "1.00",
"min": "200",
"max": "1000"
}
]
Sipariş verme
| Parametre |
Açıklama |
| key |
Profilinizde yazan API key |
| action |
add |
| service |
Servis ID numarası |
| link |
Gönderim bağlantısı |
| quantity |
Gönderilecek miktar |
{
"order": 23501
}
Sipariş sorgulama
| Parametre |
Açıklama |
| key |
Profilinizde yazan API key |
| action |
status |
| order |
Sipariş ID numarası |
{
"charge": "0.27819",
"start_count": "3572",
"status": "Partial",
"remains": "157"
}
Bakiye sorgulama
| Parametre |
Açıklama |
| key |
Profilinizde yazan API key |
| action |
balance |
{
"balance": "19.05",
"currency": "TRY"
}