Developer Tools
API Documentation
เชื่อมต่อระบบของคุณเข้ากับบริการของเราโดยตรง
ข้อมูลทั่วไป
https://new-like.com/api/v2
ซ่อนเพื่อความปลอดภัย
รับ Key
| Key | Value | Description |
|---|---|---|
HTTP Method |
POST | คำขอทั้งหมดต้องเป็น POST |
Response |
JSON | รูปแบบ JSON มาตรฐาน |
รายการบริการ
Action: servicesพารามิเตอร์
key | Your API Key |
action | services |
ตัวอย่าง Response
[
{
"service": 1,
"name": "Followers",
"type": "Default",
"category": "Instagram",
"rate": "0.90",
"min": "50",
"max": "10000",
"refill": true
}
]
เพิ่มออเดอร์
การสร้างออเดอร์มาตรฐานสำหรับบริการส่วนใหญ่
| Parameter | Description |
|---|---|
key | Your API Key |
action | add |
service | Service ID |
link | Link to page/post |
quantity | Needed quantity |
runs (optional) | Runs to deliver |
interval (optional) | Interval in minutes |
Success Response
{
"order": 23501
}
สถานะออเดอร์
Action: status| Parameter | Description |
|---|---|
key | Your API Key |
action | status |
order | Order ID |
{
"charge": "0.27819",
"start_count": "3572",
"status": "Partial",
"remains": "157",
"currency": "USD"
}
ยอดเงินผู้ใช้
Action: balance| Parameter | Description |
|---|---|
key | Your API Key |
action | balance |
{
"balance": "100.23",
"currency": "USD"
}