Home Services FAQ API Terms of service
Telegram Sign up Sign In
Developer

API Documentation

Integrate LOLASMM services into your application

POST Connection Details

HTTP MethodPOST
API URLhttps://lolasmm.com/api/v2
API Key Create free account to get your API key
Response FormatJSON

POST Service List

ParameterDescription
keyYour API key
actionservices

Example response

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

POST Add Order

ParameterDescription
keyYour API key
actionadd
serviceService ID
linkLink to page or profile
quantityNeeded quantity
runs (optional)Runs to deliver (Drip-feed)
interval (optional)Interval in minutes (Drip-feed)
{"order": 23501}

POST Order Status

ParameterDescription
keyYour API key
actionstatus
orderOrder ID
{
  "charge": "0.27819",
  "start_count": "3572",
  "status": "Partial",
  "remains": "157",
  "currency": "USD"
}

POST Multiple Orders Status

ParameterDescription
keyYour API key
actionstatus
ordersOrder IDs separated by comma
{
  "1": { "charge": "0.27819", "status": "Partial", "remains": "157", "currency": "USD" },
  "10": { "error": "Incorrect order ID" }
}

POST User Balance

ParameterDescription
keyYour API key
actionbalance
{"balance": "100.84292", "currency": "USD"}

Sign up free and get your API key instantly. No credit card required.