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/ZtDnmc3mPBk",
  "published": "2025-01-08T13:57:54Z",
  "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/L-I_0JC0MrY",
    "published": "2025-01-08T13:57:54Z",
    "content": "<b>bold</b>"
  }
}
akkoma
{
  "in_reply_to_id": null,
  "pleroma": {
    "content": {
      "text/plain": "bold"
    },
    "context": "http://pasture-one-actor/actor/L-I_0JC0MrY",
    "conversation_id": 9770817,
    "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
  },
  "uri": "http://pasture-one-actor/actor/L-I_0JC0MrY",
  "spoiler_text": "",
  "emojis": [],
  "quote": null,
  "visibility": "public",
  "muted": false,
  "id": "ApsGNiUvbQEGcQHHYe",
  "favourited": false,
  "poll": null,
  "favourites_count": 0,
  "media_attachments": [],
  "reblogged": false,
  "url": "http://pasture-one-actor/actor/L-I_0JC0MrY",
  "bookmarked": false,
  "content": "<b>bold</b>",
  "edited_at": null,
  "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-01-08T13:55:48.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": "ApsGC0zJ219UUOuI76",
    "last_status_at": "2025-01-08",
    "locked": false,
    "note": "",
    "pleroma": {
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "background_image": null,
      "favicon": null,
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 93,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "emoji_reactions": [],
  "mentions": [
    {
      "acct": "witch",
      "id": "ApsG1rzZWhrk7k57fU",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "in_reply_to_account_id": null,
  "created_at": "2025-01-08T13:57:54.000Z",
  "akkoma": {
    "source": null
  },
  "quote_id": null,
  "text": null,
  "application": null,
  "sensitive": false,
  "card": null,
  "language": null,
  "reblog": null,
  "reblogs_count": 0,
  "pinned": false,
  "replies_count": 0,
  "tags": []
}

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/QUedd4fiXG0",
  "published": "2025-01-08T13:57:55Z",
  "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/bVTo0BwgKsE",
    "published": "2025-01-08T13:57:55Z",
    "content": "<strong>strong</strong>"
  }
}
akkoma
{
  "in_reply_to_id": null,
  "pleroma": {
    "content": {
      "text/plain": "strong"
    },
    "context": "http://pasture-one-actor/actor/bVTo0BwgKsE",
    "conversation_id": 1697349928,
    "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
  },
  "uri": "http://pasture-one-actor/actor/bVTo0BwgKsE",
  "spoiler_text": "",
  "emojis": [],
  "quote": null,
  "visibility": "public",
  "muted": false,
  "id": "ApsGNmpdUNAc3nzsOG",
  "favourited": false,
  "poll": null,
  "favourites_count": 0,
  "media_attachments": [],
  "reblogged": false,
  "url": "http://pasture-one-actor/actor/bVTo0BwgKsE",
  "bookmarked": false,
  "content": "<strong>strong</strong>",
  "edited_at": null,
  "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-01-08T13:55:48.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": "ApsGC0zJ219UUOuI76",
    "last_status_at": "2025-01-08",
    "locked": false,
    "note": "",
    "pleroma": {
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "background_image": null,
      "favicon": null,
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 94,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "emoji_reactions": [],
  "mentions": [
    {
      "acct": "witch",
      "id": "ApsG1rzZWhrk7k57fU",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "in_reply_to_account_id": null,
  "created_at": "2025-01-08T13:57:55.000Z",
  "akkoma": {
    "source": null
  },
  "quote_id": null,
  "text": null,
  "application": null,
  "sensitive": false,
  "card": null,
  "language": null,
  "reblog": null,
  "reblogs_count": 0,
  "pinned": false,
  "replies_count": 0,
  "tags": []
}

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/LtY_xjO2nXQ",
  "published": "2025-01-08T13:57:56Z",
  "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/dBH767CD9DI",
    "published": "2025-01-08T13:57:56Z",
    "content": "<i>italic</i>"
  }
}
akkoma
{
  "in_reply_to_id": null,
  "pleroma": {
    "content": {
      "text/plain": "italic"
    },
    "context": "http://pasture-one-actor/actor/dBH767CD9DI",
    "conversation_id": 2133971984,
    "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
  },
  "uri": "http://pasture-one-actor/actor/dBH767CD9DI",
  "spoiler_text": "",
  "emojis": [],
  "quote": null,
  "visibility": "public",
  "muted": false,
  "id": "ApsGNrHmve49sHCPpI",
  "favourited": false,
  "poll": null,
  "favourites_count": 0,
  "media_attachments": [],
  "reblogged": false,
  "url": "http://pasture-one-actor/actor/dBH767CD9DI",
  "bookmarked": false,
  "content": "<i>italic</i>",
  "edited_at": null,
  "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-01-08T13:55:48.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": "ApsGC0zJ219UUOuI76",
    "last_status_at": "2025-01-08",
    "locked": false,
    "note": "",
    "pleroma": {
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "background_image": null,
      "favicon": null,
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 95,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "emoji_reactions": [],
  "mentions": [
    {
      "acct": "witch",
      "id": "ApsG1rzZWhrk7k57fU",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "in_reply_to_account_id": null,
  "created_at": "2025-01-08T13:57:56.000Z",
  "akkoma": {
    "source": null
  },
  "quote_id": null,
  "text": null,
  "application": null,
  "sensitive": false,
  "card": null,
  "language": null,
  "reblog": null,
  "reblogs_count": 0,
  "pinned": false,
  "replies_count": 0,
  "tags": []
}

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/-gPcVeSvOzs",
  "published": "2025-01-08T13:57:57Z",
  "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/2RvelYDJahQ",
    "published": "2025-01-08T13:57:57Z",
    "content": "<i>italic with.</i> See <a href=\"https://codeberg.org/helge/funfedidev/issues/142\">Issue 142</a>"
  }
}
akkoma
{
  "in_reply_to_id": null,
  "pleroma": {
    "content": {
      "text/plain": "italic with. See Issue 142"
    },
    "context": "http://pasture-one-actor/actor/2RvelYDJahQ",
    "conversation_id": 372396644,
    "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
  },
  "uri": "http://pasture-one-actor/actor/2RvelYDJahQ",
  "spoiler_text": "",
  "emojis": [],
  "quote": null,
  "visibility": "public",
  "muted": false,
  "id": "ApsGNvPja2nag4wolc",
  "favourited": false,
  "poll": null,
  "favourites_count": 0,
  "media_attachments": [],
  "reblogged": false,
  "url": "http://pasture-one-actor/actor/2RvelYDJahQ",
  "bookmarked": false,
  "content": "<i>italic with.</i> See <a href=\"https://codeberg.org/helge/funfedidev/issues/142\">Issue 142</a>",
  "edited_at": null,
  "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-01-08T13:55:48.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": "ApsGC0zJ219UUOuI76",
    "last_status_at": "2025-01-08",
    "locked": false,
    "note": "",
    "pleroma": {
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "background_image": null,
      "favicon": null,
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 96,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "emoji_reactions": [],
  "mentions": [
    {
      "acct": "witch",
      "id": "ApsG1rzZWhrk7k57fU",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "in_reply_to_account_id": null,
  "created_at": "2025-01-08T13:57:57.000Z",
  "akkoma": {
    "source": null
  },
  "quote_id": null,
  "text": null,
  "application": null,
  "sensitive": 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/avatars/eca44725e1ddc731061e02a914efc63e",
    "image_description": "",
    "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/avatars/eca44725e1ddc731061e02a914efc63e",
        "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"
  },
  "language": null,
  "reblog": null,
  "reblogs_count": 0,
  "pinned": false,
  "replies_count": 0,
  "tags": []
}

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/davaxPKuZmk",
  "published": "2025-01-08T13:57:57Z",
  "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/Kvy7TW245QU",
    "published": "2025-01-08T13:57:57Z",
    "content": "<em>emphasis</em>"
  }
}
akkoma
{
  "in_reply_to_id": null,
  "pleroma": {
    "content": {
      "text/plain": "emphasis"
    },
    "context": "http://pasture-one-actor/actor/Kvy7TW245QU",
    "conversation_id": 603529624,
    "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
  },
  "uri": "http://pasture-one-actor/actor/Kvy7TW245QU",
  "spoiler_text": "",
  "emojis": [],
  "quote": null,
  "visibility": "public",
  "muted": false,
  "id": "ApsGNzdhs2LtmZW26K",
  "favourited": false,
  "poll": null,
  "favourites_count": 0,
  "media_attachments": [],
  "reblogged": false,
  "url": "http://pasture-one-actor/actor/Kvy7TW245QU",
  "bookmarked": false,
  "content": "<em>emphasis</em>",
  "edited_at": null,
  "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-01-08T13:55:48.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": "ApsGC0zJ219UUOuI76",
    "last_status_at": "2025-01-08",
    "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"
  },
  "emoji_reactions": [],
  "mentions": [
    {
      "acct": "witch",
      "id": "ApsG1rzZWhrk7k57fU",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "in_reply_to_account_id": null,
  "created_at": "2025-01-08T13:57:57.000Z",
  "akkoma": {
    "source": null
  },
  "quote_id": null,
  "text": null,
  "application": null,
  "sensitive": false,
  "card": null,
  "language": null,
  "reblog": null,
  "reblogs_count": 0,
  "pinned": false,
  "replies_count": 0,
  "tags": []
}

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/EGPv3PNOdAM",
  "published": "2025-01-08T13:57: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/0f3Qb8VG5y4",
    "published": "2025-01-08T13:57:58Z",
    "content": "<del>old</del><ins>new</ins>"
  }
}
akkoma
{
  "in_reply_to_id": null,
  "pleroma": {
    "content": {
      "text/plain": "oldnew"
    },
    "context": "http://pasture-one-actor/actor/0f3Qb8VG5y4",
    "conversation_id": 1152211230,
    "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
  },
  "uri": "http://pasture-one-actor/actor/0f3Qb8VG5y4",
  "spoiler_text": "",
  "emojis": [],
  "quote": null,
  "visibility": "public",
  "muted": false,
  "id": "ApsGO3TvaKuHhOyHPk",
  "favourited": false,
  "poll": null,
  "favourites_count": 0,
  "media_attachments": [],
  "reblogged": false,
  "url": "http://pasture-one-actor/actor/0f3Qb8VG5y4",
  "bookmarked": false,
  "content": "<del>old</del>new",
  "edited_at": null,
  "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-01-08T13:55:48.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": "ApsGC0zJ219UUOuI76",
    "last_status_at": "2025-01-08",
    "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"
  },
  "emoji_reactions": [],
  "mentions": [
    {
      "acct": "witch",
      "id": "ApsG1rzZWhrk7k57fU",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "in_reply_to_account_id": null,
  "created_at": "2025-01-08T13:57:58.000Z",
  "akkoma": {
    "source": null
  },
  "quote_id": null,
  "text": null,
  "application": null,
  "sensitive": false,
  "card": null,
  "language": null,
  "reblog": null,
  "reblogs_count": 0,
  "pinned": false,
  "replies_count": 0,
  "tags": []
}

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/xo4vZp7i_A4",
  "published": "2025-01-08T13:57: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/_NpSHF08sHI",
    "published": "2025-01-08T13:57:59Z",
    "content": "<s>stricken</s>"
  }
}
akkoma
{
  "in_reply_to_id": null,
  "pleroma": {
    "content": {
      "text/plain": "stricken"
    },
    "context": "http://pasture-one-actor/actor/_NpSHF08sHI",
    "conversation_id": 486835070,
    "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
  },
  "uri": "http://pasture-one-actor/actor/_NpSHF08sHI",
  "spoiler_text": "",
  "emojis": [],
  "quote": null,
  "visibility": "public",
  "muted": false,
  "id": "ApsGO7YgQb5ULJE8Nk",
  "favourited": false,
  "poll": null,
  "favourites_count": 0,
  "media_attachments": [],
  "reblogged": false,
  "url": "http://pasture-one-actor/actor/_NpSHF08sHI",
  "bookmarked": false,
  "content": "stricken",
  "edited_at": null,
  "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-01-08T13:55:48.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": "ApsGC0zJ219UUOuI76",
    "last_status_at": "2025-01-08",
    "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"
  },
  "emoji_reactions": [],
  "mentions": [
    {
      "acct": "witch",
      "id": "ApsG1rzZWhrk7k57fU",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "in_reply_to_account_id": null,
  "created_at": "2025-01-08T13:57:59.000Z",
  "akkoma": {
    "source": null
  },
  "quote_id": null,
  "text": null,
  "application": null,
  "sensitive": false,
  "card": null,
  "language": null,
  "reblog": null,
  "reblogs_count": 0,
  "pinned": false,
  "replies_count": 0,
  "tags": []
}

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/0qlSI8EwkNo",
  "published": "2025-01-08T13:57: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/3wtdKqpVR_M",
    "published": "2025-01-08T13:57:59Z",
    "content": "<mark>mark</mark>"
  }
}
akkoma
{
  "in_reply_to_id": null,
  "pleroma": {
    "content": {
      "text/plain": "mark"
    },
    "context": "http://pasture-one-actor/actor/3wtdKqpVR_M",
    "conversation_id": 288668850,
    "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
  },
  "uri": "http://pasture-one-actor/actor/3wtdKqpVR_M",
  "spoiler_text": "",
  "emojis": [],
  "quote": null,
  "visibility": "public",
  "muted": false,
  "id": "ApsGOBn0hGvNStxdGi",
  "favourited": false,
  "poll": null,
  "favourites_count": 0,
  "media_attachments": [],
  "reblogged": false,
  "url": "http://pasture-one-actor/actor/3wtdKqpVR_M",
  "bookmarked": false,
  "content": "mark",
  "edited_at": null,
  "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-01-08T13:55:48.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": "ApsGC0zJ219UUOuI76",
    "last_status_at": "2025-01-08",
    "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"
  },
  "emoji_reactions": [],
  "mentions": [
    {
      "acct": "witch",
      "id": "ApsG1rzZWhrk7k57fU",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "in_reply_to_account_id": null,
  "created_at": "2025-01-08T13:57:59.000Z",
  "akkoma": {
    "source": null
  },
  "quote_id": null,
  "text": null,
  "application": null,
  "sensitive": false,
  "card": null,
  "language": null,
  "reblog": null,
  "reblogs_count": 0,
  "pinned": false,
  "replies_count": 0,
  "tags": []
}

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/k0qppSWzv-Y",
  "published": "2025-01-08T13:58: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/0KPPx_DJL34",
    "published": "2025-01-08T13:58:00Z",
    "content": "find <var>x</var> (a variable)"
  }
}
akkoma
{
  "in_reply_to_id": null,
  "pleroma": {
    "content": {
      "text/plain": "find x (a variable)"
    },
    "context": "http://pasture-one-actor/actor/0KPPx_DJL34",
    "conversation_id": 954824844,
    "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
  },
  "uri": "http://pasture-one-actor/actor/0KPPx_DJL34",
  "spoiler_text": "",
  "emojis": [],
  "quote": null,
  "visibility": "public",
  "muted": false,
  "id": "ApsGOG36rMBAfzWXuy",
  "favourited": false,
  "poll": null,
  "favourites_count": 0,
  "media_attachments": [],
  "reblogged": false,
  "url": "http://pasture-one-actor/actor/0KPPx_DJL34",
  "bookmarked": false,
  "content": "find x (a variable)",
  "edited_at": null,
  "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-01-08T13:55:48.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": "ApsGC0zJ219UUOuI76",
    "last_status_at": "2025-01-08",
    "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"
  },
  "emoji_reactions": [],
  "mentions": [
    {
      "acct": "witch",
      "id": "ApsG1rzZWhrk7k57fU",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "in_reply_to_account_id": null,
  "created_at": "2025-01-08T13:58:00.000Z",
  "akkoma": {
    "source": null
  },
  "quote_id": null,
  "text": null,
  "application": null,
  "sensitive": false,
  "card": null,
  "language": null,
  "reblog": null,
  "reblogs_count": 0,
  "pinned": false,
  "replies_count": 0,
  "tags": []
}

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/gm0OirkyUYM",
  "published": "2025-01-08T13:58: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/f_twHHBaz9k",
    "published": "2025-01-08T13:58:01Z",
    "content": "<ol><li>ordered</li></ol>"
  }
}
akkoma
{
  "in_reply_to_id": null,
  "pleroma": {
    "content": {
      "text/plain": "ordered"
    },
    "context": "http://pasture-one-actor/actor/f_twHHBaz9k",
    "conversation_id": 1159168442,
    "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
  },
  "uri": "http://pasture-one-actor/actor/f_twHHBaz9k",
  "spoiler_text": "",
  "emojis": [],
  "quote": null,
  "visibility": "public",
  "muted": false,
  "id": "ApsGOKIr2l9NryvB0y",
  "favourited": false,
  "poll": null,
  "favourites_count": 0,
  "media_attachments": [],
  "reblogged": false,
  "url": "http://pasture-one-actor/actor/f_twHHBaz9k",
  "bookmarked": false,
  "content": "<ol><li>ordered</li></ol>",
  "edited_at": null,
  "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-01-08T13:55:48.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": "ApsGC0zJ219UUOuI76",
    "last_status_at": "2025-01-08",
    "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"
  },
  "emoji_reactions": [],
  "mentions": [
    {
      "acct": "witch",
      "id": "ApsG1rzZWhrk7k57fU",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "in_reply_to_account_id": null,
  "created_at": "2025-01-08T13:58:01.000Z",
  "akkoma": {
    "source": null
  },
  "quote_id": null,
  "text": null,
  "application": null,
  "sensitive": false,
  "card": null,
  "language": null,
  "reblog": null,
  "reblogs_count": 0,
  "pinned": false,
  "replies_count": 0,
  "tags": []
}

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/HuokZ4m36q4",
  "published": "2025-01-08T13:58: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/DjpAY8EPzRs",
    "published": "2025-01-08T13:58:02Z",
    "content": "<ul><li>unordered</li></ul>"
  }
}
akkoma
{
  "in_reply_to_id": null,
  "pleroma": {
    "content": {
      "text/plain": "unordered"
    },
    "context": "http://pasture-one-actor/actor/DjpAY8EPzRs",
    "conversation_id": 774506099,
    "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
  },
  "uri": "http://pasture-one-actor/actor/DjpAY8EPzRs",
  "spoiler_text": "",
  "emojis": [],
  "quote": null,
  "visibility": "public",
  "muted": false,
  "id": "ApsGOOa18tFv8MywK0",
  "favourited": false,
  "poll": null,
  "favourites_count": 0,
  "media_attachments": [],
  "reblogged": false,
  "url": "http://pasture-one-actor/actor/DjpAY8EPzRs",
  "bookmarked": false,
  "content": "<ul><li>unordered</li></ul>",
  "edited_at": null,
  "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-01-08T13:55:48.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": "ApsGC0zJ219UUOuI76",
    "last_status_at": "2025-01-08",
    "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"
  },
  "emoji_reactions": [],
  "mentions": [
    {
      "acct": "witch",
      "id": "ApsG1rzZWhrk7k57fU",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "in_reply_to_account_id": null,
  "created_at": "2025-01-08T13:58:02.000Z",
  "akkoma": {
    "source": null
  },
  "quote_id": null,
  "text": null,
  "application": null,
  "sensitive": false,
  "card": null,
  "language": null,
  "reblog": null,
  "reblogs_count": 0,
  "pinned": false,
  "replies_count": 0,
  "tags": []
}

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/9JHmInK_XIw",
  "published": "2025-01-08T13:58: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/3iBoHbprcFw",
    "published": "2025-01-08T13:58:02Z",
    "content": "<h1>h1</h1>"
  }
}
akkoma
{
  "in_reply_to_id": null,
  "pleroma": {
    "content": {
      "text/plain": "h1"
    },
    "context": "http://pasture-one-actor/actor/3iBoHbprcFw",
    "conversation_id": 1263338795,
    "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
  },
  "uri": "http://pasture-one-actor/actor/3iBoHbprcFw",
  "spoiler_text": "",
  "emojis": [],
  "quote": null,
  "visibility": "public",
  "muted": false,
  "id": "ApsGOSqTHenIMYi8WW",
  "favourited": false,
  "poll": null,
  "favourites_count": 0,
  "media_attachments": [],
  "reblogged": false,
  "url": "http://pasture-one-actor/actor/3iBoHbprcFw",
  "bookmarked": false,
  "content": "h1",
  "edited_at": null,
  "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-01-08T13:55:48.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": "ApsGC0zJ219UUOuI76",
    "last_status_at": "2025-01-08",
    "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"
  },
  "emoji_reactions": [],
  "mentions": [
    {
      "acct": "witch",
      "id": "ApsG1rzZWhrk7k57fU",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "in_reply_to_account_id": null,
  "created_at": "2025-01-08T13:58:02.000Z",
  "akkoma": {
    "source": null
  },
  "quote_id": null,
  "text": null,
  "application": null,
  "sensitive": false,
  "card": null,
  "language": null,
  "reblog": null,
  "reblogs_count": 0,
  "pinned": false,
  "replies_count": 0,
  "tags": []
}

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/bwXHbCvO_1U",
  "published": "2025-01-08T13:58: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/zl_tYSRPNp0",
    "published": "2025-01-08T13:58:03Z",
    "content": "<h2>h2</h2>"
  }
}
akkoma
{
  "in_reply_to_id": null,
  "pleroma": {
    "content": {
      "text/plain": "h2"
    },
    "context": "http://pasture-one-actor/actor/zl_tYSRPNp0",
    "conversation_id": 314288392,
    "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
  },
  "uri": "http://pasture-one-actor/actor/zl_tYSRPNp0",
  "spoiler_text": "",
  "emojis": [],
  "quote": null,
  "visibility": "public",
  "muted": false,
  "id": "ApsGOWrgL68gpTJ9xw",
  "favourited": false,
  "poll": null,
  "favourites_count": 0,
  "media_attachments": [],
  "reblogged": false,
  "url": "http://pasture-one-actor/actor/zl_tYSRPNp0",
  "bookmarked": false,
  "content": "h2",
  "edited_at": null,
  "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-01-08T13:55:48.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": "ApsGC0zJ219UUOuI76",
    "last_status_at": "2025-01-08",
    "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"
  },
  "emoji_reactions": [],
  "mentions": [
    {
      "acct": "witch",
      "id": "ApsG1rzZWhrk7k57fU",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "in_reply_to_account_id": null,
  "created_at": "2025-01-08T13:58:03.000Z",
  "akkoma": {
    "source": null
  },
  "quote_id": null,
  "text": null,
  "application": null,
  "sensitive": false,
  "card": null,
  "language": null,
  "reblog": null,
  "reblogs_count": 0,
  "pinned": false,
  "replies_count": 0,
  "tags": []
}

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/c2xsInlj01c",
  "published": "2025-01-08T13:58: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/qfsOOj1vKek",
    "published": "2025-01-08T13:58:04Z",
    "content": "<h3>h3</h3>"
  }
}
akkoma
{
  "in_reply_to_id": null,
  "pleroma": {
    "content": {
      "text/plain": "h3"
    },
    "context": "http://pasture-one-actor/actor/qfsOOj1vKek",
    "conversation_id": 732769908,
    "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
  },
  "uri": "http://pasture-one-actor/actor/qfsOOj1vKek",
  "spoiler_text": "",
  "emojis": [],
  "quote": null,
  "visibility": "public",
  "muted": false,
  "id": "ApsGOb88Trg43f2MAS",
  "favourited": false,
  "poll": null,
  "favourites_count": 0,
  "media_attachments": [],
  "reblogged": false,
  "url": "http://pasture-one-actor/actor/qfsOOj1vKek",
  "bookmarked": false,
  "content": "h3",
  "edited_at": null,
  "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-01-08T13:55:48.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": "ApsGC0zJ219UUOuI76",
    "last_status_at": "2025-01-08",
    "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"
  },
  "emoji_reactions": [],
  "mentions": [
    {
      "acct": "witch",
      "id": "ApsG1rzZWhrk7k57fU",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "in_reply_to_account_id": null,
  "created_at": "2025-01-08T13:58:04.000Z",
  "akkoma": {
    "source": null
  },
  "quote_id": null,
  "text": null,
  "application": null,
  "sensitive": false,
  "card": null,
  "language": null,
  "reblog": null,
  "reblogs_count": 0,
  "pinned": false,
  "replies_count": 0,
  "tags": []
}

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/FWWupe_OrSs",
  "published": "2025-01-08T13:58: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/UU2PDOOGCHs",
    "published": "2025-01-08T13:58:05Z",
    "content": "<h4>h4</h4>"
  }
}
akkoma
{
  "in_reply_to_id": null,
  "pleroma": {
    "content": {
      "text/plain": "h4"
    },
    "context": "http://pasture-one-actor/actor/UU2PDOOGCHs",
    "conversation_id": 337137101,
    "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
  },
  "uri": "http://pasture-one-actor/actor/UU2PDOOGCHs",
  "spoiler_text": "",
  "emojis": [],
  "quote": null,
  "visibility": "public",
  "muted": false,
  "id": "ApsGOfPIZzmbK367TU",
  "favourited": false,
  "poll": null,
  "favourites_count": 0,
  "media_attachments": [],
  "reblogged": false,
  "url": "http://pasture-one-actor/actor/UU2PDOOGCHs",
  "bookmarked": false,
  "content": "h4",
  "edited_at": null,
  "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-01-08T13:55:48.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": "ApsGC0zJ219UUOuI76",
    "last_status_at": "2025-01-08",
    "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"
  },
  "emoji_reactions": [],
  "mentions": [
    {
      "acct": "witch",
      "id": "ApsG1rzZWhrk7k57fU",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "in_reply_to_account_id": null,
  "created_at": "2025-01-08T13:58:05.000Z",
  "akkoma": {
    "source": null
  },
  "quote_id": null,
  "text": null,
  "application": null,
  "sensitive": false,
  "card": null,
  "language": null,
  "reblog": null,
  "reblogs_count": 0,
  "pinned": false,
  "replies_count": 0,
  "tags": []
}

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/AQNkqfXoMaw",
  "published": "2025-01-08T13:58: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/kmhFvWxOgoE",
    "published": "2025-01-08T13:58:05Z",
    "content": "<h5>h5</h5>"
  }
}
akkoma
{
  "in_reply_to_id": null,
  "pleroma": {
    "content": {
      "text/plain": "h5"
    },
    "context": "http://pasture-one-actor/actor/kmhFvWxOgoE",
    "conversation_id": 1686089067,
    "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
  },
  "uri": "http://pasture-one-actor/actor/kmhFvWxOgoE",
  "spoiler_text": "",
  "emojis": [],
  "quote": null,
  "visibility": "public",
  "muted": false,
  "id": "ApsGOjdcqfcURdpcMS",
  "favourited": false,
  "poll": null,
  "favourites_count": 0,
  "media_attachments": [],
  "reblogged": false,
  "url": "http://pasture-one-actor/actor/kmhFvWxOgoE",
  "bookmarked": false,
  "content": "h5",
  "edited_at": null,
  "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-01-08T13:55:48.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": "ApsGC0zJ219UUOuI76",
    "last_status_at": "2025-01-08",
    "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"
  },
  "emoji_reactions": [],
  "mentions": [
    {
      "acct": "witch",
      "id": "ApsG1rzZWhrk7k57fU",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "in_reply_to_account_id": null,
  "created_at": "2025-01-08T13:58:05.000Z",
  "akkoma": {
    "source": null
  },
  "quote_id": null,
  "text": null,
  "application": null,
  "sensitive": false,
  "card": null,
  "language": null,
  "reblog": null,
  "reblogs_count": 0,
  "pinned": false,
  "replies_count": 0,
  "tags": []
}

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/Kv-IS_ck2hk",
  "published": "2025-01-08T13:58: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/He9DqLMNNbs",
    "published": "2025-01-08T13:58:06Z",
    "content": "<h1>h1</h1><h2>h2</h2>"
  }
}
akkoma
{
  "in_reply_to_id": null,
  "pleroma": {
    "content": {
      "text/plain": "h1h2"
    },
    "context": "http://pasture-one-actor/actor/He9DqLMNNbs",
    "conversation_id": 2140757247,
    "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
  },
  "uri": "http://pasture-one-actor/actor/He9DqLMNNbs",
  "spoiler_text": "",
  "emojis": [],
  "quote": null,
  "visibility": "public",
  "muted": false,
  "id": "ApsGOnlDWO4LELPjkW",
  "favourited": false,
  "poll": null,
  "favourites_count": 0,
  "media_attachments": [],
  "reblogged": false,
  "url": "http://pasture-one-actor/actor/He9DqLMNNbs",
  "bookmarked": false,
  "content": "h1h2",
  "edited_at": null,
  "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-01-08T13:55:48.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": "ApsGC0zJ219UUOuI76",
    "last_status_at": "2025-01-08",
    "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"
  },
  "emoji_reactions": [],
  "mentions": [
    {
      "acct": "witch",
      "id": "ApsG1rzZWhrk7k57fU",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "in_reply_to_account_id": null,
  "created_at": "2025-01-08T13:58:06.000Z",
  "akkoma": {
    "source": null
  },
  "quote_id": null,
  "text": null,
  "application": null,
  "sensitive": false,
  "card": null,
  "language": null,
  "reblog": null,
  "reblogs_count": 0,
  "pinned": false,
  "replies_count": 0,
  "tags": []
}

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/w80vz5qhJCM",
  "published": "2025-01-08T13:58: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/WfkWLroE0os",
    "published": "2025-01-08T13:58:07Z",
    "content": "<code>code</code>"
  }
}
akkoma
{
  "in_reply_to_id": null,
  "pleroma": {
    "content": {
      "text/plain": "code"
    },
    "context": "http://pasture-one-actor/actor/WfkWLroE0os",
    "conversation_id": 2000022260,
    "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
  },
  "uri": "http://pasture-one-actor/actor/WfkWLroE0os",
  "spoiler_text": "",
  "emojis": [],
  "quote": null,
  "visibility": "public",
  "muted": false,
  "id": "ApsGOs5vPL0gfj8Ka8",
  "favourited": false,
  "poll": null,
  "favourites_count": 0,
  "media_attachments": [],
  "reblogged": false,
  "url": "http://pasture-one-actor/actor/WfkWLroE0os",
  "bookmarked": false,
  "content": "<code>code</code>",
  "edited_at": null,
  "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-01-08T13:55:48.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": "ApsGC0zJ219UUOuI76",
    "last_status_at": "2025-01-08",
    "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"
  },
  "emoji_reactions": [],
  "mentions": [
    {
      "acct": "witch",
      "id": "ApsG1rzZWhrk7k57fU",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "in_reply_to_account_id": null,
  "created_at": "2025-01-08T13:58:07.000Z",
  "akkoma": {
    "source": null
  },
  "quote_id": null,
  "text": null,
  "application": null,
  "sensitive": false,
  "card": null,
  "language": null,
  "reblog": null,
  "reblogs_count": 0,
  "pinned": false,
  "replies_count": 0,
  "tags": []
}

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/l7uEY2Ah8Wc",
  "published": "2025-01-08T13:58: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/_TO0FIkxy4M",
    "published": "2025-01-08T13:58:08Z",
    "content": "<pre>pre</pre>"
  }
}
akkoma
{
  "in_reply_to_id": null,
  "pleroma": {
    "content": {
      "text/plain": "pre"
    },
    "context": "http://pasture-one-actor/actor/_TO0FIkxy4M",
    "conversation_id": 2125079134,
    "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
  },
  "uri": "http://pasture-one-actor/actor/_TO0FIkxy4M",
  "spoiler_text": "",
  "emojis": [],
  "quote": null,
  "visibility": "public",
  "muted": false,
  "id": "ApsGOwSlANeWDhqcjI",
  "favourited": false,
  "poll": null,
  "favourites_count": 0,
  "media_attachments": [],
  "reblogged": false,
  "url": "http://pasture-one-actor/actor/_TO0FIkxy4M",
  "bookmarked": false,
  "content": "<pre>pre</pre>",
  "edited_at": null,
  "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-01-08T13:55:48.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": "ApsGC0zJ219UUOuI76",
    "last_status_at": "2025-01-08",
    "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"
  },
  "emoji_reactions": [],
  "mentions": [
    {
      "acct": "witch",
      "id": "ApsG1rzZWhrk7k57fU",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "in_reply_to_account_id": null,
  "created_at": "2025-01-08T13:58:08.000Z",
  "akkoma": {
    "source": null
  },
  "quote_id": null,
  "text": null,
  "application": null,
  "sensitive": false,
  "card": null,
  "language": null,
  "reblog": null,
  "reblogs_count": 0,
  "pinned": false,
  "replies_count": 0,
  "tags": []
}

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/-hGp0c5is94",
  "published": "2025-01-08T13:58: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/RZodFb0_JQE",
    "published": "2025-01-08T13:58:08Z",
    "content": "line<br/>break"
  }
}
akkoma
{
  "in_reply_to_id": null,
  "pleroma": {
    "content": {
      "text/plain": "linebreak"
    },
    "context": "http://pasture-one-actor/actor/RZodFb0_JQE",
    "conversation_id": 1465643204,
    "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
  },
  "uri": "http://pasture-one-actor/actor/RZodFb0_JQE",
  "spoiler_text": "",
  "emojis": [],
  "quote": null,
  "visibility": "public",
  "muted": false,
  "id": "ApsGP0dXeEebAIvI5g",
  "favourited": false,
  "poll": null,
  "favourites_count": 0,
  "media_attachments": [],
  "reblogged": false,
  "url": "http://pasture-one-actor/actor/RZodFb0_JQE",
  "bookmarked": false,
  "content": "line<br/>break",
  "edited_at": null,
  "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-01-08T13:55:48.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": "ApsGC0zJ219UUOuI76",
    "last_status_at": "2025-01-08",
    "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"
  },
  "emoji_reactions": [],
  "mentions": [
    {
      "acct": "witch",
      "id": "ApsG1rzZWhrk7k57fU",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "in_reply_to_account_id": null,
  "created_at": "2025-01-08T13:58:08.000Z",
  "akkoma": {
    "source": null
  },
  "quote_id": null,
  "text": null,
  "application": null,
  "sensitive": false,
  "card": null,
  "language": null,
  "reblog": null,
  "reblogs_count": 0,
  "pinned": false,
  "replies_count": 0,
  "tags": []
}

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/u1TvlJC52kQ",
  "published": "2025-01-08T13:58: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/icbPR4POYiw",
    "published": "2025-01-08T13:58:09Z",
    "content": "<p>paragraph</p>"
  }
}
akkoma
{
  "in_reply_to_id": null,
  "pleroma": {
    "content": {
      "text/plain": "paragraph"
    },
    "context": "http://pasture-one-actor/actor/icbPR4POYiw",
    "conversation_id": 2038148105,
    "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
  },
  "uri": "http://pasture-one-actor/actor/icbPR4POYiw",
  "spoiler_text": "",
  "emojis": [],
  "quote": null,
  "visibility": "public",
  "muted": false,
  "id": "ApsGP4T3PAdp2w2yIa",
  "favourited": false,
  "poll": null,
  "favourites_count": 0,
  "media_attachments": [],
  "reblogged": false,
  "url": "http://pasture-one-actor/actor/icbPR4POYiw",
  "bookmarked": false,
  "content": "<p>paragraph</p>",
  "edited_at": null,
  "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-01-08T13:55:48.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": "ApsGC0zJ219UUOuI76",
    "last_status_at": "2025-01-08",
    "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"
  },
  "emoji_reactions": [],
  "mentions": [
    {
      "acct": "witch",
      "id": "ApsG1rzZWhrk7k57fU",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "in_reply_to_account_id": null,
  "created_at": "2025-01-08T13:58:09.000Z",
  "akkoma": {
    "source": null
  },
  "quote_id": null,
  "text": null,
  "application": null,
  "sensitive": false,
  "card": null,
  "language": null,
  "reblog": null,
  "reblogs_count": 0,
  "pinned": false,
  "replies_count": 0,
  "tags": []
}

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/VtoKLuSnvSI",
  "published": "2025-01-08T13:58: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/NvP36S4M1p4",
    "published": "2025-01-08T13:58:10Z",
    "content": "<small>small</small>"
  }
}
akkoma
{
  "in_reply_to_id": null,
  "pleroma": {
    "content": {
      "text/plain": "small"
    },
    "context": "http://pasture-one-actor/actor/NvP36S4M1p4",
    "conversation_id": 1465540165,
    "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
  },
  "uri": "http://pasture-one-actor/actor/NvP36S4M1p4",
  "spoiler_text": "",
  "emojis": [],
  "quote": null,
  "visibility": "public",
  "muted": false,
  "id": "ApsGP8jVXwBCH7mAV6",
  "favourited": false,
  "poll": null,
  "favourites_count": 0,
  "media_attachments": [],
  "reblogged": false,
  "url": "http://pasture-one-actor/actor/NvP36S4M1p4",
  "bookmarked": false,
  "content": "<small>small</small>",
  "edited_at": null,
  "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-01-08T13:55:48.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": "ApsGC0zJ219UUOuI76",
    "last_status_at": "2025-01-08",
    "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"
  },
  "emoji_reactions": [],
  "mentions": [
    {
      "acct": "witch",
      "id": "ApsG1rzZWhrk7k57fU",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "in_reply_to_account_id": null,
  "created_at": "2025-01-08T13:58:10.000Z",
  "akkoma": {
    "source": null
  },
  "quote_id": null,
  "text": null,
  "application": null,
  "sensitive": false,
  "card": null,
  "language": null,
  "reblog": null,
  "reblogs_count": 0,
  "pinned": false,
  "replies_count": 0,
  "tags": []
}

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/ZQVJQN5Qs9Y",
  "published": "2025-01-08T13:58: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/i8TEIrcAPs0",
    "published": "2025-01-08T13:58:10Z",
    "content": "<sup>sup</sup>"
  }
}
akkoma
{
  "in_reply_to_id": null,
  "pleroma": {
    "content": {
      "text/plain": "sup"
    },
    "context": "http://pasture-one-actor/actor/i8TEIrcAPs0",
    "conversation_id": 1010685670,
    "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
  },
  "uri": "http://pasture-one-actor/actor/i8TEIrcAPs0",
  "spoiler_text": "",
  "emojis": [],
  "quote": null,
  "visibility": "public",
  "muted": false,
  "id": "ApsGPD0fe4HjXVpvo8",
  "favourited": false,
  "poll": null,
  "favourites_count": 0,
  "media_attachments": [],
  "reblogged": false,
  "url": "http://pasture-one-actor/actor/i8TEIrcAPs0",
  "bookmarked": false,
  "content": "<sup>sup</sup>",
  "edited_at": null,
  "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-01-08T13:55:48.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": "ApsGC0zJ219UUOuI76",
    "last_status_at": "2025-01-08",
    "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"
  },
  "emoji_reactions": [],
  "mentions": [
    {
      "acct": "witch",
      "id": "ApsG1rzZWhrk7k57fU",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "in_reply_to_account_id": null,
  "created_at": "2025-01-08T13:58:10.000Z",
  "akkoma": {
    "source": null
  },
  "quote_id": null,
  "text": null,
  "application": null,
  "sensitive": false,
  "card": null,
  "language": null,
  "reblog": null,
  "reblogs_count": 0,
  "pinned": false,
  "replies_count": 0,
  "tags": []
}

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/Yj25N59N2O8",
  "published": "2025-01-08T13:58: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/HwfIBA7eds8",
    "published": "2025-01-08T13:58:11Z",
    "content": "<sub>sub</sub>"
  }
}
akkoma
{
  "in_reply_to_id": null,
  "pleroma": {
    "content": {
      "text/plain": "sub"
    },
    "context": "http://pasture-one-actor/actor/HwfIBA7eds8",
    "conversation_id": 207983138,
    "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
  },
  "uri": "http://pasture-one-actor/actor/HwfIBA7eds8",
  "spoiler_text": "",
  "emojis": [],
  "quote": null,
  "visibility": "public",
  "muted": false,
  "id": "ApsGPHMnRkMP3IDeqm",
  "favourited": false,
  "poll": null,
  "favourites_count": 0,
  "media_attachments": [],
  "reblogged": false,
  "url": "http://pasture-one-actor/actor/HwfIBA7eds8",
  "bookmarked": false,
  "content": "<sub>sub</sub>",
  "edited_at": null,
  "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-01-08T13:55:48.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": "ApsGC0zJ219UUOuI76",
    "last_status_at": "2025-01-08",
    "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"
  },
  "emoji_reactions": [],
  "mentions": [
    {
      "acct": "witch",
      "id": "ApsG1rzZWhrk7k57fU",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "in_reply_to_account_id": null,
  "created_at": "2025-01-08T13:58:11.000Z",
  "akkoma": {
    "source": null
  },
  "quote_id": null,
  "text": null,
  "application": null,
  "sensitive": false,
  "card": null,
  "language": null,
  "reblog": null,
  "reblogs_count": 0,
  "pinned": false,
  "replies_count": 0,
  "tags": []
}

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/o0C_SfHNTxw",
  "published": "2025-01-08T13:58: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/ZuHTaEAyPKM",
    "published": "2025-01-08T13:58:12Z",
    "content": "<a href='https://funfedi.dev'>funfedi</a>"
  }
}
akkoma
{
  "in_reply_to_id": null,
  "pleroma": {
    "content": {
      "text/plain": "funfedi"
    },
    "context": "http://pasture-one-actor/actor/ZuHTaEAyPKM",
    "conversation_id": 1317841541,
    "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
  },
  "uri": "http://pasture-one-actor/actor/ZuHTaEAyPKM",
  "spoiler_text": "",
  "emojis": [],
  "quote": null,
  "visibility": "public",
  "muted": false,
  "id": "ApsGPLSyCjfvlb8e1o",
  "favourited": false,
  "poll": null,
  "favourites_count": 0,
  "media_attachments": [],
  "reblogged": false,
  "url": "http://pasture-one-actor/actor/ZuHTaEAyPKM",
  "bookmarked": false,
  "content": "<a href=\"https://funfedi.dev\">funfedi</a>",
  "edited_at": null,
  "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-01-08T13:55:48.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": "ApsGC0zJ219UUOuI76",
    "last_status_at": "2025-01-08",
    "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"
  },
  "emoji_reactions": [],
  "mentions": [
    {
      "acct": "witch",
      "id": "ApsG1rzZWhrk7k57fU",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "in_reply_to_account_id": null,
  "created_at": "2025-01-08T13:58:12.000Z",
  "akkoma": {
    "source": null
  },
  "quote_id": null,
  "text": null,
  "application": null,
  "sensitive": 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"
  },
  "language": null,
  "reblog": null,
  "reblogs_count": 0,
  "pinned": false,
  "replies_count": 0,
  "tags": []
}

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/CBn1GGWiDfg",
  "published": "2025-01-08T13:58: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/usIrXuJf2BA",
    "published": "2025-01-08T13:58:13Z",
    "content": "<script>alert('hi');</script>"
  }
}
akkoma
{
  "in_reply_to_id": null,
  "pleroma": {
    "content": {
      "text/plain": "alert('hi');"
    },
    "context": "http://pasture-one-actor/actor/usIrXuJf2BA",
    "conversation_id": 731424665,
    "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
  },
  "uri": "http://pasture-one-actor/actor/usIrXuJf2BA",
  "spoiler_text": "",
  "emojis": [],
  "quote": null,
  "visibility": "public",
  "muted": false,
  "id": "ApsGPPqVv8svLmBVHU",
  "favourited": false,
  "poll": null,
  "favourites_count": 0,
  "media_attachments": [],
  "reblogged": false,
  "url": "http://pasture-one-actor/actor/usIrXuJf2BA",
  "bookmarked": false,
  "content": "alert(&#39;hi&#39;);",
  "edited_at": null,
  "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-01-08T13:55:48.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": "ApsGC0zJ219UUOuI76",
    "last_status_at": "2025-01-08",
    "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"
  },
  "emoji_reactions": [],
  "mentions": [
    {
      "acct": "witch",
      "id": "ApsG1rzZWhrk7k57fU",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "in_reply_to_account_id": null,
  "created_at": "2025-01-08T13:58:13.000Z",
  "akkoma": {
    "source": null
  },
  "quote_id": null,
  "text": null,
  "application": null,
  "sensitive": false,
  "card": null,
  "language": null,
  "reblog": null,
  "reblogs_count": 0,
  "pinned": false,
  "replies_count": 0,
  "tags": []
}

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/IxFjy6v3Ya0",
  "published": "2025-01-08T13:58: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/BlInAYHL09c",
    "published": "2025-01-08T13:58:13Z",
    "content": "<img src=\"http://pasture-one-actor/assets/nlnet.png\" alt=\"NLNET Logo\" />"
  }
}
akkoma
{
  "in_reply_to_id": null,
  "pleroma": {
    "content": {
      "text/plain": ""
    },
    "context": "http://pasture-one-actor/actor/BlInAYHL09c",
    "conversation_id": 2049979098,
    "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
  },
  "uri": "http://pasture-one-actor/actor/BlInAYHL09c",
  "spoiler_text": "",
  "emojis": [],
  "quote": null,
  "visibility": "public",
  "muted": false,
  "id": "ApsGPTpb6UWpi5mpPM",
  "favourited": false,
  "poll": null,
  "favourites_count": 0,
  "media_attachments": [],
  "reblogged": false,
  "url": "http://pasture-one-actor/actor/BlInAYHL09c",
  "bookmarked": false,
  "content": "<img src=\"http://pasture-one-actor/assets/nlnet.png\" alt=\"NLNET Logo\"/>",
  "edited_at": null,
  "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-01-08T13:55:48.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": "ApsGC0zJ219UUOuI76",
    "last_status_at": "2025-01-08",
    "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"
  },
  "emoji_reactions": [],
  "mentions": [
    {
      "acct": "witch",
      "id": "ApsG1rzZWhrk7k57fU",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "in_reply_to_account_id": null,
  "created_at": "2025-01-08T13:58:13.000Z",
  "akkoma": {
    "source": null
  },
  "quote_id": null,
  "text": null,
  "application": null,
  "sensitive": false,
  "card": null,
  "language": null,
  "reblog": null,
  "reblogs_count": 0,
  "pinned": false,
  "replies_count": 0,
  "tags": []
}

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/w6SPVwyL9aw",
  "published": "2025-01-08T13:58: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/bWirfF4OqVk",
    "published": "2025-01-08T13:58:14Z",
    "content": "wbr: Fernstra\u00dfen<wbr />bau<wbr />privat<wbr />finanzierungs<wbr />gesetz"
  }
}
akkoma
{
  "in_reply_to_id": null,
  "pleroma": {
    "content": {
      "text/plain": "wbr: Fernstra\u00dfenbauprivatfinanzierungsgesetz"
    },
    "context": "http://pasture-one-actor/actor/bWirfF4OqVk",
    "conversation_id": 246509524,
    "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
  },
  "uri": "http://pasture-one-actor/actor/bWirfF4OqVk",
  "spoiler_text": "",
  "emojis": [],
  "quote": null,
  "visibility": "public",
  "muted": false,
  "id": "ApsGPXzfcyxkcUWvfE",
  "favourited": false,
  "poll": null,
  "favourites_count": 0,
  "media_attachments": [],
  "reblogged": false,
  "url": "http://pasture-one-actor/actor/bWirfF4OqVk",
  "bookmarked": false,
  "content": "wbr: Fernstra\u00dfenbauprivatfinanzierungsgesetz",
  "edited_at": null,
  "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-01-08T13:55:48.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": "ApsGC0zJ219UUOuI76",
    "last_status_at": "2025-01-08",
    "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"
  },
  "emoji_reactions": [],
  "mentions": [
    {
      "acct": "witch",
      "id": "ApsG1rzZWhrk7k57fU",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "in_reply_to_account_id": null,
  "created_at": "2025-01-08T13:58:14.000Z",
  "akkoma": {
    "source": null
  },
  "quote_id": null,
  "text": null,
  "application": null,
  "sensitive": false,
  "card": null,
  "language": null,
  "reblog": null,
  "reblogs_count": 0,
  "pinned": false,
  "replies_count": 0,
  "tags": []
}

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/gZEWm0GXLNQ",
  "published": "2025-01-08T13:58: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/WZ5t_L-sgkI",
    "published": "2025-01-08T13:58:15Z",
    "content": "Audio <audio controls src=\"http://pasture-one-actor/assets/cow_moo.mp3\"></audio>"
  }
}
akkoma
{
  "in_reply_to_id": null,
  "pleroma": {
    "content": {
      "text/plain": "Audio "
    },
    "context": "http://pasture-one-actor/actor/WZ5t_L-sgkI",
    "conversation_id": 473243466,
    "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
  },
  "uri": "http://pasture-one-actor/actor/WZ5t_L-sgkI",
  "spoiler_text": "",
  "emojis": [],
  "quote": null,
  "visibility": "public",
  "muted": false,
  "id": "ApsGPcKjUcBg4yPo36",
  "favourited": false,
  "poll": null,
  "favourites_count": 0,
  "media_attachments": [],
  "reblogged": false,
  "url": "http://pasture-one-actor/actor/WZ5t_L-sgkI",
  "bookmarked": false,
  "content": "Audio ",
  "edited_at": null,
  "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-01-08T13:55:48.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": "ApsGC0zJ219UUOuI76",
    "last_status_at": "2025-01-08",
    "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"
  },
  "emoji_reactions": [],
  "mentions": [
    {
      "acct": "witch",
      "id": "ApsG1rzZWhrk7k57fU",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "in_reply_to_account_id": null,
  "created_at": "2025-01-08T13:58:15.000Z",
  "akkoma": {
    "source": null
  },
  "quote_id": null,
  "text": null,
  "application": null,
  "sensitive": false,
  "card": null,
  "language": null,
  "reblog": null,
  "reblogs_count": 0,
  "pinned": false,
  "replies_count": 0,
  "tags": []
}

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/Vvx_ca1y5Ps",
  "published": "2025-01-08T13:58: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/8-p8JU0B44Q",
    "published": "2025-01-08T13:58:16Z",
    "content": "Video <video controls width=\"250\">\n  <source src=\"http://pasture-one-actor/assets/cow_eating.mp4\" type=\"video/mp4\" />\n  Video of a cow eating</video>"
  }
}
akkoma
{
  "in_reply_to_id": null,
  "pleroma": {
    "content": {
      "text/plain": "Video \n  \n  Video of a cow eating"
    },
    "context": "http://pasture-one-actor/actor/8-p8JU0B44Q",
    "conversation_id": 550901590,
    "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
  },
  "uri": "http://pasture-one-actor/actor/8-p8JU0B44Q",
  "spoiler_text": "",
  "emojis": [],
  "quote": null,
  "visibility": "public",
  "muted": false,
  "id": "ApsGPgZPjyJ9DfJaUK",
  "favourited": false,
  "poll": null,
  "favourites_count": 0,
  "media_attachments": [],
  "reblogged": false,
  "url": "http://pasture-one-actor/actor/8-p8JU0B44Q",
  "bookmarked": false,
  "content": "Video \n  \n  Video of a cow eating",
  "edited_at": null,
  "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-01-08T13:55:48.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": "ApsGC0zJ219UUOuI76",
    "last_status_at": "2025-01-08",
    "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"
  },
  "emoji_reactions": [],
  "mentions": [
    {
      "acct": "witch",
      "id": "ApsG1rzZWhrk7k57fU",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "in_reply_to_account_id": null,
  "created_at": "2025-01-08T13:58:16.000Z",
  "akkoma": {
    "source": null
  },
  "quote_id": null,
  "text": null,
  "application": null,
  "sensitive": false,
  "card": null,
  "language": null,
  "reblog": null,
  "reblogs_count": 0,
  "pinned": false,
  "replies_count": 0,
  "tags": []
}