Skip to content

Download a stub .torrent

GET
/torznab/download/{id}

Returns the stub .torrent for a release. The id is peerId:itemId (an optional .torrent suffix is stripped). The stub is bencoded data encoding just the peer and item — no trackers, no pieces — which *arr immediately hands back to the qBittorrent API to start the real HTTP transfer.

Authorizations

apikey

Managed key jack auto-registered in Radarr/Sonarr. Scoped to /torznab/*. Also accepted as the X-Api-Key header.

Type
API Key (query: apikey)

Parameters

Path Parameters

id*
Type
string
Required

Responses

Stub torrent file

application/x-bittorrent

Samples

Powered by VitePress OpenAPI

Released under the GPL-3.0 License.