Search torrents
Proxy request to Jackett API to search for torrents across all configured indexers.Loading...
Current path: /data/torrents/search
Available methods and their JSON schemas
get
Search torrents
DATA: TorrentsProxy 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
}
]
}