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/_Gy12ivvqq4",
"published": "2025-11-21T12:37:51Z",
"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/HSSZkiwHP84",
"published": "2025-11-21T12:37:51Z",
"content": "no description",
"attachment": {
"type": "Image",
"url": "http://pasture-one-actor/images/7b67c101-35cb-4266-9cfb-316ceb9749b9.png"
}
}
}
akkoma
{
"visibility": "public",
"replies_count": 0,
"bookmarked": false,
"pleroma": {
"content": {
"text/plain": "no description"
},
"context": "http://pasture-one-actor/object/HSSZkiwHP84",
"conversation_id": 1680979127,
"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": "",
"uri": "http://pasture-one-actor/object/HSSZkiwHP84",
"quote": null,
"media_attachments": [
{
"blurhash": null,
"description": null,
"id": "698523831",
"pleroma": {
"mime_type": "application/octet-stream"
},
"preview_url": "http://pasture-one-actor/images/7b67c101-35cb-4266-9cfb-316ceb9749b9.png",
"remote_url": "http://pasture-one-actor/images/7b67c101-35cb-4266-9cfb-316ceb9749b9.png",
"text_url": "http://pasture-one-actor/images/7b67c101-35cb-4266-9cfb-316ceb9749b9.png",
"type": "unknown",
"url": "http://pasture-one-actor/images/7b67c101-35cb-4266-9cfb-316ceb9749b9.png"
}
],
"card": null,
"edited_at": null,
"id": "B0TE7HgGOaxIcpdnCS",
"muted": false,
"emoji_reactions": [],
"in_reply_to_account_id": null,
"reblogged": false,
"created_at": "2025-11-21T12:37:51.000Z",
"text": null,
"reblogs_count": 0,
"pinned": false,
"url": "http://pasture-one-actor/object/HSSZkiwHP84",
"content": "no description",
"reblog": null,
"application": null,
"mentions": [
{
"acct": "witch",
"id": "B0TDowPe9Kl5nAMTb6",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"poll": null,
"sensitive": false,
"quote_id": null,
"akkoma": {
"source": null
},
"in_reply_to_id": null,
"emojis": [],
"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-11-21T12:35:58.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": "B0TDwqmxWasKKEnVJI",
"last_status_at": "2025-11-21",
"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"
},
"tags": [],
"language": null,
"favourited": false,
"favourites_count": 0
}
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/fuw_9Ebh5ds",
"published": "2025-11-21T12:37:52Z",
"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/c6AgS3sNOHc",
"published": "2025-11-21T12:37:52Z",
"content": "name, summary and content",
"attachment": {
"type": "Image",
"url": "http://pasture-one-actor/images/ec03e8f5-4859-481d-8512-599541dd4396.png",
"name": "name",
"summary": "summary",
"content": "content"
}
}
}
akkoma
{
"visibility": "public",
"replies_count": 0,
"bookmarked": false,
"pleroma": {
"content": {
"text/plain": "name, summary and content"
},
"context": "http://pasture-one-actor/object/c6AgS3sNOHc",
"conversation_id": 1099185951,
"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": "",
"uri": "http://pasture-one-actor/object/c6AgS3sNOHc",
"quote": null,
"media_attachments": [
{
"blurhash": null,
"description": "name",
"id": "925609945",
"pleroma": {
"mime_type": "application/octet-stream"
},
"preview_url": "http://pasture-one-actor/images/ec03e8f5-4859-481d-8512-599541dd4396.png",
"remote_url": "http://pasture-one-actor/images/ec03e8f5-4859-481d-8512-599541dd4396.png",
"text_url": "http://pasture-one-actor/images/ec03e8f5-4859-481d-8512-599541dd4396.png",
"type": "unknown",
"url": "http://pasture-one-actor/images/ec03e8f5-4859-481d-8512-599541dd4396.png"
}
],
"card": null,
"edited_at": null,
"id": "B0TE7KxkC3iknuqIMa",
"muted": false,
"emoji_reactions": [],
"in_reply_to_account_id": null,
"reblogged": false,
"created_at": "2025-11-21T12:37:52.000Z",
"text": null,
"reblogs_count": 0,
"pinned": false,
"url": "http://pasture-one-actor/object/c6AgS3sNOHc",
"content": "name, summary and content",
"reblog": null,
"application": null,
"mentions": [
{
"acct": "witch",
"id": "B0TDowPe9Kl5nAMTb6",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"poll": null,
"sensitive": false,
"quote_id": null,
"akkoma": {
"source": null
},
"in_reply_to_id": null,
"emojis": [],
"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-11-21T12:35:58.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": "B0TDwqmxWasKKEnVJI",
"last_status_at": "2025-11-21",
"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"
},
"tags": [],
"language": null,
"favourited": false,
"favourites_count": 0
}
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/LXQkmJ7Rbbc",
"published": "2025-11-21T12:37:53Z",
"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/cdljGjGxWj0",
"published": "2025-11-21T12:37:53Z",
"content": "only name",
"attachment": [
{
"type": "Image",
"url": "http://pasture-one-actor/assets/FediverseLogo.png",
"name": "name",
"imageType": "image/jpeg"
}
]
}
}
akkoma
{
"visibility": "public",
"replies_count": 0,
"bookmarked": false,
"pleroma": {
"content": {
"text/plain": "only name"
},
"context": "http://pasture-one-actor/object/cdljGjGxWj0",
"conversation_id": 1791685936,
"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": "",
"uri": "http://pasture-one-actor/object/cdljGjGxWj0",
"quote": 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": "unknown",
"url": "http://pasture-one-actor/assets/FediverseLogo.png"
}
],
"card": null,
"edited_at": null,
"id": "B0TE7OGduFcX3Ohvjk",
"muted": false,
"emoji_reactions": [],
"in_reply_to_account_id": null,
"reblogged": false,
"created_at": "2025-11-21T12:37:53.000Z",
"text": null,
"reblogs_count": 0,
"pinned": false,
"url": "http://pasture-one-actor/object/cdljGjGxWj0",
"content": "only name",
"reblog": null,
"application": null,
"mentions": [
{
"acct": "witch",
"id": "B0TDowPe9Kl5nAMTb6",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"poll": null,
"sensitive": false,
"quote_id": null,
"akkoma": {
"source": null
},
"in_reply_to_id": null,
"emojis": [],
"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-11-21T12:35:58.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": "B0TDwqmxWasKKEnVJI",
"last_status_at": "2025-11-21",
"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"
},
"tags": [],
"language": null,
"favourited": false,
"favourites_count": 0
}
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/hVYonQVABm0",
"published": "2025-11-21T12:37:53Z",
"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/5Ros3yBtWc8",
"published": "2025-11-21T12:37:53Z",
"content": "only summary",
"attachment": {
"type": "Image",
"url": "http://pasture-one-actor/images/d59e98f5-b7f0-4cf8-ad56-9b6eb57d28b3.png",
"summary": "summary"
}
}
}
akkoma
{
"visibility": "public",
"replies_count": 0,
"bookmarked": false,
"pleroma": {
"content": {
"text/plain": "only summary"
},
"context": "http://pasture-one-actor/object/5Ros3yBtWc8",
"conversation_id": 85950803,
"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": "",
"uri": "http://pasture-one-actor/object/5Ros3yBtWc8",
"quote": null,
"media_attachments": [
{
"blurhash": null,
"description": null,
"id": "1059120330",
"pleroma": {
"mime_type": "application/octet-stream"
},
"preview_url": "http://pasture-one-actor/images/d59e98f5-b7f0-4cf8-ad56-9b6eb57d28b3.png",
"remote_url": "http://pasture-one-actor/images/d59e98f5-b7f0-4cf8-ad56-9b6eb57d28b3.png",
"text_url": "http://pasture-one-actor/images/d59e98f5-b7f0-4cf8-ad56-9b6eb57d28b3.png",
"type": "unknown",
"url": "http://pasture-one-actor/images/d59e98f5-b7f0-4cf8-ad56-9b6eb57d28b3.png"
}
],
"card": null,
"edited_at": null,
"id": "B0TE7RkAyu1jprY3ge",
"muted": false,
"emoji_reactions": [],
"in_reply_to_account_id": null,
"reblogged": false,
"created_at": "2025-11-21T12:37:53.000Z",
"text": null,
"reblogs_count": 0,
"pinned": false,
"url": "http://pasture-one-actor/object/5Ros3yBtWc8",
"content": "only summary",
"reblog": null,
"application": null,
"mentions": [
{
"acct": "witch",
"id": "B0TDowPe9Kl5nAMTb6",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"poll": null,
"sensitive": false,
"quote_id": null,
"akkoma": {
"source": null
},
"in_reply_to_id": null,
"emojis": [],
"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-11-21T12:35:58.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": "B0TDwqmxWasKKEnVJI",
"last_status_at": "2025-11-21",
"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"
},
"tags": [],
"language": null,
"favourited": false,
"favourites_count": 0
}
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/OshSntEKm28",
"published": "2025-11-21T12:37:54Z",
"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/FUate9gHmF0",
"published": "2025-11-21T12:37:54Z",
"content": "only content",
"attachment": {
"type": "Image",
"url": "http://pasture-one-actor/images/ff9ed2f5-b6a2-49c1-b7db-d8af86ef8da2.png",
"content": "content"
}
}
}
akkoma
{
"visibility": "public",
"replies_count": 0,
"bookmarked": false,
"pleroma": {
"content": {
"text/plain": "only content"
},
"context": "http://pasture-one-actor/object/FUate9gHmF0",
"conversation_id": 1901163852,
"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": "",
"uri": "http://pasture-one-actor/object/FUate9gHmF0",
"quote": null,
"media_attachments": [
{
"blurhash": null,
"description": null,
"id": "-1149261220",
"pleroma": {
"mime_type": "application/octet-stream"
},
"preview_url": "http://pasture-one-actor/images/ff9ed2f5-b6a2-49c1-b7db-d8af86ef8da2.png",
"remote_url": "http://pasture-one-actor/images/ff9ed2f5-b6a2-49c1-b7db-d8af86ef8da2.png",
"text_url": "http://pasture-one-actor/images/ff9ed2f5-b6a2-49c1-b7db-d8af86ef8da2.png",
"type": "unknown",
"url": "http://pasture-one-actor/images/ff9ed2f5-b6a2-49c1-b7db-d8af86ef8da2.png"
}
],
"card": null,
"edited_at": null,
"id": "B0TE7VFTwxqqhpDbOq",
"muted": false,
"emoji_reactions": [],
"in_reply_to_account_id": null,
"reblogged": false,
"created_at": "2025-11-21T12:37:54.000Z",
"text": null,
"reblogs_count": 0,
"pinned": false,
"url": "http://pasture-one-actor/object/FUate9gHmF0",
"content": "only content",
"reblog": null,
"application": null,
"mentions": [
{
"acct": "witch",
"id": "B0TDowPe9Kl5nAMTb6",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"poll": null,
"sensitive": false,
"quote_id": null,
"akkoma": {
"source": null
},
"in_reply_to_id": null,
"emojis": [],
"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-11-21T12:35:58.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": "B0TDwqmxWasKKEnVJI",
"last_status_at": "2025-11-21",
"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"
},
"tags": [],
"language": null,
"favourited": false,
"favourites_count": 0
}
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/WQDzMX46S7k",
"published": "2025-11-21T12:37:54Z",
"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/_Je9SONNeW8",
"published": "2025-11-21T12:37:54Z",
"content": "no comment in attachment; reused image",
"attachment": [
{
"type": "Image",
"url": "http://pasture-one-actor/assets/FediverseLogo.png"
}
]
}
}
akkoma
{
"visibility": "public",
"replies_count": 0,
"bookmarked": false,
"pleroma": {
"content": {
"text/plain": "no comment in attachment; reused image"
},
"context": "http://pasture-one-actor/object/_Je9SONNeW8",
"conversation_id": 827868624,
"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": "",
"uri": "http://pasture-one-actor/object/_Je9SONNeW8",
"quote": 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": "unknown",
"url": "http://pasture-one-actor/assets/FediverseLogo.png"
}
],
"card": null,
"edited_at": null,
"id": "B0TE7YhF8Cq9OnEJaS",
"muted": false,
"emoji_reactions": [],
"in_reply_to_account_id": null,
"reblogged": false,
"created_at": "2025-11-21T12:37:54.000Z",
"text": null,
"reblogs_count": 0,
"pinned": false,
"url": "http://pasture-one-actor/object/_Je9SONNeW8",
"content": "no comment in attachment; reused image",
"reblog": null,
"application": null,
"mentions": [
{
"acct": "witch",
"id": "B0TDowPe9Kl5nAMTb6",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"poll": null,
"sensitive": false,
"quote_id": null,
"akkoma": {
"source": null
},
"in_reply_to_id": null,
"emojis": [],
"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-11-21T12:35:58.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": "B0TDwqmxWasKKEnVJI",
"last_status_at": "2025-11-21",
"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"
},
"tags": [],
"language": null,
"favourited": false,
"favourites_count": 0
}