https://github.com/qbittorrent/qBittorrent/wiki/WebUI-API-(qBittorrent-4.1)#minimal-torrent-priority
Get application version https://github.com/qbittorrent/qBittorrent/wiki/WebUI-API-(qBittorrent-4.1)#get-application-version
Torrents list
Optional
category?: stringOptional
filter?: TorrentFiltersOptional
hashes?: string | string[]Optional
offset?: numberOptional
reverse?: booleanOptional
sort?: stringOptional
tag?: stringlist of torrents
if tags are not passed, removes all tags https://github.com/qbittorrent/qBittorrent/wiki/WebUI-API-(qBittorrent-4.1)#remove-torrent-tags
Optional
tags: stringhttps://github.com/qbittorrent/qBittorrent/wiki/WebUI-API-(qBittorrent-4.1)#maximal-torrent-priority
Optional
rid: numberResponse ID. If not provided, rid=0 will be assumed. If the given rid is different from the one of last server reply, full_update will be true (see the server reply details for more info)
Torrents piece hashes
an array of hashes (strings) of all pieces (in order) of a specific torrent https://github.com/qbittorrent/qBittorrent/wiki/WebUI-API-(qBittorrent-4.1)#get-torrent-pieces-hashes
URLs separated with newlines