Skip to content

List torrents

GET
/api/v2/torrents/info

Authorizations

cookieAuth

Session cookie set by /api/v2/auth/login

Type
API Key (cookie: SID)

Parameters

Query Parameters

category
Type
string

Responses

List of torrents.

application/json
JSON
[
  
{
  
  
"hash": "string",
  
  
"name": "string",
  
  
"progress": 0,
  
  
"state": "string",
  
  
"size": 0,
  
  
"save_path": "string",
  
  
"content_path": "string",
  
  
"added_on": 0,
  
  
"completion_on": 0
  
}
]

Playground

Authorization
Variables
Key
Value

Samples

Released under the BSD 3 Clause License.