Torznab entrypoint
GET
/torznab/api
Single Torznab endpoint dispatching on the t query param: caps (capabilities), search (catalog/RSS), movie (imdbid/tmdbid), and tvsearch (tvdbid + season/ep). Id searches fan out to every configured peer; text (q) searches return empty results by design.
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
Query Parameters
t*
Torznab function to run
Type
Requiredstring
Valid values
"caps""search""movie""tvsearch"q
Free-text term. Non-empty terms return empty results; jack only searches by id.
Type
string
cat
Comma-separated Torznab category ids (2000 Movies, 5000 TV; subcategories roll up)
Type
string
imdbid
IMDb id for movie search
Type
string
tmdbid
TMDB id for movie search
Type
string
tvdbid
TVDB id for TV search
Type
string
season
Season number for TV search
Type
string
ep
Episode number for TV search
Type
string
Responses
Torznab XML: caps document or an RSS feed of releases
application/xml
GET
/torznab/api