API

📄 독립 리뷰

DDownload API 리뷰

DDownload 공식 파일 호스팅 API에 대한 독립적인 검토.

독립 리뷰: 이 페이지는 독립 리뷰 사이트 ddownloads.org의 편집자가 작성했습니다. ddownload.com과 어떠한 제휴도 없습니다. 모든 기술적 세부 사항은 ddownload.com/api의 공개 문서를 기반으로 합니다.

At a glance

Endpoint
api-v2.ddownload.com/api/
Auth
?key=YOUR_API_KEY
Rate limit
~3-4 req/s
Format
JSON

1 Main endpoints

Account

  • /account/info — storage, traffic, premium status, balance
  • /account/stats — usage history (N days)

Upload

  • /upload/server — step 1: get temporary upload URL
  • POST multipart/form-data to that URL — step 2

Files

  • /file/info, /file/list, /file/check
  • /file/rename, /file/set_folder, /file/set_status
  • Batch up to 500 files

Folders & Status

  • /folder/create, /folder/rename, /folder/delete, /folder/move
  • DMCA and deletion status checks per file

2 Observations

What works well
  • Simple key-based auth
  • Batch support for bulk ops
  • DMCA status checks
  • Free and premium accounts
To be aware of
  • Two-step upload process
  • No webhooks – polling only
  • Rate limit may feel tight at scale
  • Hotlinking not permitted

8.5/10
Independent rating

Read the full official API documentation at ddownload.com:

View official API docs ›