Skip to content
AniBridge
Search
⌘
Ctrl
K
Main Navigation
Guide
API
Integrations
Developer
Legal
Changelog
Appearance
Menu
Return to top
List torrent files
GET
/api/v2/torrents/files
Authorizations
cookieAuth
Session cookie set by /api/v2/auth/login
Type
API Key (cookie: SID)
Parameters
Query Parameters
hash
*
Type
string
Required
Responses
200
400
401
500
Single-file view for the torrent.
Content-Type
application/json
Schema
JSON
JSON
[
{
"name"
:
"string"
,
"size"
:
0
,
"progress"
:
0
}
]
GET
/api/v2/torrents/files
Playground
Authorization
cookieAuth
Variables
Key
Value
hash
*
Try it out
Samples