retroflix API calls return nothing
I attest that there is not an existing issue for this?
- I have searched the existing open and closed issues
I attest this is not related to a Cardigann YML Indexer.
- I confirm this is not related to a Cardigann YML Indexer
Current Behavior
Prowlarr is not able to return any results from retroflix indexer.
Expected Behavior
Prowlarr should be able to query retroflix API
Steps To Reproduce
After short investigation, I discovered that API in fact return only 2 bytes (brackets):
I checked with curl and this is actually the case
curl -H "Authorization: Bearer $TOKEN" 'https://retroflix.club/api/torrent?itemsPerPage=2&sort=torrent.createdAt&direction=desc&search=threads+1984'
[]After playing around with API examples in https://retroflix.net/api/doc, I found that if I will add &searchIn=title (allowed values are title, description, uploader, imdb), then I'm getting results properly
curl -H "Authorization: Bearer $TOKEN" 'https://retroflix.club/api/torrent?itemsPerPage=2&sort=torrent.createdAt&direction=desc&search=threads+1984&searchIn=title'
[{"download_volume_factor":1,"upload_volume_factor":1,"is_freeleech":false, ... REDACTEDSo this seems to me like prowlarr error, as retroflix seems to have its own custom API.
Environment
- OS: Debian Bookworm
- Prowlarr: linuxserver/prowlarr:2.5.2
- Docker Install: yes
- Using Reverse Proxy: yesWhat branch are you running?
Master
Trace Logs?
2026-08-13 20:21:09.5|Info|ReleaseSearchService|Searching indexer(s): [RetroFlix] for Term: [threads 1984], Offset: 0, Limit: 100, Categories: [] 2026-08-13 20:21:09.5|Debug|RetroFlix|Downloading Feed https://retroflix.club/api/torrent?itemsPerPage=100&sort=torrent.createdAt&direction=desc&search=threads+1984 2026-08-13 20:21:09.5|Trace|ConfigService|Using default config value for 'logindexerresponse' defaultValue:'False' 2026-08-13 20:21:09.5|Trace|IndexerHttpClient|Req: [GET] https://retroflix.club/api/torrent?itemsPerPage=100&sort=torrent.createdAt&direction=desc&search=threads+1984 2026-08-13 20:21:09.5|Trace|ConfigService|Using default config value for 'proxyenabled' defaultValue:'False' 2026-08-13 20:21:09.6|Trace|IndexerHttpClient|Res: HTTP/2.0 [GET] https://retroflix.club/api/torrent?itemsPerPage=100&sort=torrent.createdAt&direction=desc&search=threads+1984: 200.OK (2 bytes) (114 ms) 2026-08-13 20:21:09.6|Trace|RetroFlix|No releases found. Response: []
I attest that Trace Logs have been provided as applicable. Reports will be closed if the required logs are not provided.
- I attest that I have read and followed the steps in the wiki link above and provided the required trace logs - the logs contain
trace- that are relevant and show this issue.
Source: Prowlarr/Prowlarr