Project Minato
Feeds

Torznab Feed

Torznab feed for Sonarr, Radarr, Prowlarr, and other *arr applications.

The Torznab feed makes Minato compatible with Sonarr, Radarr, Prowlarr, and similar applications. It returns results in standard Torznab XML format following the Torznab specification.

Endpoint: GET /api/v1/feeds/torznab

Required key type: torznab or custom

Connecting to Sonarr or Radarr

  1. In Sonarr or Radarr, go to Settings → Indexers → Add → Torznab.
  2. Set the URL to https://your-minato/api/v1/feeds/torznab.
  3. Enter your API key in the API Key field — it must be a torznab or custom type key.
  4. Save and test the connection.

The same steps apply to Prowlarr and other Torznab-compatible clients.

Creating a key

Go to Admin → API Keys, click New key, set the type to torznab, and copy the key. See the Feeds overview for key type details.


Current limitations

The caps (?t=caps) endpoint is not yet implemented. Some clients use caps to auto-configure category mapping — if yours does, you may need to set categories manually.


Error responses

Errors are returned in the Torznab error format (<error code="..." description="..." />).

HTTP statusCause
401API key is missing, invalid, or expired
403API key type is not permitted to access the Torznab feed

On this page