API Docs
HTTP Method |
POST |
API URL |
https://viewsvibe.com/api/v2 |
Response format |
JSON |
Service list
Parameters |
Description |
key |
Your API key |
action |
services |
Example response
[
{
"service": 1539,
"name": "COMBO OFFER",
"rate": "76.50000",
"min": "50",
"max": "500",
"category": "⭕️ COMBO OFFER √√",
"type": "Default",
"desc": "Service Description",
"refill": false,
'dripfeed': true
},
{
"service": 1297,
"name": "♛Fcebook video view 500k ⚡️⚡️",
"rate": "9.18000",
"min": "100",
"max": "500000",
"category": "⭕️ TOP BEST RESELLER",
"type": "Default",
"desc": "Service Description",
"refill": true,
'dripfeed': true
},
{
"service": 1189,
"name": "♛ Instagram Saves (15K) (Fast) 🔥",
"rate": "11.47500",
"min": "200",
"max": "15000",
"category": "⭕️ Cheap Services",
"type": "Default",
"desc": "Service Description",
"refill": true,
'dripfeed': false
}
]
Add order
Parameters |
Description |
key |
Your API key |
action |
add |
service |
Service ID |
link |
Link to page |
quantity |
Needed quantity |
Parameters |
Description |
key |
Your API key |
action |
add |
service |
Service ID |
link |
Link to page |
comments |
Comments list separated by \r\n or \n |
Example response
{
"order": 23501
}
Order status
Parameters |
Description |
key |
Your API key |
action |
status |
order |
Order ID |
Example response
{
"charge": "0.27819",
"start_count": "3572",
"status": "Partial",
"remains": "157",
"currency": "USD"
}
User balance
Parameters |
Description |
key |
Your API key |
action |
balance |
Example response
{
"balance": "100.84292",
"currency": "USD"
}
Example of PHP code