New-Like
Developer Tools

API Documentation

เชื่อมต่อระบบของคุณเข้ากับบริการของเราโดยตรง

ข้อมูลทั่วไป

https://new-like.com/api/v2
ซ่อนเพื่อความปลอดภัย
รับ Key
Key Value Description
HTTP Method POST คำขอทั้งหมดต้องเป็น POST
Response JSON รูปแบบ JSON มาตรฐาน

รายการบริการ

Action: services
พารามิเตอร์
keyYour API Key
actionservices
ตัวอย่าง Response
[
  {
    "service": 1,
    "name": "Followers",
    "type": "Default",
    "category": "Instagram",
    "rate": "0.90",
    "min": "50",
    "max": "10000",
    "refill": true
  }
]

เพิ่มออเดอร์

การสร้างออเดอร์มาตรฐานสำหรับบริการส่วนใหญ่
ParameterDescription
keyYour API Key
actionadd
serviceService ID
linkLink to page/post
quantityNeeded quantity
runs (optional)Runs to deliver
interval (optional)Interval in minutes
Success Response
{
    "order": 23501
}

สถานะออเดอร์

Action: status
ParameterDescription
keyYour API Key
actionstatus
orderOrder ID
{
    "charge": "0.27819",
    "start_count": "3572",
    "status": "Partial",
    "remains": "157",
    "currency": "USD"
}

ยอดเงินผู้ใช้

Action: balance
ParameterDescription
keyYour API Key
actionbalance
{
    "balance": "100.23",
    "currency": "USD"
}