Skip to content

HTML tags for article

Here we analyze, which types of HTML tags are allowed inside the content field of Article type objects. One should expect that a Note, i.e.

Represents a short written work typically less than a single paragraph in length.

see here, should not contain headings h1-h6 or embedded media, e.g. img.

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

Examples

Example 1

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "http://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/lnHZzMNJVJc",
  "published": "2025-03-07T11:49:58Z",
  "object": {
    "type": "Article",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/actor/JfIRnPWFDuA",
    "published": "2025-03-07T11:49:58Z",
    "content": "<b>bold</b>"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "bold"
    },
    "context": "http://pasture-one-actor/actor/JfIRnPWFDuA",
    "conversation_id": 1276148879,
    "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
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/actor/JfIRnPWFDuA",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "AroIlUTaaMBD1TxfW4",
  "mentions": [
    {
      "acct": "witch",
      "id": "AroIQrS8PzVyQJnOue",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "<b>bold</b>",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "",
  "media_attachments": [],
  "text": null,
  "url": "http://pasture-one-actor/actor/JfIRnPWFDuA",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-03-07T11:47:38.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": "AroIYYRkVqApZWvsIq",
    "last_status_at": "2025-03-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"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-03-07T11:49:58.000Z",
  "muted": false,
  "replies_count": 0
}

Example 2

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "http://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/nq2L2UYOjug",
  "published": "2025-03-07T11:49:59Z",
  "object": {
    "type": "Article",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/actor/Ms1pX0lb7NE",
    "published": "2025-03-07T11:49:59Z",
    "content": "<strong>strong</strong>"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "strong"
    },
    "context": "http://pasture-one-actor/actor/Ms1pX0lb7NE",
    "conversation_id": 51049634,
    "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
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/actor/Ms1pX0lb7NE",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "AroIlYgquzAM5mCJkG",
  "mentions": [
    {
      "acct": "witch",
      "id": "AroIQrS8PzVyQJnOue",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "<strong>strong</strong>",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "",
  "media_attachments": [],
  "text": null,
  "url": "http://pasture-one-actor/actor/Ms1pX0lb7NE",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-03-07T11:47:38.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": "AroIYYRkVqApZWvsIq",
    "last_status_at": "2025-03-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"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-03-07T11:49:59.000Z",
  "muted": false,
  "replies_count": 0
}

Example 3

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "http://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/XWhnBvO7j6A",
  "published": "2025-03-07T11:50:00Z",
  "object": {
    "type": "Article",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/actor/RpFGR67lVVU",
    "published": "2025-03-07T11:50:00Z",
    "content": "<i>italic</i>"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "italic"
    },
    "context": "http://pasture-one-actor/actor/RpFGR67lVVU",
    "conversation_id": 1165334340,
    "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
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/actor/RpFGR67lVVU",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "AroIlceACvOMMayE6q",
  "mentions": [
    {
      "acct": "witch",
      "id": "AroIQrS8PzVyQJnOue",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "<i>italic</i>",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "",
  "media_attachments": [],
  "text": null,
  "url": "http://pasture-one-actor/actor/RpFGR67lVVU",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-03-07T11:47:38.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": "AroIYYRkVqApZWvsIq",
    "last_status_at": "2025-03-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"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-03-07T11:50:00.000Z",
  "muted": false,
  "replies_count": 0
}

Example 4

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "http://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/kT5NkjFcMs0",
  "published": "2025-03-07T11:50:00Z",
  "object": {
    "type": "Article",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/actor/OGKygR7Cft8",
    "published": "2025-03-07T11:50:00Z",
    "content": "<i>italic with.</i> See <a href=\"https://codeberg.org/helge/funfedidev/issues/142\">Issue 142</a>"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "italic with. See Issue 142"
    },
    "context": "http://pasture-one-actor/actor/OGKygR7Cft8",
    "conversation_id": 1787160405,
    "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
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/actor/OGKygR7Cft8",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "AroIlghr78ioxCjEQ4",
  "mentions": [
    {
      "acct": "witch",
      "id": "AroIQrS8PzVyQJnOue",
      "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>",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "",
  "media_attachments": [],
  "text": null,
  "url": "http://pasture-one-actor/actor/OGKygR7Cft8",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": {
    "description": "> Misskey Moment: MFM can't handle italic text containing punctuation. \u200b:neofox_woozy:\u200b\n> An example:\n> - This text is italic\n> - *This text is not.*\n>- *This text isn't either*\n\n\nsee https://enby.life/notes/9qk2vfk9jl",
    "image": "https://codeberg.org/helge/funfedidev/issues/142/summary-card",
    "image_description": "Summary card of an issue titled \"add test for mfm and punctuation\" in repository helge/funfedidev",
    "pleroma": {
      "opengraph": {
        "description": "> Misskey Moment: MFM can't handle italic text containing punctuation. \u200b:neofox_woozy:\u200b\n> An example:\n> - This text is italic\n> - *This text is not.*\n>- *This text isn't either*\n\n\nsee https://enby.life/notes/9qk2vfk9jl",
        "image": "https://codeberg.org/helge/funfedidev/issues/142/summary-card",
        "image:alt": "Summary card of an issue titled \"add test for mfm and punctuation\" in repository helge/funfedidev",
        "image:height": "600",
        "image:width": "1200",
        "site_name": "Codeberg.org",
        "title": "add test for mfm and punctuation",
        "type": "object",
        "url": "https://codeberg.org/helge/funfedidev/issues/142"
      }
    },
    "provider_name": "codeberg.org",
    "provider_url": "https://codeberg.org",
    "title": "add test for mfm and punctuation",
    "type": "link",
    "url": "https://codeberg.org/helge/funfedidev/issues/142"
  },
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-03-07T11:47:38.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": "AroIYYRkVqApZWvsIq",
    "last_status_at": "2025-03-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"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-03-07T11:50:00.000Z",
  "muted": false,
  "replies_count": 0
}

Example 5

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "http://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/kzLJs8hpO-o",
  "published": "2025-03-07T11:50:01Z",
  "object": {
    "type": "Article",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/actor/lzzwoyNW1I4",
    "published": "2025-03-07T11:50:01Z",
    "content": "<em>emphasis</em>"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "emphasis"
    },
    "context": "http://pasture-one-actor/actor/lzzwoyNW1I4",
    "conversation_id": 1000735980,
    "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
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/actor/lzzwoyNW1I4",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "AroIlkzNBx6wEgxHHM",
  "mentions": [
    {
      "acct": "witch",
      "id": "AroIQrS8PzVyQJnOue",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "<em>emphasis</em>",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "",
  "media_attachments": [],
  "text": null,
  "url": "http://pasture-one-actor/actor/lzzwoyNW1I4",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-03-07T11:47:38.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": "AroIYYRkVqApZWvsIq",
    "last_status_at": "2025-03-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"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-03-07T11:50:01.000Z",
  "muted": false,
  "replies_count": 0
}

Example 6

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "http://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/5s9rJE4A5is",
  "published": "2025-03-07T11:50:02Z",
  "object": {
    "type": "Article",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/actor/-wFejrrsqO0",
    "published": "2025-03-07T11:50:02Z",
    "content": "<del>old</del><ins>new</ins>"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "oldnew"
    },
    "context": "http://pasture-one-actor/actor/-wFejrrsqO0",
    "conversation_id": 2111180854,
    "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
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/actor/-wFejrrsqO0",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "AroIlpCHXtoVHt1dxI",
  "mentions": [
    {
      "acct": "witch",
      "id": "AroIQrS8PzVyQJnOue",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "<del>old</del>new",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "",
  "media_attachments": [],
  "text": null,
  "url": "http://pasture-one-actor/actor/-wFejrrsqO0",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-03-07T11:47:38.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": "AroIYYRkVqApZWvsIq",
    "last_status_at": "2025-03-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"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-03-07T11:50:02.000Z",
  "muted": false,
  "replies_count": 0
}

Example 7

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "http://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/sVicyH4yKSQ",
  "published": "2025-03-07T11:50:02Z",
  "object": {
    "type": "Article",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/actor/QMAHwwUA85c",
    "published": "2025-03-07T11:50:02Z",
    "content": "<s>stricken</s>"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "stricken"
    },
    "context": "http://pasture-one-actor/actor/QMAHwwUA85c",
    "conversation_id": 1473466435,
    "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
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/actor/QMAHwwUA85c",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "AroIltBMjFSPeCcy5A",
  "mentions": [
    {
      "acct": "witch",
      "id": "AroIQrS8PzVyQJnOue",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "stricken",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "",
  "media_attachments": [],
  "text": null,
  "url": "http://pasture-one-actor/actor/QMAHwwUA85c",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-03-07T11:47:38.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": "AroIYYRkVqApZWvsIq",
    "last_status_at": "2025-03-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"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-03-07T11:50:02.000Z",
  "muted": false,
  "replies_count": 0
}

Example 8

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "http://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/qYGdVz6KnBA",
  "published": "2025-03-07T11:50:03Z",
  "object": {
    "type": "Article",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/actor/1e021_Rc6Nw",
    "published": "2025-03-07T11:50:03Z",
    "content": "<mark>mark</mark>"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "mark"
    },
    "context": "http://pasture-one-actor/actor/1e021_Rc6Nw",
    "conversation_id": 695597670,
    "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
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/actor/1e021_Rc6Nw",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "AroIlxW4cCOl5aLYum",
  "mentions": [
    {
      "acct": "witch",
      "id": "AroIQrS8PzVyQJnOue",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "mark",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "",
  "media_attachments": [],
  "text": null,
  "url": "http://pasture-one-actor/actor/1e021_Rc6Nw",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-03-07T11:47:38.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": "AroIYYRkVqApZWvsIq",
    "last_status_at": "2025-03-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"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-03-07T11:50:03.000Z",
  "muted": false,
  "replies_count": 0
}

Example 9

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "http://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/PuG5yMTvi20",
  "published": "2025-03-07T11:50:04Z",
  "object": {
    "type": "Article",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/actor/Ajzg9IsAJiQ",
    "published": "2025-03-07T11:50:04Z",
    "content": "find <var>x</var> (a variable)"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "find x (a variable)"
    },
    "context": "http://pasture-one-actor/actor/Ajzg9IsAJiQ",
    "conversation_id": 905965423,
    "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
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/actor/Ajzg9IsAJiQ",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "AroIm1YhaMsTctbiZE",
  "mentions": [
    {
      "acct": "witch",
      "id": "AroIQrS8PzVyQJnOue",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "find x (a variable)",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "",
  "media_attachments": [],
  "text": null,
  "url": "http://pasture-one-actor/actor/Ajzg9IsAJiQ",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-03-07T11:47:38.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": "AroIYYRkVqApZWvsIq",
    "last_status_at": "2025-03-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"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-03-07T11:50:04.000Z",
  "muted": false,
  "replies_count": 0
}

Example 10

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "http://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/kcjCBxmjM5Q",
  "published": "2025-03-07T11:50:05Z",
  "object": {
    "type": "Article",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/actor/OHiRMYTTPas",
    "published": "2025-03-07T11:50:05Z",
    "content": "<ol><li>ordered</li></ol>"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "ordered"
    },
    "context": "http://pasture-one-actor/actor/OHiRMYTTPas",
    "conversation_id": 2006875001,
    "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
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/actor/OHiRMYTTPas",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "AroIm5MnQZjNR84GZ6",
  "mentions": [
    {
      "acct": "witch",
      "id": "AroIQrS8PzVyQJnOue",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "<ol><li>ordered</li></ol>",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "",
  "media_attachments": [],
  "text": null,
  "url": "http://pasture-one-actor/actor/OHiRMYTTPas",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-03-07T11:47:38.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": "AroIYYRkVqApZWvsIq",
    "last_status_at": "2025-03-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"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-03-07T11:50:05.000Z",
  "muted": false,
  "replies_count": 0
}

Example 11

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "http://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/1WM3nA-xwLg",
  "published": "2025-03-07T11:50:05Z",
  "object": {
    "type": "Article",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/actor/JboV45lFEK4",
    "published": "2025-03-07T11:50:05Z",
    "content": "<ul><li>unordered</li></ul>"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "unordered"
    },
    "context": "http://pasture-one-actor/actor/JboV45lFEK4",
    "conversation_id": 1499429976,
    "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
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/actor/JboV45lFEK4",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "AroIm9a3lCiWVQIunI",
  "mentions": [
    {
      "acct": "witch",
      "id": "AroIQrS8PzVyQJnOue",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "<ul><li>unordered</li></ul>",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "",
  "media_attachments": [],
  "text": null,
  "url": "http://pasture-one-actor/actor/JboV45lFEK4",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-03-07T11:47:38.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": "AroIYYRkVqApZWvsIq",
    "last_status_at": "2025-03-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"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-03-07T11:50:05.000Z",
  "muted": false,
  "replies_count": 0
}

Example 12

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "http://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/uIrOfu_49jg",
  "published": "2025-03-07T11:50:06Z",
  "object": {
    "type": "Article",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/actor/1i5WVKwKp3g",
    "published": "2025-03-07T11:50:06Z",
    "content": "<h1>h1</h1>"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "h1"
    },
    "context": "http://pasture-one-actor/actor/1i5WVKwKp3g",
    "conversation_id": 672465558,
    "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
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/actor/1i5WVKwKp3g",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "AroImDoO1sYPd12PgG",
  "mentions": [
    {
      "acct": "witch",
      "id": "AroIQrS8PzVyQJnOue",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "h1",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "",
  "media_attachments": [],
  "text": null,
  "url": "http://pasture-one-actor/actor/1i5WVKwKp3g",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-03-07T11:47:38.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": "AroIYYRkVqApZWvsIq",
    "last_status_at": "2025-03-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"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-03-07T11:50:06.000Z",
  "muted": false,
  "replies_count": 0
}

Example 13

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "http://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/aQqZCn240oI",
  "published": "2025-03-07T11:50:07Z",
  "object": {
    "type": "Article",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/actor/zKdjjEtyUgI",
    "published": "2025-03-07T11:50:07Z",
    "content": "<h2>h2</h2>"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "h2"
    },
    "context": "http://pasture-one-actor/actor/zKdjjEtyUgI",
    "conversation_id": 435792241,
    "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
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/actor/zKdjjEtyUgI",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "AroImHwgexZQRux6Aq",
  "mentions": [
    {
      "acct": "witch",
      "id": "AroIQrS8PzVyQJnOue",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "h2",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "",
  "media_attachments": [],
  "text": null,
  "url": "http://pasture-one-actor/actor/zKdjjEtyUgI",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-03-07T11:47:38.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": "AroIYYRkVqApZWvsIq",
    "last_status_at": "2025-03-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"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-03-07T11:50:07.000Z",
  "muted": false,
  "replies_count": 0
}

Example 14

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "http://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/lekU-FCHdL4",
  "published": "2025-03-07T11:50:07Z",
  "object": {
    "type": "Article",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/actor/8m8JpcFKSuU",
    "published": "2025-03-07T11:50:07Z",
    "content": "<h3>h3</h3>"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "h3"
    },
    "context": "http://pasture-one-actor/actor/8m8JpcFKSuU",
    "conversation_id": 1131283637,
    "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
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/actor/8m8JpcFKSuU",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "AroImLtHzXEGgXORQu",
  "mentions": [
    {
      "acct": "witch",
      "id": "AroIQrS8PzVyQJnOue",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "h3",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "",
  "media_attachments": [],
  "text": null,
  "url": "http://pasture-one-actor/actor/8m8JpcFKSuU",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-03-07T11:47:38.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": "AroIYYRkVqApZWvsIq",
    "last_status_at": "2025-03-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": 110,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-03-07T11:50:07.000Z",
  "muted": false,
  "replies_count": 0
}

Example 15

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "http://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/9yUYXgh6xxI",
  "published": "2025-03-07T11:50:08Z",
  "object": {
    "type": "Article",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/actor/PhyYOJfFzsk",
    "published": "2025-03-07T11:50:08Z",
    "content": "<h4>h4</h4>"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "h4"
    },
    "context": "http://pasture-one-actor/actor/PhyYOJfFzsk",
    "conversation_id": 420030686,
    "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
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/actor/PhyYOJfFzsk",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "AroImPzojCpNPwTiAC",
  "mentions": [
    {
      "acct": "witch",
      "id": "AroIQrS8PzVyQJnOue",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "h4",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "",
  "media_attachments": [],
  "text": null,
  "url": "http://pasture-one-actor/actor/PhyYOJfFzsk",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-03-07T11:47:38.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": "AroIYYRkVqApZWvsIq",
    "last_status_at": "2025-03-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": 111,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-03-07T11:50:08.000Z",
  "muted": false,
  "replies_count": 0
}

Example 16

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "http://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/WkPrg8vDxk4",
  "published": "2025-03-07T11:50:09Z",
  "object": {
    "type": "Article",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/actor/xKQJQeC8nI8",
    "published": "2025-03-07T11:50:09Z",
    "content": "<h5>h5</h5>"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "h5"
    },
    "context": "http://pasture-one-actor/actor/xKQJQeC8nI8",
    "conversation_id": 1159666396,
    "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
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/actor/xKQJQeC8nI8",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "AroImUBf96gCPq3EBM",
  "mentions": [
    {
      "acct": "witch",
      "id": "AroIQrS8PzVyQJnOue",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "h5",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "",
  "media_attachments": [],
  "text": null,
  "url": "http://pasture-one-actor/actor/xKQJQeC8nI8",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-03-07T11:47:38.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": "AroIYYRkVqApZWvsIq",
    "last_status_at": "2025-03-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": 112,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-03-07T11:50:09.000Z",
  "muted": false,
  "replies_count": 0
}

Example 17

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "http://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/-lkJ_va_95A",
  "published": "2025-03-07T11:50:10Z",
  "object": {
    "type": "Article",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/actor/ReqHhHBDiPU",
    "published": "2025-03-07T11:50:10Z",
    "content": "<h1>h1</h1><h2>h2</h2>"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "h1h2"
    },
    "context": "http://pasture-one-actor/actor/ReqHhHBDiPU",
    "conversation_id": 123738551,
    "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
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/actor/ReqHhHBDiPU",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "AroImYWj0ju7sJw6ZE",
  "mentions": [
    {
      "acct": "witch",
      "id": "AroIQrS8PzVyQJnOue",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "h1h2",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "",
  "media_attachments": [],
  "text": null,
  "url": "http://pasture-one-actor/actor/ReqHhHBDiPU",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-03-07T11:47:38.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": "AroIYYRkVqApZWvsIq",
    "last_status_at": "2025-03-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": 113,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-03-07T11:50:10.000Z",
  "muted": false,
  "replies_count": 0
}

Example 18

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "http://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/CZUsjILOP8k",
  "published": "2025-03-07T11:50:10Z",
  "object": {
    "type": "Article",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/actor/7_GCxtXVZbA",
    "published": "2025-03-07T11:50:10Z",
    "content": "<code>code</code>"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "code"
    },
    "context": "http://pasture-one-actor/actor/7_GCxtXVZbA",
    "conversation_id": 1288832216,
    "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
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/actor/7_GCxtXVZbA",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "AroImcwkZv6BaC8wgi",
  "mentions": [
    {
      "acct": "witch",
      "id": "AroIQrS8PzVyQJnOue",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "<code>code</code>",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "",
  "media_attachments": [],
  "text": null,
  "url": "http://pasture-one-actor/actor/7_GCxtXVZbA",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-03-07T11:47:38.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": "AroIYYRkVqApZWvsIq",
    "last_status_at": "2025-03-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": 114,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-03-07T11:50:10.000Z",
  "muted": false,
  "replies_count": 0
}

Example 19

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "http://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/siAoHoekWwA",
  "published": "2025-03-07T11:50:11Z",
  "object": {
    "type": "Article",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/actor/hva-LN5oIn0",
    "published": "2025-03-07T11:50:11Z",
    "content": "<pre>pre</pre>"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "pre"
    },
    "context": "http://pasture-one-actor/actor/hva-LN5oIn0",
    "conversation_id": 550370898,
    "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
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/actor/hva-LN5oIn0",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "AroImh53D07CP63dBI",
  "mentions": [
    {
      "acct": "witch",
      "id": "AroIQrS8PzVyQJnOue",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "<pre>pre</pre>",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "",
  "media_attachments": [],
  "text": null,
  "url": "http://pasture-one-actor/actor/hva-LN5oIn0",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-03-07T11:47:38.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": "AroIYYRkVqApZWvsIq",
    "last_status_at": "2025-03-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": 115,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-03-07T11:50:11.000Z",
  "muted": false,
  "replies_count": 0
}

Example 20

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "http://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/jbPbUZ-V2og",
  "published": "2025-03-07T11:50:12Z",
  "object": {
    "type": "Article",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/actor/xxA7cTEnUtQ",
    "published": "2025-03-07T11:50:12Z",
    "content": "<blockquote>blockquote</blockquote>"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "blockquote"
    },
    "context": "http://pasture-one-actor/actor/xxA7cTEnUtQ",
    "conversation_id": 973781833,
    "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
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/actor/xxA7cTEnUtQ",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "AroImlHbaGXBRBxiIy",
  "mentions": [
    {
      "acct": "witch",
      "id": "AroIQrS8PzVyQJnOue",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "<blockquote>blockquote</blockquote>",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "",
  "media_attachments": [],
  "text": null,
  "url": "http://pasture-one-actor/actor/xxA7cTEnUtQ",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-03-07T11:47:38.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": "AroIYYRkVqApZWvsIq",
    "last_status_at": "2025-03-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": 116,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-03-07T11:50:12.000Z",
  "muted": false,
  "replies_count": 0
}

Example 21

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "http://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/auVXQE-d-LM",
  "published": "2025-03-07T11:50:13Z",
  "object": {
    "type": "Article",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/actor/pYnFom0DIqU",
    "published": "2025-03-07T11:50:13Z",
    "content": "line<br/>break"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "linebreak"
    },
    "context": "http://pasture-one-actor/actor/pYnFom0DIqU",
    "conversation_id": 1756010530,
    "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
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/actor/pYnFom0DIqU",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "AroImpWzmzDoc5C3qi",
  "mentions": [
    {
      "acct": "witch",
      "id": "AroIQrS8PzVyQJnOue",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "line<br/>break",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "",
  "media_attachments": [],
  "text": null,
  "url": "http://pasture-one-actor/actor/pYnFom0DIqU",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-03-07T11:47:38.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": "AroIYYRkVqApZWvsIq",
    "last_status_at": "2025-03-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": 117,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-03-07T11:50:13.000Z",
  "muted": false,
  "replies_count": 0
}

Example 22

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "http://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/ZtLupPsyaBI",
  "published": "2025-03-07T11:50:13Z",
  "object": {
    "type": "Article",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/actor/FN5kMpDtUHo",
    "published": "2025-03-07T11:50:13Z",
    "content": "<p>paragraph</p>"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "paragraph"
    },
    "context": "http://pasture-one-actor/actor/FN5kMpDtUHo",
    "conversation_id": 970236546,
    "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
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/actor/FN5kMpDtUHo",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "AroImth4JTejWTwA6a",
  "mentions": [
    {
      "acct": "witch",
      "id": "AroIQrS8PzVyQJnOue",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "<p>paragraph</p>",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "",
  "media_attachments": [],
  "text": null,
  "url": "http://pasture-one-actor/actor/FN5kMpDtUHo",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-03-07T11:47:38.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": "AroIYYRkVqApZWvsIq",
    "last_status_at": "2025-03-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": 118,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-03-07T11:50:13.000Z",
  "muted": false,
  "replies_count": 0
}

Example 23

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "http://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/l0PjZP1nk2E",
  "published": "2025-03-07T11:50:14Z",
  "object": {
    "type": "Article",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/actor/SsV8n6JANCM",
    "published": "2025-03-07T11:50:14Z",
    "content": "<small>small</small>"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "small"
    },
    "context": "http://pasture-one-actor/actor/SsV8n6JANCM",
    "conversation_id": 1011426043,
    "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
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/actor/SsV8n6JANCM",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "AroImxl7CNGm8BrRy4",
  "mentions": [
    {
      "acct": "witch",
      "id": "AroIQrS8PzVyQJnOue",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "<small>small</small>",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "",
  "media_attachments": [],
  "text": null,
  "url": "http://pasture-one-actor/actor/SsV8n6JANCM",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-03-07T11:47:38.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": "AroIYYRkVqApZWvsIq",
    "last_status_at": "2025-03-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": 119,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-03-07T11:50:14.000Z",
  "muted": false,
  "replies_count": 0
}

Example 24

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "http://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/RS_bKQf7Xfs",
  "published": "2025-03-07T11:50:15Z",
  "object": {
    "type": "Article",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/actor/rlaC9TFANX4",
    "published": "2025-03-07T11:50:15Z",
    "content": "<sup>sup</sup>"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "sup"
    },
    "context": "http://pasture-one-actor/actor/rlaC9TFANX4",
    "conversation_id": 1891966527,
    "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
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/actor/rlaC9TFANX4",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "AroIn1t3qm0CvzbquO",
  "mentions": [
    {
      "acct": "witch",
      "id": "AroIQrS8PzVyQJnOue",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "<sup>sup</sup>",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "",
  "media_attachments": [],
  "text": null,
  "url": "http://pasture-one-actor/actor/rlaC9TFANX4",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-03-07T11:47:38.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": "AroIYYRkVqApZWvsIq",
    "last_status_at": "2025-03-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": 120,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-03-07T11:50:15.000Z",
  "muted": false,
  "replies_count": 0
}

Example 25

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "http://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/dTd-GMbX6WA",
  "published": "2025-03-07T11:50:16Z",
  "object": {
    "type": "Article",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/actor/WGPiiZ4D6iA",
    "published": "2025-03-07T11:50:16Z",
    "content": "<sub>sub</sub>"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "sub"
    },
    "context": "http://pasture-one-actor/actor/WGPiiZ4D6iA",
    "conversation_id": 1888231217,
    "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
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/actor/WGPiiZ4D6iA",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "AroIn6ETh5ViPZf0qW",
  "mentions": [
    {
      "acct": "witch",
      "id": "AroIQrS8PzVyQJnOue",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "<sub>sub</sub>",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "",
  "media_attachments": [],
  "text": null,
  "url": "http://pasture-one-actor/actor/WGPiiZ4D6iA",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-03-07T11:47:38.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": "AroIYYRkVqApZWvsIq",
    "last_status_at": "2025-03-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": 121,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-03-07T11:50:16.000Z",
  "muted": false,
  "replies_count": 0
}

Example 26

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "http://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/7wT6GZRrx38",
  "published": "2025-03-07T11:50:16Z",
  "object": {
    "type": "Article",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/actor/sHS7XYc_2Hw",
    "published": "2025-03-07T11:50:16Z",
    "content": "<a href='https://funfedi.dev'>funfedi</a>"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "funfedi"
    },
    "context": "http://pasture-one-actor/actor/sHS7XYc_2Hw",
    "conversation_id": 258232947,
    "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
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/actor/sHS7XYc_2Hw",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "AroInAIAbIqB0BQ19k",
  "mentions": [
    {
      "acct": "witch",
      "id": "AroIQrS8PzVyQJnOue",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "<a href=\"https://funfedi.dev\">funfedi</a>",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "",
  "media_attachments": [],
  "text": null,
  "url": "http://pasture-one-actor/actor/sHS7XYc_2Hw",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "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"
  },
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-03-07T11:47:38.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": "AroIYYRkVqApZWvsIq",
    "last_status_at": "2025-03-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": 122,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-03-07T11:50:16.000Z",
  "muted": false,
  "replies_count": 0
}

Example 27

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "http://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/L_QN_Awe2JM",
  "published": "2025-03-07T11:50:17Z",
  "object": {
    "type": "Article",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/actor/kH4gNu5u750",
    "published": "2025-03-07T11:50:17Z",
    "content": "<script>alert('hi');</script>"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "alert('hi');"
    },
    "context": "http://pasture-one-actor/actor/kH4gNu5u750",
    "conversation_id": 237723837,
    "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
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/actor/kH4gNu5u750",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "AroInESb6TYfvgKOxs",
  "mentions": [
    {
      "acct": "witch",
      "id": "AroIQrS8PzVyQJnOue",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "alert(&#39;hi&#39;);",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "",
  "media_attachments": [],
  "text": null,
  "url": "http://pasture-one-actor/actor/kH4gNu5u750",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-03-07T11:47:38.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": "AroIYYRkVqApZWvsIq",
    "last_status_at": "2025-03-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": 123,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-03-07T11:50:17.000Z",
  "muted": false,
  "replies_count": 0
}

Example 28

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "http://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/qW6-XL4AnFU",
  "published": "2025-03-07T11:50:18Z",
  "object": {
    "type": "Article",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/actor/RFnERHgFQBM",
    "published": "2025-03-07T11:50:18Z",
    "content": "<img src=\"http://pasture-one-actor/assets/nlnet.png\" alt=\"NLNET Logo\" />"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": ""
    },
    "context": "http://pasture-one-actor/actor/RFnERHgFQBM",
    "conversation_id": 632158043,
    "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
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/actor/RFnERHgFQBM",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "AroInIkp8eVxFMt0vg",
  "mentions": [
    {
      "acct": "witch",
      "id": "AroIQrS8PzVyQJnOue",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "<img src=\"http://pasture-one-actor/assets/nlnet.png\" alt=\"NLNET Logo\"/>",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "",
  "media_attachments": [],
  "text": null,
  "url": "http://pasture-one-actor/actor/RFnERHgFQBM",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-03-07T11:47:38.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": "AroIYYRkVqApZWvsIq",
    "last_status_at": "2025-03-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": 124,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-03-07T11:50:18.000Z",
  "muted": false,
  "replies_count": 0
}

Example 29

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "http://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/Qqrhb5s3bfE",
  "published": "2025-03-07T11:50:18Z",
  "object": {
    "type": "Article",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/actor/vLcHCDaswJY",
    "published": "2025-03-07T11:50:18Z",
    "content": "wbr: Fernstra\u00dfen<wbr />bau<wbr />privat<wbr />finanzierungs<wbr />gesetz"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "wbr: Fernstra\u00dfenbauprivatfinanzierungsgesetz"
    },
    "context": "http://pasture-one-actor/actor/vLcHCDaswJY",
    "conversation_id": 2124261204,
    "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
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/actor/vLcHCDaswJY",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "AroInMi8QajxWBevIG",
  "mentions": [
    {
      "acct": "witch",
      "id": "AroIQrS8PzVyQJnOue",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "wbr: Fernstra\u00dfenbauprivatfinanzierungsgesetz",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "",
  "media_attachments": [],
  "text": null,
  "url": "http://pasture-one-actor/actor/vLcHCDaswJY",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-03-07T11:47:38.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": "AroIYYRkVqApZWvsIq",
    "last_status_at": "2025-03-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": 125,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-03-07T11:50:18.000Z",
  "muted": false,
  "replies_count": 0
}

Example 30

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "http://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/IkrlIEyGfAo",
  "published": "2025-03-07T11:50:19Z",
  "object": {
    "type": "Article",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/actor/2GvmNZiwbic",
    "published": "2025-03-07T11:50:19Z",
    "content": "Audio <audio controls src=\"http://pasture-one-actor/assets/cow_moo.mp3\"></audio>"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "Audio "
    },
    "context": "http://pasture-one-actor/actor/2GvmNZiwbic",
    "conversation_id": 847006775,
    "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
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/actor/2GvmNZiwbic",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "AroInQqR3fkyL5Zbmq",
  "mentions": [
    {
      "acct": "witch",
      "id": "AroIQrS8PzVyQJnOue",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "Audio ",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "",
  "media_attachments": [],
  "text": null,
  "url": "http://pasture-one-actor/actor/2GvmNZiwbic",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-03-07T11:47:38.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": "AroIYYRkVqApZWvsIq",
    "last_status_at": "2025-03-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": 126,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-03-07T11:50:19.000Z",
  "muted": false,
  "replies_count": 0
}