Optionalfilter?: Optionalcategory?: stringGet torrents with the given category (empty string means "without category"; no "category" parameter means "any category" <- broken until #11748 is resolved). Remember to URL-encode the category name. For example, My category becomes My%20category
Optionaltag?: stringGet torrents with the given tag (empty string means "without tag"; no "tag" parameter means "any tag". Remember to URL-encode the category name. For example, My tag becomes My%20tag
Optionalsort?: stringSort torrents by given key. They can be sorted using any field of the response's JSON array (which are documented below) as the sort key.
Optionalreverse?: booleanEnable reverse sorting. Defaults to false
Optionallimit?: numberLimit the number of torrents returned
Optionaloffset?: numberSet offset (if less than 0, offset from end)
Optionalhashes?: string[]Filter by hashes. Can contain multiple hashes separated by |
OptionalpathOptionalquery
Filter torrent list by state. Allowed state filters:
all,downloading,seeding,completed,paused,active,inactive,resumed,stalled,stalled_uploading,stalled_downloading,errored