A26N
도구확장 프로그램봇플랫폼장점FAQ
홈으로

API

여러 플랫폼에서 다운로드 링크와 동영상 정보를 가져오는 A26N REST API. JSON 전송, JSON 수신 — SDK 불필요.

Overview

Endpoints

A26N: 웹 https://thunguyenit.com, API https://api.thunguyenit.com.

무료 & 오픈: API 키 불필요, 계정 불필요, 제한 없음 — 아래 엔드포인트를 호출하세요.

형식: 모든 요청/응답은 JSON (Content-Type: application/json).

CORS: 활성화 — 브라우저 또는 서버에서 직접 호출할 수 있습니다.

API 레퍼런스

개요

  • 웹: https://thunguyenit.com
  • API 기본 URL: https://api.thunguyenit.com
  • 요청/응답 형식: JSON (Content-Type: application/json)
  • CORS 활성화: 브라우저 또는 서버에서 직접 호출 가능
  • 무료, API 키 불필요, 계정 불필요
POST

/extract

동영상/게시물 URL의 다운로드 형식 목록을 가져옵니다.

Body 파라미터

필드유형설명
url필수
string추출할 동영상/게시물 URL.

요청 예시

curl -X POST https://api.thunguyenit.com/extract \
  -H "Content-Type: application/json" \
  -d '{"url":"https://youtube.com/watch?v=dQw4w9WgXcQ"}'

응답 예시

{
  "title": "Never Gonna Give You Up",
  "thumbnail": "https://i.ytimg.com/vi/.../hq.jpg",
  "duration": 213,
  "source": "youtube",
  "author": "Rick Astley",
  "views": 1600000000,
  "likes": 16000000,
  "formats": [
    { "label": "1080p", "type": "video", "ext": "mp4",
     "filesize": 52428800, "url": "https://api.thunguyenit.com/stream?t=..&i=0" },
    { "label": "Audio", "type": "audio", "ext": "m4a",
     "filesize": 3400000, "url": "https://api.thunguyenit.com/stream?t=..&i=6" }
  ]
}
GET

/stream

/extract가 반환한 형식 URL에서 직접 다운로드 또는 스트리밍합니다.

요청 예시

https://api.thunguyenit.com/stream?t=1b0bc2ea13ee&i=0
POST

/channel

채널, 재생목록, 사용자 프로필에서 동영상 목록을 가져옵니다.

Body 파라미터

필드유형설명
url필수
string채널 / 재생목록 / 사용자 URL.
limit
number최대 동영상 수, 1–200 (기본 30).

요청 예시

curl -X POST https://api.thunguyenit.com/channel \
  -H "Content-Type: application/json" \
  -d '{"url":"https://tiktok.com/@tiktok","limit":50}'

응답 예시

{
  "source": "...",
  "count": 50,
  "items": [
    {
      "url": "https://tiktok.com/@tiktok/video/123",
      "title": "...",
      "thumbnail": "https://..."
    }
  ]
}
GET

/health

백엔드 상태, 큐, 프록시 풀을 확인합니다.

요청 예시

curl https://api.thunguyenit.com/health

응답 예시

{
  "ok": true,
  "queue": { "running": 3, "waiting": 0 }
}
A26N

무료 온라인 동영상 다운로더: 빠르고 무료. 다양한 플랫폼 지원.

Facebook GroupEmail

기능

동영상 다운로드채널 다운로드확장 프로그램봇FAQ

지원

플랫폼API소개문의개인정보이용 약관DMCA파트너십

지원 언어

Tiếng ViệtEnglish日本語한국어中文ไทยEspañolPortuguêsBahasa IndonesiaTürkçeالعربيةРусский

© A26N · 본인이 소유하거나 사용 허가를 받은 콘텐츠의 개인적 용도, 학습 목적으로 제공됩니다