API 문서
참고: API 설명을 주의 깊게 읽어주세요. API를 통해 추가하는 내용은 전적으로 귀하의 책임입니다.
| 매개변수 | 설명 |
|---|---|
| HTTP 메서드 | POST |
| 응답 형식 | Json |
| API URL | https://dy912.com/api/v2 |
| API 키 | fK6aGhCOXIxz0uRi7KbghLxAkP7z3DPJ |
새 주문
| 매개변수 | 설명 |
|---|---|
| key | API 키 |
| action | 추가 |
| service | 서비스 ID |
| 링크 | 페이지 링크 |
| quantity | 필요 수량 |
| runs (optional) | 배달 횟수 |
| interval (optional) | 간격 (분) |
| comments | Comments list separated by \r\n or \n |
| keywords | Keywords list separated by \r\n or \n |
| usernames | Usernames list separated by \r\n or \n |
| Hashtags | Hashtags list separated by \r\n or \n |
| hashtag | Hashtag to scrape usernames from |
| username | URL to scrape followers from |
| username | 댓글 작성자의 사용자명 |
| username | username |
| media | Media URL to scrape likers from |
| answer_number | Answer number of the poll |
| groups | Groups list separated by \r\n or \n |
| min | Quantity min. |
| max | Quantity max. |
| posts (optional) | Use this parameter if you want to limit the number of new (future) posts that will be parsed and for which orders will be created. If posts parameter is not set, the subscription will be created for an unlimited number of posts. |
| old_posts (optional) | Number of existing posts that will be parsed and for which orders will be created, can be used if this option is available for the service. |
| delay | Delay in minutes. Possible values: 0, 5, 10, 15, 20, 30, 40, 50, 60, 90, 120, 150, 180, 210, 240, 270, 300, 360, 420, 480, 540, 600. |
| expiry (optional) | Expiry date. Format d/m/Y. |
| 국가 | Country code or full country name. Format: "US" or "United States". |
| device | Device name. 1 - Desktop, 2 - Mobile (Android), 3 - Mobile (IOS), 4 - Mixed (Mobile), 5 - Mixed (Mobile & Desktop). |
| type_of_traffic | 1 - Google Keyword, 2 - Custom Referrer, 3 - Blank Referrer |
| google_keyword | required if type_of_traffic = 1 |
| referring_url | required if type_of_traffic = 2 |
Example response:
{
"status": "success",
"order": 116
}
주문 상태
| 매개변수 | 설명 |
|---|---|
| key | API 키 |
| action | 상태 |
| 주문 | 주문 ID |
Example response:
{
"status": "Processing",
"charge": "3.60",
"start_count": 0,
"remains": 0,
"currency": "BDT"
}
다중 주문 상태
| 매개변수 | 설명 |
|---|---|
| key | API 키 |
| action | 주문 |
| 주문 | 쉼표로 구분된 주문 ID |
Example response:
[
{
"order": 116,
"status": "Processing",
"charge": "3.60",
"start_count": 10,
"remains": 0
},
{
"order": 117,
"status": "Completed",
"charge": null,
"start_count": 0,
"remains": 0
}
]
리필 주문
| 매개변수 | 설명 |
|---|---|
| key | API 키 |
| action | 리필 |
| 주문 | 주문 ID |
Example response:
{
"refill": "1"
}
리필 상태
| 매개변수 | 설명 |
|---|---|
| key | API 키 |
| action | refill_status |
| 리필 | 리필 ID |
Example response:
{
"status": "Completed"
}
서비스 목록
| 매개변수 | 설명 |
|---|---|
| key | API 키 |
| action | 서비스 |
Example response:
[
{
"service": 1,
"name": "🙋♂️ Followers [Ultra-High Quality Profiles]",
"category": "🥇 [VIP]\r\n",
"rate": "4.80",
"min": 100,
"max": 10000
},
{
"service": 11,
"name": "🧨 Instagram Power Comments (100k+ Accounts) ➡️ [3 Comments]",
"category": "💬 Instagram - Verified / Power Comments [ Own Service ]",
"rate": "0.60",
"min": 500,
"max": 5000
},
{
"service": 52,
"name": "🎙️ Facebook Live Stream Views ➡️ [ 120 Min ]",
"category": "🔵 Facebook - Live Stream Views\r\n",
"rate": "57.60",
"min": 50,
"max": 2000
}
]
