Add a status to a filter group Add a status filter to the current filter group.
Requires features['filtersV2'].
Block account Block the given account. Clients should filter statuses from this account if received (e.g. due to a boost in the Home timeline)
https://docs.joinmastodon.org/methods/accounts/#block
duration parameter requires featuresFeatures.blocksDuration.
Block a domain Block a domain to:
Create a filter Create a filter group with the given parameters.
Requires featuresFeatures.filters or features['filtersV2'].
Delete a filter Delete a filter group with the given id.
Requires featuresFeatures.filters or features['filtersV2'].
Remove keywords from a filter Deletes the given filter keyword.
Requires features['filtersV2'].
Remove a status from a filter group Remove a status filter from the current filter group.
Requires features['filtersV2'].
View blocked users
Get domain blocks View domains the user has blocked.
View a specific filter Obtain a single filter group owned by the current user.
Requires featuresFeatures.filters or features['filtersV2'].
View a single keyword Get one filter keyword by the given id.
Requires features['filtersV2'].
View keywords added to a filter List all keywords attached to the current filter group.
Requires features['filtersV2'].
View all filters Obtain a list of all filter groups for the current user.
Requires featuresFeatures.filters or features['filtersV2'].
View a single status filter Obtain a single status filter.
Requires features['filtersV2'].
View all status filters Obtain a list of all status filters within this filter group.
Requires features['filtersV2'].
View muted accounts Accounts the user has muted.
Requires featuresFeatures.mutes.
Mute account Mute the given account. Clients should filter statuses and notifications from this account, if received (e.g. due to a boost in the Home timeline).
Requires featuresFeatures.mutes.
Unblock account Unblock the given account.
Unblock a domain Remove a domain block, if it exists in the user’s array of blocked domains.
Unmute account Unmute the given account.
Requires featuresFeatures.mutes.
Update a filter Update a filter group with the given parameters.
Requires featuresFeatures.filters or features['filtersV2'].
Edit a keyword within a filter Update the given filter keyword.
Requires features['filtersV2'].
Add a keyword to a filter Add the given keyword to the specified filter group
Requires features['filtersV2'].