Developer tools

API documentation

Connect your application to indianFollow using the JSON API.


Overview

HTTP methodPOST
API URLhttps://smmindianpanel.com/api/v2
Return formatJSON

Service list

ParameterExplanation
keyYour API key
actionservices

Sample response

[{
  "service": 1,
  "name": "Followers",
  "type": "Default",
  "category": "First Category",
  "rate": "0.90",
  "min": "50",
  "max": "10000"
}]

New order

ParameterExplanation
keyYour API key
actionadd
serviceService ID
linkTarget link
quantityQuantity
runsRuns to deliver (optional)
intervalInterval in minutes (optional)

Sample response

{ "order": 23501 }

Order status

ParameterExplanation
keyYour API key
actionstatus
orderOrder ID

Sample response

{
  "charge": "0.27819",
  "start_count": "3572",
  "status": "Partial",
  "remains": "157",
  "currency": "USD"
}

User balance

ParameterExplanation
keyYour API key
actionbalance

Sample response

{ "balance": "100.84292", "currency": "USD" }
Download sample PHP file
WhatsApp