masto
    Preparing search index...

    Interface AnnualReportData

    interface AnnualReportData {
        archetype: keyof AnnualReportDataArchetypeRegistry;
        commonlyInteractedWithAccounts: any;
        mostRebloggedAccounts: any;
        mostUsedApps: any;
        percentiles: number;
        timeSeries: any;
        topHashtags: any;
        topStatuses: any;
        typeDistribution: any;
    }
    Index

    Archetype the user corresponds to. This is meant to represent a playful and very coarse overview of the user’s posting habits over the year.

    commonlyInteractedWithAccounts: any

    Provides a breakdown of the accounts the user have the most frequently replied to over the year. Only available in schema version 1.

    mostRebloggedAccounts: any

    Provides a breakdown of the accounts the user has reblogged the most over the year. Only available in schema version 1.

    mostUsedApps: any

    Provides a breakdown of the apps the user used the most for posting statuses over the year. Only available in schema version 1.

    percentiles: number

    Which percentile of the most prolific posters on the same server the user is in. Only available in schema version 1.

    timeSeries: any

    Provides a breakdown of new statuses, follows and followers per month.

    topHashtags: any

    Provides a breakdown of the user’s most frequently used hashtags over the year.

    topStatuses: any

    Provides a breakdown of the user’s most-interacted statuses by type of interaction (reblogs, favourites, replies) over the year.

    typeDistribution: any

    Provides a breakdown of the user’s posts statistics over the year. Only available in schema version 1.