Dokumentasi API
HTTP Method POST
Format Respon JSON
Curl Example
API Url
Bodys Description
api_key Your Api Key
action profile

Response

Success Response Failed Response
{
"status": true,
"data": {
        "full_name": "Profile Name"
        "username": "username"
        "saldo": "123456"
        }
}
									
{
"status": false,
"message": "Profile Not Found"

}
									
Example Response:
  • Wrong API Key
  • Profile Not Found
API Url
Body Description
api_key Your Api Key
action services
Success Response Fail Response
											
{
"status": true,
"data": [
    {
        "id": 1,
        "name": "Instagram Followers",
        "status": 1 // Active Service, 0 = Not Active
        "type" : "Default" // Custom Comments
        "refill" : 1 // can refill, 0 = cant refill 
        "price": 10000,
        "min": 100,
        "max": 10000,
        "note": "Super Fast",
        "category": "Instagram Followers"
    },
    ]
}
											
										
{
"status": false,
"message": "Wrong API Key"

}
										
Possible Response:
  • Wrong API Key
API Url
Body Description
api_key Your Api Key
action order
service Service ID Find Here.
data Link / Username
quantity Quantity (Not required if order custom comment service)
comments List of comments, separated by enter or \r\n or \n. (Only required if order a custom comment service)
Success Response Fail Response
{
"status": true,
    "data": {
        "id": "123"
    }
}
									
{
"status": false,
"message": "Not Enough Balance"

}
									
Possible Response:
  • Wrong Apikey
  • Service Not Found
API Url
Body Description
api_key Your Apikey
action status
id Order ID
Success Response Failed Response
{
"status": true,
    "data": {
        "status": "Processing",
        "start_count": 199,
        "remains": 0
    }
}
                                            
Possible Response:
  • Pending
  • In progress
  • Processing
  • Partial
  • Error
  • Success
{
"status": false,
"message": "ID Not Found"

}
                                            
Possible Response:
  • Wrong ApiKey
API Url
Body Description
api_key Your Apikey
action refill
id Order ID
Success Response Failed Response
{
    "status": true,
    "id": 123456
}
                                            
Possible Response:
{
"status": false,
"message": "Order ID Not Found"

}
                                            
Possible Response:
  • This Order Cant Refill
API Url
Body Description
api_key Your Apikey
action status-refill
id Refill ID
Success Response Failed Response
{
    "status": true,
    "data": {
        "status" : "Success"
    }
}
                                            
Possible Response:
  • Pending
  • Rejected
  • In Progress
  • Error
{
"status": false,
"message": "Order ID Not Found"

}
                                            
Possible Response:
  • Wrong API Key