Api Tích Hợp Tăng Like Z | Tanglikez.com

Lưu ý: Vui lòng đọc kỹ hướng dẫn API. Bạn hoàn toàn chịu trách nhiệm về những gì bạn thêm vào API của chúng tôi.

API URLhttps://tanglikez.com/api/v1
API KeyVui lòng đăng nhập
HTTP MethodPOST
Content-Typeapplication/x-www-form-urlencoded
ResponseJSON
ParametersDescription
keyAPI Key
action"services"
Example response
[
  {
    "service": 1,
    "name": "Youtube views",
    "type": "Default"
  }
]
ParametersDescription
keyAPI Key
action"add"
serviceService ID
linkLink
quantityNeeded quantity
Example response
                                            {
                                             "order": 99999
                                            }
                                        
ParametersDescription
keyAPI Key
action"status"
orderOrder ID
Example response
                                        {
                                                "charge": "2.5",
                                                "start_count": "168",
                                                "status": "Completed",
                                                "remains": "-2"
                                        }
                                    

Status: Pending, Processing, In progress, Completed, Partial, Canceled

ParametersDescription
keyAPI Key
action"status"
ordersOrder IDs separated by comma (E.g: 123,456,789) (Limit 100)
Example response
                                            {
                                                "123": {
                                                    "charge": "0.27819",
                                                    "start_count": "3572",
                                                    "status": "Partial",
                                                    "remains": "157"
                                                },
                                                "456": {
                                                    "error": "Incorrect order ID"
                                                },
                                                "789": {
                                                    "charge": "1.44219",
                                                    "start_count": "234",
                                                    "status": "In progress",
                                                    "remains": "10"
                                                }}
                                        
ParametersDescription
keyAPI Key
action"balance"
Example response
{
                        "balance": "68.6868",
                        "currency": "USD"
                            }                       
ParametersDescription
keyAPI Key
action"refill"
orderOrder ID
Example response
{
    "refill": "1"
}
ParametersDescription
keyAPI Key
action"refill"
ordersOrder IDs separated by comma (E.g: 123,456,789) (Limit 100)
Example response
{
    "refill": "1"
}
ParametersDescription
keyAPI Key
action"refill_status"
refillRefill ID
Example response
{
    "status": "Completed"
}
ParametersDescription
keyAPI Key
action"refill_status"
refillsRefill IDs separated by comma (E.g: 123,456,789) (Limit 100)
Example response
[
                                                {
                                                    "refill": 1,
                                                    "status": "Completed"
                                                },
                                                {
                                                    "refill": 2,
                                                    "status": "Rejected"
                                                },
                                                {
                                                    "refill": 3,
                                                    "status": {
                                                        "error": "Incorrect refill ID"
                                                    }
                                                }]