@ctrl/qbittorrent
    Preparing search index...

    Interface TorrentPeer

    interface TorrentPeer {
        client?: string;
        connection?: string;
        country?: string;
        country_code?: string;
        dl_speed?: number;
        downloaded?: number;
        files?: string;
        flags?: string;
        flags_desc?: string;
        host_name?: string;
        i2p_dest?: string;
        ip?: string;
        port?: number;
        progress?: number;
        relevance?: number;
        up_speed?: number;
        uploaded?: number;
    }
    Index

    Properties

    client?: string
    connection?: string
    country?: string
    country_code?: string
    dl_speed?: number
    downloaded?: number
    files?: string
    flags?: string
    flags_desc?: string
    host_name?: string

    Resolved peer host name Added in qBittorrent WebUI API v2.15.1 https://github.com/qbittorrent/qBittorrent/blob/master/WebAPI_Changelog.md#2151

    i2p_dest?: string

    I2P destination for I2P peers. When present, ip and port are omitted. Added in qBittorrent WebUI API v2.13.0 https://github.com/qbittorrent/qBittorrent/blob/master/WebAPI_Changelog.md#2130

    ip?: string
    port?: number
    progress?: number
    relevance?: number
    up_speed?: number
    uploaded?: number