GET /api/v1/statuses/{id}

Fetch a single status post by its numeric ID. Publicly accessible without authentication. Returns the full status including account details and content.

Required Scopes

None (public endpoint).

Parameters

Name In Required Type Description
id path yes integer

Request Body

None.

Responses

200

single status

Schema: status_output

status_output

Field Type Required Description
id integer yes
content string yes
content_html string yes
locale string yes
likes_count integer yes
boosts_count integer yes
liked boolean yes
boosted boolean yes
account account_output yes
media array[medium_output] yes