Optional
account_String. If provided, will only return statuses authored by this account.
Optional
exclude_Boolean. Filter out unreviewed tags? Defaults to false. Use true when trying to find trending tags.
Optional
followingBoolean. Only include accounts that the user is following? Defaults to false.
Optional
limitInteger. Maximum number of results to return.
Optional
max_String. All results returned will be lesser than this ID. In effect, sets an upper bound on results.
Optional
min_String. Returns results immediately newer than this ID. In effect, sets a cursor at this ID and paginates forward.
Optional
offsetInteger. Skip the first n results.
Optional
resolveBoolean. Only relevant if type
includes accounts
. If true
and (a) the search query is for a remote account (e.g., someaccount@someother.server
) and (b) the local server does not know about the account, WebFinger is used to try and resolve the account at someother.server
. This provides the best recall at higher latency. If false
only accounts the server knows about are returned.
Optional
since_String. All results returned will be greater than this ID. In effect, sets a lower bound on results.
Optional
typeString. Specify whether to search for only accounts
, hashtags
, statuses
Optional
with_Embed relationships into accounts. Supported by Pleroma.