Tsarr Documentation - v2.11.0
    Preparing search index...

    Type Alias MainData

    The response is a JSON object with the following possible fields

    type MainData = {
        rid?: number;
        full_update?: boolean;
        torrents?: { [key: string]: TorrentInfo };
        torrents_removed?: string[];
        categories?: { [key: string]: TorrentsCategory };
        categories_removed?: string[];
        tags?: string[];
        tags_removed?: string[];
        server_state?: TransferInfo;
    }
    Index

    Properties

    rid?: number

    Response ID

    full_update?: boolean

    Whether the response contains all the data or partial data

    torrents?: { [key: string]: TorrentInfo }

    Property: torrent hash, value: same as torrent list

    torrents_removed?: string[]

    List of hashes of torrents removed since last request

    categories?: { [key: string]: TorrentsCategory }

    Info for categories added since last request

    categories_removed?: string[]

    List of categories removed since last request

    tags?: string[]

    List of tags added since last request

    tags_removed?: string[]

    List of tags removed since last request

    server_state?: TransferInfo