SMM Panel API v2.0

Giao diện lập trình ứng dụng mạnh mẽ để tích hợp dịch vụ SMM vào hệ thống của bạn

Thông tin API
API URL https://vnbuff.com/api/v2
API Key
Bạn cần đăng nhập để xem API Key. Đăng nhập hoặc Đăng ký
HTTP Method POST
Content-Type application/x-www-form-urlencoded
Response JSON
Services
Parameters
Parameter Description
key Your API key
action "services"
Example Response
[
  {
    "service": 1,
    "name": "Facebook cảm xúc Like 👍 Việt 🇻🇳 | 🕓 lập tức | ⚡ 2K / giờ | ⏏️ 10K | 🛡️",
    "desc": "Like chất lượng cao: người việt, người thật - click bằng tay, tốc độ trung bình, tỉ lệ tụt thấp.",
    "type": "Default",
    "category": "⭐ FB Like + cảm xúc Việt 🇻🇳 | ổn định | S1",
    "platform": "Dịch vụ Facebook",
    "rate": "15000",
    "min": "200",
    "max": "10000",
    "refill": true,
    "cancel": false,
    "dripfeed": false
  },
  {
    "service": 2,
    "name": "Facebook Tăng Bình Luận Việt 🇻🇳 + Tây hỗn hợp | 🕓 lập tức | ⚡ 2K / giờ | ⏏️ 100K | 🛡️",
    "desc": "",
    "type": "Custom Comments",
    "category": "FB Bình luận",
    "platform": "Dịch vụ Facebook",
    "rate": "57500",
    "min": "10",
    "max": "1500",
    "refill": false,
    "cancel": true,
    "dripfeed": true
  }
]

Type: Default, Package, Custom Comments, Custom Comments Package, Mentions Hashtag, Subscriptions, SEO

Rate: Giá của số lượng 1.000 (Dịch vụ Default, Custom Comments, Mentions Hashtag, SEO)

Rate: Giá của số lượng 1 (Dịch vụ Package, Subscriptions, Custom Comments Package)

Add Order
Parameters
Parameter Description
key Your API key
action "add"
service Service ID (ID từ website của bạn)
link Link to page (URL đầy đủ)
quantity Số lượng cần giao (Bắt buộc cho hầu hết dịch vụ, trừ Package, Custom Comments Package, Subscriptions)
comments Nội dung bình luận (Bắt buộc cho Custom Comments, Custom Comments Package, Comment Replies)
keywords Từ khóa SEO (Chỉ cho dịch vụ SEO)
hashtag Hashtag (Chỉ cho Mentions Hashtag)
usernames Danh sách username, phân cách bằng dấu phẩy (Chỉ cho Mentions with Hashtags, Mentions Custom List)
hashtags Danh sách hashtags, phân cách bằng dấu phẩy (Chỉ cho Mentions with Hashtags)
username Username (Chỉ cho Mentions User Followers, Comment Likes, Comment Replies, Subscriptions)
media Link media (Chỉ cho Mentions Media Likers)
comment_likes_username Username cho Comment Likes
answer_number Số câu trả lời (Chỉ cho Poll)
comment_replies_username Username cho Comment Replies
comment_replies_comments Nội dung bình luận cho Comment Replies
groups Danh sách groups, phân cách bằng dấu phẩy (Chỉ cho Invites from Groups)
subscription_username Username để subscribe (Chỉ cho Subscriptions)
min_posts Số bài viết tối thiểu (Chỉ cho Subscriptions, mặc định: 100)
max_posts Số bài viết tối đa (Chỉ cho Subscriptions, mặc định: 110)
posts Số bài viết (Chỉ cho Subscriptions, tùy chọn)
old_posts Số bài viết cũ (Chỉ cho Subscriptions, tùy chọn)
delay Độ trễ (Chỉ cho Subscriptions, mặc định: 30)
expiry Ngày hết hạn (Chỉ cho Subscriptions, tùy chọn)
country Mã quốc gia (Chỉ cho Web Traffic, mặc định: US)
device Thiết bị (Chỉ cho Web Traffic, mặc định: 1)
type_of_traffic Loại traffic (Chỉ cho Web Traffic, 1=Google Keyword, 2=Referring URL, mặc định: 1)
google_keyword Từ khóa Google (Chỉ cho Web Traffic khi type_of_traffic=1)
referring_url URL giới thiệu (Chỉ cho Web Traffic khi type_of_traffic=2)
Example Response
{
  "order": 23501
}
Lưu ý: Service ID là ID từ website của bạn (không phải ID từ provider API). Bạn có thể lấy Service ID từ API action=services. Order ID trả về cũng là ID từ website của bạn.
Order Status
Parameters
Parameter Description
key Your API key
action "status"
order Order ID
Example Response
{
  "charge": "0.27819",
  "start_count": "3572",
  "status": "Completed",
  "remains": "157"
}
Status: Pending, Processing, In progress, Completed, Partial, Canceled
Multiple Orders Status
Parameters
Parameter Description
key Your API key
action "status"
orders Order IDs separated by comma
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"
  }
}
Create Cancel
Parameters
Parameter Description
key Your API key
action "cancel"
orders Order IDs (separated by a comma, up to 100 IDs)
Example Response
[
  {
    "order": 9,
    "cancel": {
      "error": "Incorrect order ID"
    }
  },
  {
    "order": 2,
    "cancel": 1
  }
]
Balance
Parameters
Parameter Description
key Your API key
action "balance"
Example Response
{
  "balance": "100.84292",
  "currency": "USD"
}
Create Refill
Parameters
Parameter Description
key Your API key
action "refill"
order Order ID
Example Response
{
  "refill": "1"
}
Create Multiple Refill
Parameters
Parameter Description
key Your API key
action "refill"
orders Order IDs separated by comma
Example Response
[
  {
    "order": 1,
    "refill": 1
  },
  {
    "order": 2,
    "refill": 2
  },
  {
    "order": 3,
    "refill": {
      "error": "Incorrect order ID"
    }
  }
]
Refill Status
Parameters
Parameter Description
key Your API key
action "refill_status"
refill Refill ID
Example Response
{
  "status": "Completed"
}
Multiple Refill Status
Parameters
Parameter Description
key Your API key
action "refill_status"
refills Refill IDs (separated by a comma, up to 100 IDs)
Example Response
[
  {
    "refill": 1,
    "status": "Completed"
  },
  {
    "refill": 2,
    "status": "Rejected"
  },
  {
    "refill": 3,
    "status": {
      "error": "Refill not found"
    }
  }
]
Hướng dẫn Add Order theo loại dịch vụ
Default

Tham số bắt buộc:

  • service - Service ID (ID từ website của bạn)
  • link - Link đến trang cần tăng
  • quantity - Số lượng cần giao

Ví dụ:

{
  "key": "your_api_key",
  "action": "add",
  "service": 1,
  "link": "https://example.com/post/123",
  "quantity": 1000
}
Package

Tham số bắt buộc:

  • service - Service ID
  • link - Link đến trang cần tăng

Lưu ý: Package không cần quantity

Ví dụ:

{
  "key": "your_api_key",
  "action": "add",
  "service": 2,
  "link": "https://example.com/post/123"
}
Custom Comments

Tham số bắt buộc:

  • service - Service ID
  • link - Link đến trang cần bình luận
  • quantity - Số lượng bình luận
  • comments - Nội dung bình luận (bắt buộc)

Ví dụ:

{
  "key": "your_api_key",
  "action": "add",
  "service": 3,
  "link": "https://example.com/post/123",
  "quantity": 50,
  "comments": "Tuyệt vời! 👍"
}
Custom Comments Package

Tham số bắt buộc:

  • service - Service ID
  • link - Link đến trang cần bình luận
  • comments - Nội dung bình luận (bắt buộc)

Lưu ý: Package không cần quantity

Ví dụ:

{
  "key": "your_api_key",
  "action": "add",
  "service": 4,
  "link": "https://example.com/post/123",
  "comments": "Tuyệt vời! 👍"
}
SEO

Tham số bắt buộc:

  • service - Service ID
  • link - Link đến trang cần SEO
  • quantity - Số lượng
  • keywords - Từ khóa SEO

Ví dụ:

{
  "key": "your_api_key",
  "action": "add",
  "service": 5,
  "link": "https://example.com",
  "quantity": 1000,
  "keywords": "seo, marketing, digital"
}
Mentions Hashtag

Tham số bắt buộc:

  • service - Service ID
  • link - Link đến trang
  • quantity - Số lượng
  • hashtag - Hashtag cần mention

Ví dụ:

{
  "key": "your_api_key",
  "action": "add",
  "service": 6,
  "link": "https://example.com/post/123",
  "quantity": 100,
  "hashtag": "viral"
}
Mentions with Hashtags

Tham số bắt buộc:

  • service - Service ID
  • link - Link đến trang
  • quantity - Số lượng
  • usernames - Danh sách username, phân cách bằng dấu phẩy
  • hashtags - Danh sách hashtags, phân cách bằng dấu phẩy

Ví dụ:

{
  "key": "your_api_key",
  "action": "add",
  "service": 7,
  "link": "https://example.com/post/123",
  "quantity": 100,
  "usernames": "user1,user2,user3",
  "hashtags": "viral,trending,hot"
}
Mentions Custom List

Tham số bắt buộc:

  • service - Service ID
  • link - Link đến trang
  • quantity - Số lượng
  • usernames - Danh sách username, phân cách bằng dấu phẩy

Ví dụ:

{
  "key": "your_api_key",
  "action": "add",
  "service": 8,
  "link": "https://example.com/post/123",
  "quantity": 100,
  "usernames": "user1,user2,user3"
}
Mentions User Followers

Tham số bắt buộc:

  • service - Service ID
  • link - Link đến trang
  • quantity - Số lượng
  • username - Username để lấy followers

Ví dụ:

{
  "key": "your_api_key",
  "action": "add",
  "service": 9,
  "link": "https://example.com/post/123",
  "quantity": 100,
  "username": "target_user"
}
Mentions Media Likers

Tham số bắt buộc:

  • service - Service ID
  • link - Link đến trang
  • quantity - Số lượng
  • media - Link đến media

Ví dụ:

{
  "key": "your_api_key",
  "action": "add",
  "service": 10,
  "link": "https://example.com/post/123",
  "quantity": 100,
  "media": "https://example.com/media/456"
}
Comment Likes

Tham số bắt buộc:

  • service - Service ID
  • link - Link đến trang
  • quantity - Số lượng
  • comment_likes_username - Username của comment cần like

Ví dụ:

{
  "key": "your_api_key",
  "action": "add",
  "service": 11,
  "link": "https://example.com/post/123",
  "quantity": 100,
  "comment_likes_username": "comment_author"
}
Poll

Tham số bắt buộc:

  • service - Service ID
  • link - Link đến poll
  • quantity - Số lượng
  • answer_number - Số câu trả lời (1, 2, 3, ...)

Ví dụ:

{
  "key": "your_api_key",
  "action": "add",
  "service": 12,
  "link": "https://example.com/poll/123",
  "quantity": 100,
  "answer_number": 1
}
Comment Replies

Tham số bắt buộc:

  • service - Service ID
  • link - Link đến trang
  • comment_replies_username - Username của comment cần reply
  • comment_replies_comments - Nội dung reply

Lưu ý: Không cần quantity

Ví dụ:

{
  "key": "your_api_key",
  "action": "add",
  "service": 13,
  "link": "https://example.com/post/123",
  "comment_replies_username": "comment_author",
  "comment_replies_comments": "Đồng ý với bạn!"
}
Invites from Groups

Tham số bắt buộc:

  • service - Service ID
  • link - Link đến trang
  • quantity - Số lượng
  • groups - Danh sách groups, phân cách bằng dấu phẩy

Ví dụ:

{
  "key": "your_api_key",
  "action": "add",
  "service": 14,
  "link": "https://example.com/post/123",
  "quantity": 100,
  "groups": "group1,group2,group3"
}
Subscriptions

Tham số bắt buộc:

  • service - Service ID
  • link - Link đến trang
  • subscription_username - Username để subscribe

Tham số tùy chọn:

  • min_posts - Số bài viết tối thiểu (mặc định: 100)
  • max_posts - Số bài viết tối đa (mặc định: 110)
  • posts - Số bài viết
  • old_posts - Số bài viết cũ
  • delay - Độ trễ (mặc định: 30)
  • expiry - Ngày hết hạn

Lưu ý: Không cần quantity

Ví dụ:

{
  "key": "your_api_key",
  "action": "add",
  "service": 15,
  "link": "https://example.com/user/123",
  "subscription_username": "target_user",
  "min_posts": 100,
  "max_posts": 110,
  "delay": 30
}
Web Traffic

Tham số bắt buộc:

  • service - Service ID
  • link - Link đến trang web
  • quantity - Số lượng traffic

Tham số tùy chọn:

  • country - Mã quốc gia (mặc định: US)
  • device - Thiết bị (mặc định: 1)
  • type_of_traffic - Loại traffic (1=Google Keyword, 2=Referring URL, mặc định: 1)
  • google_keyword - Từ khóa Google (khi type_of_traffic=1)
  • referring_url - URL giới thiệu (khi type_of_traffic=2)

Ví dụ với Google Keyword:

{
  "key": "your_api_key",
  "action": "add",
  "service": 16,
  "link": "https://example.com",
  "quantity": 1000,
  "country": "US",
  "device": "1",
  "type_of_traffic": "1",
  "google_keyword": "seo marketing"
}

Ví dụ với Referring URL:

{
  "key": "your_api_key",
  "action": "add",
  "service": 16,
  "link": "https://example.com",
  "quantity": 1000,
  "country": "US",
  "device": "1",
  "type_of_traffic": "2",
  "referring_url": "https://google.com"
}