API
| HTTP Method | POST |
| API URL | https://smmkami.id/api/social_media |
| Response format | JSON |
Service list
| Parameters | Description |
|---|---|
| api_key | Your API key |
| action | layanan |
Example response
[
{
"id": "1"
"category": " Instagram Followers Indonesia"
"service": "Instagram Followers Indonesia Server 17 max 5KтЪбя╕П Real ЁЯТп"
"min": "10"
"max": "5.000"
"price": "10.200"
"note": "Proses fast Real indo per akun max 5k followers"
},
{
"id": "2"
"category": " Instagram Followers Indonesia"
"service": "Instagram Followers Indonesia Server 17 max 5KтЪбя╕П Real ЁЯТп"
"min": "10"
"max": "5.000"
"price": "10.200"
"note": "Proses fast Real indo per akun max 5k followers"
}
]
Add order
| Parameters | Description |
|---|---|
| api_key | Your API key |
| action | pemesanan |
| layanan | Service ID |
| target | Link to page |
| jumlah | Needed quantity |
Example response
{
"data": {
"id": "1119",
"start_count": "200"
}
}
Order status
| Parameters | Description |
|---|---|
| api_key | Your API key |
| action | status |
| id | Order ID |
Example response
{
"data": {
"id":"23",
"start_count":"123",
"status":"Success",
"remains":"0"
}
}
User balance
| HTTP Method | POST |
| API URL | https://smmkami.id/api/profile |
| Response format | JSON |
| Parameters | Description |
|---|---|
| api_key | Your API key |
| action | profile |
Example response
{
"data": {
"username": "admin",
"balance": "0",
"point": "0",
"spent": "0"
}
}