Status
Represents a status posted by an account.
Example
Base attributes
id
id
Description: ID of the status in the database. Type: String (cast from an integer but not guaranteed to be a number) Version history: Added in 0.1.0
uri
uri
Description: URI of the status used for federation. Type: String Version history: Added in 0.1.0
created_at
created_at
Description: HTML-encoded status content. Type: String (ISO 8601 Datetime) Version history: Added in 0.1.0
account
account
content
content
Description: HTML-encoded status content. Type: String (HTML) Version history: Added in 0.1.0
text
text
Description: Plain-text source of a status. Returned instead of content
when status is deleted, so the user may redraft from the source text without the client having to reverse-engineer the original text from the HTML content.
Type: String
Version history: Added in 2.9.0
visibility
visibility
Description: HTML-encoded status content.
Type: String (Enumerable oneOf)
- public
= Visible to everyone, shown in public timelines.
- unlisted
= Visible to public, but not included in public timelines.
- private
= Visible to followers only, and to any mentioned users.
- direct
= Visible only to mentioned users.
Version history: Added in 0.9.9
sensitive
sensitive
Description: Is this status marked as sensitive content? Type: Boolean Version history: Added in 0.9.9
spoiler_text
spoiler_text
Description: Subject or summary line, below which status content is collapsed until expanded. Type: String Version history: Added in 1.0.0
media_attachments
media_attachments
application
application
Rendering attributes
mentions
mentions
tags
tags
emojis
emojis
Informational attributes
reblogs_count
reblogs_count
Description: How many boosts this status has received. Type: Number Version history: Added in 0.1.0
favourites_count
favourites_count
Description: How many favourites this status has received. Type: Number Version history: Added in 0.1.0
replies_count
replies_count
Description: How many replies this status has received. Type: Number Version history: Added in 2.5.0
Nullable attributes
url
url
Description: A link to the status's HTML representation. Type: String (URL) Version history: Added in 0.1.0
in_reply_to_id
in_reply_to_id
Description: ID of the status being replied. Type: String (cast from an integer but not guaranteed to be a number) Version history: Added in 0.1.0
in_reply_to_account_id
in_reply_to_account_id
Description: ID of the account being replied to. Type: String (cast from an integer but not guaranteed to be a number) Version history: Added in 1.0.0
reblog
reblog
poll
poll
card
card
language
language
Description: A link to the status's HTML representation. Type: String (ISO 639 Part 1 two-letter language code) Version history: Added in 1.4.0
Authorized user attributes
favourited
favourited
Description: Have you favourited this status? Type: Boolean Version history: Added in 0.1.0
reblogged
reblogged
Description: Have you boosted this status? Type: Boolean Version history: Added in 0.1.0
muted
muted
Description: Have you muted notifications for this status's conversation? Type: Boolean Version history: Added in 1.4.0
bookmarked
bookmarked
Description: Have you bookmarked this status? Type: Boolean Version history: Added in 3.1.0
pinned
pinned
Description: Have you pinned this status? Only appears if the status is pinnable. Type: Boolean Version history: Added in 1.6.0
See also
GET accounts/:id/statuses
GET /api/v2/search
Last updated
Was this helpful?