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
Requiredstring
Responses
Stub torrent file
application/x-bittorrent
GET
/torznab/download/{id}