Lưu ý: Vui lòng đọc kỹ hướng dẫn sử dụng API. Đó là khả năng phản hồi một mình của bạn những gì bạn thêm vào bởi API của chúng tôi.
HTTP Method | POST |
Response format | Json |
API URL | http://muaview.vn/api/v1 |
API Key |
Parameter | Mô tả |
---|---|
key | Your API key |
action | add |
service | Service ID |
link | Link to page |
quantity | Needed quantity |
runs (optional) | Runs to deliver |
interval (optional) | Interval in minutes |
Parameter | Mô tả |
---|---|
key | Your API key |
action | add |
service | Service ID |
link | Link to page |
Parameter | Mô tả |
---|---|
key | Your API key |
action | add |
service | Service ID |
link | Link to page |
comments | Comments list separated by \r\n or \n |
Parameter | Mô tả |
---|---|
key | Your API key |
action | add |
service | Service ID |
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 | Mô tả |
---|---|
key | Your API key |
action | add |
service | Service ID |
link | Link to page |
usernames | Usernames list separated by \r\n or \n |
Parameter | Mô tả |
---|---|
key | Your API key |
action | add |
service | Service ID |
link | Link to page |
quantity | Needed quantity |
hashtag | Hashtag to scrape usernames from |
Parameter | Mô tả |
---|---|
key | Your API key |
action | add |
service | Service ID |
link | Link to page |
quantity | Needed quantity |
username | URL to scrape followers from |
Parameter | Mô tả |
---|---|
key | Your API key |
action | add |
service | Service ID |
link | Link to page |
comments | Comments list separated by \r\n or \n |
Parameter | Mô tả |
---|---|
key | Your API key |
action | add |
service | Service ID |
link | Link to page |
Parameter | Mô tả |
---|---|
key | Your API key |
action | add |
service | Service ID |
link | Link to page |
quantity | Needed quantity |
username | Username of the comment owner |
Parameter | Mô tả |
---|---|
key | Your API key |
action | add |
service | Service ID |
username | Username |
min | Quantity min |
max | Quantity max |
delay | Delay in minutes. Possible values: 0, 5, 10, 15, 30, 60, 90 |
expiry (optional) | Expiry date. Format d/m/Y |
{ "status": "success", "order": 32 }
Parameter | Mô tả |
---|---|
key | Your API key |
action | status |
order | Order ID |
{ "order": "32", "status": "pending", "charge": "15000", "start_count": "0", "remains": "0" }
Parameter | Mô tả |
---|---|
key | Your API key |
action | status |
orders | Order IDs separated by comma (array data) |
{ "12": { "order": "12", "status": "processing", "charge": "15000", "start_count": "0", "remains": "0" }, "2": "Incorrect order ID", "13": { "order": "13", "status": "pending", "charge": "9000", "start_count": "0", "remains": "0" } }
Parameter | Mô tả |
---|---|
key | Your API key |
action | services |
[ { "service": "5", "name": "Tăng mắt livestream facebook ", "category": "Tăng mắt livestream 30 phút", "rate": "15000", "min": "500", "max": "10000" "type": default "desc": usernames "dripfeed": 1 }, { "service": "9", "name": "Tăng mắt livestream facebook", "category": "Tăng mắt livestream 60 phút", "rate": "30000", "min": "500", "max": "300000" "type": default "desc": usernames "dripfeed": 1 }, { "service": "10", "name": "Tăng mắt livestream", "category": "Tăng mắt livestream 120 phút", "rate": "60000", "min": "100", "max": "350000" "type": default "desc": usernames "dripfeed": 1 } ]
Parameter | Mô tả |
---|---|
key | Your API key |
action | balance |
{ "status": "success", "balance": "30000", "currency": "USD" }