Skip to content

Torznab query (caps, search, tvsearch, movie)

GET
/torznab/api

Authorizations

apiKeyAuth

API key for Torznab endpoints (when INDEXER_API_KEY is configured)

Type
API Key (query: apikey)

Parameters

Query Parameters

t*

Operation type.

Type
string
Required
Valid values
"caps""search""tvsearch""movie""movie-search"
apikey

Required when INDEXER_API_KEY is set.

Type
string
q

Query string (search/tvsearch).

Type
string
season

Season number (tvsearch).

Type
integer
Minimum
0
ep

Episode number (tvsearch).

Type
integer
Minimum
0
tvdbid

Optional TVDB ID hint.

Type
integer
tmdbid

Optional TMDB ID hint.

Type
integer
imdbid

Optional IMDb ID hint.

Type
string
rid

Optional Rage ID hint.

Type
integer
tvmazeid

Optional TVMaze ID hint.

Type
integer
cat

Optional category filter (for example 5070/2000).

Type
string
offset

Result offset.

Type
integer
Default
0
limit

Maximum number of results.

Type
integer
Default
50

Responses

Torznab XML response.

application/xml
XML

Playground

Authorization
Variables
Key
Value

Samples

Released under the BSD 3 Clause License.