Logo Data Hunter {store}

Search torrents

Proxy request to Jackett API to search for torrents across all configured indexers.
DATA: Torrents
Loading...
Current path: /data/torrents/search

Available methods and their JSON schemas

get Search torrents
DATA: Torrents

Proxy request to Jackett API to search for torrents across all configured indexers.

JSON Document Schema:
{
  "Path": "/data/torrents/search",
  "Method": "get",
  "Tag": "DATA: Torrents",
  "Summary": "Search torrents",
  "Description": "Proxy request to Jackett API to search for torrents across all configured indexers.",
  "Parameters": [
    {
      "name": "Query",
      "in": "query",
      "description": "Search query string (e.g. 'Inception')",
      "required": false,
      "type": "string",
      "default": null
    },
    {
      "name": "Category",
      "in": "query",
      "description": "Category IDs (comma separated, e.g. '2000,2010')",
      "required": false,
      "type": "string",
      "default": null
    }
  ]
}