Skip to content

HTML tags

Here we analyze, which types of HTML tags are allowed inside the content field. Sanitizing fields is desired behavior as seen in Section B.10 of ActivityPub.

Due to firefish using markdown to format their content, the displayed result in the details table can be a bit off, please consult the example.

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/SUUPiz1IVqY",
  "published": "2025-12-07T10:09:17Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/object/K8_S4g--0nM",
    "published": "2025-12-07T10:09:17Z",
    "content": "<b>bold</b>"
  }
}
akkoma
{
  "favourited": false,
  "edited_at": null,
  "card": null,
  "reblogged": false,
  "visibility": "public",
  "pleroma": {
    "content": {
      "text/plain": "bold"
    },
    "context": "http://pasture-one-actor/object/K8_S4g--0nM",
    "conversation_id": 831264017,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": ""
    },
    "thread_muted": false
  },
  "spoiler_text": "",
  "akkoma": {
    "in_reply_to_apid": null,
    "quote_apid": null,
    "source": null
  },
  "uri": "http://pasture-one-actor/object/K8_S4g--0nM",
  "pinned": false,
  "quote": null,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": null,
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-12-07T10:07:21.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://akkoma/images/banner.png",
    "header_static": "http://akkoma/images/banner.png",
    "id": "B10Au9bh87eHgMGfdA",
    "last_status_at": "2025-12-07",
    "locked": false,
    "note": "",
    "pleroma": {
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "background_image": null,
      "favicon": null,
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 76,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "poll": null,
  "id": "B10B4vgPEuKbgPbriS",
  "text": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "B10AlwS7ELx9KRdGjY",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "<b>bold</b>",
  "emoji_reactions": [],
  "quote_id": null,
  "media_attachments": [],
  "favourites_count": 0,
  "reblogs_count": 0,
  "in_reply_to_account_id": null,
  "tags": [],
  "in_reply_to_id": null,
  "application": null,
  "sensitive": false,
  "bookmarked": false,
  "replies_count": 0,
  "emojis": [],
  "reblog": null,
  "url": "http://pasture-one-actor/object/K8_S4g--0nM",
  "muted": false,
  "created_at": "2025-12-07T10:09:17.000Z",
  "language": null
}

Example 2

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://akkoma/users/witch"
  ],
  "id": "http://pasture-one-actor/activity/z7HV1PW14UE",
  "published": "2025-12-07T10:09: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/7D-0RmjMqtc",
    "published": "2025-12-07T10:09:18Z",
    "content": "<strong>strong</strong>"
  }
}
akkoma
{
  "favourited": false,
  "edited_at": null,
  "card": null,
  "reblogged": false,
  "visibility": "public",
  "pleroma": {
    "content": {
      "text/plain": "strong"
    },
    "context": "http://pasture-one-actor/object/7D-0RmjMqtc",
    "conversation_id": 744211768,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": ""
    },
    "thread_muted": false
  },
  "spoiler_text": "",
  "akkoma": {
    "in_reply_to_apid": null,
    "quote_apid": null,
    "source": null
  },
  "uri": "http://pasture-one-actor/object/7D-0RmjMqtc",
  "pinned": false,
  "quote": null,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": null,
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-12-07T10:07:21.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://akkoma/images/banner.png",
    "header_static": "http://akkoma/images/banner.png",
    "id": "B10Au9bh87eHgMGfdA",
    "last_status_at": "2025-12-07",
    "locked": false,
    "note": "",
    "pleroma": {
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "background_image": null,
      "favicon": null,
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 77,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "poll": null,
  "id": "B10B4yywyPwnunJDXM",
  "text": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "B10AlwS7ELx9KRdGjY",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "<strong>strong</strong>",
  "emoji_reactions": [],
  "quote_id": null,
  "media_attachments": [],
  "favourites_count": 0,
  "reblogs_count": 0,
  "in_reply_to_account_id": null,
  "tags": [],
  "in_reply_to_id": null,
  "application": null,
  "sensitive": false,
  "bookmarked": false,
  "replies_count": 0,
  "emojis": [],
  "reblog": null,
  "url": "http://pasture-one-actor/object/7D-0RmjMqtc",
  "muted": false,
  "created_at": "2025-12-07T10:09:18.000Z",
  "language": null
}

Example 3

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://akkoma/users/witch"
  ],
  "id": "http://pasture-one-actor/activity/hPyY5D2vhBE",
  "published": "2025-12-07T10:09: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/Y_MqiHolfvw",
    "published": "2025-12-07T10:09:19Z",
    "content": "<i>italic</i>"
  }
}
akkoma
{
  "favourited": false,
  "edited_at": null,
  "card": null,
  "reblogged": false,
  "visibility": "public",
  "pleroma": {
    "content": {
      "text/plain": "italic"
    },
    "context": "http://pasture-one-actor/object/Y_MqiHolfvw",
    "conversation_id": 1410162882,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": ""
    },
    "thread_muted": false
  },
  "spoiler_text": "",
  "akkoma": {
    "in_reply_to_apid": null,
    "quote_apid": null,
    "source": null
  },
  "uri": "http://pasture-one-actor/object/Y_MqiHolfvw",
  "pinned": false,
  "quote": null,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": null,
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-12-07T10:07:21.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://akkoma/images/banner.png",
    "header_static": "http://akkoma/images/banner.png",
    "id": "B10Au9bh87eHgMGfdA",
    "last_status_at": "2025-12-07",
    "locked": false,
    "note": "",
    "pleroma": {
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "background_image": null,
      "favicon": null,
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 78,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "poll": null,
  "id": "B10B52HUhvZ09B0ZMG",
  "text": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "B10AlwS7ELx9KRdGjY",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "<i>italic</i>",
  "emoji_reactions": [],
  "quote_id": null,
  "media_attachments": [],
  "favourites_count": 0,
  "reblogs_count": 0,
  "in_reply_to_account_id": null,
  "tags": [],
  "in_reply_to_id": null,
  "application": null,
  "sensitive": false,
  "bookmarked": false,
  "replies_count": 0,
  "emojis": [],
  "reblog": null,
  "url": "http://pasture-one-actor/object/Y_MqiHolfvw",
  "muted": false,
  "created_at": "2025-12-07T10:09:19.000Z",
  "language": null
}

Example 4

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://akkoma/users/witch"
  ],
  "id": "http://pasture-one-actor/activity/srliYRfugzg",
  "published": "2025-12-07T10:09: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/Olb4PxhulAA",
    "published": "2025-12-07T10:09:19Z",
    "content": "<i>italic with.</i> See <a href=\"https://codeberg.org/helge/funfedidev/issues/142\">Issue 142</a>"
  }
}
akkoma
{
  "favourited": false,
  "edited_at": null,
  "card": null,
  "reblogged": false,
  "visibility": "public",
  "pleroma": {
    "content": {
      "text/plain": "italic with. See Issue 142"
    },
    "context": "http://pasture-one-actor/object/Olb4PxhulAA",
    "conversation_id": 1495614936,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": ""
    },
    "thread_muted": false
  },
  "spoiler_text": "",
  "akkoma": {
    "in_reply_to_apid": null,
    "quote_apid": null,
    "source": null
  },
  "uri": "http://pasture-one-actor/object/Olb4PxhulAA",
  "pinned": false,
  "quote": null,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": null,
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-12-07T10:07:21.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://akkoma/images/banner.png",
    "header_static": "http://akkoma/images/banner.png",
    "id": "B10Au9bh87eHgMGfdA",
    "last_status_at": "2025-12-07",
    "locked": false,
    "note": "",
    "pleroma": {
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "background_image": null,
      "favicon": null,
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 79,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "poll": null,
  "id": "B10B55iBx7hYmqWQt6",
  "text": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "B10AlwS7ELx9KRdGjY",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "<i>italic with.</i> See <a href=\"https://codeberg.org/helge/funfedidev/issues/142\">Issue 142</a>",
  "emoji_reactions": [],
  "quote_id": null,
  "media_attachments": [],
  "favourites_count": 0,
  "reblogs_count": 0,
  "in_reply_to_account_id": null,
  "tags": [],
  "in_reply_to_id": null,
  "application": null,
  "sensitive": false,
  "bookmarked": false,
  "replies_count": 0,
  "emojis": [],
  "reblog": null,
  "url": "http://pasture-one-actor/object/Olb4PxhulAA",
  "muted": false,
  "created_at": "2025-12-07T10:09:19.000Z",
  "language": null
}

Example 5

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://akkoma/users/witch"
  ],
  "id": "http://pasture-one-actor/activity/8QN3X1Kj1X0",
  "published": "2025-12-07T10:09: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/DZi005nYfq4",
    "published": "2025-12-07T10:09:20Z",
    "content": "<em>emphasis</em>"
  }
}
akkoma
{
  "favourited": false,
  "edited_at": null,
  "card": null,
  "reblogged": false,
  "visibility": "public",
  "pleroma": {
    "content": {
      "text/plain": "emphasis"
    },
    "context": "http://pasture-one-actor/object/DZi005nYfq4",
    "conversation_id": 916203043,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": ""
    },
    "thread_muted": false
  },
  "spoiler_text": "",
  "akkoma": {
    "in_reply_to_apid": null,
    "quote_apid": null,
    "source": null
  },
  "uri": "http://pasture-one-actor/object/DZi005nYfq4",
  "pinned": false,
  "quote": null,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": null,
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-12-07T10:07:21.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://akkoma/images/banner.png",
    "header_static": "http://akkoma/images/banner.png",
    "id": "B10Au9bh87eHgMGfdA",
    "last_status_at": "2025-12-07",
    "locked": false,
    "note": "",
    "pleroma": {
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "background_image": null,
      "favicon": null,
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 80,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "poll": null,
  "id": "B10B598XDdYXPPs0rg",
  "text": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "B10AlwS7ELx9KRdGjY",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "<em>emphasis</em>",
  "emoji_reactions": [],
  "quote_id": null,
  "media_attachments": [],
  "favourites_count": 0,
  "reblogs_count": 0,
  "in_reply_to_account_id": null,
  "tags": [],
  "in_reply_to_id": null,
  "application": null,
  "sensitive": false,
  "bookmarked": false,
  "replies_count": 0,
  "emojis": [],
  "reblog": null,
  "url": "http://pasture-one-actor/object/DZi005nYfq4",
  "muted": false,
  "created_at": "2025-12-07T10:09:20.000Z",
  "language": null
}

Example 6

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://akkoma/users/witch"
  ],
  "id": "http://pasture-one-actor/activity/2QUBWP-vPYs",
  "published": "2025-12-07T10:09: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/xVjXFQhmv1A",
    "published": "2025-12-07T10:09:20Z",
    "content": "<del>old</del><ins>new</ins>"
  }
}
akkoma
{
  "favourited": false,
  "edited_at": null,
  "card": null,
  "reblogged": false,
  "visibility": "public",
  "pleroma": {
    "content": {
      "text/plain": "oldnew"
    },
    "context": "http://pasture-one-actor/object/xVjXFQhmv1A",
    "conversation_id": 347587440,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": ""
    },
    "thread_muted": false
  },
  "spoiler_text": "",
  "akkoma": {
    "in_reply_to_apid": null,
    "quote_apid": null,
    "source": null
  },
  "uri": "http://pasture-one-actor/object/xVjXFQhmv1A",
  "pinned": false,
  "quote": null,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": null,
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-12-07T10:07:21.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://akkoma/images/banner.png",
    "header_static": "http://akkoma/images/banner.png",
    "id": "B10Au9bh87eHgMGfdA",
    "last_status_at": "2025-12-07",
    "locked": false,
    "note": "",
    "pleroma": {
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "background_image": null,
      "favicon": null,
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 81,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "poll": null,
  "id": "B10B5CjVqbuwYyC5Q0",
  "text": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "B10AlwS7ELx9KRdGjY",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "<del>old</del>new",
  "emoji_reactions": [],
  "quote_id": null,
  "media_attachments": [],
  "favourites_count": 0,
  "reblogs_count": 0,
  "in_reply_to_account_id": null,
  "tags": [],
  "in_reply_to_id": null,
  "application": null,
  "sensitive": false,
  "bookmarked": false,
  "replies_count": 0,
  "emojis": [],
  "reblog": null,
  "url": "http://pasture-one-actor/object/xVjXFQhmv1A",
  "muted": false,
  "created_at": "2025-12-07T10:09:20.000Z",
  "language": null
}

Example 7

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://akkoma/users/witch"
  ],
  "id": "http://pasture-one-actor/activity/DjNKqXEBWFg",
  "published": "2025-12-07T10:09: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/fg_LfhAb7DI",
    "published": "2025-12-07T10:09:21Z",
    "content": "<s>stricken</s>"
  }
}
akkoma
{
  "favourited": false,
  "edited_at": null,
  "card": null,
  "reblogged": false,
  "visibility": "public",
  "pleroma": {
    "content": {
      "text/plain": "stricken"
    },
    "context": "http://pasture-one-actor/object/fg_LfhAb7DI",
    "conversation_id": 652259163,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": ""
    },
    "thread_muted": false
  },
  "spoiler_text": "",
  "akkoma": {
    "in_reply_to_apid": null,
    "quote_apid": null,
    "source": null
  },
  "uri": "http://pasture-one-actor/object/fg_LfhAb7DI",
  "pinned": false,
  "quote": null,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": null,
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-12-07T10:07:21.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://akkoma/images/banner.png",
    "header_static": "http://akkoma/images/banner.png",
    "id": "B10Au9bh87eHgMGfdA",
    "last_status_at": "2025-12-07",
    "locked": false,
    "note": "",
    "pleroma": {
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "background_image": null,
      "favicon": null,
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 82,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "poll": null,
  "id": "B10B5G9r77lvBXXfOa",
  "text": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "B10AlwS7ELx9KRdGjY",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "stricken",
  "emoji_reactions": [],
  "quote_id": null,
  "media_attachments": [],
  "favourites_count": 0,
  "reblogs_count": 0,
  "in_reply_to_account_id": null,
  "tags": [],
  "in_reply_to_id": null,
  "application": null,
  "sensitive": false,
  "bookmarked": false,
  "replies_count": 0,
  "emojis": [],
  "reblog": null,
  "url": "http://pasture-one-actor/object/fg_LfhAb7DI",
  "muted": false,
  "created_at": "2025-12-07T10:09:21.000Z",
  "language": null
}

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/UThSbGtEcQQ",
  "published": "2025-12-07T10:09: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/2VxInttImCw",
    "published": "2025-12-07T10:09:22Z",
    "content": "<mark>mark</mark>"
  }
}
akkoma
{
  "favourited": false,
  "edited_at": null,
  "card": null,
  "reblogged": false,
  "visibility": "public",
  "pleroma": {
    "content": {
      "text/plain": "mark"
    },
    "context": "http://pasture-one-actor/object/2VxInttImCw",
    "conversation_id": 1908718257,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": ""
    },
    "thread_muted": false
  },
  "spoiler_text": "",
  "akkoma": {
    "in_reply_to_apid": null,
    "quote_apid": null,
    "source": null
  },
  "uri": "http://pasture-one-actor/object/2VxInttImCw",
  "pinned": false,
  "quote": null,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": null,
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-12-07T10:07:21.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://akkoma/images/banner.png",
    "header_static": "http://akkoma/images/banner.png",
    "id": "B10Au9bh87eHgMGfdA",
    "last_status_at": "2025-12-07",
    "locked": false,
    "note": "",
    "pleroma": {
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "background_image": null,
      "favicon": null,
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 83,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "poll": null,
  "id": "B10B5JXiWrdpgPjGVM",
  "text": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "B10AlwS7ELx9KRdGjY",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "mark",
  "emoji_reactions": [],
  "quote_id": null,
  "media_attachments": [],
  "favourites_count": 0,
  "reblogs_count": 0,
  "in_reply_to_account_id": null,
  "tags": [],
  "in_reply_to_id": null,
  "application": null,
  "sensitive": false,
  "bookmarked": false,
  "replies_count": 0,
  "emojis": [],
  "reblog": null,
  "url": "http://pasture-one-actor/object/2VxInttImCw",
  "muted": false,
  "created_at": "2025-12-07T10:09:22.000Z",
  "language": null
}

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/Ct4ohrGIH6M",
  "published": "2025-12-07T10:09: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/n9WpfJI_7Ys",
    "published": "2025-12-07T10:09:22Z",
    "content": "find <var>x</var> (a variable)"
  }
}
akkoma
{
  "favourited": false,
  "edited_at": null,
  "card": null,
  "reblogged": false,
  "visibility": "public",
  "pleroma": {
    "content": {
      "text/plain": "find x (a variable)"
    },
    "context": "http://pasture-one-actor/object/n9WpfJI_7Ys",
    "conversation_id": 326199009,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": ""
    },
    "thread_muted": false
  },
  "spoiler_text": "",
  "akkoma": {
    "in_reply_to_apid": null,
    "quote_apid": null,
    "source": null
  },
  "uri": "http://pasture-one-actor/object/n9WpfJI_7Ys",
  "pinned": false,
  "quote": null,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": null,
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-12-07T10:07:21.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://akkoma/images/banner.png",
    "header_static": "http://akkoma/images/banner.png",
    "id": "B10Au9bh87eHgMGfdA",
    "last_status_at": "2025-12-07",
    "locked": false,
    "note": "",
    "pleroma": {
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "background_image": null,
      "favicon": null,
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 84,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "poll": null,
  "id": "B10B5N0BfTCIPa4XnU",
  "text": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "B10AlwS7ELx9KRdGjY",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "find x (a variable)",
  "emoji_reactions": [],
  "quote_id": null,
  "media_attachments": [],
  "favourites_count": 0,
  "reblogs_count": 0,
  "in_reply_to_account_id": null,
  "tags": [],
  "in_reply_to_id": null,
  "application": null,
  "sensitive": false,
  "bookmarked": false,
  "replies_count": 0,
  "emojis": [],
  "reblog": null,
  "url": "http://pasture-one-actor/object/n9WpfJI_7Ys",
  "muted": false,
  "created_at": "2025-12-07T10:09:22.000Z",
  "language": null
}

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/H65HgqJSd8s",
  "published": "2025-12-07T10:09: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/PBP6IuT5XSw",
    "published": "2025-12-07T10:09:23Z",
    "content": "<ol><li>ordered</li></ol>"
  }
}
akkoma
{
  "favourited": false,
  "edited_at": null,
  "card": null,
  "reblogged": false,
  "visibility": "public",
  "pleroma": {
    "content": {
      "text/plain": "ordered"
    },
    "context": "http://pasture-one-actor/object/PBP6IuT5XSw",
    "conversation_id": 1382860512,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": ""
    },
    "thread_muted": false
  },
  "spoiler_text": "",
  "akkoma": {
    "in_reply_to_apid": null,
    "quote_apid": null,
    "source": null
  },
  "uri": "http://pasture-one-actor/object/PBP6IuT5XSw",
  "pinned": false,
  "quote": null,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": null,
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-12-07T10:07:21.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://akkoma/images/banner.png",
    "header_static": "http://akkoma/images/banner.png",
    "id": "B10Au9bh87eHgMGfdA",
    "last_status_at": "2025-12-07",
    "locked": false,
    "note": "",
    "pleroma": {
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "background_image": null,
      "favicon": null,
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 85,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "poll": null,
  "id": "B10B5QRwqiBb6Y5Fz6",
  "text": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "B10AlwS7ELx9KRdGjY",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "<ol><li>ordered</li></ol>",
  "emoji_reactions": [],
  "quote_id": null,
  "media_attachments": [],
  "favourites_count": 0,
  "reblogs_count": 0,
  "in_reply_to_account_id": null,
  "tags": [],
  "in_reply_to_id": null,
  "application": null,
  "sensitive": false,
  "bookmarked": false,
  "replies_count": 0,
  "emojis": [],
  "reblog": null,
  "url": "http://pasture-one-actor/object/PBP6IuT5XSw",
  "muted": false,
  "created_at": "2025-12-07T10:09:23.000Z",
  "language": null
}

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/nI4QeagPp5I",
  "published": "2025-12-07T10:09: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/u0_ecR8dPt8",
    "published": "2025-12-07T10:09:23Z",
    "content": "<ul><li>unordered</li></ul>"
  }
}
akkoma
{
  "favourited": false,
  "edited_at": null,
  "card": null,
  "reblogged": false,
  "visibility": "public",
  "pleroma": {
    "content": {
      "text/plain": "unordered"
    },
    "context": "http://pasture-one-actor/object/u0_ecR8dPt8",
    "conversation_id": 1068078383,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": ""
    },
    "thread_muted": false
  },
  "spoiler_text": "",
  "akkoma": {
    "in_reply_to_apid": null,
    "quote_apid": null,
    "source": null
  },
  "uri": "http://pasture-one-actor/object/u0_ecR8dPt8",
  "pinned": false,
  "quote": null,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": null,
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-12-07T10:07:21.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://akkoma/images/banner.png",
    "header_static": "http://akkoma/images/banner.png",
    "id": "B10Au9bh87eHgMGfdA",
    "last_status_at": "2025-12-07",
    "locked": false,
    "note": "",
    "pleroma": {
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "background_image": null,
      "favicon": null,
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 86,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "poll": null,
  "id": "B10B5TrEBBBpfovzIu",
  "text": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "B10AlwS7ELx9KRdGjY",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "<ul><li>unordered</li></ul>",
  "emoji_reactions": [],
  "quote_id": null,
  "media_attachments": [],
  "favourites_count": 0,
  "reblogs_count": 0,
  "in_reply_to_account_id": null,
  "tags": [],
  "in_reply_to_id": null,
  "application": null,
  "sensitive": false,
  "bookmarked": false,
  "replies_count": 0,
  "emojis": [],
  "reblog": null,
  "url": "http://pasture-one-actor/object/u0_ecR8dPt8",
  "muted": false,
  "created_at": "2025-12-07T10:09:23.000Z",
  "language": null
}

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/DUkYsOOZsuI",
  "published": "2025-12-07T10:09: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/LFezd433ki8",
    "published": "2025-12-07T10:09:24Z",
    "content": "<h1>h1</h1>"
  }
}
akkoma
{
  "favourited": false,
  "edited_at": null,
  "card": null,
  "reblogged": false,
  "visibility": "public",
  "pleroma": {
    "content": {
      "text/plain": "h1"
    },
    "context": "http://pasture-one-actor/object/LFezd433ki8",
    "conversation_id": 1678757388,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": ""
    },
    "thread_muted": false
  },
  "spoiler_text": "",
  "akkoma": {
    "in_reply_to_apid": null,
    "quote_apid": null,
    "source": null
  },
  "uri": "http://pasture-one-actor/object/LFezd433ki8",
  "pinned": false,
  "quote": null,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": null,
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-12-07T10:07:21.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://akkoma/images/banner.png",
    "header_static": "http://akkoma/images/banner.png",
    "id": "B10Au9bh87eHgMGfdA",
    "last_status_at": "2025-12-07",
    "locked": false,
    "note": "",
    "pleroma": {
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "background_image": null,
      "favicon": null,
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 87,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "poll": null,
  "id": "B10B5XJLL6SiNt6z2m",
  "text": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "B10AlwS7ELx9KRdGjY",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "h1",
  "emoji_reactions": [],
  "quote_id": null,
  "media_attachments": [],
  "favourites_count": 0,
  "reblogs_count": 0,
  "in_reply_to_account_id": null,
  "tags": [],
  "in_reply_to_id": null,
  "application": null,
  "sensitive": false,
  "bookmarked": false,
  "replies_count": 0,
  "emojis": [],
  "reblog": null,
  "url": "http://pasture-one-actor/object/LFezd433ki8",
  "muted": false,
  "created_at": "2025-12-07T10:09:24.000Z",
  "language": null
}

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/BXgDoY0coMQ",
  "published": "2025-12-07T10:09: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/DFpPV9b5NjA",
    "published": "2025-12-07T10:09:25Z",
    "content": "<h2>h2</h2>"
  }
}
akkoma
{
  "favourited": false,
  "edited_at": null,
  "card": null,
  "reblogged": false,
  "visibility": "public",
  "pleroma": {
    "content": {
      "text/plain": "h2"
    },
    "context": "http://pasture-one-actor/object/DFpPV9b5NjA",
    "conversation_id": 1327847099,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": ""
    },
    "thread_muted": false
  },
  "spoiler_text": "",
  "akkoma": {
    "in_reply_to_apid": null,
    "quote_apid": null,
    "source": null
  },
  "uri": "http://pasture-one-actor/object/DFpPV9b5NjA",
  "pinned": false,
  "quote": null,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": null,
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-12-07T10:07:21.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://akkoma/images/banner.png",
    "header_static": "http://akkoma/images/banner.png",
    "id": "B10Au9bh87eHgMGfdA",
    "last_status_at": "2025-12-07",
    "locked": false,
    "note": "",
    "pleroma": {
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "background_image": null,
      "favicon": null,
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 88,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "poll": null,
  "id": "B10B5al6WLS14r7hEO",
  "text": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "B10AlwS7ELx9KRdGjY",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "h2",
  "emoji_reactions": [],
  "quote_id": null,
  "media_attachments": [],
  "favourites_count": 0,
  "reblogs_count": 0,
  "in_reply_to_account_id": null,
  "tags": [],
  "in_reply_to_id": null,
  "application": null,
  "sensitive": false,
  "bookmarked": false,
  "replies_count": 0,
  "emojis": [],
  "reblog": null,
  "url": "http://pasture-one-actor/object/DFpPV9b5NjA",
  "muted": false,
  "created_at": "2025-12-07T10:09:25.000Z",
  "language": null
}

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/6EUUnl3rSkg",
  "published": "2025-12-07T10:09: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/e9uU5PUdI2o",
    "published": "2025-12-07T10:09:25Z",
    "content": "<h3>h3</h3>"
  }
}
akkoma
{
  "favourited": false,
  "edited_at": null,
  "card": null,
  "reblogged": false,
  "visibility": "public",
  "pleroma": {
    "content": {
      "text/plain": "h3"
    },
    "context": "http://pasture-one-actor/object/e9uU5PUdI2o",
    "conversation_id": 1407998783,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": ""
    },
    "thread_muted": false
  },
  "spoiler_text": "",
  "akkoma": {
    "in_reply_to_apid": null,
    "quote_apid": null,
    "source": null
  },
  "uri": "http://pasture-one-actor/object/e9uU5PUdI2o",
  "pinned": false,
  "quote": null,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": null,
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-12-07T10:07:21.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://akkoma/images/banner.png",
    "header_static": "http://akkoma/images/banner.png",
    "id": "B10Au9bh87eHgMGfdA",
    "last_status_at": "2025-12-07",
    "locked": false,
    "note": "",
    "pleroma": {
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "background_image": null,
      "favicon": null,
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 89,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "poll": null,
  "id": "B10B5eCViu9jkiy7rk",
  "text": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "B10AlwS7ELx9KRdGjY",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "h3",
  "emoji_reactions": [],
  "quote_id": null,
  "media_attachments": [],
  "favourites_count": 0,
  "reblogs_count": 0,
  "in_reply_to_account_id": null,
  "tags": [],
  "in_reply_to_id": null,
  "application": null,
  "sensitive": false,
  "bookmarked": false,
  "replies_count": 0,
  "emojis": [],
  "reblog": null,
  "url": "http://pasture-one-actor/object/e9uU5PUdI2o",
  "muted": false,
  "created_at": "2025-12-07T10:09:25.000Z",
  "language": null
}

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/ZjvDby3f_gw",
  "published": "2025-12-07T10:09: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/sjWUOhHBTaI",
    "published": "2025-12-07T10:09:26Z",
    "content": "<h4>h4</h4>"
  }
}
akkoma
{
  "favourited": false,
  "edited_at": null,
  "card": null,
  "reblogged": false,
  "visibility": "public",
  "pleroma": {
    "content": {
      "text/plain": "h4"
    },
    "context": "http://pasture-one-actor/object/sjWUOhHBTaI",
    "conversation_id": 32952548,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": ""
    },
    "thread_muted": false
  },
  "spoiler_text": "",
  "akkoma": {
    "in_reply_to_apid": null,
    "quote_apid": null,
    "source": null
  },
  "uri": "http://pasture-one-actor/object/sjWUOhHBTaI",
  "pinned": false,
  "quote": null,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": null,
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-12-07T10:07:21.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://akkoma/images/banner.png",
    "header_static": "http://akkoma/images/banner.png",
    "id": "B10Au9bh87eHgMGfdA",
    "last_status_at": "2025-12-07",
    "locked": false,
    "note": "",
    "pleroma": {
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "background_image": null,
      "favicon": null,
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 90,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "poll": null,
  "id": "B10B5hVPR63W0CplEu",
  "text": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "B10AlwS7ELx9KRdGjY",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "h4",
  "emoji_reactions": [],
  "quote_id": null,
  "media_attachments": [],
  "favourites_count": 0,
  "reblogs_count": 0,
  "in_reply_to_account_id": null,
  "tags": [],
  "in_reply_to_id": null,
  "application": null,
  "sensitive": false,
  "bookmarked": false,
  "replies_count": 0,
  "emojis": [],
  "reblog": null,
  "url": "http://pasture-one-actor/object/sjWUOhHBTaI",
  "muted": false,
  "created_at": "2025-12-07T10:09:26.000Z",
  "language": null
}

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/cZoP9VuLVeQ",
  "published": "2025-12-07T10:09: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/EkuCF15982A",
    "published": "2025-12-07T10:09:26Z",
    "content": "<h5>h5</h5>"
  }
}
akkoma
{
  "favourited": false,
  "edited_at": null,
  "card": null,
  "reblogged": false,
  "visibility": "public",
  "pleroma": {
    "content": {
      "text/plain": "h5"
    },
    "context": "http://pasture-one-actor/object/EkuCF15982A",
    "conversation_id": 1708983266,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": ""
    },
    "thread_muted": false
  },
  "spoiler_text": "",
  "akkoma": {
    "in_reply_to_apid": null,
    "quote_apid": null,
    "source": null
  },
  "uri": "http://pasture-one-actor/object/EkuCF15982A",
  "pinned": false,
  "quote": null,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": null,
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-12-07T10:07:21.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://akkoma/images/banner.png",
    "header_static": "http://akkoma/images/banner.png",
    "id": "B10Au9bh87eHgMGfdA",
    "last_status_at": "2025-12-07",
    "locked": false,
    "note": "",
    "pleroma": {
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "background_image": null,
      "favicon": null,
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 91,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "poll": null,
  "id": "B10B5l9DtWgZIYU6DI",
  "text": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "B10AlwS7ELx9KRdGjY",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "h5",
  "emoji_reactions": [],
  "quote_id": null,
  "media_attachments": [],
  "favourites_count": 0,
  "reblogs_count": 0,
  "in_reply_to_account_id": null,
  "tags": [],
  "in_reply_to_id": null,
  "application": null,
  "sensitive": false,
  "bookmarked": false,
  "replies_count": 0,
  "emojis": [],
  "reblog": null,
  "url": "http://pasture-one-actor/object/EkuCF15982A",
  "muted": false,
  "created_at": "2025-12-07T10:09:26.000Z",
  "language": null
}

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/h825QZFAWcM",
  "published": "2025-12-07T10:09: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/QjtUkJTLr0Q",
    "published": "2025-12-07T10:09:27Z",
    "content": "<h1>h1</h1><h2>h2</h2>"
  }
}
akkoma
{
  "favourited": false,
  "edited_at": null,
  "card": null,
  "reblogged": false,
  "visibility": "public",
  "pleroma": {
    "content": {
      "text/plain": "h1h2"
    },
    "context": "http://pasture-one-actor/object/QjtUkJTLr0Q",
    "conversation_id": 1546592903,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": ""
    },
    "thread_muted": false
  },
  "spoiler_text": "",
  "akkoma": {
    "in_reply_to_apid": null,
    "quote_apid": null,
    "source": null
  },
  "uri": "http://pasture-one-actor/object/QjtUkJTLr0Q",
  "pinned": false,
  "quote": null,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": null,
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-12-07T10:07:21.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://akkoma/images/banner.png",
    "header_static": "http://akkoma/images/banner.png",
    "id": "B10Au9bh87eHgMGfdA",
    "last_status_at": "2025-12-07",
    "locked": false,
    "note": "",
    "pleroma": {
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "background_image": null,
      "favicon": null,
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 92,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "poll": null,
  "id": "B10B5ockyB5m51KEAC",
  "text": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "B10AlwS7ELx9KRdGjY",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "h1h2",
  "emoji_reactions": [],
  "quote_id": null,
  "media_attachments": [],
  "favourites_count": 0,
  "reblogs_count": 0,
  "in_reply_to_account_id": null,
  "tags": [],
  "in_reply_to_id": null,
  "application": null,
  "sensitive": false,
  "bookmarked": false,
  "replies_count": 0,
  "emojis": [],
  "reblog": null,
  "url": "http://pasture-one-actor/object/QjtUkJTLr0Q",
  "muted": false,
  "created_at": "2025-12-07T10:09:27.000Z",
  "language": null
}

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/NkqpnH96VxE",
  "published": "2025-12-07T10:09: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/GHrL6KsQFWg",
    "published": "2025-12-07T10:09:28Z",
    "content": "<code>code</code>"
  }
}
akkoma
{
  "favourited": false,
  "edited_at": null,
  "card": null,
  "reblogged": false,
  "visibility": "public",
  "pleroma": {
    "content": {
      "text/plain": "code"
    },
    "context": "http://pasture-one-actor/object/GHrL6KsQFWg",
    "conversation_id": 1602399833,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": ""
    },
    "thread_muted": false
  },
  "spoiler_text": "",
  "akkoma": {
    "in_reply_to_apid": null,
    "quote_apid": null,
    "source": null
  },
  "uri": "http://pasture-one-actor/object/GHrL6KsQFWg",
  "pinned": false,
  "quote": null,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": null,
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-12-07T10:07:21.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://akkoma/images/banner.png",
    "header_static": "http://akkoma/images/banner.png",
    "id": "B10Au9bh87eHgMGfdA",
    "last_status_at": "2025-12-07",
    "locked": false,
    "note": "",
    "pleroma": {
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "background_image": null,
      "favicon": null,
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 93,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "poll": null,
  "id": "B10B5sERYW1LGlyrp2",
  "text": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "B10AlwS7ELx9KRdGjY",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "<code>code</code>",
  "emoji_reactions": [],
  "quote_id": null,
  "media_attachments": [],
  "favourites_count": 0,
  "reblogs_count": 0,
  "in_reply_to_account_id": null,
  "tags": [],
  "in_reply_to_id": null,
  "application": null,
  "sensitive": false,
  "bookmarked": false,
  "replies_count": 0,
  "emojis": [],
  "reblog": null,
  "url": "http://pasture-one-actor/object/GHrL6KsQFWg",
  "muted": false,
  "created_at": "2025-12-07T10:09:28.000Z",
  "language": null
}

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/eXK2GsKzzWE",
  "published": "2025-12-07T10:09: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/e0eP5Bh5zvk",
    "published": "2025-12-07T10:09:28Z",
    "content": "<pre>pre</pre>"
  }
}
akkoma
{
  "favourited": false,
  "edited_at": null,
  "card": null,
  "reblogged": false,
  "visibility": "public",
  "pleroma": {
    "content": {
      "text/plain": "pre"
    },
    "context": "http://pasture-one-actor/object/e0eP5Bh5zvk",
    "conversation_id": 445816401,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": ""
    },
    "thread_muted": false
  },
  "spoiler_text": "",
  "akkoma": {
    "in_reply_to_apid": null,
    "quote_apid": null,
    "source": null
  },
  "uri": "http://pasture-one-actor/object/e0eP5Bh5zvk",
  "pinned": false,
  "quote": null,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": null,
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-12-07T10:07:21.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://akkoma/images/banner.png",
    "header_static": "http://akkoma/images/banner.png",
    "id": "B10Au9bh87eHgMGfdA",
    "last_status_at": "2025-12-07",
    "locked": false,
    "note": "",
    "pleroma": {
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "background_image": null,
      "favicon": null,
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 94,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "poll": null,
  "id": "B10B5vaX4qTLg9L3AW",
  "text": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "B10AlwS7ELx9KRdGjY",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "<pre>pre</pre>",
  "emoji_reactions": [],
  "quote_id": null,
  "media_attachments": [],
  "favourites_count": 0,
  "reblogs_count": 0,
  "in_reply_to_account_id": null,
  "tags": [],
  "in_reply_to_id": null,
  "application": null,
  "sensitive": false,
  "bookmarked": false,
  "replies_count": 0,
  "emojis": [],
  "reblog": null,
  "url": "http://pasture-one-actor/object/e0eP5Bh5zvk",
  "muted": false,
  "created_at": "2025-12-07T10:09:28.000Z",
  "language": null
}

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/c2eSaQ80g34",
  "published": "2025-12-07T10:09: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/Tg04_nGZQR8",
    "published": "2025-12-07T10:09:29Z",
    "content": "<blockquote>blockquote</blockquote>"
  }
}
akkoma
{
  "favourited": false,
  "edited_at": null,
  "card": null,
  "reblogged": false,
  "visibility": "public",
  "pleroma": {
    "content": {
      "text/plain": "blockquote"
    },
    "context": "http://pasture-one-actor/object/Tg04_nGZQR8",
    "conversation_id": 204799051,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": ""
    },
    "thread_muted": false
  },
  "spoiler_text": "",
  "akkoma": {
    "in_reply_to_apid": null,
    "quote_apid": null,
    "source": null
  },
  "uri": "http://pasture-one-actor/object/Tg04_nGZQR8",
  "pinned": false,
  "quote": null,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": null,
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-12-07T10:07:21.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://akkoma/images/banner.png",
    "header_static": "http://akkoma/images/banner.png",
    "id": "B10Au9bh87eHgMGfdA",
    "last_status_at": "2025-12-07",
    "locked": false,
    "note": "",
    "pleroma": {
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "background_image": null,
      "favicon": null,
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 95,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "poll": null,
  "id": "B10B5zDdZuXEwIep2O",
  "text": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "B10AlwS7ELx9KRdGjY",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "<blockquote>blockquote</blockquote>",
  "emoji_reactions": [],
  "quote_id": null,
  "media_attachments": [],
  "favourites_count": 0,
  "reblogs_count": 0,
  "in_reply_to_account_id": null,
  "tags": [],
  "in_reply_to_id": null,
  "application": null,
  "sensitive": false,
  "bookmarked": false,
  "replies_count": 0,
  "emojis": [],
  "reblog": null,
  "url": "http://pasture-one-actor/object/Tg04_nGZQR8",
  "muted": false,
  "created_at": "2025-12-07T10:09:29.000Z",
  "language": null
}

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/vZm1Z5Hhxjs",
  "published": "2025-12-07T10:09: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/RpCwhnQEcaQ",
    "published": "2025-12-07T10:09:29Z",
    "content": "line<br/>break"
  }
}
akkoma
{
  "favourited": false,
  "edited_at": null,
  "card": null,
  "reblogged": false,
  "visibility": "public",
  "pleroma": {
    "content": {
      "text/plain": "linebreak"
    },
    "context": "http://pasture-one-actor/object/RpCwhnQEcaQ",
    "conversation_id": 574334338,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": ""
    },
    "thread_muted": false
  },
  "spoiler_text": "",
  "akkoma": {
    "in_reply_to_apid": null,
    "quote_apid": null,
    "source": null
  },
  "uri": "http://pasture-one-actor/object/RpCwhnQEcaQ",
  "pinned": false,
  "quote": null,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": null,
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-12-07T10:07:21.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://akkoma/images/banner.png",
    "header_static": "http://akkoma/images/banner.png",
    "id": "B10Au9bh87eHgMGfdA",
    "last_status_at": "2025-12-07",
    "locked": false,
    "note": "",
    "pleroma": {
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "background_image": null,
      "favicon": null,
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 96,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "poll": null,
  "id": "B10B62jeVKvVqSevr6",
  "text": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "B10AlwS7ELx9KRdGjY",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "line<br/>break",
  "emoji_reactions": [],
  "quote_id": null,
  "media_attachments": [],
  "favourites_count": 0,
  "reblogs_count": 0,
  "in_reply_to_account_id": null,
  "tags": [],
  "in_reply_to_id": null,
  "application": null,
  "sensitive": false,
  "bookmarked": false,
  "replies_count": 0,
  "emojis": [],
  "reblog": null,
  "url": "http://pasture-one-actor/object/RpCwhnQEcaQ",
  "muted": false,
  "created_at": "2025-12-07T10:09:29.000Z",
  "language": null
}

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/vfmcrubkpeY",
  "published": "2025-12-07T10:09: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/LRCFZ4PdIDg",
    "published": "2025-12-07T10:09:30Z",
    "content": "<p>paragraph</p>"
  }
}
akkoma
{
  "favourited": false,
  "edited_at": null,
  "card": null,
  "reblogged": false,
  "visibility": "public",
  "pleroma": {
    "content": {
      "text/plain": "paragraph"
    },
    "context": "http://pasture-one-actor/object/LRCFZ4PdIDg",
    "conversation_id": 2044736008,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": ""
    },
    "thread_muted": false
  },
  "spoiler_text": "",
  "akkoma": {
    "in_reply_to_apid": null,
    "quote_apid": null,
    "source": null
  },
  "uri": "http://pasture-one-actor/object/LRCFZ4PdIDg",
  "pinned": false,
  "quote": null,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": null,
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-12-07T10:07:21.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://akkoma/images/banner.png",
    "header_static": "http://akkoma/images/banner.png",
    "id": "B10Au9bh87eHgMGfdA",
    "last_status_at": "2025-12-07",
    "locked": false,
    "note": "",
    "pleroma": {
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "background_image": null,
      "favicon": null,
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 97,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "poll": null,
  "id": "B10B66HRKAjgq7USR6",
  "text": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "B10AlwS7ELx9KRdGjY",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "<p>paragraph</p>",
  "emoji_reactions": [],
  "quote_id": null,
  "media_attachments": [],
  "favourites_count": 0,
  "reblogs_count": 0,
  "in_reply_to_account_id": null,
  "tags": [],
  "in_reply_to_id": null,
  "application": null,
  "sensitive": false,
  "bookmarked": false,
  "replies_count": 0,
  "emojis": [],
  "reblog": null,
  "url": "http://pasture-one-actor/object/LRCFZ4PdIDg",
  "muted": false,
  "created_at": "2025-12-07T10:09:30.000Z",
  "language": null
}

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/_E_2sJlaloE",
  "published": "2025-12-07T10:09: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/ZUmBhUAQ9OY",
    "published": "2025-12-07T10:09:31Z",
    "content": "<small>small</small>"
  }
}
akkoma
{
  "favourited": false,
  "edited_at": null,
  "card": null,
  "reblogged": false,
  "visibility": "public",
  "pleroma": {
    "content": {
      "text/plain": "small"
    },
    "context": "http://pasture-one-actor/object/ZUmBhUAQ9OY",
    "conversation_id": 54723111,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": ""
    },
    "thread_muted": false
  },
  "spoiler_text": "",
  "akkoma": {
    "in_reply_to_apid": null,
    "quote_apid": null,
    "source": null
  },
  "uri": "http://pasture-one-actor/object/ZUmBhUAQ9OY",
  "pinned": false,
  "quote": null,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": null,
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-12-07T10:07:21.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://akkoma/images/banner.png",
    "header_static": "http://akkoma/images/banner.png",
    "id": "B10Au9bh87eHgMGfdA",
    "last_status_at": "2025-12-07",
    "locked": false,
    "note": "",
    "pleroma": {
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "background_image": null,
      "favicon": null,
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 98,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "poll": null,
  "id": "B10B69sPx965zfoWzQ",
  "text": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "B10AlwS7ELx9KRdGjY",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "<small>small</small>",
  "emoji_reactions": [],
  "quote_id": null,
  "media_attachments": [],
  "favourites_count": 0,
  "reblogs_count": 0,
  "in_reply_to_account_id": null,
  "tags": [],
  "in_reply_to_id": null,
  "application": null,
  "sensitive": false,
  "bookmarked": false,
  "replies_count": 0,
  "emojis": [],
  "reblog": null,
  "url": "http://pasture-one-actor/object/ZUmBhUAQ9OY",
  "muted": false,
  "created_at": "2025-12-07T10:09:31.000Z",
  "language": null
}

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/ku8kze-b4GU",
  "published": "2025-12-07T10:09: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/1faMGnlAOEU",
    "published": "2025-12-07T10:09:31Z",
    "content": "<sup>sup</sup>"
  }
}
akkoma
{
  "favourited": false,
  "edited_at": null,
  "card": null,
  "reblogged": false,
  "visibility": "public",
  "pleroma": {
    "content": {
      "text/plain": "sup"
    },
    "context": "http://pasture-one-actor/object/1faMGnlAOEU",
    "conversation_id": 1363376554,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": ""
    },
    "thread_muted": false
  },
  "spoiler_text": "",
  "akkoma": {
    "in_reply_to_apid": null,
    "quote_apid": null,
    "source": null
  },
  "uri": "http://pasture-one-actor/object/1faMGnlAOEU",
  "pinned": false,
  "quote": null,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": null,
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-12-07T10:07:21.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://akkoma/images/banner.png",
    "header_static": "http://akkoma/images/banner.png",
    "id": "B10Au9bh87eHgMGfdA",
    "last_status_at": "2025-12-07",
    "locked": false,
    "note": "",
    "pleroma": {
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "background_image": null,
      "favicon": null,
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 99,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "poll": null,
  "id": "B10B6DJp9hnofXexcm",
  "text": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "B10AlwS7ELx9KRdGjY",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "<sup>sup</sup>",
  "emoji_reactions": [],
  "quote_id": null,
  "media_attachments": [],
  "favourites_count": 0,
  "reblogs_count": 0,
  "in_reply_to_account_id": null,
  "tags": [],
  "in_reply_to_id": null,
  "application": null,
  "sensitive": false,
  "bookmarked": false,
  "replies_count": 0,
  "emojis": [],
  "reblog": null,
  "url": "http://pasture-one-actor/object/1faMGnlAOEU",
  "muted": false,
  "created_at": "2025-12-07T10:09:31.000Z",
  "language": null
}

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/77kokxY4tX8",
  "published": "2025-12-07T10:09:32Z",
  "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/4w6gyqokftU",
    "published": "2025-12-07T10:09:32Z",
    "content": "<sub>sub</sub>"
  }
}
akkoma
{
  "favourited": false,
  "edited_at": null,
  "card": null,
  "reblogged": false,
  "visibility": "public",
  "pleroma": {
    "content": {
      "text/plain": "sub"
    },
    "context": "http://pasture-one-actor/object/4w6gyqokftU",
    "conversation_id": 1708084233,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": ""
    },
    "thread_muted": false
  },
  "spoiler_text": "",
  "akkoma": {
    "in_reply_to_apid": null,
    "quote_apid": null,
    "source": null
  },
  "uri": "http://pasture-one-actor/object/4w6gyqokftU",
  "pinned": false,
  "quote": null,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": null,
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-12-07T10:07:21.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://akkoma/images/banner.png",
    "header_static": "http://akkoma/images/banner.png",
    "id": "B10Au9bh87eHgMGfdA",
    "last_status_at": "2025-12-07",
    "locked": false,
    "note": "",
    "pleroma": {
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "background_image": null,
      "favicon": null,
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 100,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "poll": null,
  "id": "B10B6Gpq58C5Zhf4RU",
  "text": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "B10AlwS7ELx9KRdGjY",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "<sub>sub</sub>",
  "emoji_reactions": [],
  "quote_id": null,
  "media_attachments": [],
  "favourites_count": 0,
  "reblogs_count": 0,
  "in_reply_to_account_id": null,
  "tags": [],
  "in_reply_to_id": null,
  "application": null,
  "sensitive": false,
  "bookmarked": false,
  "replies_count": 0,
  "emojis": [],
  "reblog": null,
  "url": "http://pasture-one-actor/object/4w6gyqokftU",
  "muted": false,
  "created_at": "2025-12-07T10:09:32.000Z",
  "language": null
}

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/s1kEZqQ4D4A",
  "published": "2025-12-07T10:09:33Z",
  "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/b72bvW41cC0",
    "published": "2025-12-07T10:09:33Z",
    "content": "<a href='https://funfedi.dev'>funfedi</a>"
  }
}
akkoma
{
  "favourited": false,
  "edited_at": null,
  "card": {
    "description": "",
    "image": "https://funfedi.dev/assets/FediverseLogo.png",
    "image_description": "",
    "pleroma": {
      "opengraph": {
        "image": "https://funfedi.dev/assets/FediverseLogo.png",
        "title": "Home",
        "type": "website",
        "url": "https://funfedi.dev"
      }
    },
    "provider_name": "funfedi.dev",
    "provider_url": "https://funfedi.dev",
    "title": "Home",
    "type": "link",
    "url": "https://funfedi.dev"
  },
  "reblogged": false,
  "visibility": "public",
  "pleroma": {
    "content": {
      "text/plain": "funfedi"
    },
    "context": "http://pasture-one-actor/object/b72bvW41cC0",
    "conversation_id": 430470000,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": ""
    },
    "thread_muted": false
  },
  "spoiler_text": "",
  "akkoma": {
    "in_reply_to_apid": null,
    "quote_apid": null,
    "source": null
  },
  "uri": "http://pasture-one-actor/object/b72bvW41cC0",
  "pinned": false,
  "quote": null,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": null,
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-12-07T10:07:21.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://akkoma/images/banner.png",
    "header_static": "http://akkoma/images/banner.png",
    "id": "B10Au9bh87eHgMGfdA",
    "last_status_at": "2025-12-07",
    "locked": false,
    "note": "",
    "pleroma": {
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "background_image": null,
      "favicon": null,
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 101,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "poll": null,
  "id": "B10B6KA9i3EBtaBq1g",
  "text": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "B10AlwS7ELx9KRdGjY",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "<a href=\"https://funfedi.dev\">funfedi</a>",
  "emoji_reactions": [],
  "quote_id": null,
  "media_attachments": [],
  "favourites_count": 0,
  "reblogs_count": 0,
  "in_reply_to_account_id": null,
  "tags": [],
  "in_reply_to_id": null,
  "application": null,
  "sensitive": false,
  "bookmarked": false,
  "replies_count": 0,
  "emojis": [],
  "reblog": null,
  "url": "http://pasture-one-actor/object/b72bvW41cC0",
  "muted": false,
  "created_at": "2025-12-07T10:09:33.000Z",
  "language": null
}

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/QCiJD8btLxQ",
  "published": "2025-12-07T10:09:33Z",
  "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/AcCRGjY4YZw",
    "published": "2025-12-07T10:09:33Z",
    "content": "<script>alert('hi');</script>"
  }
}
akkoma
{
  "favourited": false,
  "edited_at": null,
  "card": null,
  "reblogged": false,
  "visibility": "public",
  "pleroma": {
    "content": {
      "text/plain": "alert('hi');"
    },
    "context": "http://pasture-one-actor/object/AcCRGjY4YZw",
    "conversation_id": 1861540937,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": ""
    },
    "thread_muted": false
  },
  "spoiler_text": "",
  "akkoma": {
    "in_reply_to_apid": null,
    "quote_apid": null,
    "source": null
  },
  "uri": "http://pasture-one-actor/object/AcCRGjY4YZw",
  "pinned": false,
  "quote": null,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": null,
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-12-07T10:07:21.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://akkoma/images/banner.png",
    "header_static": "http://akkoma/images/banner.png",
    "id": "B10Au9bh87eHgMGfdA",
    "last_status_at": "2025-12-07",
    "locked": false,
    "note": "",
    "pleroma": {
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "background_image": null,
      "favicon": null,
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 102,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "poll": null,
  "id": "B10B6NdKo1LoewrgQK",
  "text": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "B10AlwS7ELx9KRdGjY",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "alert(&#39;hi&#39;);",
  "emoji_reactions": [],
  "quote_id": null,
  "media_attachments": [],
  "favourites_count": 0,
  "reblogs_count": 0,
  "in_reply_to_account_id": null,
  "tags": [],
  "in_reply_to_id": null,
  "application": null,
  "sensitive": false,
  "bookmarked": false,
  "replies_count": 0,
  "emojis": [],
  "reblog": null,
  "url": "http://pasture-one-actor/object/AcCRGjY4YZw",
  "muted": false,
  "created_at": "2025-12-07T10:09:33.000Z",
  "language": null
}

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/qrR4yRSE1zU",
  "published": "2025-12-07T10:09:34Z",
  "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/JX3m9k6iZIk",
    "published": "2025-12-07T10:09:34Z",
    "content": "<img src=\"http://pasture-one-actor/assets/nlnet.png\" alt=\"NLNET Logo\" />"
  }
}
akkoma
{
  "favourited": false,
  "edited_at": null,
  "card": null,
  "reblogged": false,
  "visibility": "public",
  "pleroma": {
    "content": {
      "text/plain": ""
    },
    "context": "http://pasture-one-actor/object/JX3m9k6iZIk",
    "conversation_id": 1395543154,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": ""
    },
    "thread_muted": false
  },
  "spoiler_text": "",
  "akkoma": {
    "in_reply_to_apid": null,
    "quote_apid": null,
    "source": null
  },
  "uri": "http://pasture-one-actor/object/JX3m9k6iZIk",
  "pinned": false,
  "quote": null,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": null,
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-12-07T10:07:21.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://akkoma/images/banner.png",
    "header_static": "http://akkoma/images/banner.png",
    "id": "B10Au9bh87eHgMGfdA",
    "last_status_at": "2025-12-07",
    "locked": false,
    "note": "",
    "pleroma": {
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "background_image": null,
      "favicon": null,
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 103,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "poll": null,
  "id": "B10B6RBTbXRZfhrUYa",
  "text": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "B10AlwS7ELx9KRdGjY",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "<img src=\"http://pasture-one-actor/assets/nlnet.png\" alt=\"NLNET Logo\"/>",
  "emoji_reactions": [],
  "quote_id": null,
  "media_attachments": [],
  "favourites_count": 0,
  "reblogs_count": 0,
  "in_reply_to_account_id": null,
  "tags": [],
  "in_reply_to_id": null,
  "application": null,
  "sensitive": false,
  "bookmarked": false,
  "replies_count": 0,
  "emojis": [],
  "reblog": null,
  "url": "http://pasture-one-actor/object/JX3m9k6iZIk",
  "muted": false,
  "created_at": "2025-12-07T10:09:34.000Z",
  "language": null
}

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/anb6KsmliKM",
  "published": "2025-12-07T10:09:34Z",
  "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/gYtm6EkV-8g",
    "published": "2025-12-07T10:09:34Z",
    "content": "wbr: Fernstra\u00dfen<wbr />bau<wbr />privat<wbr />finanzierungs<wbr />gesetz"
  }
}
akkoma
{
  "favourited": false,
  "edited_at": null,
  "card": null,
  "reblogged": false,
  "visibility": "public",
  "pleroma": {
    "content": {
      "text/plain": "wbr: Fernstra\u00dfenbauprivatfinanzierungsgesetz"
    },
    "context": "http://pasture-one-actor/object/gYtm6EkV-8g",
    "conversation_id": 102630969,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": ""
    },
    "thread_muted": false
  },
  "spoiler_text": "",
  "akkoma": {
    "in_reply_to_apid": null,
    "quote_apid": null,
    "source": null
  },
  "uri": "http://pasture-one-actor/object/gYtm6EkV-8g",
  "pinned": false,
  "quote": null,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": null,
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-12-07T10:07:21.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://akkoma/images/banner.png",
    "header_static": "http://akkoma/images/banner.png",
    "id": "B10Au9bh87eHgMGfdA",
    "last_status_at": "2025-12-07",
    "locked": false,
    "note": "",
    "pleroma": {
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "background_image": null,
      "favicon": null,
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 104,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "poll": null,
  "id": "B10B6UgQauz6WZMkiW",
  "text": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "B10AlwS7ELx9KRdGjY",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "wbr: Fernstra\u00dfenbauprivatfinanzierungsgesetz",
  "emoji_reactions": [],
  "quote_id": null,
  "media_attachments": [],
  "favourites_count": 0,
  "reblogs_count": 0,
  "in_reply_to_account_id": null,
  "tags": [],
  "in_reply_to_id": null,
  "application": null,
  "sensitive": false,
  "bookmarked": false,
  "replies_count": 0,
  "emojis": [],
  "reblog": null,
  "url": "http://pasture-one-actor/object/gYtm6EkV-8g",
  "muted": false,
  "created_at": "2025-12-07T10:09:34.000Z",
  "language": null
}

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/bAAaSvPNuYM",
  "published": "2025-12-07T10:09:35Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/object/G_PaoHQ_DgM",
    "published": "2025-12-07T10:09:35Z",
    "content": "Audio <audio controls src=\"http://pasture-one-actor/assets/cow_moo.mp3\"></audio>"
  }
}
akkoma
{
  "favourited": false,
  "edited_at": null,
  "card": null,
  "reblogged": false,
  "visibility": "public",
  "pleroma": {
    "content": {
      "text/plain": "Audio "
    },
    "context": "http://pasture-one-actor/object/G_PaoHQ_DgM",
    "conversation_id": 955914172,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": ""
    },
    "thread_muted": false
  },
  "spoiler_text": "",
  "akkoma": {
    "in_reply_to_apid": null,
    "quote_apid": null,
    "source": null
  },
  "uri": "http://pasture-one-actor/object/G_PaoHQ_DgM",
  "pinned": false,
  "quote": null,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": null,
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-12-07T10:07:21.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://akkoma/images/banner.png",
    "header_static": "http://akkoma/images/banner.png",
    "id": "B10Au9bh87eHgMGfdA",
    "last_status_at": "2025-12-07",
    "locked": false,
    "note": "",
    "pleroma": {
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "background_image": null,
      "favicon": null,
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 105,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "poll": null,
  "id": "B10B6Y1SBCaMseE5PE",
  "text": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "B10AlwS7ELx9KRdGjY",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "Audio ",
  "emoji_reactions": [],
  "quote_id": null,
  "media_attachments": [],
  "favourites_count": 0,
  "reblogs_count": 0,
  "in_reply_to_account_id": null,
  "tags": [],
  "in_reply_to_id": null,
  "application": null,
  "sensitive": false,
  "bookmarked": false,
  "replies_count": 0,
  "emojis": [],
  "reblog": null,
  "url": "http://pasture-one-actor/object/G_PaoHQ_DgM",
  "muted": false,
  "created_at": "2025-12-07T10:09:35.000Z",
  "language": null
}

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/xpYvS7_SXRM",
  "published": "2025-12-07T10:09:36Z",
  "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/j1R15KK5mlg",
    "published": "2025-12-07T10:09:36Z",
    "content": "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>"
  }
}
akkoma
{
  "favourited": false,
  "edited_at": null,
  "card": null,
  "reblogged": false,
  "visibility": "public",
  "pleroma": {
    "content": {
      "text/plain": "Video \n  \n  Video of a cow eating"
    },
    "context": "http://pasture-one-actor/object/j1R15KK5mlg",
    "conversation_id": 824511374,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": ""
    },
    "thread_muted": false
  },
  "spoiler_text": "",
  "akkoma": {
    "in_reply_to_apid": null,
    "quote_apid": null,
    "source": null
  },
  "uri": "http://pasture-one-actor/object/j1R15KK5mlg",
  "pinned": false,
  "quote": null,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": null,
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-12-07T10:07:21.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://akkoma/images/banner.png",
    "header_static": "http://akkoma/images/banner.png",
    "id": "B10Au9bh87eHgMGfdA",
    "last_status_at": "2025-12-07",
    "locked": false,
    "note": "",
    "pleroma": {
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "background_image": null,
      "favicon": null,
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 106,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "poll": null,
  "id": "B10B6bS9QOivWJjww4",
  "text": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "B10AlwS7ELx9KRdGjY",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "Video \n  \n  Video of a cow eating",
  "emoji_reactions": [],
  "quote_id": null,
  "media_attachments": [],
  "favourites_count": 0,
  "reblogs_count": 0,
  "in_reply_to_account_id": null,
  "tags": [],
  "in_reply_to_id": null,
  "application": null,
  "sensitive": false,
  "bookmarked": false,
  "replies_count": 0,
  "emojis": [],
  "reblog": null,
  "url": "http://pasture-one-actor/object/j1R15KK5mlg",
  "muted": false,
  "created_at": "2025-12-07T10:09:36.000Z",
  "language": null
}

Example 32

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/G5m6NkggVrU",
  "published": "2025-12-07T10:09:36Z",
  "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/AXlGYA0Ykkk",
    "published": "2025-12-07T10:09:36Z",
    "content": "<dl>\n  <dt>Beast of Bodmin</dt>\n  <dd>A large feline inhabiting Bodmin Moor.</dd>\n</dl>\n"
  }
}
akkoma
{
  "favourited": false,
  "edited_at": null,
  "card": null,
  "reblogged": false,
  "visibility": "public",
  "pleroma": {
    "content": {
      "text/plain": "\n  Beast of Bodmin\n  A large feline inhabiting Bodmin Moor.\n\n"
    },
    "context": "http://pasture-one-actor/object/AXlGYA0Ykkk",
    "conversation_id": 1705219388,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": ""
    },
    "thread_muted": false
  },
  "spoiler_text": "",
  "akkoma": {
    "in_reply_to_apid": null,
    "quote_apid": null,
    "source": null
  },
  "uri": "http://pasture-one-actor/object/AXlGYA0Ykkk",
  "pinned": false,
  "quote": null,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": null,
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-12-07T10:07:21.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://akkoma/images/banner.png",
    "header_static": "http://akkoma/images/banner.png",
    "id": "B10Au9bh87eHgMGfdA",
    "last_status_at": "2025-12-07",
    "locked": false,
    "note": "",
    "pleroma": {
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "background_image": null,
      "favicon": null,
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 107,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "poll": null,
  "id": "B10B6eivGUvDfCbszg",
  "text": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "B10AlwS7ELx9KRdGjY",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "\n  Beast of Bodmin\n  A large feline inhabiting Bodmin Moor.\n\n",
  "emoji_reactions": [],
  "quote_id": null,
  "media_attachments": [],
  "favourites_count": 0,
  "reblogs_count": 0,
  "in_reply_to_account_id": null,
  "tags": [],
  "in_reply_to_id": null,
  "application": null,
  "sensitive": false,
  "bookmarked": false,
  "replies_count": 0,
  "emojis": [],
  "reblog": null,
  "url": "http://pasture-one-actor/object/AXlGYA0Ykkk",
  "muted": false,
  "created_at": "2025-12-07T10:09:36.000Z",
  "language": null
}

Example 33

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/uBcWE1WvnOw",
  "published": "2025-12-07T10:09:37Z",
  "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/Sags-_5aGBk",
    "published": "2025-12-07T10:09:37Z",
    "content": "<details>\n  <summary>Details</summary>\n  Something small enough to escape casual notice.\n</details>\n"
  }
}
akkoma
{
  "favourited": false,
  "edited_at": null,
  "card": null,
  "reblogged": false,
  "visibility": "public",
  "pleroma": {
    "content": {
      "text/plain": "\n  Details\n  Something small enough to escape casual notice.\n\n"
    },
    "context": "http://pasture-one-actor/object/Sags-_5aGBk",
    "conversation_id": 764963356,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": ""
    },
    "thread_muted": false
  },
  "spoiler_text": "",
  "akkoma": {
    "in_reply_to_apid": null,
    "quote_apid": null,
    "source": null
  },
  "uri": "http://pasture-one-actor/object/Sags-_5aGBk",
  "pinned": false,
  "quote": null,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": null,
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-12-07T10:07:21.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://akkoma/images/banner.png",
    "header_static": "http://akkoma/images/banner.png",
    "id": "B10Au9bh87eHgMGfdA",
    "last_status_at": "2025-12-07",
    "locked": false,
    "note": "",
    "pleroma": {
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "background_image": null,
      "favicon": null,
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 108,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "poll": null,
  "id": "B10B6i6mgEn8A4nU6S",
  "text": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "B10AlwS7ELx9KRdGjY",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "\n  Details\n  Something small enough to escape casual notice.\n\n",
  "emoji_reactions": [],
  "quote_id": null,
  "media_attachments": [],
  "favourites_count": 0,
  "reblogs_count": 0,
  "in_reply_to_account_id": null,
  "tags": [],
  "in_reply_to_id": null,
  "application": null,
  "sensitive": false,
  "bookmarked": false,
  "replies_count": 0,
  "emojis": [],
  "reblog": null,
  "url": "http://pasture-one-actor/object/Sags-_5aGBk",
  "muted": false,
  "created_at": "2025-12-07T10:09:37.000Z",
  "language": null
}

Example 34

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/4qxaJBYVpNc",
  "published": "2025-12-07T10:09:37Z",
  "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/P3-24dBmPLg",
    "published": "2025-12-07T10:09:37Z",
    "content": "<table><tr><td>HTML tables</td></tr></table>"
  }
}
akkoma
{
  "favourited": false,
  "edited_at": null,
  "card": null,
  "reblogged": false,
  "visibility": "public",
  "pleroma": {
    "content": {
      "text/plain": "HTML tables"
    },
    "context": "http://pasture-one-actor/object/P3-24dBmPLg",
    "conversation_id": 882075846,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": ""
    },
    "thread_muted": false
  },
  "spoiler_text": "",
  "akkoma": {
    "in_reply_to_apid": null,
    "quote_apid": null,
    "source": null
  },
  "uri": "http://pasture-one-actor/object/P3-24dBmPLg",
  "pinned": false,
  "quote": null,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": null,
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-12-07T10:07:21.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://akkoma/images/banner.png",
    "header_static": "http://akkoma/images/banner.png",
    "id": "B10Au9bh87eHgMGfdA",
    "last_status_at": "2025-12-07",
    "locked": false,
    "note": "",
    "pleroma": {
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "background_image": null,
      "favicon": null,
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 109,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "poll": null,
  "id": "B10B6lPKPkPKOSUpvM",
  "text": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "B10AlwS7ELx9KRdGjY",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "HTML tables",
  "emoji_reactions": [],
  "quote_id": null,
  "media_attachments": [],
  "favourites_count": 0,
  "reblogs_count": 0,
  "in_reply_to_account_id": null,
  "tags": [],
  "in_reply_to_id": null,
  "application": null,
  "sensitive": false,
  "bookmarked": false,
  "replies_count": 0,
  "emojis": [],
  "reblog": null,
  "url": "http://pasture-one-actor/object/P3-24dBmPLg",
  "muted": false,
  "created_at": "2025-12-07T10:09:37.000Z",
  "language": null
}