Skip to main content
GET
Newznab indexer

Authorizations

Authorization
string
header
required

Your instance API key as a bearer token: Authorization: Bearer <api_key>. /rest/1.0 also accepts ?auth_token=; /v0/store also accepts X-StremThru-Store-Authorization: Bearer <api_key>.

Query Parameters

t
enum<string>
required

Function: caps, search, tvsearch, or movie.

Available options:
caps,
search,
tvsearch,
movie
apikey
string

Your Torrin API key (required for search; not needed for caps).

q
string

Text query (search).

imdbid
string

IMDb id, digits only (tvsearch/movie).

season
integer
ep
integer
cat
string

Category filter (2000 movies, 5000 TV).

limit
integer
offset
integer

Response

200 - application/rss+xml

Newznab RSS/XML feed, or capabilities XML for t=caps.

The response is of type string.