مموقع العاب
وثائق API
| HTTP Method | POST |
| API URL | https://allord.top/api/v2 |
| تنسيق الرد (Response) | JSON |
1. قائمة الخدمات (Service List)
| المتغير (Parameters) | الشرح |
|---|---|
| key | مفتاح API الخاص بك |
| action | services |
نموذج الرد (Response):
[
{
"service": 1,
"name": "Followers",
"type": "Default",
"category": "First Category",
"rate": "0.90",
"min": "50",
"max": "10000"
},
{
"service": 2,
"name": "Comments",
"type": "Custom Comments",
"category": "Second Category",
"rate": "8",
"min": "10",
"max": "1500"
}
]
2. طلب جديد (New Order)
| المتغير (Parameters) | الشرح |
|---|---|
| key | مفتاح API الخاص بك |
| action | add |
| service | رقم الخدمة (Service ID) |
| link | الرابط |
| quantity | الكمية |
| runs (اختياري) | عدد مرات التكرار |
| interval (اختياري) | الفاصل الزمني بالدقائق |
نموذج الرد (Response):
{
"order": 23501
}
3. حالة الطلب (Order Status)
| المتغير (Parameters) | الشرح |
|---|---|
| key | مفتاح API الخاص بك |
| action | status |
| order | رقم الطلب (Order ID) |
نموذج الرد (Response):
{
"charge": "0.27819",
"start_count": "3572",
"status": "Partial",
"remains": "157",
"currency": "USD"
}
4. رصيد المستخدم (User Balance)
| المتغير (Parameters) | الشرح |
|---|---|
| key | مفتاح API الخاص بك |
| action | balance |
نموذج الرد (Response):
{
"balance": "100.84292",
"currency": "USD"
}
ششحن