Note: Please read the API intructions carefully. Its your solo responsability what you add by our API.
| HTTP Метод | POST |
| Формат ответа | Json |
| API URL | https://xn--80apfbeslqi8b.xn--p1ai/api/v1 |
| Ключ API |
| Параметр | Описание |
|---|---|
| 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 |
| Параметр | Описание |
|---|---|
| key | Your API key |
| action | add |
| service | Service ID |
| link | Link to page |
| Параметр | Описание |
|---|---|
| key | Your API key |
| action | add |
| service | Service ID |
| link | Link to page |
| comments | Comments list separated by \r\n or \n |
| Параметр | Описание |
|---|---|
| key | Your API key |
| action | add |
| service | Service ID |
| link | Link to page |
| quantity | Needed quantity |
| usernames | Usernames list separated by \r\n or \n |
| hashtags | Hashtags list separated by \r\n or \n |
| Параметр | Описание |
|---|---|
| key | Your API key |
| action | add |
| service | Service ID |
| link | Link to page |
| usernames | Usernames list separated by \r\n or \n |
| Параметр | Описание |
|---|---|
| key | Your API key |
| action | add |
| service | Service ID |
| link | Link to page |
| quantity | Needed quantity |
| hashtag | Hashtag to scrape usernames from |
| Параметр | Описание |
|---|---|
| key | Your API key |
| action | add |
| service | Service ID |
| link | Link to page |
| quantity | Needed quantity |
| username | URL to scrape followers from |
| Параметр | Описание |
|---|---|
| key | Your API key |
| action | add |
| service | Service ID |
| link | Link to page |
| comments | Comments list separated by \r\n or \n |
| Параметр | Описание |
|---|---|
| key | Your API key |
| action | add |
| service | Service ID |
| link | Link to page |
| Параметр | Описание |
|---|---|
| key | Your API key |
| action | add |
| service | Service ID |
| link | Link to page |
| quantity | Needed quantity |
| username | Username of the comment owner |
| Параметр | Описание |
|---|---|
| key | Your API key |
| action | add |
| service | Service ID |
| username | Username |
| min | Quantity min |
| max | Quantity max |
| posts | New posts (future posts) to cover. Must be ≥2 |
| delay | Delay in minutes. Possible values: 0, 5, 10, 15, 20, 30, 40, 50, 60, 90, 120, 150, 180, 210, 240, 270, 300, 360, 420, 480, 540, 600 |
| expiry (optional) | Expiry date. Format d/m/Y |
| old_posts (optional) | Number of existing posts to include from the start. Either 0 (default) or ≥2 |
{
"status": "success",
"order": 32
}
| Параметр | Описание |
|---|---|
| key | Ваш ключ API |
| action | status |
| order | Номер заказа |
{
"order": "32",
"status": "pending",
"link": "https://example.com/page",
"quantity": "1000",
"charge": "0.0360",
"start_count": "0",
"remains": "0"
}
{
"status": "Active",
"username": "some_username",
"min": "10",
"max": "20",
"delay": "5",
"expiry": "2026-12-31",
"old_posts": 2,
"steps": {
"total": 5,
"done": 3
},
"orders": [
"297145",
"297178",
"297185"
],
"old_posts_steps": {
"total": 2,
"done": 2
},
"old_orders": [
"297254",
"297255"
]
}
Каждый id из orders/old_orders — это отдельный сформированный заказ, его статус запрашивается тем же action=status и отдаёт обычный формат выше (order/status/link/quantity/charge/start_count/remains). old_posts_steps/old_orders присутствуют в ответе только если при создании подписки был передан old_posts > 0.
| Параметр | Описание |
|---|---|
| key | Ваш ключ API |
| action | status |
| orders | Номера заказов, разделенные запятыми (массив) |
{
"12": {
"order": "12",
"status": "processing",
"link": "https://example.com/page",
"quantity": "500",
"charge": "1.2600",
"start_count": "0",
"remains": "0"
},
"2": "Incorrect order ID",
"13": {
"order": "13",
"status": "pending",
"link": "https://example.com/other-page",
"quantity": "300",
"charge": "0.6300",
"start_count": "0",
"remains": "0"
},
"297143": {
"status": "Active",
"username": "some_username",
"min": "12",
"max": "14",
"delay": "5",
"expiry": "2026-09-09",
"old_posts": 0,
"steps": {
"total": 5,
"done": 3
},
"orders": ["297145", "297178", "297185"]
}
}
| Параметр | Описание |
|---|---|
| key | Ваш ключ API |
| action | services |
[
{
"service": "5",
"name": "Instagram Followers [15K] ",
"category": "Instagram - Followers [Guaranteed\/Refill] - Less Drops \u2b50",
"rate": "1.02",
"min": "500",
"max": "10000"
"type": default
"desc": usernames
"dripfeed": 1
},
{
"service": "9",
"name": "Instagram Followers - Max 300k - No refill - 30-40k\/Day",
"category": "Instagram - Followers [Guaranteed\/Refill] - Less Drops \u2b50",
"rate": "0.04",
"min": "500",
"max": "300000"
"type": default
"desc": usernames
"dripfeed": 1
},
{
"service": "10",
"name": "Instagram Followers ( 30 days auto refill ) ( Max 350K ) (Indian Majority )",
"category": "Instagram - Followers [Guaranteed\/Refill] - Less Drops \u2b50",
"rate": "1.2",
"min": "100",
"max": "350000"
"type": default
"desc": usernames
"dripfeed": 1
}
]
| Параметр | Описание |
|---|---|
| key | Ваш ключ API |
| action | balance |
{
"status": "success",
"balance": "0.03",
"currency": "USD"
}