API
Service list
| Parameters | Description |
key | Your API key |
action | services |
Example response
[{
"service": 1,
"name": "TikTok Followers | Max Quality | Refill 30D",
"type": "Default",
"category": "TikTok Followers",
"rate": "1.20",
"min": "100",
"max": "50000",
"refill": true,
"cancel": true
}]
Add order
Default
| 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 |
Package
| Parameters | Description |
key | Your API key |
action | add |
service | Service ID |
link | Link to page |
Custom Comments
| Parameters | Description |
key | Your API key |
action | add |
service | Service ID |
link | Link to page |
comments | Comments list separated by \r\n or \n |
Mentions with Hashtags
| Parameters | Description |
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 |
Mentions Custom List
| Parameters | Description |
key | Your API key |
action | add |
service | Service ID |
link | Link to page |
usernames | Usernames list separated by \r\n or \n |
Mentions User Followers
| Parameters | Description |
key | Your API key |
action | add |
service | Service ID |
link | Link to page |
quantity | Needed quantity |
username | URL to scrape followers from |
Subscriptions
| Parameters | Description |
key | Your API key |
action | add |
service | Service ID |
username | Username |
min | Quantity min |
max | Quantity max |
posts (optional) | Limit of new posts. Unlimited if omitted. |
old_posts (optional) | Existing posts to parse |
delay | Delay in minutes: 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 |
Comment Likes
| Parameters | Description |
key | Your API key |
action | add |
service | Service ID |
link | Link to page |
quantity | Needed quantity |
username | Username of the comment owner |
Example response
{ "order": 23501 }
Order status
| Parameters | Description |
key | Your API key |
action | status |
order | Order ID |
{
"charge": "0.27819",
"start_count": "3572",
"status": "Partial",
"remains": "157",
"currency": "USD"
}
Multiple orders status
| Parameters | Description |
key | Your API key |
action | status |
orders | Order IDs (separated by a comma, up to 100 IDs) |
Create refill
| Parameters | Description |
key | Your API key |
action | refill |
order | Order ID |
{ "refill": "1" }
Create multiple refill
| Parameters | Description |
key | Your API key |
action | refill |
orders | Order IDs (separated by a comma, up to 100 IDs) |
Get refill status
| Parameters | Description |
key | Your API key |
action | refill_status |
refill | Refill ID |
{ "status": "Completed" }
Get multiple refill status
| Parameters | Description |
key | Your API key |
action | refill_status |
refills | Refill IDs (separated by a comma, up to 100 IDs) |
Create cancel
| Parameters | Description |
key | Your API key |
action | cancel |
orders | Order IDs (separated by a comma, up to 100 IDs) |
User balance
| Parameters | Description |
key | Your API key |
action | balance |
{ "balance": "100.84292", "currency": "USD" }