Jackett 0 Free Download and offline installer for Windows 7, 8, 10, 11. Add all your favorite torrent indexing sites in one place without having to visit each site individually.
Overview of Jackett (API Support for your favorite torrent trackers)
Jackett helps you to add all your favorite torrent indexing sites in one place without having to visit each page individually every time you want to search for a show or a movie with the help of a programmer this index works with Sonarr and Radarr. Jackett works as a proxy server: it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar3, Lidarr, DuckieTV, qBittorrent, Nefarious etc.) into tracker-site-specific http queries, parses the html or json response, and then sends results back to the requesting software.
This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping & translation logic - removing the burden from other apps.
Aggregate indexers:
A special "all" indexer is available at /api/v2.0/indexers/all/results/torznab
. It will query all configured indexers and return the combined results.
If your client supports multiple feeds it's recommended to add each indexer directly instead of using the all indexer. Using the all indexer has no advantages (besides reduced management overhead), only disadvantages:
- you lose control over indexer specific settings (categories, search modes, etc.)
- mixing search modes (IMDB, query, etc.) might cause low-quality results
- indexer specific categories (>= 100000) can't be used.
- slow indexers will slow down the overall result
- total results are limited to 1000
To get all Jackett indexers including their capabilities you can use t=indexers
on the all indexer. To get only configured/unconfigured indexers you can also add configured=true/false
as a query parameter.