PyPI API Client - v1.0.0
    Preparing search index...

    Interface PyPIRecentDownloads

    Full response shape of the pypistats.org recent-downloads endpoint.

    interface PyPIRecentDownloads {
        data: PyPIRecentDownloadsData;
        package: string;
        type: "recent_downloads";
    }
    Index

    Properties

    Properties

    Aggregated download counts

    package: string

    Package name as registered on PyPI

    type: "recent_downloads"

    Discriminant type field