Skip to content

HTML tags in summary

Here we analyze, which types of HTML tags are allowed inside the summary field.

As the content field, the [summary field(https://www.w3.org/TR/activitystreams-vocabulary/#dfn-summary) is described as

A natural language summarization of the object encoded as HTML.

This is a somewhat petulant table as most Fediverse applications treat the summary field as a plain text content warning.

Sanitizing fields is desired behavior as seen in Section B.10 of ActivityPub.

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/bHhWwbeTaC8",
  "published": "2025-08-15T09:49:10Z",
  "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/uxMNy7Fy3Nw",
    "published": "2025-08-15T09:49:10Z",
    "summary": "<b>bold</b>",
    "content": "See summary"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/object/uxMNy7Fy3Nw",
    "conversation_id": 1655946504,
    "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": "<b>bold</b>"
    },
    "thread_muted": false
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/object/uxMNy7Fy3Nw",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "AxBqhyBLIk9aD8iiki",
  "text": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "AxBq3USizJ0jtW54e8",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "See summary",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "<b>bold</b>",
  "media_attachments": [],
  "url": "http://pasture-one-actor/object/uxMNy7Fy3Nw",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "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-08-15T09:43:28.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": "AxBqCQ9FmuGHgEhQw4",
    "last_status_at": "2025-08-15",
    "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": 164,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-08-15T09:49:10.000Z",
  "muted": false,
  "replies_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/qXfpQjDFpt4",
  "published": "2025-08-15T09:49:11Z",
  "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/_gZbFAd12k0",
    "published": "2025-08-15T09:49:11Z",
    "summary": "<strong>strong</strong>",
    "content": "See summary"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/object/_gZbFAd12k0",
    "conversation_id": 1361424813,
    "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": "<strong>strong</strong>"
    },
    "thread_muted": false
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/object/_gZbFAd12k0",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "AxBqi22yvlqICMq6HA",
  "text": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "AxBq3USizJ0jtW54e8",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "See summary",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "<strong>strong</strong>",
  "media_attachments": [],
  "url": "http://pasture-one-actor/object/_gZbFAd12k0",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "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-08-15T09:43:28.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": "AxBqCQ9FmuGHgEhQw4",
    "last_status_at": "2025-08-15",
    "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": 165,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-08-15T09:49:11.000Z",
  "muted": false,
  "replies_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/smFaJixzJ5s",
  "published": "2025-08-15T09:49:12Z",
  "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/cSlJbOSAjs0",
    "published": "2025-08-15T09:49:12Z",
    "summary": "<i>italic</i>",
    "content": "See summary"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/object/cSlJbOSAjs0",
    "conversation_id": 2089276715,
    "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": "<i>italic</i>"
    },
    "thread_muted": false
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/object/cSlJbOSAjs0",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "AxBqi68ni4sEtZantw",
  "text": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "AxBq3USizJ0jtW54e8",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "See summary",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "<i>italic</i>",
  "media_attachments": [],
  "url": "http://pasture-one-actor/object/cSlJbOSAjs0",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "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-08-15T09:43:28.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": "AxBqCQ9FmuGHgEhQw4",
    "last_status_at": "2025-08-15",
    "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": 166,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-08-15T09:49:12.000Z",
  "muted": false,
  "replies_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/ED1S5v6lBog",
  "published": "2025-08-15T09:49:12Z",
  "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/4oq7jbbL77Q",
    "published": "2025-08-15T09:49:12Z",
    "summary": "<i>italic with.</i> See <a href=\"https://codeberg.org/helge/funfedidev/issues/142\">Issue 142</a>",
    "content": "See summary"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/object/4oq7jbbL77Q",
    "conversation_id": 421865749,
    "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": "<i>italic with.</i> See <a href=\"https://codeberg.org/helge/funfedidev/issues/142\">Issue 142</a>"
    },
    "thread_muted": false
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/object/4oq7jbbL77Q",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "AxBqiAEGVhcbZgBDyS",
  "text": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "AxBq3USizJ0jtW54e8",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "See summary",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "<i>italic with.</i> See <a href=\"https://codeberg.org/helge/funfedidev/issues/142\">Issue 142</a>",
  "media_attachments": [],
  "url": "http://pasture-one-actor/object/4oq7jbbL77Q",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "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-08-15T09:43:28.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": "AxBqCQ9FmuGHgEhQw4",
    "last_status_at": "2025-08-15",
    "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": 167,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-08-15T09:49:12.000Z",
  "muted": false,
  "replies_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/wgCRwXao5cI",
  "published": "2025-08-15T09:49:13Z",
  "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/uomyZgoFi_0",
    "published": "2025-08-15T09:49:13Z",
    "summary": "<em>emphasis</em>",
    "content": "See summary"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/object/uomyZgoFi_0",
    "conversation_id": 1714433391,
    "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": "<em>emphasis</em>"
    },
    "thread_muted": false
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/object/uomyZgoFi_0",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "AxBqiEDhfjY5x5wpea",
  "text": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "AxBq3USizJ0jtW54e8",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "See summary",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "<em>emphasis</em>",
  "media_attachments": [],
  "url": "http://pasture-one-actor/object/uomyZgoFi_0",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "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-08-15T09:43:28.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": "AxBqCQ9FmuGHgEhQw4",
    "last_status_at": "2025-08-15",
    "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": 168,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-08-15T09:49:13.000Z",
  "muted": false,
  "replies_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/Utl8qIqh57Y",
  "published": "2025-08-15T09:49: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/JGTCEZIepu4",
    "published": "2025-08-15T09:49:14Z",
    "summary": "<del>old</del><ins>new</ins>",
    "content": "See summary"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/object/JGTCEZIepu4",
    "conversation_id": 959601219,
    "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": "<del>old</del><ins>new</ins>"
    },
    "thread_muted": false
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/object/JGTCEZIepu4",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "AxBqiIJATMISdCXFj6",
  "text": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "AxBq3USizJ0jtW54e8",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "See summary",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "<del>old</del><ins>new</ins>",
  "media_attachments": [],
  "url": "http://pasture-one-actor/object/JGTCEZIepu4",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "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-08-15T09:43:28.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": "AxBqCQ9FmuGHgEhQw4",
    "last_status_at": "2025-08-15",
    "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": 169,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-08-15T09:49:14.000Z",
  "muted": false,
  "replies_count": 0
}

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/mis6hadKPZo",
  "published": "2025-08-15T09:49: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/1vKs7lgU7Uw",
    "published": "2025-08-15T09:49:14Z",
    "summary": "<s>stricken</s>",
    "content": "See summary"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/object/1vKs7lgU7Uw",
    "conversation_id": 1027496852,
    "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": "<s>stricken</s>"
    },
    "thread_muted": false
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/object/1vKs7lgU7Uw",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "AxBqiMUeuZrhbzwUC0",
  "text": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "AxBq3USizJ0jtW54e8",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "See summary",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "<s>stricken</s>",
  "media_attachments": [],
  "url": "http://pasture-one-actor/object/1vKs7lgU7Uw",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "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-08-15T09:43:28.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": "AxBqCQ9FmuGHgEhQw4",
    "last_status_at": "2025-08-15",
    "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": 170,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-08-15T09:49:14.000Z",
  "muted": false,
  "replies_count": 0
}

Example 8

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/Tc2GlxEPJUg",
  "published": "2025-08-15T09:49: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/cB4l4fWTVYQ",
    "published": "2025-08-15T09:49:15Z",
    "summary": "<mark>mark</mark>",
    "content": "See summary"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/object/cB4l4fWTVYQ",
    "conversation_id": 1211547470,
    "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": "<mark>mark</mark>"
    },
    "thread_muted": false
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/object/cB4l4fWTVYQ",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "AxBqiQO4R0yJgitHTk",
  "text": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "AxBq3USizJ0jtW54e8",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "See summary",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "<mark>mark</mark>",
  "media_attachments": [],
  "url": "http://pasture-one-actor/object/cB4l4fWTVYQ",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "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-08-15T09:43:28.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": "AxBqCQ9FmuGHgEhQw4",
    "last_status_at": "2025-08-15",
    "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": 171,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-08-15T09:49:15.000Z",
  "muted": false,
  "replies_count": 0
}

Example 9

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/idju6KJrWVU",
  "published": "2025-08-15T09:49: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/a5KKgpPax_Y",
    "published": "2025-08-15T09:49:16Z",
    "summary": "find <var>x</var> (a variable)",
    "content": "See summary"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/object/a5KKgpPax_Y",
    "conversation_id": 5471572,
    "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": "find <var>x</var> (a variable)"
    },
    "thread_muted": false
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/object/a5KKgpPax_Y",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "AxBqiUUbAgZQQ7yYD2",
  "text": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "AxBq3USizJ0jtW54e8",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "See summary",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "find <var>x</var> (a variable)",
  "media_attachments": [],
  "url": "http://pasture-one-actor/object/a5KKgpPax_Y",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "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-08-15T09:43:28.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": "AxBqCQ9FmuGHgEhQw4",
    "last_status_at": "2025-08-15",
    "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": 172,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-08-15T09:49:16.000Z",
  "muted": false,
  "replies_count": 0
}

Example 10

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/NNcQpPnCT34",
  "published": "2025-08-15T09:49: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/gz7VAXhlJyA",
    "published": "2025-08-15T09:49:16Z",
    "summary": "<ol><li>ordered</li></ol>",
    "content": "See summary"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/object/gz7VAXhlJyA",
    "conversation_id": 629831146,
    "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": "<ol><li>ordered</li></ol>"
    },
    "thread_muted": false
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/object/gz7VAXhlJyA",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "AxBqiYXE8r38xREhrU",
  "text": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "AxBq3USizJ0jtW54e8",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "See summary",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "<ol><li>ordered</li></ol>",
  "media_attachments": [],
  "url": "http://pasture-one-actor/object/gz7VAXhlJyA",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "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-08-15T09:43:28.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": "AxBqCQ9FmuGHgEhQw4",
    "last_status_at": "2025-08-15",
    "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": 173,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-08-15T09:49:16.000Z",
  "muted": false,
  "replies_count": 0
}

Example 11

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/naFdMt99o6A",
  "published": "2025-08-15T09:49: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/gGfX9s3FFXk",
    "published": "2025-08-15T09:49:17Z",
    "summary": "<ul><li>unordered</li></ul>",
    "content": "See summary"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/object/gGfX9s3FFXk",
    "conversation_id": 616219661,
    "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": "<ul><li>unordered</li></ul>"
    },
    "thread_muted": false
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/object/gGfX9s3FFXk",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "AxBqicT7W48p9rLU12",
  "text": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "AxBq3USizJ0jtW54e8",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "See summary",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "<ul><li>unordered</li></ul>",
  "media_attachments": [],
  "url": "http://pasture-one-actor/object/gGfX9s3FFXk",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "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-08-15T09:43:28.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": "AxBqCQ9FmuGHgEhQw4",
    "last_status_at": "2025-08-15",
    "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": 174,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-08-15T09:49:17.000Z",
  "muted": false,
  "replies_count": 0
}

Example 12

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/J0LlDQED2IQ",
  "published": "2025-08-15T09:49:18Z",
  "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/3eN_SlBeelI",
    "published": "2025-08-15T09:49:18Z",
    "summary": "<h1>h1</h1>",
    "content": "See summary"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/object/3eN_SlBeelI",
    "conversation_id": 1806413828,
    "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": "<h1>h1</h1>"
    },
    "thread_muted": false
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/object/3eN_SlBeelI",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "AxBqigVOVYKxg4RM7E",
  "text": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "AxBq3USizJ0jtW54e8",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "See summary",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "<h1>h1</h1>",
  "media_attachments": [],
  "url": "http://pasture-one-actor/object/3eN_SlBeelI",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "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-08-15T09:43:28.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": "AxBqCQ9FmuGHgEhQw4",
    "last_status_at": "2025-08-15",
    "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": 175,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-08-15T09:49:18.000Z",
  "muted": false,
  "replies_count": 0
}

Example 13

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/NKV_LkJvjYc",
  "published": "2025-08-15T09:49:19Z",
  "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/uWvcizmRKqo",
    "published": "2025-08-15T09:49:19Z",
    "summary": "<h2>h2</h2>",
    "content": "See summary"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/object/uWvcizmRKqo",
    "conversation_id": 379122697,
    "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": "<h2>h2</h2>"
    },
    "thread_muted": false
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/object/uWvcizmRKqo",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "AxBqikShnUYxwtDGTo",
  "text": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "AxBq3USizJ0jtW54e8",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "See summary",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "<h2>h2</h2>",
  "media_attachments": [],
  "url": "http://pasture-one-actor/object/uWvcizmRKqo",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "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-08-15T09:43:28.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": "AxBqCQ9FmuGHgEhQw4",
    "last_status_at": "2025-08-15",
    "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": 176,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-08-15T09:49:19.000Z",
  "muted": false,
  "replies_count": 0
}

Example 14

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/RUS4WBM1Q2Q",
  "published": "2025-08-15T09:49:19Z",
  "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/FyWGgYPvUd8",
    "published": "2025-08-15T09:49:19Z",
    "summary": "<h3>h3</h3>",
    "content": "See summary"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/object/FyWGgYPvUd8",
    "conversation_id": 1842803865,
    "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": "<h3>h3</h3>"
    },
    "thread_muted": false
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/object/FyWGgYPvUd8",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "AxBqiojVuwNvCB6kEa",
  "text": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "AxBq3USizJ0jtW54e8",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "See summary",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "<h3>h3</h3>",
  "media_attachments": [],
  "url": "http://pasture-one-actor/object/FyWGgYPvUd8",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "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-08-15T09:43:28.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": "AxBqCQ9FmuGHgEhQw4",
    "last_status_at": "2025-08-15",
    "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": 177,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-08-15T09:49:19.000Z",
  "muted": false,
  "replies_count": 0
}

Example 15

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/MK6jMdknY8c",
  "published": "2025-08-15T09:49:20Z",
  "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/vAR0xFZtCjw",
    "published": "2025-08-15T09:49:20Z",
    "summary": "<h4>h4</h4>",
    "content": "See summary"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/object/vAR0xFZtCjw",
    "conversation_id": 830374529,
    "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": "<h4>h4</h4>"
    },
    "thread_muted": false
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/object/vAR0xFZtCjw",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "AxBqisssU4Fg4NWHNw",
  "text": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "AxBq3USizJ0jtW54e8",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "See summary",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "<h4>h4</h4>",
  "media_attachments": [],
  "url": "http://pasture-one-actor/object/vAR0xFZtCjw",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "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-08-15T09:43:28.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": "AxBqCQ9FmuGHgEhQw4",
    "last_status_at": "2025-08-15",
    "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": 178,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-08-15T09:49:20.000Z",
  "muted": false,
  "replies_count": 0
}

Example 16

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/BAXSX7C34sI",
  "published": "2025-08-15T09:49:21Z",
  "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/dy8yO-gF9d4",
    "published": "2025-08-15T09:49:21Z",
    "summary": "<h5>h5</h5>",
    "content": "See summary"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/object/dy8yO-gF9d4",
    "conversation_id": 1728780225,
    "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": "<h5>h5</h5>"
    },
    "thread_muted": false
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/object/dy8yO-gF9d4",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "AxBqix68ohEp8fkvc8",
  "text": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "AxBq3USizJ0jtW54e8",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "See summary",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "<h5>h5</h5>",
  "media_attachments": [],
  "url": "http://pasture-one-actor/object/dy8yO-gF9d4",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "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-08-15T09:43:28.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": "AxBqCQ9FmuGHgEhQw4",
    "last_status_at": "2025-08-15",
    "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": 179,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-08-15T09:49:21.000Z",
  "muted": false,
  "replies_count": 0
}

Example 17

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/N5vqBv0R34I",
  "published": "2025-08-15T09:49:21Z",
  "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/05qC75s-OiQ",
    "published": "2025-08-15T09:49:21Z",
    "summary": "<h1>h1</h1><h2>h2</h2>",
    "content": "See summary"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/object/05qC75s-OiQ",
    "conversation_id": 1553531938,
    "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": "<h1>h1</h1><h2>h2</h2>"
    },
    "thread_muted": false
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/object/05qC75s-OiQ",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "AxBqj1ABhaqrkNgDTc",
  "text": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "AxBq3USizJ0jtW54e8",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "See summary",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "<h1>h1</h1><h2>h2</h2>",
  "media_attachments": [],
  "url": "http://pasture-one-actor/object/05qC75s-OiQ",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "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-08-15T09:43:28.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": "AxBqCQ9FmuGHgEhQw4",
    "last_status_at": "2025-08-15",
    "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": 180,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-08-15T09:49:21.000Z",
  "muted": false,
  "replies_count": 0
}

Example 18

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/nSh0O2Kr0cs",
  "published": "2025-08-15T09:49:22Z",
  "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/QlByzjBfROQ",
    "published": "2025-08-15T09:49:22Z",
    "summary": "<code>code</code>",
    "content": "See summary"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/object/QlByzjBfROQ",
    "conversation_id": 1409482860,
    "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": "<code>code</code>"
    },
    "thread_muted": false
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/object/QlByzjBfROQ",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "AxBqj5G0TtsoRaQv6O",
  "text": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "AxBq3USizJ0jtW54e8",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "See summary",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "<code>code</code>",
  "media_attachments": [],
  "url": "http://pasture-one-actor/object/QlByzjBfROQ",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "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-08-15T09:43:28.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": "AxBqCQ9FmuGHgEhQw4",
    "last_status_at": "2025-08-15",
    "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": 181,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-08-15T09:49:22.000Z",
  "muted": false,
  "replies_count": 0
}

Example 19

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/tKpgXgZqBUM",
  "published": "2025-08-15T09:49:23Z",
  "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/iWJupJ1ip1g",
    "published": "2025-08-15T09:49:23Z",
    "summary": "<pre>pre</pre>",
    "content": "See summary"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/object/iWJupJ1ip1g",
    "conversation_id": 986507251,
    "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": "<pre>pre</pre>"
    },
    "thread_muted": false
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/object/iWJupJ1ip1g",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "AxBqj9Btr6yUe0XhFw",
  "text": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "AxBq3USizJ0jtW54e8",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "See summary",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "<pre>pre</pre>",
  "media_attachments": [],
  "url": "http://pasture-one-actor/object/iWJupJ1ip1g",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "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-08-15T09:43:28.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": "AxBqCQ9FmuGHgEhQw4",
    "last_status_at": "2025-08-15",
    "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": 182,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-08-15T09:49:23.000Z",
  "muted": false,
  "replies_count": 0
}

Example 20

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/eyp8M5abTi4",
  "published": "2025-08-15T09:49:24Z",
  "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/XC26B0Irs9g",
    "published": "2025-08-15T09:49:24Z",
    "summary": "<blockquote>blockquote</blockquote>",
    "content": "See summary"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/object/XC26B0Irs9g",
    "conversation_id": 6562659,
    "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": "<blockquote>blockquote</blockquote>"
    },
    "thread_muted": false
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/object/XC26B0Irs9g",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "AxBqjDIQamZbNPcxzE",
  "text": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "AxBq3USizJ0jtW54e8",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "See summary",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "<blockquote>blockquote</blockquote>",
  "media_attachments": [],
  "url": "http://pasture-one-actor/object/XC26B0Irs9g",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "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-08-15T09:43:28.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": "AxBqCQ9FmuGHgEhQw4",
    "last_status_at": "2025-08-15",
    "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": 183,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-08-15T09:49:24.000Z",
  "muted": false,
  "replies_count": 0
}

Example 21

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/OiW6b80FBlQ",
  "published": "2025-08-15T09:49:24Z",
  "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/UyEj-dSi-jA",
    "published": "2025-08-15T09:49:24Z",
    "summary": "line<br/>break",
    "content": "See summary"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/object/UyEj-dSi-jA",
    "conversation_id": 1081775488,
    "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": "line<br/>break"
    },
    "thread_muted": false
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/object/UyEj-dSi-jA",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "AxBqjHAmBApTOq4ucC",
  "text": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "AxBq3USizJ0jtW54e8",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "See summary",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "line<br/>break",
  "media_attachments": [],
  "url": "http://pasture-one-actor/object/UyEj-dSi-jA",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "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-08-15T09:43:28.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": "AxBqCQ9FmuGHgEhQw4",
    "last_status_at": "2025-08-15",
    "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": 184,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-08-15T09:49:24.000Z",
  "muted": false,
  "replies_count": 0
}

Example 22

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/UGYuf8MSUXY",
  "published": "2025-08-15T09:49:25Z",
  "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/OUGdsQAsrtk",
    "published": "2025-08-15T09:49:25Z",
    "summary": "<p>paragraph</p>",
    "content": "See summary"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/object/OUGdsQAsrtk",
    "conversation_id": 150812748,
    "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": "<p>paragraph</p>"
    },
    "thread_muted": false
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/object/OUGdsQAsrtk",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "AxBqjLAZJt2XnM0nqa",
  "text": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "AxBq3USizJ0jtW54e8",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "See summary",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "<p>paragraph</p>",
  "media_attachments": [],
  "url": "http://pasture-one-actor/object/OUGdsQAsrtk",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "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-08-15T09:43:28.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": "AxBqCQ9FmuGHgEhQw4",
    "last_status_at": "2025-08-15",
    "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": 185,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-08-15T09:49:25.000Z",
  "muted": false,
  "replies_count": 0
}

Example 23

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/fJUked2Q0yg",
  "published": "2025-08-15T09:49:26Z",
  "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/SXdsObenpQI",
    "published": "2025-08-15T09:49:26Z",
    "summary": "<small>small</small>",
    "content": "See summary"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/object/SXdsObenpQI",
    "conversation_id": 1374001770,
    "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": "<small>small</small>"
    },
    "thread_muted": false
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/object/SXdsObenpQI",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "AxBqjPAiRHXCCy6ydE",
  "text": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "AxBq3USizJ0jtW54e8",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "See summary",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "<small>small</small>",
  "media_attachments": [],
  "url": "http://pasture-one-actor/object/SXdsObenpQI",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "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-08-15T09:43:28.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": "AxBqCQ9FmuGHgEhQw4",
    "last_status_at": "2025-08-15",
    "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": 186,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-08-15T09:49:26.000Z",
  "muted": false,
  "replies_count": 0
}

Example 24

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/c1YFbou6YX8",
  "published": "2025-08-15T09:49:26Z",
  "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/d5Bil8QWaKI",
    "published": "2025-08-15T09:49:26Z",
    "summary": "<sup>sup</sup>",
    "content": "See summary"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/object/d5Bil8QWaKI",
    "conversation_id": 1328943006,
    "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": "<sup>sup</sup>"
    },
    "thread_muted": false
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/object/d5Bil8QWaKI",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "AxBqjTElKB9Eog2GUi",
  "text": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "AxBq3USizJ0jtW54e8",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "See summary",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "<sup>sup</sup>",
  "media_attachments": [],
  "url": "http://pasture-one-actor/object/d5Bil8QWaKI",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "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-08-15T09:43:28.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": "AxBqCQ9FmuGHgEhQw4",
    "last_status_at": "2025-08-15",
    "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": 187,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-08-15T09:49:26.000Z",
  "muted": false,
  "replies_count": 0
}

Example 25

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/g7F2Y_l5MDU",
  "published": "2025-08-15T09:49:27Z",
  "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/eKMuhFtEQ8c",
    "published": "2025-08-15T09:49:27Z",
    "summary": "<sub>sub</sub>",
    "content": "See summary"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/object/eKMuhFtEQ8c",
    "conversation_id": 1593966449,
    "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": "<sub>sub</sub>"
    },
    "thread_muted": false
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/object/eKMuhFtEQ8c",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "AxBqjXVDSwgc2rlShE",
  "text": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "AxBq3USizJ0jtW54e8",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "See summary",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "<sub>sub</sub>",
  "media_attachments": [],
  "url": "http://pasture-one-actor/object/eKMuhFtEQ8c",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "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-08-15T09:43:28.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": "AxBqCQ9FmuGHgEhQw4",
    "last_status_at": "2025-08-15",
    "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": 188,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-08-15T09:49:27.000Z",
  "muted": false,
  "replies_count": 0
}

Example 26

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/gVP8z6QgmEE",
  "published": "2025-08-15T09:49: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/QEhvAag92oM",
    "published": "2025-08-15T09:49:28Z",
    "summary": "<a href='https://funfedi.dev'>funfedi</a>",
    "content": "See summary"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/object/QEhvAag92oM",
    "conversation_id": 973750209,
    "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": "<a href='https://funfedi.dev'>funfedi</a>"
    },
    "thread_muted": false
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/object/QEhvAag92oM",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "AxBqjbkxeLepErA5nE",
  "text": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "AxBq3USizJ0jtW54e8",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "See summary",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "<a href='https://funfedi.dev'>funfedi</a>",
  "media_attachments": [],
  "url": "http://pasture-one-actor/object/QEhvAag92oM",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "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-08-15T09:43:28.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": "AxBqCQ9FmuGHgEhQw4",
    "last_status_at": "2025-08-15",
    "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": 189,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-08-15T09:49:28.000Z",
  "muted": false,
  "replies_count": 0
}

Example 27

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/JGDncCp_ORg",
  "published": "2025-08-15T09:49: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/nVmrfcuU-ZI",
    "published": "2025-08-15T09:49:29Z",
    "summary": "<script>alert('hi');</script>",
    "content": "See summary"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/object/nVmrfcuU-ZI",
    "conversation_id": 502807015,
    "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": "<script>alert('hi');</script>"
    },
    "thread_muted": false
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/object/nVmrfcuU-ZI",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "AxBqjfgV2sSvQB6aOW",
  "text": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "AxBq3USizJ0jtW54e8",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "See summary",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "<script>alert('hi');</script>",
  "media_attachments": [],
  "url": "http://pasture-one-actor/object/nVmrfcuU-ZI",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "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-08-15T09:43:28.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": "AxBqCQ9FmuGHgEhQw4",
    "last_status_at": "2025-08-15",
    "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": 190,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-08-15T09:49:29.000Z",
  "muted": false,
  "replies_count": 0
}

Example 28

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/fRHcjzGuDZk",
  "published": "2025-08-15T09:49: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/Wx-eXVxlNew",
    "published": "2025-08-15T09:49:29Z",
    "summary": "<img src=\"http://pasture-one-actor/assets/nlnet.png\" alt=\"NLNET Logo\" />",
    "content": "See summary"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/object/Wx-eXVxlNew",
    "conversation_id": 1037122893,
    "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": "<img src=\"http://pasture-one-actor/assets/nlnet.png\" alt=\"NLNET Logo\" />"
    },
    "thread_muted": false
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/object/Wx-eXVxlNew",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "AxBqjjprc0KgINW7Xs",
  "text": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "AxBq3USizJ0jtW54e8",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "See summary",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "<img src=\"http://pasture-one-actor/assets/nlnet.png\" alt=\"NLNET Logo\" />",
  "media_attachments": [],
  "url": "http://pasture-one-actor/object/Wx-eXVxlNew",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "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-08-15T09:43:28.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": "AxBqCQ9FmuGHgEhQw4",
    "last_status_at": "2025-08-15",
    "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": 191,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-08-15T09:49:29.000Z",
  "muted": false,
  "replies_count": 0
}

Example 29

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/_MB7CI6OTys",
  "published": "2025-08-15T09:49: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/0tSHfIzj5UY",
    "published": "2025-08-15T09:49:30Z",
    "summary": "wbr: Fernstra\u00dfen<wbr />bau<wbr />privat<wbr />finanzierungs<wbr />gesetz",
    "content": "See summary"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/object/0tSHfIzj5UY",
    "conversation_id": 173273032,
    "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": "wbr: Fernstra\u00dfen<wbr />bau<wbr />privat<wbr />finanzierungs<wbr />gesetz"
    },
    "thread_muted": false
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/object/0tSHfIzj5UY",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "AxBqjnq0jOpKhzcIKW",
  "text": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "AxBq3USizJ0jtW54e8",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "See summary",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "wbr: Fernstra\u00dfen<wbr />bau<wbr />privat<wbr />finanzierungs<wbr />gesetz",
  "media_attachments": [],
  "url": "http://pasture-one-actor/object/0tSHfIzj5UY",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "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-08-15T09:43:28.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": "AxBqCQ9FmuGHgEhQw4",
    "last_status_at": "2025-08-15",
    "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": 192,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-08-15T09:49:30.000Z",
  "muted": false,
  "replies_count": 0
}

Example 30

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/jdmWoKfIWMw",
  "published": "2025-08-15T09:49: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/lC-_5pVf5wQ",
    "published": "2025-08-15T09:49:31Z",
    "summary": "Audio <audio controls src=\"http://pasture-one-actor/assets/cow_moo.mp3\"></audio>",
    "content": "See summary"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/object/lC-_5pVf5wQ",
    "conversation_id": 1778454527,
    "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": "Audio <audio controls src=\"http://pasture-one-actor/assets/cow_moo.mp3\"></audio>"
    },
    "thread_muted": false
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/object/lC-_5pVf5wQ",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "AxBqjrzjHCyfbIC728",
  "text": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "AxBq3USizJ0jtW54e8",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "See summary",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "Audio <audio controls src=\"http://pasture-one-actor/assets/cow_moo.mp3\"></audio>",
  "media_attachments": [],
  "url": "http://pasture-one-actor/object/lC-_5pVf5wQ",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "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-08-15T09:43:28.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": "AxBqCQ9FmuGHgEhQw4",
    "last_status_at": "2025-08-15",
    "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": 193,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-08-15T09:49:31.000Z",
  "muted": false,
  "replies_count": 0
}

Example 31

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/I93XLDsCpu0",
  "published": "2025-08-15T09:49: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/GnNOCrMmH24",
    "published": "2025-08-15T09:49:31Z",
    "summary": "Video <video controls width=\"250\">\n  <source src=\"http://pasture-one-actor/assets/cow_eating.mp4\" type=\"video/mp4\" />\n  Video of a cow eating</video>",
    "content": "See summary"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/object/GnNOCrMmH24",
    "conversation_id": 49591130,
    "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": "Video <video controls width=\"250\">\n  <source src=\"http://pasture-one-actor/assets/cow_eating.mp4\" type=\"video/mp4\" />\n  Video of a cow eating</video>"
    },
    "thread_muted": false
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/object/GnNOCrMmH24",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "AxBqjw5Y3W0cIUwoeu",
  "text": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "AxBq3USizJ0jtW54e8",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "See summary",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "Video <video controls width=\"250\">\n  <source src=\"http://pasture-one-actor/assets/cow_eating.mp4\" type=\"video/mp4\" />\n  Video of a cow eating</video>",
  "media_attachments": [],
  "url": "http://pasture-one-actor/object/GnNOCrMmH24",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "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-08-15T09:43:28.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": "AxBqCQ9FmuGHgEhQw4",
    "last_status_at": "2025-08-15",
    "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": 194,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-08-15T09:49:31.000Z",
  "muted": false,
  "replies_count": 0
}