HTTP Method | POST |
API URL | https://famerabbit.co/api/v2 |
Response format | JSON |
Parameters | Description |
---|---|
api_token | Your API token |
action | packages |
[
{
"id": 101,
"name": "Real & Active Followers - Best Server",
"type": "default",
},
{
"id": 103,
"service": "Instagram Followers",
"type": "default",
}
]
Parameters | Description |
---|---|
api_token | Your API token |
action | add |
package | package ID |
link | Link to page |
quantity | Needed quantity |
custom_data | optional, needed for custom comments, mentions and other relaed packages only. each separated by '\n', '\n\r' |
{
"order": 23501
}
Parameters | Description |
---|---|
api_token | Your API token |
action | status |
order | Order ID |
{
"status": "Partial",
"start_counter": "3572",
"remains": "157"
}
Parameters | Description |
---|---|
api_token | Your API token |
action | balance |
{
"balance": "100.84292",
"currency": "USD"
}