Lưu ý quan trọng: Dịch vụ việt nam 🇻🇳 bên mình chỉ cung cấp các dịch vụ bằng nguồn tài khoản việt nam bao gồm cả người dùng thật không có tài khoản global
mọi thắc mắc vui lòng liên hệ qua :
hotline , zalo : 0942909599
facebook : https://www.facebook.com/tra.sua.581730?locale=vi_VN
địa chỉ : ngã tư sòng ,quốc lộ 1A ,Quảng Trị
API URL | https://tanglike74.com/api/v2 |
API Key | Vui lòng đăng nhập để lấy API Token! |
HTTP Method | POST |
Content-Type | application/x-www-form-urlencoded |
Response | JSON |
Parameters | Description |
key | API Key |
action | "services" |
[ { "service": 1, "name": "Facebook Live Stream Views - Max 10K - [ 180 minutes ]", "type": "Default", "platform": "Facebook", "category": "Facebook Live Stream Views", "details": "Nhập ID", "rate": "2.5", "min": "200", "max": "10000", "refill": true }, { "service": 2, "name": "Tiktok Comments Viet Nam - Instant - 𝗥𝗘𝗙𝗜𝗟𝗟15Day - Max 50K", "type": "Custom Comments", "platform": "Tiktok", "category": "Tiktok Comments", "details": "Nhập link video", "rate": "4", "min": "10", "max": "1500", "refill": false } ]
Parameters | Description |
key | API Key |
action | "add" |
service | Service ID |
link | Link |
quantity | Needed quantity |
list | Suggest video list or Keyword search list |
suggest | Suggest video list |
search | Keyword search list |
comments | Comment list separated by \n |
{ "order": 99999 }
Parameters | Description |
key | API Key |
action | "status" |
order | Order ID |
{ "charge": "2.5", "start_count": "168", "status": "Completed", "remains": "-2" }
Status: Pending, Processing, In progress, Completed, Partial, Canceled
Parameters | Description |
key | API Key |
action | "status" |
orders | Order IDs separated by comma (E.g: 123,456,789) (Limit 100) |
{ "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" } }
Parameters | Description |
key | API Key |
action | "balance" |
{ "balance": "343423", "currency": "VND" }
Parameters | Description |
key | API Key |
action | "refill" |
order | Order ID |
{ "refill": "1" }
Parameters | Description |
key | API Key |
action | "refill" |
orders | Order IDs separated by comma (E.g: 123,456,789) (Limit 100) |
{ "refill": "1" }
Parameters | Description |
key | API Key |
action | "refill_status" |
refill | Refill ID |
{ "status": "Completed" }
Parameters | Description |
key | API Key |
action | "refill_status" |
refills | Refill IDs separated by comma (E.g: 123,456,789) (Limit 100) |
[ { "refill": 1, "status": "Completed" }, { "refill": 2, "status": "Rejected" }, { "refill": 3, "status": { "error": "Incorrect refill ID" } } ]
API URL | https://tanglike74.com/api/product |
API Key | Vui lòng đăng nhập để lấy API Token! |
HTTP Method | GET/ POST |
Response | JSON |
Parameters | Description |
key | API Key |
action | "category" |
{ "data": [ { "id": 6, "name": "Youtube Premium", "slug": "youtube-premium", "price": "25000", "image": "https://cdn-icons-png.flaticon.com/512/254/254412.png", "thumbnail": "https://img.upanh.tv/2025/02/18/0f8b092e-c086-40a5-b387-8593249c9e71-1.webp", "desc": "Mô tả sản phẩm", "status": "selling", "time_data": [ { "cycle": 1, "price": 25000, "status": "SELLING", "note": null }, { "cycle": 3, "price": 23500, "status": "SELLING", "note": null } ] } ] }
Parameters | Description |
key | API Key |
action | "buy" |
product | ID sản phẩm (integer) |
cycle | Chu kỳ mua hàng (integer) |
note | Ghi chú |
{ "status": "success", "message": "Đã đặt hàng thành công, cảm ơn quý khách đã sử dụng dịch vụ!", "data": { "order_id": 65, "order_code": "_8488103", "total": 25000 }, "responseTime": 892 }
Parameters | Description |
key | API Key |
action | "history" |
ids (Nếu có) | (Optional) Chuỗi các order_code phân tách bằng dấu phẩy. Ví dụ: _9756016,_4751933. Nếu null sẽ trả về toàn bộ đơn hàng |
{ "status": "success", "message": "Lấy lịch sử đơn hàng thành công", "responseTime": 1747395629895, "data": [ { "product_id": 6, "product_name": "Youtube Premium", "order_code": "_8488103", "price": "25000.00", "time_pay": "1", "status": "pending", "note": "[email protected]", "data": null, "created_at": "2025-05-16T11:39:37.000000Z" }, { "product_id": 6, "product_name": "Youtube Premium", "order_code": "_2887142", "price": "25000.00", "time_pay": "1", "status": "pending", "note": "[email protected]", "data": null, "created_at": "2025-05-16T11:37:07.000000Z" } ] }