API Docs

  • HTTP MethodPOST
  • API URLhttps://apkservices.com/api/v2
  • Response formatJSON
  • Example Code Example of PHP code

Add order

Parameters Description
api_token Your API key
action add
package Package ID
link Link to page
quantity Needed quantity

Example response

{
    "order":"23501"
}
                                

Order status

Parameters Description
api_token Your API Token
action status
order Order ID

Example response

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

Service list

Parameters Description
api_token Your API Token
action packages

Example response

[
  {
      "id": 101,
      "service_id": 1,
      "name": "Real & Active Followers - Best Server",
      "rate": "250.00",
      "min": "100",
      "max": "100000",
      "service": "Instagram Followers",
      "type": "default",
      "desc": "0-3 Hours Start | Full Link | 20 Days Refill\r\nLink Format:\r\nhttps://www.instagram.com/official_social_sale/"
  },
  {
      "id": 107,
      "service_id": 1,
      "name": "Indian Mixed Followers",
      "rate": "150.00",
      "min": "200",
      "max": "10000",
      "service": "Instagram Followers",
      "type": "default",
      "desc": "0-12 Hours Start | Full Link |\r\nLink Format:\r\nhttps://www.instagram.com/official_social_sale/"
  },
  {
      "id": 30067,
      "service_id": 1,
      "name": "Instagram Followers - Worldwide",
      "rate": "103.00",
      "min": "100",
      "max": "10000",
      "service": "Instagram Followers",
      "type": "default",
      "desc": "10k/day\r\nMax - 55k\r\n8 Hours Start"
  }
]

User balance

Parameters Description
api_token Your API Token
action balance

Example response

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