Track your team's API changes with Optic Get started
get
/api/v1/statuses/{status}/context
Request
Parameters
#
path status
required
string
Responses
200 Response
#
200 response
Content-type: application/json; charset=utf-8
ancestors
array
required
descendants
array
required
application/json; charset=utf-8
{
"ancestors": [
{
"account": {
"acct": "",
"avatar": "",
"avatar_static": "",
"bot": true,
"created_at": "",
"discoverable": true,
"display_name": "",
"emojis": [
any
],
"fields": [
{
"name": "",
"value": "",
"verified_at": null
}
],
"followers_count": 0,
"following_count": 0,
"group": true,
"header": "",
"header_static": "",
"id": "",
"last_status_at": "",
"locked": true,
"noindex": true,
"note": "",
"statuses_count": 0,
"url": "",
"username": ""
},
"application": {
"name": "",
"website": null
},
"bookmarked": true,
"card": null,
"content": "",
"created_at": "",
"edited_at": null,
"emojis": [
any
],
"favourited": true,
"favourites_count": 0,
"filtered": [
any
],
"id": "",
"in_reply_to_account_id": null,
"in_reply_to_id": null,
"language": "",
"media_attachments": [
any
],
"mentions": [
any
],
"muted": true,
"pinned": true,
"poll": null,
"reblog": null,
"reblogged": true,
"reblogs_count": 0,
"replies_count": 0,
"sensitive": true,
"spoiler_text": "",
"tags": [
{
"name": "",
"url": ""
}
],
"uri": "",
"url": "",
"visibility": ""
}
],
"descendants": [
{
"account": {
"acct": "",
"avatar": "",
"avatar_static": "",
"bot": true,
"created_at": "",
"discoverable": true,
"display_name": "",
"emojis": [
any
],
"fields": [
{
"name": "",
"value": "",
"verified_at": null
}
],
"followers_count": 0,
"following_count": 0,
"group": true,
"header": "",
"header_static": "",
"id": "",
"last_status_at": "",
"locked": true,
"noindex": true,
"note": "",
"statuses_count": 0,
"url": "",
"username": ""
},
"application": {
"name": "",
"website": ""
},
"bookmarked": true,
"card": {
"author_name": "",
"author_url": "",
"blurhash": "",
"description": "",
"embed_url": "",
"height": 0,
"html": "",
"image": "",
"provider_name": "",
"provider_url": "",
"title": "",
"type": "",
"url": "",
"width": 0
},
"content": "",
"created_at": "",
"edited_at": null,
"emojis": [
any
],
"favourited": true,
"favourites_count": 0,
"filtered": [
any
],
"id": "",
"in_reply_to_account_id": "",
"in_reply_to_id": "",
"language": "",
"media_attachments": [
any
],
"mentions": [
{
"acct": "",
"id": "",
"url": "",
"username": ""
}
],
"muted": true,
"pinned": true,
"poll": null,
"reblog": null,
"reblogged": true,
"reblogs_count": 0,
"replies_count": 0,
"sensitive": true,
"spoiler_text": "",
"tags": [
any
],
"uri": "",
"url": "",
"visibility": ""
}
]
}