v2 Standard SMM Panel API

Reseller & Developer API

Connect follower.co.ke to your own panel, app, or workflow. Standard SMM panel API — works with any compatible client.

REST / JSON
Standard SMM API v2
1,700+ services
99.97% uptime

Getting started

  1. Create a free account at follower.co.ke/auth/signup
  2. Go to Account → API to generate your API key
  3. Top up your balance — all API orders are charged from your balance
  4. Use https://follower.co.ke/api/v2 as the base URL

Base URL

https://follower.co.ke/api/v2

Endpoints

GET /api/v2?action=services

List all available services with IDs, pricing, and min/max quantities.

Response

[
  {
    "service": 1,
    "name": "Instagram Followers [Real Looking]",
    "type": "Default",
    "rate": "0.30",
    "min": "100",
    "max": "50000",
    "category": "Instagram"
  },
  ...
]
POST /api/v2?action=add

Place a new order. Returns the order ID.

Request body (form data)

key=YOUR_API_KEY
service=1
link=https://instagram.com/yourhandle
quantity=1000

Response

{ "order": 482719 }
POST /api/v2?action=status

Check status of a single order.

Request body (form data)

key=YOUR_API_KEY
order=482719

Response

{
  "charge": "0.39",
  "start_count": "1200",
  "status": "Completed",
  "remains": "0",
  "currency": "USD"
}
POST /api/v2?action=balance

Retrieve your current account balance.

Request body (form data)

key=YOUR_API_KEY

Response

{ "balance": "47.50", "currency": "USD" }

Order statuses

Pending Queued, not yet started
In progress Delivery underway
Completed Order fully delivered
Partial Partially delivered, refund issued for remainder
Processing Being processed by upstream
Cancelled Cancelled, balance refunded

Ready to integrate? Get your API key from the dashboard.

Create free account →
1