Skip to content

Torrent properties

GET
/api/v2/torrents/properties

Authorizations

cookieAuth

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

Type
API Key (cookie: SID)

Parameters

Query Parameters

hash*
Type
string
Required

Responses

Torrent properties.

application/json
JSON
{
  
"save_path": "string",
  
"total_size": 0,
  
"comment": "string"
}

Playground

Authorization
Variables
Key
Value

Samples

Released under the BSD 3 Clause License.