API

📄 Niezależna recenzja

DDownload API Recenzja

Niezależne spojrzenie na oficjalne API DDownload do hostingu plików.

Niezależna recenzja: Strona napisana przez redaktorów ddownloads.org, niezależnej strony recenzji. Nie jesteśmy powiązani z ddownload.com. Wszystkie szczegóły techniczne opierają się na publicznej dokumentacji dostępnej na 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 ›