Skip to content

[feature request] api route to retrieve all torrents and all stats #266

@markolo25

Description

@markolo25

Currently in the radarr implementation 3 calls are made to retrieve all the information

GET /torrents - to get a list of all the torrents that exist

then we call
/torrents/{index or hash_info} for each of the torrents
and
/torrents/{index or hash_info}/stats for each of the torrents

can a GET /torrents?detailed=true be created in order to retrieve all the required infromation at once?
or maybe a /torrents/all

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions