Skip to content

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": [
    "http://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/activity/UMAKOOWSB9I",
  "published": "2025-10-14T09:00:28Z",
  "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/4nfPAVil9Dk",
    "published": "2025-10-14T09:00:28Z",
    "content": "no description",
    "attachment": {
      "type": "Image",
      "url": "http://pasture-one-actor/images/5a128a41-155e-4f08-b75f-2a42b07cc74c.png"
    }
  }
}
akkoma
{
  "visibility": "public",
  "replies_count": 0,
  "bookmarked": false,
  "pleroma": {
    "content": {
      "text/plain": "no description"
    },
    "context": "http://pasture-one-actor/object/4nfPAVil9Dk",
    "conversation_id": 693873742,
    "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/4nfPAVil9Dk",
  "quote": null,
  "media_attachments": [
    {
      "blurhash": null,
      "description": null,
      "id": "209633105",
      "pleroma": {
        "mime_type": "application/octet-stream"
      },
      "preview_url": "http://pasture-one-actor/images/5a128a41-155e-4f08-b75f-2a42b07cc74c.png",
      "remote_url": "http://pasture-one-actor/images/5a128a41-155e-4f08-b75f-2a42b07cc74c.png",
      "text_url": "http://pasture-one-actor/images/5a128a41-155e-4f08-b75f-2a42b07cc74c.png",
      "type": "unknown",
      "url": "http://pasture-one-actor/images/5a128a41-155e-4f08-b75f-2a42b07cc74c.png"
    }
  ],
  "card": null,
  "edited_at": null,
  "id": "AzC9BtDUBIoNqF3fHc",
  "muted": false,
  "emoji_reactions": [],
  "in_reply_to_account_id": null,
  "reblogged": false,
  "created_at": "2025-10-14T09:00:28.000Z",
  "text": null,
  "reblogs_count": 0,
  "pinned": false,
  "url": "http://pasture-one-actor/object/4nfPAVil9Dk",
  "content": "no description",
  "reblog": null,
  "application": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "AzC8swYwaUNrXx8owS",
      "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-10-14T08:58:34.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": "AzC91MZuftkZihWr56",
    "last_status_at": "2025-10-14",
    "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": [
    "http://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/activity/rTHqt1asGyw",
  "published": "2025-10-14T09:00:29Z",
  "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/ZI1UVNbAg-w",
    "published": "2025-10-14T09:00:29Z",
    "content": "name, summary and content",
    "attachment": {
      "type": "Image",
      "url": "http://pasture-one-actor/images/fecc3b1c-9569-43db-ae96-30e85f4a8c91.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/ZI1UVNbAg-w",
    "conversation_id": 1992540253,
    "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/ZI1UVNbAg-w",
  "quote": null,
  "media_attachments": [
    {
      "blurhash": null,
      "description": "name",
      "id": "492197736",
      "pleroma": {
        "mime_type": "application/octet-stream"
      },
      "preview_url": "http://pasture-one-actor/images/fecc3b1c-9569-43db-ae96-30e85f4a8c91.png",
      "remote_url": "http://pasture-one-actor/images/fecc3b1c-9569-43db-ae96-30e85f4a8c91.png",
      "text_url": "http://pasture-one-actor/images/fecc3b1c-9569-43db-ae96-30e85f4a8c91.png",
      "type": "unknown",
      "url": "http://pasture-one-actor/images/fecc3b1c-9569-43db-ae96-30e85f4a8c91.png"
    }
  ],
  "card": null,
  "edited_at": null,
  "id": "AzC9BwhNEdVAdo44mm",
  "muted": false,
  "emoji_reactions": [],
  "in_reply_to_account_id": null,
  "reblogged": false,
  "created_at": "2025-10-14T09:00:29.000Z",
  "text": null,
  "reblogs_count": 0,
  "pinned": false,
  "url": "http://pasture-one-actor/object/ZI1UVNbAg-w",
  "content": "name, summary and content",
  "reblog": null,
  "application": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "AzC8swYwaUNrXx8owS",
      "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-10-14T08:58:34.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": "AzC91MZuftkZihWr56",
    "last_status_at": "2025-10-14",
    "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": [
    "http://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/activity/lpYxt5Jt0ec",
  "published": "2025-10-14T09:00:30Z",
  "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/VlQ55j3vO1c",
    "published": "2025-10-14T09:00:30Z",
    "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/VlQ55j3vO1c",
    "conversation_id": 1564086866,
    "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/VlQ55j3vO1c",
  "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": "AzC9C0HduFIPlA3aEa",
  "muted": false,
  "emoji_reactions": [],
  "in_reply_to_account_id": null,
  "reblogged": false,
  "created_at": "2025-10-14T09:00:30.000Z",
  "text": null,
  "reblogs_count": 0,
  "pinned": false,
  "url": "http://pasture-one-actor/object/VlQ55j3vO1c",
  "content": "only name",
  "reblog": null,
  "application": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "AzC8swYwaUNrXx8owS",
      "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-10-14T08:58:34.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": "AzC91MZuftkZihWr56",
    "last_status_at": "2025-10-14",
    "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": [
    "http://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/activity/QNDlepIM83o",
  "published": "2025-10-14T09:00:30Z",
  "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/EhmLqsQ4Z9k",
    "published": "2025-10-14T09:00:30Z",
    "content": "only summary",
    "attachment": {
      "type": "Image",
      "url": "http://pasture-one-actor/images/7cef5d56-2fa1-475d-89ae-79664c0b2eac.png",
      "name": "name",
      "summary": "summary",
      "content": "content"
    }
  }
}
akkoma
{
  "visibility": "public",
  "replies_count": 0,
  "bookmarked": false,
  "pleroma": {
    "content": {
      "text/plain": "only summary"
    },
    "context": "http://pasture-one-actor/object/EhmLqsQ4Z9k",
    "conversation_id": 37911708,
    "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/EhmLqsQ4Z9k",
  "quote": null,
  "media_attachments": [
    {
      "blurhash": null,
      "description": "name",
      "id": "2021500967",
      "pleroma": {
        "mime_type": "application/octet-stream"
      },
      "preview_url": "http://pasture-one-actor/images/7cef5d56-2fa1-475d-89ae-79664c0b2eac.png",
      "remote_url": "http://pasture-one-actor/images/7cef5d56-2fa1-475d-89ae-79664c0b2eac.png",
      "text_url": "http://pasture-one-actor/images/7cef5d56-2fa1-475d-89ae-79664c0b2eac.png",
      "type": "unknown",
      "url": "http://pasture-one-actor/images/7cef5d56-2fa1-475d-89ae-79664c0b2eac.png"
    }
  ],
  "card": null,
  "edited_at": null,
  "id": "AzC9C3f9LIskEw4tn6",
  "muted": false,
  "emoji_reactions": [],
  "in_reply_to_account_id": null,
  "reblogged": false,
  "created_at": "2025-10-14T09:00:30.000Z",
  "text": null,
  "reblogs_count": 0,
  "pinned": false,
  "url": "http://pasture-one-actor/object/EhmLqsQ4Z9k",
  "content": "only summary",
  "reblog": null,
  "application": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "AzC8swYwaUNrXx8owS",
      "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-10-14T08:58:34.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": "AzC91MZuftkZihWr56",
    "last_status_at": "2025-10-14",
    "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": [
    "http://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/activity/5-KktxvN1EM",
  "published": "2025-10-14T09:00:31Z",
  "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/EWC6DSX6P3A",
    "published": "2025-10-14T09:00:31Z",
    "content": "only content",
    "attachment": {
      "type": "Image",
      "url": "http://pasture-one-actor/images/ad2d05f8-c7cd-4a4d-9343-35d373b58672.png",
      "content": "content"
    }
  }
}
akkoma
{
  "visibility": "public",
  "replies_count": 0,
  "bookmarked": false,
  "pleroma": {
    "content": {
      "text/plain": "only content"
    },
    "context": "http://pasture-one-actor/object/EWC6DSX6P3A",
    "conversation_id": 439677171,
    "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/EWC6DSX6P3A",
  "quote": null,
  "media_attachments": [
    {
      "blurhash": null,
      "description": null,
      "id": "187483078",
      "pleroma": {
        "mime_type": "application/octet-stream"
      },
      "preview_url": "http://pasture-one-actor/images/ad2d05f8-c7cd-4a4d-9343-35d373b58672.png",
      "remote_url": "http://pasture-one-actor/images/ad2d05f8-c7cd-4a4d-9343-35d373b58672.png",
      "text_url": "http://pasture-one-actor/images/ad2d05f8-c7cd-4a4d-9343-35d373b58672.png",
      "type": "unknown",
      "url": "http://pasture-one-actor/images/ad2d05f8-c7cd-4a4d-9343-35d373b58672.png"
    }
  ],
  "card": null,
  "edited_at": null,
  "id": "AzC9C7A6KgQH5na9x2",
  "muted": false,
  "emoji_reactions": [],
  "in_reply_to_account_id": null,
  "reblogged": false,
  "created_at": "2025-10-14T09:00:31.000Z",
  "text": null,
  "reblogs_count": 0,
  "pinned": false,
  "url": "http://pasture-one-actor/object/EWC6DSX6P3A",
  "content": "only content",
  "reblog": null,
  "application": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "AzC8swYwaUNrXx8owS",
      "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-10-14T08:58:34.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": "AzC91MZuftkZihWr56",
    "last_status_at": "2025-10-14",
    "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": [
    "http://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/activity/XOld6K5CQU0",
  "published": "2025-10-14T09:00:31Z",
  "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/jpk2GYYPLB0",
    "published": "2025-10-14T09:00:31Z",
    "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/jpk2GYYPLB0",
    "conversation_id": 687232663,
    "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/jpk2GYYPLB0",
  "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": "AzC9CAjJ4FMm9r4ok4",
  "muted": false,
  "emoji_reactions": [],
  "in_reply_to_account_id": null,
  "reblogged": false,
  "created_at": "2025-10-14T09:00:31.000Z",
  "text": null,
  "reblogs_count": 0,
  "pinned": false,
  "url": "http://pasture-one-actor/object/jpk2GYYPLB0",
  "content": "no comment in attachment; reused image",
  "reblog": null,
  "application": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "AzC8swYwaUNrXx8owS",
      "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-10-14T08:58:34.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": "AzC91MZuftkZihWr56",
    "last_status_at": "2025-10-14",
    "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
}