Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions content/en/entities/AnnualReport.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,47 +91,47 @@ aliases: [
4.3.0 - added\
4.6.0 - changed in schema version 2 to only include `by_reblogs`, and allow “Quiet public” posts to appear

#### `data[most_used_apps] {#data-most_used_apps}
#### `data[most_used_apps]` {#data-most_used_apps}

**Description:** Provides a breakdown of the apps the user used the most for posting statuses over the year. Only available in schema version 1.\
**Type:** Array of Hash\
**Version history:**\
4.3.0 - added\
4.6.0 - removed in schema version 2

#### `data[commonly_interacted_with_accounts] {#data-commonly_interacted_with_accounts}
#### `data[commonly_interacted_with_accounts]` {#data-commonly_interacted_with_accounts}

**Description:** Provides a breakdown of the accounts the user have the most frequently replied to over the year. Only available in schema version 1.\
**Type:** Array of Hash\
**Version history:**\
4.3.0 - added\
4.6.0 - removed in schema version 2

#### `data[time_series] {#data-time_series}
#### `data[time_series]` {#data-time_series}

**Description:** Provides a breakdown of new statuses, follows and followers per month.\
**Type:** Array of Hash\
**Version history:**\
4.3.0 - added\
4.6.0 - changed to remove `following` in schema version 2

#### `data[top_hashtags] {#data-top_hashtags}
#### `data[top_hashtags]` {#data-top_hashtags}

**Description:** Provides a breakdown of the user's most frequently used hashtags over the year.\
**Type:** Array of Hash\
**Version history:**\
4.3.0 - added\
4.6.0 - changed to be limited to a single hashtag in schema version 2

#### `data[most_reblogged_accounts] {#data-most_reblogged_accounts}
#### `data[most_reblogged_accounts]` {#data-most_reblogged_accounts}

**Description:** Provides a breakdown of the accounts the user has reblogged the most over the year. Only available in schema version 1.\
**Type:** Array of Hash\
**Version history:**\
4.3.0 - added\
4.6.0 - removed in schema version 2

#### `data[percentiles] {#data-percentiles}
#### `data[percentiles]` {#data-percentiles}

**Description:** Which percentile of the most prolific posters on the same server the user is in. Only available in schema version 1.\
**Type:** Float\
Expand Down