Image Description¶
The Image type is defined in ActivityStreams Vocabulary.
In this support table, we only consider how the image description, commonly called AltText is handled. Image descriptions are important from an accessibility standpoint, see WCAG 2.2. Text Alternatives.
It seems that certain implementations, e.g. misskey, store the image description on a per image URL basis and not for every instance of an image reference.
Examples¶
Example 1¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/activity/3yUyYJ39PlE",
"published": "2025-12-07T10:09:14Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/object/_Lb5xjI2Nlo",
"published": "2025-12-07T10:09:14Z",
"content": "no description",
"attachment": {
"type": "Image",
"url": "http://pasture-one-actor/images/cc8af92f-f94d-48f1-8ce6-4ff5e9bea5c7.png"
}
}
}
akkoma
{
"favourited": false,
"edited_at": null,
"card": null,
"reblogged": false,
"visibility": "public",
"pleroma": {
"content": {
"text/plain": "no description"
},
"context": "http://pasture-one-actor/object/_Lb5xjI2Nlo",
"conversation_id": 2067789224,
"direct_conversation_id": null,
"emoji_reactions": [],
"expires_at": null,
"in_reply_to_account_acct": null,
"local": false,
"parent_visible": false,
"pinned_at": null,
"spoiler_text": {
"text/plain": ""
},
"thread_muted": false
},
"spoiler_text": "",
"akkoma": {
"in_reply_to_apid": null,
"quote_apid": null,
"source": null
},
"uri": "http://pasture-one-actor/object/_Lb5xjI2Nlo",
"pinned": false,
"quote": null,
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": null,
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2025-12-07T10:07:21.000Z",
"display_name": "Test Actor",
"emojis": [],
"fields": [],
"followers_count": 0,
"following_count": 0,
"fqn": "actor@pasture-one-actor",
"header": "http://akkoma/images/banner.png",
"header_static": "http://akkoma/images/banner.png",
"id": "B10Au9bh87eHgMGfdA",
"last_status_at": "2025-12-07",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture-one-actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 70,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"poll": null,
"id": "B10B4b7dgSdZunBokS",
"text": null,
"mentions": [
{
"acct": "witch",
"id": "B10AlwS7ELx9KRdGjY",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"content": "no description",
"emoji_reactions": [],
"quote_id": null,
"media_attachments": [
{
"blurhash": null,
"description": null,
"id": "-1833815923",
"pleroma": {
"mime_type": "application/octet-stream"
},
"preview_url": "http://pasture-one-actor/images/cc8af92f-f94d-48f1-8ce6-4ff5e9bea5c7.png",
"remote_url": "http://pasture-one-actor/images/cc8af92f-f94d-48f1-8ce6-4ff5e9bea5c7.png",
"text_url": "http://pasture-one-actor/images/cc8af92f-f94d-48f1-8ce6-4ff5e9bea5c7.png",
"type": "image",
"url": "http://pasture-one-actor/images/cc8af92f-f94d-48f1-8ce6-4ff5e9bea5c7.png"
}
],
"favourites_count": 0,
"reblogs_count": 0,
"in_reply_to_account_id": null,
"tags": [],
"in_reply_to_id": null,
"application": null,
"sensitive": false,
"bookmarked": false,
"replies_count": 0,
"emojis": [],
"reblog": null,
"url": "http://pasture-one-actor/object/_Lb5xjI2Nlo",
"muted": false,
"created_at": "2025-12-07T10:09:14.000Z",
"language": null
}
Example 2¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/activity/GYRWHL81_w0",
"published": "2025-12-07T10:09:14Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/object/GzmNf6cklvg",
"published": "2025-12-07T10:09:14Z",
"content": "name, summary and content",
"attachment": {
"type": "Image",
"url": "http://pasture-one-actor/images/0943da5d-a706-4bac-9a22-29130d739eb8.png",
"name": "name",
"summary": "summary",
"content": "content"
}
}
}
akkoma
{
"favourited": false,
"edited_at": null,
"card": null,
"reblogged": false,
"visibility": "public",
"pleroma": {
"content": {
"text/plain": "name, summary and content"
},
"context": "http://pasture-one-actor/object/GzmNf6cklvg",
"conversation_id": 1350752443,
"direct_conversation_id": null,
"emoji_reactions": [],
"expires_at": null,
"in_reply_to_account_acct": null,
"local": false,
"parent_visible": false,
"pinned_at": null,
"spoiler_text": {
"text/plain": ""
},
"thread_muted": false
},
"spoiler_text": "",
"akkoma": {
"in_reply_to_apid": null,
"quote_apid": null,
"source": null
},
"uri": "http://pasture-one-actor/object/GzmNf6cklvg",
"pinned": false,
"quote": null,
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": null,
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2025-12-07T10:07:21.000Z",
"display_name": "Test Actor",
"emojis": [],
"fields": [],
"followers_count": 0,
"following_count": 0,
"fqn": "actor@pasture-one-actor",
"header": "http://akkoma/images/banner.png",
"header_static": "http://akkoma/images/banner.png",
"id": "B10Au9bh87eHgMGfdA",
"last_status_at": "2025-12-07",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture-one-actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 71,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"poll": null,
"id": "B10B4eQXOeXMAH3S7c",
"text": null,
"mentions": [
{
"acct": "witch",
"id": "B10AlwS7ELx9KRdGjY",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"content": "name, summary and content",
"emoji_reactions": [],
"quote_id": null,
"media_attachments": [
{
"blurhash": null,
"description": "summary",
"id": "-1068997265",
"pleroma": {
"mime_type": "application/octet-stream"
},
"preview_url": "http://pasture-one-actor/images/0943da5d-a706-4bac-9a22-29130d739eb8.png",
"remote_url": "http://pasture-one-actor/images/0943da5d-a706-4bac-9a22-29130d739eb8.png",
"text_url": "http://pasture-one-actor/images/0943da5d-a706-4bac-9a22-29130d739eb8.png",
"type": "image",
"url": "http://pasture-one-actor/images/0943da5d-a706-4bac-9a22-29130d739eb8.png"
}
],
"favourites_count": 0,
"reblogs_count": 0,
"in_reply_to_account_id": null,
"tags": [],
"in_reply_to_id": null,
"application": null,
"sensitive": false,
"bookmarked": false,
"replies_count": 0,
"emojis": [],
"reblog": null,
"url": "http://pasture-one-actor/object/GzmNf6cklvg",
"muted": false,
"created_at": "2025-12-07T10:09:14.000Z",
"language": null
}
Example 3¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/activity/Txd1ex-HV0M",
"published": "2025-12-07T10:09:15Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/object/0sAubRXvpPo",
"published": "2025-12-07T10:09:15Z",
"content": "only name",
"attachment": [
{
"type": "Image",
"url": "http://pasture-one-actor/assets/FediverseLogo.png",
"name": "name",
"imageType": "image/jpeg"
}
]
}
}
akkoma
{
"favourited": false,
"edited_at": null,
"card": null,
"reblogged": false,
"visibility": "public",
"pleroma": {
"content": {
"text/plain": "only name"
},
"context": "http://pasture-one-actor/object/0sAubRXvpPo",
"conversation_id": 209564693,
"direct_conversation_id": null,
"emoji_reactions": [],
"expires_at": null,
"in_reply_to_account_acct": null,
"local": false,
"parent_visible": false,
"pinned_at": null,
"spoiler_text": {
"text/plain": ""
},
"thread_muted": false
},
"spoiler_text": "",
"akkoma": {
"in_reply_to_apid": null,
"quote_apid": null,
"source": null
},
"uri": "http://pasture-one-actor/object/0sAubRXvpPo",
"pinned": false,
"quote": null,
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": null,
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2025-12-07T10:07:21.000Z",
"display_name": "Test Actor",
"emojis": [],
"fields": [],
"followers_count": 0,
"following_count": 0,
"fqn": "actor@pasture-one-actor",
"header": "http://akkoma/images/banner.png",
"header_static": "http://akkoma/images/banner.png",
"id": "B10Au9bh87eHgMGfdA",
"last_status_at": "2025-12-07",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture-one-actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 72,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"poll": null,
"id": "B10B4hseYZoEsLERrU",
"text": null,
"mentions": [
{
"acct": "witch",
"id": "B10AlwS7ELx9KRdGjY",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"content": "only name",
"emoji_reactions": [],
"quote_id": null,
"media_attachments": [
{
"blurhash": null,
"description": "name",
"id": "-751667840",
"pleroma": {
"mime_type": "application/octet-stream"
},
"preview_url": "http://pasture-one-actor/assets/FediverseLogo.png",
"remote_url": "http://pasture-one-actor/assets/FediverseLogo.png",
"text_url": "http://pasture-one-actor/assets/FediverseLogo.png",
"type": "image",
"url": "http://pasture-one-actor/assets/FediverseLogo.png"
}
],
"favourites_count": 0,
"reblogs_count": 0,
"in_reply_to_account_id": null,
"tags": [],
"in_reply_to_id": null,
"application": null,
"sensitive": false,
"bookmarked": false,
"replies_count": 0,
"emojis": [],
"reblog": null,
"url": "http://pasture-one-actor/object/0sAubRXvpPo",
"muted": false,
"created_at": "2025-12-07T10:09:15.000Z",
"language": null
}
Example 4¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/activity/fKxiNlbhrU4",
"published": "2025-12-07T10:09:16Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/object/BMbe0IFtO8s",
"published": "2025-12-07T10:09:16Z",
"content": "only summary",
"attachment": {
"type": "Image",
"url": "http://pasture-one-actor/images/a75e49c5-413a-44a4-84ed-87c112060b6e.png",
"summary": "summary"
}
}
}
akkoma
{
"favourited": false,
"edited_at": null,
"card": null,
"reblogged": false,
"visibility": "public",
"pleroma": {
"content": {
"text/plain": "only summary"
},
"context": "http://pasture-one-actor/object/BMbe0IFtO8s",
"conversation_id": 626955778,
"direct_conversation_id": null,
"emoji_reactions": [],
"expires_at": null,
"in_reply_to_account_acct": null,
"local": false,
"parent_visible": false,
"pinned_at": null,
"spoiler_text": {
"text/plain": ""
},
"thread_muted": false
},
"spoiler_text": "",
"akkoma": {
"in_reply_to_apid": null,
"quote_apid": null,
"source": null
},
"uri": "http://pasture-one-actor/object/BMbe0IFtO8s",
"pinned": false,
"quote": null,
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": null,
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2025-12-07T10:07:21.000Z",
"display_name": "Test Actor",
"emojis": [],
"fields": [],
"followers_count": 0,
"following_count": 0,
"fqn": "actor@pasture-one-actor",
"header": "http://akkoma/images/banner.png",
"header_static": "http://akkoma/images/banner.png",
"id": "B10Au9bh87eHgMGfdA",
"last_status_at": "2025-12-07",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture-one-actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 73,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"poll": null,
"id": "B10B4lFS2GpPJuvCJU",
"text": null,
"mentions": [
{
"acct": "witch",
"id": "B10AlwS7ELx9KRdGjY",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"content": "only summary",
"emoji_reactions": [],
"quote_id": null,
"media_attachments": [
{
"blurhash": null,
"description": "summary",
"id": "1320051004",
"pleroma": {
"mime_type": "application/octet-stream"
},
"preview_url": "http://pasture-one-actor/images/a75e49c5-413a-44a4-84ed-87c112060b6e.png",
"remote_url": "http://pasture-one-actor/images/a75e49c5-413a-44a4-84ed-87c112060b6e.png",
"text_url": "http://pasture-one-actor/images/a75e49c5-413a-44a4-84ed-87c112060b6e.png",
"type": "image",
"url": "http://pasture-one-actor/images/a75e49c5-413a-44a4-84ed-87c112060b6e.png"
}
],
"favourites_count": 0,
"reblogs_count": 0,
"in_reply_to_account_id": null,
"tags": [],
"in_reply_to_id": null,
"application": null,
"sensitive": false,
"bookmarked": false,
"replies_count": 0,
"emojis": [],
"reblog": null,
"url": "http://pasture-one-actor/object/BMbe0IFtO8s",
"muted": false,
"created_at": "2025-12-07T10:09:16.000Z",
"language": null
}
Example 5¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/activity/5iSitHcOrFA",
"published": "2025-12-07T10:09:16Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/object/G_cqBnkmVPU",
"published": "2025-12-07T10:09:16Z",
"content": "only content",
"attachment": {
"type": "Image",
"url": "http://pasture-one-actor/images/a4531edd-93c9-4aa4-a667-e867111a9f3b.png",
"content": "content"
}
}
}
akkoma
{
"favourited": false,
"edited_at": null,
"card": null,
"reblogged": false,
"visibility": "public",
"pleroma": {
"content": {
"text/plain": "only content"
},
"context": "http://pasture-one-actor/object/G_cqBnkmVPU",
"conversation_id": 18398086,
"direct_conversation_id": null,
"emoji_reactions": [],
"expires_at": null,
"in_reply_to_account_acct": null,
"local": false,
"parent_visible": false,
"pinned_at": null,
"spoiler_text": {
"text/plain": ""
},
"thread_muted": false
},
"spoiler_text": "",
"akkoma": {
"in_reply_to_apid": null,
"quote_apid": null,
"source": null
},
"uri": "http://pasture-one-actor/object/G_cqBnkmVPU",
"pinned": false,
"quote": null,
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": null,
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2025-12-07T10:07:21.000Z",
"display_name": "Test Actor",
"emojis": [],
"fields": [],
"followers_count": 0,
"following_count": 0,
"fqn": "actor@pasture-one-actor",
"header": "http://akkoma/images/banner.png",
"header_static": "http://akkoma/images/banner.png",
"id": "B10Au9bh87eHgMGfdA",
"last_status_at": "2025-12-07",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture-one-actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 74,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"poll": null,
"id": "B10B4oqQfFBoTTFGro",
"text": null,
"mentions": [
{
"acct": "witch",
"id": "B10AlwS7ELx9KRdGjY",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"content": "only content",
"emoji_reactions": [],
"quote_id": null,
"media_attachments": [
{
"blurhash": null,
"description": null,
"id": "1383716510",
"pleroma": {
"mime_type": "application/octet-stream"
},
"preview_url": "http://pasture-one-actor/images/a4531edd-93c9-4aa4-a667-e867111a9f3b.png",
"remote_url": "http://pasture-one-actor/images/a4531edd-93c9-4aa4-a667-e867111a9f3b.png",
"text_url": "http://pasture-one-actor/images/a4531edd-93c9-4aa4-a667-e867111a9f3b.png",
"type": "image",
"url": "http://pasture-one-actor/images/a4531edd-93c9-4aa4-a667-e867111a9f3b.png"
}
],
"favourites_count": 0,
"reblogs_count": 0,
"in_reply_to_account_id": null,
"tags": [],
"in_reply_to_id": null,
"application": null,
"sensitive": false,
"bookmarked": false,
"replies_count": 0,
"emojis": [],
"reblog": null,
"url": "http://pasture-one-actor/object/G_cqBnkmVPU",
"muted": false,
"created_at": "2025-12-07T10:09:16.000Z",
"language": null
}
Example 6¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/activity/lywcAVJCCeE",
"published": "2025-12-07T10:09:17Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/object/MxZLzxYaL0k",
"published": "2025-12-07T10:09:17Z",
"content": "no comment in attachment; reused image",
"attachment": [
{
"type": "Image",
"url": "http://pasture-one-actor/assets/FediverseLogo.png"
}
]
}
}
akkoma
{
"favourited": false,
"edited_at": null,
"card": null,
"reblogged": false,
"visibility": "public",
"pleroma": {
"content": {
"text/plain": "no comment in attachment; reused image"
},
"context": "http://pasture-one-actor/object/MxZLzxYaL0k",
"conversation_id": 947242441,
"direct_conversation_id": null,
"emoji_reactions": [],
"expires_at": null,
"in_reply_to_account_acct": null,
"local": false,
"parent_visible": false,
"pinned_at": null,
"spoiler_text": {
"text/plain": ""
},
"thread_muted": false
},
"spoiler_text": "",
"akkoma": {
"in_reply_to_apid": null,
"quote_apid": null,
"source": null
},
"uri": "http://pasture-one-actor/object/MxZLzxYaL0k",
"pinned": false,
"quote": null,
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": null,
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2025-12-07T10:07:21.000Z",
"display_name": "Test Actor",
"emojis": [],
"fields": [],
"followers_count": 0,
"following_count": 0,
"fqn": "actor@pasture-one-actor",
"header": "http://akkoma/images/banner.png",
"header_static": "http://akkoma/images/banner.png",
"id": "B10Au9bh87eHgMGfdA",
"last_status_at": "2025-12-07",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture-one-actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 75,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"poll": null,
"id": "B10B4sPHQ7qjWQZe6a",
"text": null,
"mentions": [
{
"acct": "witch",
"id": "B10AlwS7ELx9KRdGjY",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"content": "no comment in attachment; reused image",
"emoji_reactions": [],
"quote_id": null,
"media_attachments": [
{
"blurhash": null,
"description": null,
"id": "-751667840",
"pleroma": {
"mime_type": "application/octet-stream"
},
"preview_url": "http://pasture-one-actor/assets/FediverseLogo.png",
"remote_url": "http://pasture-one-actor/assets/FediverseLogo.png",
"text_url": "http://pasture-one-actor/assets/FediverseLogo.png",
"type": "image",
"url": "http://pasture-one-actor/assets/FediverseLogo.png"
}
],
"favourites_count": 0,
"reblogs_count": 0,
"in_reply_to_account_id": null,
"tags": [],
"in_reply_to_id": null,
"application": null,
"sensitive": false,
"bookmarked": false,
"replies_count": 0,
"emojis": [],
"reblog": null,
"url": "http://pasture-one-actor/object/MxZLzxYaL0k",
"muted": false,
"created_at": "2025-12-07T10:09:17.000Z",
"language": null
}