| HTTP Method |
POST |
| API URL |
https://fastflw.com/api/v2
|
| API Key |
برای دریافت توکن، باید در سایت ثبت نام کنید.
|
| Response format |
JSON |
1. Category list
| Parameters |
Description |
| key |
Your API key |
| action |
categories |
Example response
[
{
"id": 1,
"name": "تخفیف روز(توضیحات سرویس خوانده شود)"
},
{
"id": 2,
"name": "شگفت انگیز"
}
]
2. Service list
| Parameters |
Description |
| key |
Your API key |
| action |
services |
Example response
[
{
"service": 1303,
"name": "کامنت اینستاگرام",
"description":"توضیحات مربوط به سرویس ..."
"rate": 2200,
"min": 100,
"max": 10000,
"need_password": false
},
{
"service": 1306,
"name": "لایک کامنت اینستاگرام",
"description":"توضیحات مربوط به سرویس ..."
"rate": 2500,
"min": 100,
"max": 1000,
"need_password": false
}
]
3. Categories with Services
| Parameters |
Description |
| key |
Your API key |
| action |
categories_with_services |
Example response
[
{
"id": 39,
"name": "تخفیف روز(توضیحات سرویس خوانده شود)",
"services":
[
{
"service": 1200,
"name": "کامنت اینستاگرام",
"description":"توضیحات مربوط به سرویس ..."
"rate": 2200,
"min": 100,
"max": 10000,
"need_password": false
},
{
"service": 1300,
"name": "لایک کامنت اینستاگرام",
"description":"توضیحات مربوط به سرویس ..."
"rate": 2500,
"min": 100,
"max": 1000,
"need_password": false
}
]
},
{
"id": 39,
"name": "تخفیف روز(توضیحات سرویس خوانده شود)",
"services":
[
{
"service": 1400,
"name": "کامنت اینستاگرام",
"description":"توضیحات مربوط به سرویس ..."
"rate": 2200,
"min": 100,
"max": 10000,
"need_password": false
}
]
}
]
4. Add order
| Parameters |
Description |
| key |
Your API key |
| action |
add |
| service |
Service ID |
| link |
Link to page |
| quantity |
Needed quantity |
| runs (optional) |
Runs to deliver |
| interval (optional) |
Interval in minutes |
Example response
{
"order": 23501
}
5. Order status
| Parameters |
Description |
| key |
Your API key |
| action |
status |
| order |
Order ID |
Example response
{
"status": "Queued",
"start_count": 0,
"remains": 0,
"charge": 500,
"currency": "تومان"
}
|
Status:
|
|
Queued
|
در صف بررسی
|
|
Pending
|
در حال بررسی
|
|
Processing
|
در حال پردازش
|
|
InProgress
|
در حال انجام
|
|
Completed
|
انجام شده
|
|
Partial
|
ناقص
|
|
Canceled
|
لغو شده
|
|
Error
|
خطا در اجرای درخواست
|
|
Suspended
|
تعلیق شده
|
|
OK
|
OK
|
|
Active
|
فعال
|
|
Paused
|
متوقف شده
|
|
Expired
|
منقضی شده
|
|
Unknown
|
ناشناخته
|
|
UnPaid
|
پرداخت نشده
|
6. User balance
| Parameters |
Description |
| key |
Your API key |
| action |
balance |
Example response
{
"expiry": 1397/09/25 02:40,
"balance": 4700,
"currency": "تومان"
}
Error response
{
"error": "Request is not valid"
}