Developer tools
API documentation
Connect your application to indianFollow using the JSON API.
Overview
| HTTP method | POST |
|---|---|
| API URL | https://smmindianpanel.com/api/v2 |
| Return format | JSON |
Service list
| Parameter | Explanation |
|---|---|
key | Your API key |
action | services |
Sample response
[{
"service": 1,
"name": "Followers",
"type": "Default",
"category": "First Category",
"rate": "0.90",
"min": "50",
"max": "10000"
}]New order
| Parameter | Explanation |
|---|---|
key | Your API key |
action | add |
service | Service ID |
link | Target link |
quantity | Quantity |
runs | Runs to deliver (optional) |
interval | Interval in minutes (optional) |
Sample response
{ "order": 23501 }Order status
| Parameter | Explanation |
|---|---|
key | Your API key |
action | status |
order | Order ID |
Sample response
{
"charge": "0.27819",
"start_count": "3572",
"status": "Partial",
"remains": "157",
"currency": "USD"
}User balance
| Parameter | Explanation |
|---|---|
key | Your API key |
action | balance |
Sample response
{ "balance": "100.84292", "currency": "USD" }Download sample PHP file