Skip to content

Content Warnings

Content Warnings are set using sensitive, then summary seems to be used as a spoiler text.

The last three examples are an attempt to add a content warning to an image.

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/MmGOi18piWM",
  "published": "2025-12-07T10:08:00Z",
  "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/1g4CjsgzWuU",
    "published": "2025-12-07T10:08:00Z",
    "content": "text",
    "sensitive": true
  }
}
akkoma
{
  "favourited": false,
  "edited_at": null,
  "card": null,
  "reblogged": false,
  "visibility": "public",
  "pleroma": {
    "content": {
      "text/plain": "text"
    },
    "context": "http://pasture-one-actor/object/1g4CjsgzWuU",
    "conversation_id": 526763788,
    "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/1g4CjsgzWuU",
  "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": 46,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "poll": null,
  "id": "B10AxkWmJfDd3ggOQa",
  "text": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "B10AlwS7ELx9KRdGjY",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "text",
  "emoji_reactions": [],
  "quote_id": null,
  "media_attachments": [],
  "favourites_count": 0,
  "reblogs_count": 0,
  "in_reply_to_account_id": null,
  "tags": [],
  "in_reply_to_id": null,
  "application": null,
  "sensitive": true,
  "bookmarked": false,
  "replies_count": 0,
  "emojis": [],
  "reblog": null,
  "url": "http://pasture-one-actor/object/1g4CjsgzWuU",
  "muted": false,
  "created_at": "2025-12-07T10:08:00.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/Rhemjniovvk",
  "published": "2025-12-07T10:08:00Z",
  "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/g5-RFSGNPAA",
    "published": "2025-12-07T10:08:00Z",
    "content": "text",
    "summary": "summary"
  }
}
akkoma
{
  "favourited": false,
  "edited_at": null,
  "card": null,
  "reblogged": false,
  "visibility": "public",
  "pleroma": {
    "content": {
      "text/plain": "text"
    },
    "context": "http://pasture-one-actor/object/g5-RFSGNPAA",
    "conversation_id": 393962658,
    "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": "summary"
    },
    "thread_muted": false
  },
  "spoiler_text": "summary",
  "akkoma": {
    "in_reply_to_apid": null,
    "quote_apid": null,
    "source": null
  },
  "uri": "http://pasture-one-actor/object/g5-RFSGNPAA",
  "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": 47,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "poll": null,
  "id": "B10Axo11LgBzsLr5U0",
  "text": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "B10AlwS7ELx9KRdGjY",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "text",
  "emoji_reactions": [],
  "quote_id": null,
  "media_attachments": [],
  "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/g5-RFSGNPAA",
  "muted": false,
  "created_at": "2025-12-07T10:08:00.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/QwjyDyjVU9c",
  "published": "2025-12-07T10:08:01Z",
  "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/EmXSxv89WhY",
    "published": "2025-12-07T10:08:01Z",
    "content": "text",
    "summary": "summary",
    "sensitive": true
  }
}
akkoma
{
  "favourited": false,
  "edited_at": null,
  "card": null,
  "reblogged": false,
  "visibility": "public",
  "pleroma": {
    "content": {
      "text/plain": "text"
    },
    "context": "http://pasture-one-actor/object/EmXSxv89WhY",
    "conversation_id": 1709483653,
    "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": "summary"
    },
    "thread_muted": false
  },
  "spoiler_text": "summary",
  "akkoma": {
    "in_reply_to_apid": null,
    "quote_apid": null,
    "source": null
  },
  "uri": "http://pasture-one-actor/object/EmXSxv89WhY",
  "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": 48,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "poll": null,
  "id": "B10AxrbI1HzEzhqavo",
  "text": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "B10AlwS7ELx9KRdGjY",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "text",
  "emoji_reactions": [],
  "quote_id": null,
  "media_attachments": [],
  "favourites_count": 0,
  "reblogs_count": 0,
  "in_reply_to_account_id": null,
  "tags": [],
  "in_reply_to_id": null,
  "application": null,
  "sensitive": true,
  "bookmarked": false,
  "replies_count": 0,
  "emojis": [],
  "reblog": null,
  "url": "http://pasture-one-actor/object/EmXSxv89WhY",
  "muted": false,
  "created_at": "2025-12-07T10:08:01.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/kA6TaIbGydA",
  "published": "2025-12-07T10:08:01Z",
  "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/jY9_gmW4AnI",
    "published": "2025-12-07T10:08:01Z",
    "content": "see image",
    "attachment": {
      "type": "Image",
      "sensitive": true,
      "url": "http://pasture-one-actor/images/w001.png"
    }
  }
}
akkoma
{
  "favourited": false,
  "edited_at": null,
  "card": null,
  "reblogged": false,
  "visibility": "public",
  "pleroma": {
    "content": {
      "text/plain": "see image"
    },
    "context": "http://pasture-one-actor/object/jY9_gmW4AnI",
    "conversation_id": 1340485984,
    "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/jY9_gmW4AnI",
  "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": 49,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "poll": null,
  "id": "B10AxvCybcuoBSVEae",
  "text": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "B10AlwS7ELx9KRdGjY",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "see image",
  "emoji_reactions": [],
  "quote_id": null,
  "media_attachments": [
    {
      "blurhash": null,
      "description": null,
      "id": "-1067136380",
      "pleroma": {
        "mime_type": "application/octet-stream"
      },
      "preview_url": "http://pasture-one-actor/images/w001.png",
      "remote_url": "http://pasture-one-actor/images/w001.png",
      "text_url": "http://pasture-one-actor/images/w001.png",
      "type": "image",
      "url": "http://pasture-one-actor/images/w001.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/jY9_gmW4AnI",
  "muted": false,
  "created_at": "2025-12-07T10:08:01.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/HRLqrLrFh2E",
  "published": "2025-12-07T10:08:02Z",
  "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/WReoBiSfx3E",
    "published": "2025-12-07T10:08:02Z",
    "content": "see image",
    "sensitive": true,
    "attachment": {
      "type": "Image",
      "sensitive": true,
      "url": "http://pasture-one-actor/images/w002.png"
    }
  }
}
akkoma
{
  "favourited": false,
  "edited_at": null,
  "card": null,
  "reblogged": false,
  "visibility": "public",
  "pleroma": {
    "content": {
      "text/plain": "see image"
    },
    "context": "http://pasture-one-actor/object/WReoBiSfx3E",
    "conversation_id": 2061150586,
    "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/WReoBiSfx3E",
  "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": 50,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "poll": null,
  "id": "B10AxycxtSUCmvgX0y",
  "text": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "B10AlwS7ELx9KRdGjY",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "see image",
  "emoji_reactions": [],
  "quote_id": null,
  "media_attachments": [
    {
      "blurhash": null,
      "description": null,
      "id": "1780828860",
      "pleroma": {
        "mime_type": "application/octet-stream"
      },
      "preview_url": "http://pasture-one-actor/images/w002.png",
      "remote_url": "http://pasture-one-actor/images/w002.png",
      "text_url": "http://pasture-one-actor/images/w002.png",
      "type": "image",
      "url": "http://pasture-one-actor/images/w002.png"
    }
  ],
  "favourites_count": 0,
  "reblogs_count": 0,
  "in_reply_to_account_id": null,
  "tags": [],
  "in_reply_to_id": null,
  "application": null,
  "sensitive": true,
  "bookmarked": false,
  "replies_count": 0,
  "emojis": [],
  "reblog": null,
  "url": "http://pasture-one-actor/object/WReoBiSfx3E",
  "muted": false,
  "created_at": "2025-12-07T10:08:02.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/Rwv2Z719-QU",
  "published": "2025-12-07T10:08:03Z",
  "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/b5TJXpQ3b6k",
    "published": "2025-12-07T10:08:03Z",
    "content": "see image",
    "attachment": {
      "content": "content",
      "type": "Image",
      "sensitive": true,
      "url": "http://pasture-one-actor/images/w003.png"
    }
  }
}
akkoma
{
  "favourited": false,
  "edited_at": null,
  "card": null,
  "reblogged": false,
  "visibility": "public",
  "pleroma": {
    "content": {
      "text/plain": "see image"
    },
    "context": "http://pasture-one-actor/object/b5TJXpQ3b6k",
    "conversation_id": 1232341633,
    "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/b5TJXpQ3b6k",
  "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": 51,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "poll": null,
  "id": "B10Ay207LpmxFbXZ1E",
  "text": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "B10AlwS7ELx9KRdGjY",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "see image",
  "emoji_reactions": [],
  "quote_id": null,
  "media_attachments": [
    {
      "blurhash": null,
      "description": null,
      "id": "1600079368",
      "pleroma": {
        "mime_type": "application/octet-stream"
      },
      "preview_url": "http://pasture-one-actor/images/w003.png",
      "remote_url": "http://pasture-one-actor/images/w003.png",
      "text_url": "http://pasture-one-actor/images/w003.png",
      "type": "image",
      "url": "http://pasture-one-actor/images/w003.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/b5TJXpQ3b6k",
  "muted": false,
  "created_at": "2025-12-07T10:08:03.000Z",
  "language": null
}

Example 7

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/iH0UeltLzKQ",
  "published": "2025-12-07T10:08:03Z",
  "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/Wfp3SloaT7o",
    "published": "2025-12-07T10:08:03Z",
    "content": "see image",
    "attachment": {
      "type": "Image",
      "summary": "summary",
      "sensitive": true,
      "url": "http://pasture-one-actor/images/w004.png"
    }
  }
}
akkoma
{
  "favourited": false,
  "edited_at": null,
  "card": null,
  "reblogged": false,
  "visibility": "public",
  "pleroma": {
    "content": {
      "text/plain": "see image"
    },
    "context": "http://pasture-one-actor/object/Wfp3SloaT7o",
    "conversation_id": 436122158,
    "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/Wfp3SloaT7o",
  "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": 52,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "poll": null,
  "id": "B10Ay5SaURLPylsqJM",
  "text": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "B10AlwS7ELx9KRdGjY",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "see image",
  "emoji_reactions": [],
  "quote_id": null,
  "media_attachments": [
    {
      "blurhash": null,
      "description": "summary",
      "id": "663485287",
      "pleroma": {
        "mime_type": "application/octet-stream"
      },
      "preview_url": "http://pasture-one-actor/images/w004.png",
      "remote_url": "http://pasture-one-actor/images/w004.png",
      "text_url": "http://pasture-one-actor/images/w004.png",
      "type": "image",
      "url": "http://pasture-one-actor/images/w004.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/Wfp3SloaT7o",
  "muted": false,
  "created_at": "2025-12-07T10:08:03.000Z",
  "language": null
}