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
- In Sonarr or Radarr, go to Settings → Indexers → Add → Torznab.
- Set the URL to
https://your-minato/api/v1/feeds/torznab. - Enter your API key in the API Key field — it must be a
torznaborcustomtype key. - 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 status | Cause |
|---|---|
401 | API key is missing, invalid, or expired |
403 | API key type is not permitted to access the Torznab feed |