. SMMRIGHT.COM - API Documentation

API 2.0

HTTP Method POST
API URL https://smmright.com/api/v2
Response Format JSON

Method:add

Parameters Descriptions
api_token Your API token
action Method Name
package ID of package
link Link to page
quantity Needed quantity
custom_data optional, needed for custom comments, mentions and other relaed packages only.
each separated by '\n', '\n\r'

Success Response:

{
  "order":"23501"
}

Method:status

Parameters Descriptions
api_token Your API token
action Method Name
order Order ID

Success Response:

{
  "status": "Completed",
  "start_counter": "600",
  "remains": "600"
}

Method:balance

Parameters Descriptions
api_token Your API token
action Method Name

Example Response:

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

Method:packages

Parameters Descriptions
api_token Your API token
action Method Name

Example Response:

[
  {
      "id": 101,
      "name": "Real & Active Followers - Best Server",
      "type": "default",
  },
  {
      "id": 107,
      "name": "Indian Mixed Followers",
      "type": "default",
  },
  {
      "id": 30067,
      "name": "Instagram Followers - Worldwide",
      "type": "default",
  }
]
Example of PHP Code