API Documentation

Note: Please read the API intructions carefully. Its your solo responsability what you add by our API.

HTTP Method POST
Response format Json
API URL https://smmjunction.com/api/v2
API Key Your API Key

Place new Order

Parameter Description
key Your API Key
action add
service ID of service
link Link to page
quantity Needed quantity
Parameter Description
key Your API Key
action add
service ID of service
link Link to page
comments Comments list separated by \r\n or \n
Parameter Description
key Your API Key
action add
service ID of service
link Link to page
quantity Needed quantity
username URL to scrape followers from
Parameter Description
key Your API Key
action add
service ID of service
link Link to page
usernames Usernames list separated by \r\n or \n
Parameter Description
key Your API Key
action add
service ID of service
link Link to page
quantity Needed quantity
usernames Usernames list separated by \r\n or \n
hashtags Hashtags list separated by \r\n or \n
Parameter Description
key Your API Key
action add
service ID of service
link Link to page
quantity Needed quantity
answer_number Answer Number of the poll

Example response:

{
  "order":"23501"
}

Status Order

Parameter Description
key Your API Key
action status
order Order ID

Example response:

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

Services Lists

Parameter Description
key Your API Key
action services

Example response:

[
    {
        "service": 1,
        "name": "Followers",
        "type": "Default",
        "category": "First Category",
        "rate": "0.90",
        "min": "50",
        "max": "10000",
        "refill": true,
        "cancel": true
    },
    {
        "service": 2,
        "name": "Comments",
        "type": "Custom Comments",
        "category": "Second Category",
        "rate": "8",
        "min": "10",
        "max": "1500",
        "refill": false,
        "cancel": true
    }
]

Balance

Parameter Description
key Your API Key
action balance

Example response:

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