Skip to content

HTML tags in summary

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

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

A natural language summarization of the object encoded as HTML.

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

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

Examples

Example 1

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "http://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/DQHShR9QTCY",
  "published": "2024-12-20T15:13:39Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/actor/GxFUYX6F3hw",
    "published": "2024-12-20T15:13:39Z",
    "summary": "<b>bold</b>",
    "content": "See summary"
  }
}
akkoma
{
  "spoiler_text": "<b>bold</b>",
  "pinned": false,
  "pleroma": {
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/actor/GxFUYX6F3hw",
    "conversation_id": 791840263,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": "<b>bold</b>"
    },
    "thread_muted": false
  },
  "uri": "http://pasture-one-actor/actor/GxFUYX6F3hw",
  "favourites_count": 0,
  "language": null,
  "quote": null,
  "bookmarked": false,
  "reblog": null,
  "id": "ApEzNblhGeC5Kv70j2",
  "in_reply_to_account_id": null,
  "card": null,
  "in_reply_to_id": null,
  "replies_count": 0,
  "mentions": [
    {
      "acct": "witch",
      "id": "ApEyqrmbMm9h0LuKOG",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "url": "http://pasture-one-actor/actor/GxFUYX6F3hw",
  "emojis": [],
  "text": null,
  "content": "See summary",
  "created_at": "2024-12-20T15:13:39.000Z",
  "muted": false,
  "favourited": false,
  "quote_id": null,
  "edited_at": null,
  "poll": null,
  "application": null,
  "akkoma": {
    "source": null
  },
  "sensitive": false,
  "visibility": "public",
  "emoji_reactions": [],
  "reblogs_count": 0,
  "reblogged": false,
  "tags": [],
  "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": "2024-12-20T15:09:11.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": "ApEyyndhzfx2ulXukK",
    "last_status_at": "2024-12-20",
    "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": 127,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "media_attachments": []
}

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/3Qw_UFVg3aE",
  "published": "2024-12-20T15:13:40Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/actor/vkHa7DNNtLU",
    "published": "2024-12-20T15:13:40Z",
    "summary": "<strong>strong</strong>",
    "content": "See summary"
  }
}
akkoma
{
  "spoiler_text": "<strong>strong</strong>",
  "pinned": false,
  "pleroma": {
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/actor/vkHa7DNNtLU",
    "conversation_id": 836559771,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": "<strong>strong</strong>"
    },
    "thread_muted": false
  },
  "uri": "http://pasture-one-actor/actor/vkHa7DNNtLU",
  "favourites_count": 0,
  "language": null,
  "quote": null,
  "bookmarked": false,
  "reblog": null,
  "id": "ApEzNfw7louaGQ1OXA",
  "in_reply_to_account_id": null,
  "card": null,
  "in_reply_to_id": null,
  "replies_count": 0,
  "mentions": [
    {
      "acct": "witch",
      "id": "ApEyqrmbMm9h0LuKOG",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "url": "http://pasture-one-actor/actor/vkHa7DNNtLU",
  "emojis": [],
  "text": null,
  "content": "See summary",
  "created_at": "2024-12-20T15:13:40.000Z",
  "muted": false,
  "favourited": false,
  "quote_id": null,
  "edited_at": null,
  "poll": null,
  "application": null,
  "akkoma": {
    "source": null
  },
  "sensitive": false,
  "visibility": "public",
  "emoji_reactions": [],
  "reblogs_count": 0,
  "reblogged": false,
  "tags": [],
  "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": "2024-12-20T15:09:11.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": "ApEyyndhzfx2ulXukK",
    "last_status_at": "2024-12-20",
    "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": 128,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "media_attachments": []
}

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/CoebpodI9fc",
  "published": "2024-12-20T15:13:41Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/actor/MGrG8H65puM",
    "published": "2024-12-20T15:13:41Z",
    "summary": "<i>italic</i>",
    "content": "See summary"
  }
}
akkoma
{
  "spoiler_text": "<i>italic</i>",
  "pinned": false,
  "pleroma": {
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/actor/MGrG8H65puM",
    "conversation_id": 84372529,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": "<i>italic</i>"
    },
    "thread_muted": false
  },
  "uri": "http://pasture-one-actor/actor/MGrG8H65puM",
  "favourites_count": 0,
  "language": null,
  "quote": null,
  "bookmarked": false,
  "reblog": null,
  "id": "ApEzNkHBdS8VituGv2",
  "in_reply_to_account_id": null,
  "card": null,
  "in_reply_to_id": null,
  "replies_count": 0,
  "mentions": [
    {
      "acct": "witch",
      "id": "ApEyqrmbMm9h0LuKOG",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "url": "http://pasture-one-actor/actor/MGrG8H65puM",
  "emojis": [],
  "text": null,
  "content": "See summary",
  "created_at": "2024-12-20T15:13:41.000Z",
  "muted": false,
  "favourited": false,
  "quote_id": null,
  "edited_at": null,
  "poll": null,
  "application": null,
  "akkoma": {
    "source": null
  },
  "sensitive": false,
  "visibility": "public",
  "emoji_reactions": [],
  "reblogs_count": 0,
  "reblogged": false,
  "tags": [],
  "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": "2024-12-20T15:09:11.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": "ApEyyndhzfx2ulXukK",
    "last_status_at": "2024-12-20",
    "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": 129,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "media_attachments": []
}

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/Z9ur58SNMeY",
  "published": "2024-12-20T15:13:42Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/actor/qJM2FRlrrI8",
    "published": "2024-12-20T15:13:42Z",
    "summary": "<i>italic with.</i> See <a href=\"https://codeberg.org/helge/funfedidev/issues/142\">Issue 142</a>",
    "content": "See summary"
  }
}
akkoma
{
  "spoiler_text": "<i>italic with.</i> See <a href=\"https://codeberg.org/helge/funfedidev/issues/142\">Issue 142</a>",
  "pinned": false,
  "pleroma": {
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/actor/qJM2FRlrrI8",
    "conversation_id": 2111028202,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": "<i>italic with.</i> See <a href=\"https://codeberg.org/helge/funfedidev/issues/142\">Issue 142</a>"
    },
    "thread_muted": false
  },
  "uri": "http://pasture-one-actor/actor/qJM2FRlrrI8",
  "favourites_count": 0,
  "language": null,
  "quote": null,
  "bookmarked": false,
  "reblog": null,
  "id": "ApEzNomsrXrriMldse",
  "in_reply_to_account_id": null,
  "card": null,
  "in_reply_to_id": null,
  "replies_count": 0,
  "mentions": [
    {
      "acct": "witch",
      "id": "ApEyqrmbMm9h0LuKOG",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "url": "http://pasture-one-actor/actor/qJM2FRlrrI8",
  "emojis": [],
  "text": null,
  "content": "See summary",
  "created_at": "2024-12-20T15:13:42.000Z",
  "muted": false,
  "favourited": false,
  "quote_id": null,
  "edited_at": null,
  "poll": null,
  "application": null,
  "akkoma": {
    "source": null
  },
  "sensitive": false,
  "visibility": "public",
  "emoji_reactions": [],
  "reblogs_count": 0,
  "reblogged": false,
  "tags": [],
  "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": "2024-12-20T15:09:11.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": "ApEyyndhzfx2ulXukK",
    "last_status_at": "2024-12-20",
    "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": 130,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "media_attachments": []
}

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/WTObQse4VnY",
  "published": "2024-12-20T15:13:42Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/actor/iph0cru0HKY",
    "published": "2024-12-20T15:13:42Z",
    "summary": "<em>emphasis</em>",
    "content": "See summary"
  }
}
akkoma
{
  "spoiler_text": "<em>emphasis</em>",
  "pinned": false,
  "pleroma": {
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/actor/iph0cru0HKY",
    "conversation_id": 2077190470,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": "<em>emphasis</em>"
    },
    "thread_muted": false
  },
  "uri": "http://pasture-one-actor/actor/iph0cru0HKY",
  "favourites_count": 0,
  "language": null,
  "quote": null,
  "bookmarked": false,
  "reblog": null,
  "id": "ApEzNswFQfjcaZBB20",
  "in_reply_to_account_id": null,
  "card": null,
  "in_reply_to_id": null,
  "replies_count": 0,
  "mentions": [
    {
      "acct": "witch",
      "id": "ApEyqrmbMm9h0LuKOG",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "url": "http://pasture-one-actor/actor/iph0cru0HKY",
  "emojis": [],
  "text": null,
  "content": "See summary",
  "created_at": "2024-12-20T15:13:42.000Z",
  "muted": false,
  "favourited": false,
  "quote_id": null,
  "edited_at": null,
  "poll": null,
  "application": null,
  "akkoma": {
    "source": null
  },
  "sensitive": false,
  "visibility": "public",
  "emoji_reactions": [],
  "reblogs_count": 0,
  "reblogged": false,
  "tags": [],
  "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": "2024-12-20T15:09:11.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": "ApEyyndhzfx2ulXukK",
    "last_status_at": "2024-12-20",
    "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": 131,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "media_attachments": []
}

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/5Jd7TcV_mT8",
  "published": "2024-12-20T15:13:43Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/actor/Ort7mbRmc-Y",
    "published": "2024-12-20T15:13:43Z",
    "summary": "<del>old</del><ins>new</ins>",
    "content": "See summary"
  }
}
akkoma
{
  "spoiler_text": "<del>old</del><ins>new</ins>",
  "pinned": false,
  "pleroma": {
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/actor/Ort7mbRmc-Y",
    "conversation_id": 1341291550,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": "<del>old</del><ins>new</ins>"
    },
    "thread_muted": false
  },
  "uri": "http://pasture-one-actor/actor/Ort7mbRmc-Y",
  "favourites_count": 0,
  "language": null,
  "quote": null,
  "bookmarked": false,
  "reblog": null,
  "id": "ApEzNxADifHvh3kOMi",
  "in_reply_to_account_id": null,
  "card": null,
  "in_reply_to_id": null,
  "replies_count": 0,
  "mentions": [
    {
      "acct": "witch",
      "id": "ApEyqrmbMm9h0LuKOG",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "url": "http://pasture-one-actor/actor/Ort7mbRmc-Y",
  "emojis": [],
  "text": null,
  "content": "See summary",
  "created_at": "2024-12-20T15:13:43.000Z",
  "muted": false,
  "favourited": false,
  "quote_id": null,
  "edited_at": null,
  "poll": null,
  "application": null,
  "akkoma": {
    "source": null
  },
  "sensitive": false,
  "visibility": "public",
  "emoji_reactions": [],
  "reblogs_count": 0,
  "reblogged": false,
  "tags": [],
  "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": "2024-12-20T15:09:11.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": "ApEyyndhzfx2ulXukK",
    "last_status_at": "2024-12-20",
    "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": 132,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "media_attachments": []
}

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/Z32DhSkfY2s",
  "published": "2024-12-20T15:13:44Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/actor/79sJrOM1Y74",
    "published": "2024-12-20T15:13:44Z",
    "summary": "<s>stricken</s>",
    "content": "See summary"
  }
}
akkoma
{
  "spoiler_text": "<s>stricken</s>",
  "pinned": false,
  "pleroma": {
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/actor/79sJrOM1Y74",
    "conversation_id": 1566578569,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": "<s>stricken</s>"
    },
    "thread_muted": false
  },
  "uri": "http://pasture-one-actor/actor/79sJrOM1Y74",
  "favourites_count": 0,
  "language": null,
  "quote": null,
  "bookmarked": false,
  "reblog": null,
  "id": "ApEzO1SnjWWn1qTHsm",
  "in_reply_to_account_id": null,
  "card": null,
  "in_reply_to_id": null,
  "replies_count": 0,
  "mentions": [
    {
      "acct": "witch",
      "id": "ApEyqrmbMm9h0LuKOG",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "url": "http://pasture-one-actor/actor/79sJrOM1Y74",
  "emojis": [],
  "text": null,
  "content": "See summary",
  "created_at": "2024-12-20T15:13:44.000Z",
  "muted": false,
  "favourited": false,
  "quote_id": null,
  "edited_at": null,
  "poll": null,
  "application": null,
  "akkoma": {
    "source": null
  },
  "sensitive": false,
  "visibility": "public",
  "emoji_reactions": [],
  "reblogs_count": 0,
  "reblogged": false,
  "tags": [],
  "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": "2024-12-20T15:09:11.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": "ApEyyndhzfx2ulXukK",
    "last_status_at": "2024-12-20",
    "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": 133,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "media_attachments": []
}

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/IPu5HXg8d6M",
  "published": "2024-12-20T15:13:45Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/actor/yt-_0XzpIZg",
    "published": "2024-12-20T15:13:45Z",
    "summary": "<mark>mark</mark>",
    "content": "See summary"
  }
}
akkoma
{
  "spoiler_text": "<mark>mark</mark>",
  "pinned": false,
  "pleroma": {
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/actor/yt-_0XzpIZg",
    "conversation_id": 2133374898,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": "<mark>mark</mark>"
    },
    "thread_muted": false
  },
  "uri": "http://pasture-one-actor/actor/yt-_0XzpIZg",
  "favourites_count": 0,
  "language": null,
  "quote": null,
  "bookmarked": false,
  "reblog": null,
  "id": "ApEzO5dEEhFHxLNfgu",
  "in_reply_to_account_id": null,
  "card": null,
  "in_reply_to_id": null,
  "replies_count": 0,
  "mentions": [
    {
      "acct": "witch",
      "id": "ApEyqrmbMm9h0LuKOG",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "url": "http://pasture-one-actor/actor/yt-_0XzpIZg",
  "emojis": [],
  "text": null,
  "content": "See summary",
  "created_at": "2024-12-20T15:13:45.000Z",
  "muted": false,
  "favourited": false,
  "quote_id": null,
  "edited_at": null,
  "poll": null,
  "application": null,
  "akkoma": {
    "source": null
  },
  "sensitive": false,
  "visibility": "public",
  "emoji_reactions": [],
  "reblogs_count": 0,
  "reblogged": false,
  "tags": [],
  "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": "2024-12-20T15:09:11.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": "ApEyyndhzfx2ulXukK",
    "last_status_at": "2024-12-20",
    "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": 134,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "media_attachments": []
}

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/1kabID4ncZo",
  "published": "2024-12-20T15:13:45Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/actor/4gVpDxxt7y4",
    "published": "2024-12-20T15:13:45Z",
    "summary": "find <var>x</var> (a variable)",
    "content": "See summary"
  }
}
akkoma
{
  "spoiler_text": "find <var>x</var> (a variable)",
  "pinned": false,
  "pleroma": {
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/actor/4gVpDxxt7y4",
    "conversation_id": 71365391,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": "find <var>x</var> (a variable)"
    },
    "thread_muted": false
  },
  "uri": "http://pasture-one-actor/actor/4gVpDxxt7y4",
  "favourites_count": 0,
  "language": null,
  "quote": null,
  "bookmarked": false,
  "reblog": null,
  "id": "ApEzO9q8adwr0XS2Mq",
  "in_reply_to_account_id": null,
  "card": null,
  "in_reply_to_id": null,
  "replies_count": 0,
  "mentions": [
    {
      "acct": "witch",
      "id": "ApEyqrmbMm9h0LuKOG",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "url": "http://pasture-one-actor/actor/4gVpDxxt7y4",
  "emojis": [],
  "text": null,
  "content": "See summary",
  "created_at": "2024-12-20T15:13:45.000Z",
  "muted": false,
  "favourited": false,
  "quote_id": null,
  "edited_at": null,
  "poll": null,
  "application": null,
  "akkoma": {
    "source": null
  },
  "sensitive": false,
  "visibility": "public",
  "emoji_reactions": [],
  "reblogs_count": 0,
  "reblogged": false,
  "tags": [],
  "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": "2024-12-20T15:09:11.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": "ApEyyndhzfx2ulXukK",
    "last_status_at": "2024-12-20",
    "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": 135,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "media_attachments": []
}

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/Dxc7_4uwhk8",
  "published": "2024-12-20T15:13:46Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/actor/oryc42wFdCE",
    "published": "2024-12-20T15:13:46Z",
    "summary": "<ol><li>ordered</li></ol>",
    "content": "See summary"
  }
}
akkoma
{
  "spoiler_text": "<ol><li>ordered</li></ol>",
  "pinned": false,
  "pleroma": {
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/actor/oryc42wFdCE",
    "conversation_id": 1202506137,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": "<ol><li>ordered</li></ol>"
    },
    "thread_muted": false
  },
  "uri": "http://pasture-one-actor/actor/oryc42wFdCE",
  "favourites_count": 0,
  "language": null,
  "quote": null,
  "bookmarked": false,
  "reblog": null,
  "id": "ApEzODzV9lobsjrZWC",
  "in_reply_to_account_id": null,
  "card": null,
  "in_reply_to_id": null,
  "replies_count": 0,
  "mentions": [
    {
      "acct": "witch",
      "id": "ApEyqrmbMm9h0LuKOG",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "url": "http://pasture-one-actor/actor/oryc42wFdCE",
  "emojis": [],
  "text": null,
  "content": "See summary",
  "created_at": "2024-12-20T15:13:46.000Z",
  "muted": false,
  "favourited": false,
  "quote_id": null,
  "edited_at": null,
  "poll": null,
  "application": null,
  "akkoma": {
    "source": null
  },
  "sensitive": false,
  "visibility": "public",
  "emoji_reactions": [],
  "reblogs_count": 0,
  "reblogged": false,
  "tags": [],
  "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": "2024-12-20T15:09:11.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": "ApEyyndhzfx2ulXukK",
    "last_status_at": "2024-12-20",
    "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": 136,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "media_attachments": []
}

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/4KAkE5pz3pE",
  "published": "2024-12-20T15:13:47Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/actor/P3xwNPeYMQg",
    "published": "2024-12-20T15:13:47Z",
    "summary": "<ul><li>unordered</li></ul>",
    "content": "See summary"
  }
}
akkoma
{
  "spoiler_text": "<ul><li>unordered</li></ul>",
  "pinned": false,
  "pleroma": {
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/actor/P3xwNPeYMQg",
    "conversation_id": 1740300040,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": "<ul><li>unordered</li></ul>"
    },
    "thread_muted": false
  },
  "uri": "http://pasture-one-actor/actor/P3xwNPeYMQg",
  "favourites_count": 0,
  "language": null,
  "quote": null,
  "bookmarked": false,
  "reblog": null,
  "id": "ApEzOIJr42TNJ1PsnY",
  "in_reply_to_account_id": null,
  "card": null,
  "in_reply_to_id": null,
  "replies_count": 0,
  "mentions": [
    {
      "acct": "witch",
      "id": "ApEyqrmbMm9h0LuKOG",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "url": "http://pasture-one-actor/actor/P3xwNPeYMQg",
  "emojis": [],
  "text": null,
  "content": "See summary",
  "created_at": "2024-12-20T15:13:47.000Z",
  "muted": false,
  "favourited": false,
  "quote_id": null,
  "edited_at": null,
  "poll": null,
  "application": null,
  "akkoma": {
    "source": null
  },
  "sensitive": false,
  "visibility": "public",
  "emoji_reactions": [],
  "reblogs_count": 0,
  "reblogged": false,
  "tags": [],
  "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": "2024-12-20T15:09:11.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": "ApEyyndhzfx2ulXukK",
    "last_status_at": "2024-12-20",
    "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": 137,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "media_attachments": []
}

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/k1sJbkZwGIQ",
  "published": "2024-12-20T15:13:48Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/actor/-sD0Lwz2kkk",
    "published": "2024-12-20T15:13:48Z",
    "summary": "<h1>h1</h1>",
    "content": "See summary"
  }
}
akkoma
{
  "spoiler_text": "<h1>h1</h1>",
  "pinned": false,
  "pleroma": {
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/actor/-sD0Lwz2kkk",
    "conversation_id": 882230168,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": "<h1>h1</h1>"
    },
    "thread_muted": false
  },
  "uri": "http://pasture-one-actor/actor/-sD0Lwz2kkk",
  "favourites_count": 0,
  "language": null,
  "quote": null,
  "bookmarked": false,
  "reblog": null,
  "id": "ApEzOMiohAogxb7sGG",
  "in_reply_to_account_id": null,
  "card": null,
  "in_reply_to_id": null,
  "replies_count": 0,
  "mentions": [
    {
      "acct": "witch",
      "id": "ApEyqrmbMm9h0LuKOG",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "url": "http://pasture-one-actor/actor/-sD0Lwz2kkk",
  "emojis": [],
  "text": null,
  "content": "See summary",
  "created_at": "2024-12-20T15:13:48.000Z",
  "muted": false,
  "favourited": false,
  "quote_id": null,
  "edited_at": null,
  "poll": null,
  "application": null,
  "akkoma": {
    "source": null
  },
  "sensitive": false,
  "visibility": "public",
  "emoji_reactions": [],
  "reblogs_count": 0,
  "reblogged": false,
  "tags": [],
  "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": "2024-12-20T15:09:11.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": "ApEyyndhzfx2ulXukK",
    "last_status_at": "2024-12-20",
    "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": 138,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "media_attachments": []
}

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/1qvGXr-cU-g",
  "published": "2024-12-20T15:13:48Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/actor/4FYApoDWin4",
    "published": "2024-12-20T15:13:48Z",
    "summary": "<h2>h2</h2>",
    "content": "See summary"
  }
}
akkoma
{
  "spoiler_text": "<h2>h2</h2>",
  "pinned": false,
  "pleroma": {
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/actor/4FYApoDWin4",
    "conversation_id": 1158244042,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": "<h2>h2</h2>"
    },
    "thread_muted": false
  },
  "uri": "http://pasture-one-actor/actor/4FYApoDWin4",
  "favourites_count": 0,
  "language": null,
  "quote": null,
  "bookmarked": false,
  "reblog": null,
  "id": "ApEzOQg7z72hEPtmcq",
  "in_reply_to_account_id": null,
  "card": null,
  "in_reply_to_id": null,
  "replies_count": 0,
  "mentions": [
    {
      "acct": "witch",
      "id": "ApEyqrmbMm9h0LuKOG",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "url": "http://pasture-one-actor/actor/4FYApoDWin4",
  "emojis": [],
  "text": null,
  "content": "See summary",
  "created_at": "2024-12-20T15:13:48.000Z",
  "muted": false,
  "favourited": false,
  "quote_id": null,
  "edited_at": null,
  "poll": null,
  "application": null,
  "akkoma": {
    "source": null
  },
  "sensitive": false,
  "visibility": "public",
  "emoji_reactions": [],
  "reblogs_count": 0,
  "reblogged": false,
  "tags": [],
  "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": "2024-12-20T15:09:11.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": "ApEyyndhzfx2ulXukK",
    "last_status_at": "2024-12-20",
    "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": 139,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "media_attachments": []
}

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/WD1HWkTYnWM",
  "published": "2024-12-20T15:13:49Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/actor/eU1lBaZmjzo",
    "published": "2024-12-20T15:13:49Z",
    "summary": "<h3>h3</h3>",
    "content": "See summary"
  }
}
akkoma
{
  "spoiler_text": "<h3>h3</h3>",
  "pinned": false,
  "pleroma": {
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/actor/eU1lBaZmjzo",
    "conversation_id": 545853347,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": "<h3>h3</h3>"
    },
    "thread_muted": false
  },
  "uri": "http://pasture-one-actor/actor/eU1lBaZmjzo",
  "favourites_count": 0,
  "language": null,
  "quote": null,
  "bookmarked": false,
  "reblog": null,
  "id": "ApEzOUrGReKMC78jXU",
  "in_reply_to_account_id": null,
  "card": null,
  "in_reply_to_id": null,
  "replies_count": 0,
  "mentions": [
    {
      "acct": "witch",
      "id": "ApEyqrmbMm9h0LuKOG",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "url": "http://pasture-one-actor/actor/eU1lBaZmjzo",
  "emojis": [],
  "text": null,
  "content": "See summary",
  "created_at": "2024-12-20T15:13:49.000Z",
  "muted": false,
  "favourited": false,
  "quote_id": null,
  "edited_at": null,
  "poll": null,
  "application": null,
  "akkoma": {
    "source": null
  },
  "sensitive": false,
  "visibility": "public",
  "emoji_reactions": [],
  "reblogs_count": 0,
  "reblogged": false,
  "tags": [],
  "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": "2024-12-20T15:09:11.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": "ApEyyndhzfx2ulXukK",
    "last_status_at": "2024-12-20",
    "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": 140,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "media_attachments": []
}

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/SD6UluqbqXQ",
  "published": "2024-12-20T15:13:50Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/actor/-i2fugKi4Fk",
    "published": "2024-12-20T15:13:50Z",
    "summary": "<h4>h4</h4>",
    "content": "See summary"
  }
}
akkoma
{
  "spoiler_text": "<h4>h4</h4>",
  "pinned": false,
  "pleroma": {
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/actor/-i2fugKi4Fk",
    "conversation_id": 1833130570,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": "<h4>h4</h4>"
    },
    "thread_muted": false
  },
  "uri": "http://pasture-one-actor/actor/-i2fugKi4Fk",
  "favourites_count": 0,
  "language": null,
  "quote": null,
  "bookmarked": false,
  "reblog": null,
  "id": "ApEzOYvJKXwOnp41Oy",
  "in_reply_to_account_id": null,
  "card": null,
  "in_reply_to_id": null,
  "replies_count": 0,
  "mentions": [
    {
      "acct": "witch",
      "id": "ApEyqrmbMm9h0LuKOG",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "url": "http://pasture-one-actor/actor/-i2fugKi4Fk",
  "emojis": [],
  "text": null,
  "content": "See summary",
  "created_at": "2024-12-20T15:13:50.000Z",
  "muted": false,
  "favourited": false,
  "quote_id": null,
  "edited_at": null,
  "poll": null,
  "application": null,
  "akkoma": {
    "source": null
  },
  "sensitive": false,
  "visibility": "public",
  "emoji_reactions": [],
  "reblogs_count": 0,
  "reblogged": false,
  "tags": [],
  "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": "2024-12-20T15:09:11.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": "ApEyyndhzfx2ulXukK",
    "last_status_at": "2024-12-20",
    "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": 141,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "media_attachments": []
}

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/OthHDySDDlo",
  "published": "2024-12-20T15:13:51Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/actor/OdCKEbqXSk0",
    "published": "2024-12-20T15:13:51Z",
    "summary": "<h5>h5</h5>",
    "content": "See summary"
  }
}
akkoma
{
  "spoiler_text": "<h5>h5</h5>",
  "pinned": false,
  "pleroma": {
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/actor/OdCKEbqXSk0",
    "conversation_id": 1594710566,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": "<h5>h5</h5>"
    },
    "thread_muted": false
  },
  "uri": "http://pasture-one-actor/actor/OdCKEbqXSk0",
  "favourites_count": 0,
  "language": null,
  "quote": null,
  "bookmarked": false,
  "reblog": null,
  "id": "ApEzOcqqj4kUz90W0G",
  "in_reply_to_account_id": null,
  "card": null,
  "in_reply_to_id": null,
  "replies_count": 0,
  "mentions": [
    {
      "acct": "witch",
      "id": "ApEyqrmbMm9h0LuKOG",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "url": "http://pasture-one-actor/actor/OdCKEbqXSk0",
  "emojis": [],
  "text": null,
  "content": "See summary",
  "created_at": "2024-12-20T15:13:51.000Z",
  "muted": false,
  "favourited": false,
  "quote_id": null,
  "edited_at": null,
  "poll": null,
  "application": null,
  "akkoma": {
    "source": null
  },
  "sensitive": false,
  "visibility": "public",
  "emoji_reactions": [],
  "reblogs_count": 0,
  "reblogged": false,
  "tags": [],
  "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": "2024-12-20T15:09:11.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": "ApEyyndhzfx2ulXukK",
    "last_status_at": "2024-12-20",
    "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": 142,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "media_attachments": []
}

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/sfiQg5UoVyY",
  "published": "2024-12-20T15:13:51Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/actor/23V2y0DL_K0",
    "published": "2024-12-20T15:13:51Z",
    "summary": "<h1>h1</h1><h2>h2</h2>",
    "content": "See summary"
  }
}
akkoma
{
  "spoiler_text": "<h1>h1</h1><h2>h2</h2>",
  "pinned": false,
  "pleroma": {
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/actor/23V2y0DL_K0",
    "conversation_id": 1620711748,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": "<h1>h1</h1><h2>h2</h2>"
    },
    "thread_muted": false
  },
  "uri": "http://pasture-one-actor/actor/23V2y0DL_K0",
  "favourites_count": 0,
  "language": null,
  "quote": null,
  "bookmarked": false,
  "reblog": null,
  "id": "ApEzOh8Mnt8cGdEYrY",
  "in_reply_to_account_id": null,
  "card": null,
  "in_reply_to_id": null,
  "replies_count": 0,
  "mentions": [
    {
      "acct": "witch",
      "id": "ApEyqrmbMm9h0LuKOG",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "url": "http://pasture-one-actor/actor/23V2y0DL_K0",
  "emojis": [],
  "text": null,
  "content": "See summary",
  "created_at": "2024-12-20T15:13:51.000Z",
  "muted": false,
  "favourited": false,
  "quote_id": null,
  "edited_at": null,
  "poll": null,
  "application": null,
  "akkoma": {
    "source": null
  },
  "sensitive": false,
  "visibility": "public",
  "emoji_reactions": [],
  "reblogs_count": 0,
  "reblogged": false,
  "tags": [],
  "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": "2024-12-20T15:09:11.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": "ApEyyndhzfx2ulXukK",
    "last_status_at": "2024-12-20",
    "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": 143,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "media_attachments": []
}

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/MFCqnBZ21TM",
  "published": "2024-12-20T15:13:52Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/actor/99yhnFHT7Vw",
    "published": "2024-12-20T15:13:52Z",
    "summary": "<code>code</code>",
    "content": "See summary"
  }
}
akkoma
{
  "spoiler_text": "<code>code</code>",
  "pinned": false,
  "pleroma": {
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/actor/99yhnFHT7Vw",
    "conversation_id": 863523055,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": "<code>code</code>"
    },
    "thread_muted": false
  },
  "uri": "http://pasture-one-actor/actor/99yhnFHT7Vw",
  "favourites_count": 0,
  "language": null,
  "quote": null,
  "bookmarked": false,
  "reblog": null,
  "id": "ApEzOlEBaCAYxpzGUK",
  "in_reply_to_account_id": null,
  "card": null,
  "in_reply_to_id": null,
  "replies_count": 0,
  "mentions": [
    {
      "acct": "witch",
      "id": "ApEyqrmbMm9h0LuKOG",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "url": "http://pasture-one-actor/actor/99yhnFHT7Vw",
  "emojis": [],
  "text": null,
  "content": "See summary",
  "created_at": "2024-12-20T15:13:52.000Z",
  "muted": false,
  "favourited": false,
  "quote_id": null,
  "edited_at": null,
  "poll": null,
  "application": null,
  "akkoma": {
    "source": null
  },
  "sensitive": false,
  "visibility": "public",
  "emoji_reactions": [],
  "reblogs_count": 0,
  "reblogged": false,
  "tags": [],
  "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": "2024-12-20T15:09:11.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": "ApEyyndhzfx2ulXukK",
    "last_status_at": "2024-12-20",
    "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": 144,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "media_attachments": []
}

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/1_WQYRfZ3oQ",
  "published": "2024-12-20T15:13:53Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/actor/ZX0R8ufdFjo",
    "published": "2024-12-20T15:13:53Z",
    "summary": "<pre>pre</pre>",
    "content": "See summary"
  }
}
akkoma
{
  "spoiler_text": "<pre>pre</pre>",
  "pinned": false,
  "pleroma": {
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/actor/ZX0R8ufdFjo",
    "conversation_id": 1539970805,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": "<pre>pre</pre>"
    },
    "thread_muted": false
  },
  "uri": "http://pasture-one-actor/actor/ZX0R8ufdFjo",
  "favourites_count": 0,
  "language": null,
  "quote": null,
  "bookmarked": false,
  "reblog": null,
  "id": "ApEzOpbNJv5yWurqBk",
  "in_reply_to_account_id": null,
  "card": null,
  "in_reply_to_id": null,
  "replies_count": 0,
  "mentions": [
    {
      "acct": "witch",
      "id": "ApEyqrmbMm9h0LuKOG",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "url": "http://pasture-one-actor/actor/ZX0R8ufdFjo",
  "emojis": [],
  "text": null,
  "content": "See summary",
  "created_at": "2024-12-20T15:13:53.000Z",
  "muted": false,
  "favourited": false,
  "quote_id": null,
  "edited_at": null,
  "poll": null,
  "application": null,
  "akkoma": {
    "source": null
  },
  "sensitive": false,
  "visibility": "public",
  "emoji_reactions": [],
  "reblogs_count": 0,
  "reblogged": false,
  "tags": [],
  "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": "2024-12-20T15:09:11.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": "ApEyyndhzfx2ulXukK",
    "last_status_at": "2024-12-20",
    "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": 145,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "media_attachments": []
}

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/aNekr2D3RXA",
  "published": "2024-12-20T15:13:53Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/actor/lW6eNF1Imow",
    "published": "2024-12-20T15:13:53Z",
    "summary": "line<br/>break",
    "content": "See summary"
  }
}
akkoma
{
  "spoiler_text": "line<br/>break",
  "pinned": false,
  "pleroma": {
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/actor/lW6eNF1Imow",
    "conversation_id": 422764273,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": "line<br/>break"
    },
    "thread_muted": false
  },
  "uri": "http://pasture-one-actor/actor/lW6eNF1Imow",
  "favourites_count": 0,
  "language": null,
  "quote": null,
  "bookmarked": false,
  "reblog": null,
  "id": "ApEzOtozdEMhcJGlyC",
  "in_reply_to_account_id": null,
  "card": null,
  "in_reply_to_id": null,
  "replies_count": 0,
  "mentions": [
    {
      "acct": "witch",
      "id": "ApEyqrmbMm9h0LuKOG",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "url": "http://pasture-one-actor/actor/lW6eNF1Imow",
  "emojis": [],
  "text": null,
  "content": "See summary",
  "created_at": "2024-12-20T15:13:53.000Z",
  "muted": false,
  "favourited": false,
  "quote_id": null,
  "edited_at": null,
  "poll": null,
  "application": null,
  "akkoma": {
    "source": null
  },
  "sensitive": false,
  "visibility": "public",
  "emoji_reactions": [],
  "reblogs_count": 0,
  "reblogged": false,
  "tags": [],
  "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": "2024-12-20T15:09:11.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": "ApEyyndhzfx2ulXukK",
    "last_status_at": "2024-12-20",
    "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": 146,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "media_attachments": []
}

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/em0BiRKrqfQ",
  "published": "2024-12-20T15:13:54Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/actor/zNormFfLR5M",
    "published": "2024-12-20T15:13:54Z",
    "summary": "<p>paragraph</p>",
    "content": "See summary"
  }
}
akkoma
{
  "spoiler_text": "<p>paragraph</p>",
  "pinned": false,
  "pleroma": {
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/actor/zNormFfLR5M",
    "conversation_id": 1184021357,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": "<p>paragraph</p>"
    },
    "thread_muted": false
  },
  "uri": "http://pasture-one-actor/actor/zNormFfLR5M",
  "favourites_count": 0,
  "language": null,
  "quote": null,
  "bookmarked": false,
  "reblog": null,
  "id": "ApEzOy5nkgBerbAFiy",
  "in_reply_to_account_id": null,
  "card": null,
  "in_reply_to_id": null,
  "replies_count": 0,
  "mentions": [
    {
      "acct": "witch",
      "id": "ApEyqrmbMm9h0LuKOG",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "url": "http://pasture-one-actor/actor/zNormFfLR5M",
  "emojis": [],
  "text": null,
  "content": "See summary",
  "created_at": "2024-12-20T15:13:54.000Z",
  "muted": false,
  "favourited": false,
  "quote_id": null,
  "edited_at": null,
  "poll": null,
  "application": null,
  "akkoma": {
    "source": null
  },
  "sensitive": false,
  "visibility": "public",
  "emoji_reactions": [],
  "reblogs_count": 0,
  "reblogged": false,
  "tags": [],
  "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": "2024-12-20T15:09:11.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": "ApEyyndhzfx2ulXukK",
    "last_status_at": "2024-12-20",
    "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": 147,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "media_attachments": []
}

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/zD-WzH3Ni_s",
  "published": "2024-12-20T15:13:55Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/actor/kZYJ1xPw6gI",
    "published": "2024-12-20T15:13:55Z",
    "summary": "<small>small</small>",
    "content": "See summary"
  }
}
akkoma
{
  "spoiler_text": "<small>small</small>",
  "pinned": false,
  "pleroma": {
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/actor/kZYJ1xPw6gI",
    "conversation_id": 534527951,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": "<small>small</small>"
    },
    "thread_muted": false
  },
  "uri": "http://pasture-one-actor/actor/kZYJ1xPw6gI",
  "favourites_count": 0,
  "language": null,
  "quote": null,
  "bookmarked": false,
  "reblog": null,
  "id": "ApEzP2U3QRxoTyXg5A",
  "in_reply_to_account_id": null,
  "card": null,
  "in_reply_to_id": null,
  "replies_count": 0,
  "mentions": [
    {
      "acct": "witch",
      "id": "ApEyqrmbMm9h0LuKOG",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "url": "http://pasture-one-actor/actor/kZYJ1xPw6gI",
  "emojis": [],
  "text": null,
  "content": "See summary",
  "created_at": "2024-12-20T15:13:55.000Z",
  "muted": false,
  "favourited": false,
  "quote_id": null,
  "edited_at": null,
  "poll": null,
  "application": null,
  "akkoma": {
    "source": null
  },
  "sensitive": false,
  "visibility": "public",
  "emoji_reactions": [],
  "reblogs_count": 0,
  "reblogged": false,
  "tags": [],
  "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": "2024-12-20T15:09:11.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": "ApEyyndhzfx2ulXukK",
    "last_status_at": "2024-12-20",
    "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": 148,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "media_attachments": []
}

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/SbgpNmAheqM",
  "published": "2024-12-20T15:13:56Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/actor/bNtT1rgTfF8",
    "published": "2024-12-20T15:13:56Z",
    "summary": "<sup>sup</sup>",
    "content": "See summary"
  }
}
akkoma
{
  "spoiler_text": "<sup>sup</sup>",
  "pinned": false,
  "pleroma": {
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/actor/bNtT1rgTfF8",
    "conversation_id": 392649708,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": "<sup>sup</sup>"
    },
    "thread_muted": false
  },
  "uri": "http://pasture-one-actor/actor/bNtT1rgTfF8",
  "favourites_count": 0,
  "language": null,
  "quote": null,
  "bookmarked": false,
  "reblog": null,
  "id": "ApEzP6lvTwdVmYw0Ui",
  "in_reply_to_account_id": null,
  "card": null,
  "in_reply_to_id": null,
  "replies_count": 0,
  "mentions": [
    {
      "acct": "witch",
      "id": "ApEyqrmbMm9h0LuKOG",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "url": "http://pasture-one-actor/actor/bNtT1rgTfF8",
  "emojis": [],
  "text": null,
  "content": "See summary",
  "created_at": "2024-12-20T15:13:56.000Z",
  "muted": false,
  "favourited": false,
  "quote_id": null,
  "edited_at": null,
  "poll": null,
  "application": null,
  "akkoma": {
    "source": null
  },
  "sensitive": false,
  "visibility": "public",
  "emoji_reactions": [],
  "reblogs_count": 0,
  "reblogged": false,
  "tags": [],
  "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": "2024-12-20T15:09:11.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": "ApEyyndhzfx2ulXukK",
    "last_status_at": "2024-12-20",
    "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": 149,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "media_attachments": []
}

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/Hq71X4npz8Y",
  "published": "2024-12-20T15:13:56Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/actor/sZQtu253CYo",
    "published": "2024-12-20T15:13:56Z",
    "summary": "<sub>sub</sub>",
    "content": "See summary"
  }
}
akkoma
{
  "spoiler_text": "<sub>sub</sub>",
  "pinned": false,
  "pleroma": {
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/actor/sZQtu253CYo",
    "conversation_id": 984056346,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": "<sub>sub</sub>"
    },
    "thread_muted": false
  },
  "uri": "http://pasture-one-actor/actor/sZQtu253CYo",
  "favourites_count": 0,
  "language": null,
  "quote": null,
  "bookmarked": false,
  "reblog": null,
  "id": "ApEzPAztlwBot3VDpQ",
  "in_reply_to_account_id": null,
  "card": null,
  "in_reply_to_id": null,
  "replies_count": 0,
  "mentions": [
    {
      "acct": "witch",
      "id": "ApEyqrmbMm9h0LuKOG",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "url": "http://pasture-one-actor/actor/sZQtu253CYo",
  "emojis": [],
  "text": null,
  "content": "See summary",
  "created_at": "2024-12-20T15:13:56.000Z",
  "muted": false,
  "favourited": false,
  "quote_id": null,
  "edited_at": null,
  "poll": null,
  "application": null,
  "akkoma": {
    "source": null
  },
  "sensitive": false,
  "visibility": "public",
  "emoji_reactions": [],
  "reblogs_count": 0,
  "reblogged": false,
  "tags": [],
  "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": "2024-12-20T15:09:11.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": "ApEyyndhzfx2ulXukK",
    "last_status_at": "2024-12-20",
    "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": 150,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "media_attachments": []
}

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/dzBIoaOMXac",
  "published": "2024-12-20T15:13:57Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/actor/e_mR-byWzf8",
    "published": "2024-12-20T15:13:57Z",
    "summary": "<a href='https://funfedi.dev'>funfedi</a>",
    "content": "See summary"
  }
}
akkoma
{
  "spoiler_text": "<a href='https://funfedi.dev'>funfedi</a>",
  "pinned": false,
  "pleroma": {
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/actor/e_mR-byWzf8",
    "conversation_id": 1581864334,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": "<a href='https://funfedi.dev'>funfedi</a>"
    },
    "thread_muted": false
  },
  "uri": "http://pasture-one-actor/actor/e_mR-byWzf8",
  "favourites_count": 0,
  "language": null,
  "quote": null,
  "bookmarked": false,
  "reblog": null,
  "id": "ApEzPFIplTiGEwOOtk",
  "in_reply_to_account_id": null,
  "card": null,
  "in_reply_to_id": null,
  "replies_count": 0,
  "mentions": [
    {
      "acct": "witch",
      "id": "ApEyqrmbMm9h0LuKOG",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "url": "http://pasture-one-actor/actor/e_mR-byWzf8",
  "emojis": [],
  "text": null,
  "content": "See summary",
  "created_at": "2024-12-20T15:13:57.000Z",
  "muted": false,
  "favourited": false,
  "quote_id": null,
  "edited_at": null,
  "poll": null,
  "application": null,
  "akkoma": {
    "source": null
  },
  "sensitive": false,
  "visibility": "public",
  "emoji_reactions": [],
  "reblogs_count": 0,
  "reblogged": false,
  "tags": [],
  "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": "2024-12-20T15:09:11.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": "ApEyyndhzfx2ulXukK",
    "last_status_at": "2024-12-20",
    "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": 151,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "media_attachments": []
}

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/j4iQPsH-2dg",
  "published": "2024-12-20T15:13:58Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/actor/_dS_r_1Rjes",
    "published": "2024-12-20T15:13:58Z",
    "summary": "<script>alert('hi');</script>",
    "content": "See summary"
  }
}
akkoma
{
  "spoiler_text": "<script>alert('hi');</script>",
  "pinned": false,
  "pleroma": {
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/actor/_dS_r_1Rjes",
    "conversation_id": 491272052,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": "<script>alert('hi');</script>"
    },
    "thread_muted": false
  },
  "uri": "http://pasture-one-actor/actor/_dS_r_1Rjes",
  "favourites_count": 0,
  "language": null,
  "quote": null,
  "bookmarked": false,
  "reblog": null,
  "id": "ApEzPJSYJHrb8EyDbM",
  "in_reply_to_account_id": null,
  "card": null,
  "in_reply_to_id": null,
  "replies_count": 0,
  "mentions": [
    {
      "acct": "witch",
      "id": "ApEyqrmbMm9h0LuKOG",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "url": "http://pasture-one-actor/actor/_dS_r_1Rjes",
  "emojis": [],
  "text": null,
  "content": "See summary",
  "created_at": "2024-12-20T15:13:58.000Z",
  "muted": false,
  "favourited": false,
  "quote_id": null,
  "edited_at": null,
  "poll": null,
  "application": null,
  "akkoma": {
    "source": null
  },
  "sensitive": false,
  "visibility": "public",
  "emoji_reactions": [],
  "reblogs_count": 0,
  "reblogged": false,
  "tags": [],
  "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": "2024-12-20T15:09:11.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": "ApEyyndhzfx2ulXukK",
    "last_status_at": "2024-12-20",
    "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": 152,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "media_attachments": []
}

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/Cu_xeMibwYQ",
  "published": "2024-12-20T15:13:59Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/actor/PWTJMwTkLwA",
    "published": "2024-12-20T15:13:59Z",
    "summary": "<img src=\"http://pasture-one-actor/assets/nlnet.png\" alt=\"NLNET Logo\" />",
    "content": "See summary"
  }
}
akkoma
{
  "spoiler_text": "<img src=\"http://pasture-one-actor/assets/nlnet.png\" alt=\"NLNET Logo\" />",
  "pinned": false,
  "pleroma": {
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/actor/PWTJMwTkLwA",
    "conversation_id": 948481784,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": "<img src=\"http://pasture-one-actor/assets/nlnet.png\" alt=\"NLNET Logo\" />"
    },
    "thread_muted": false
  },
  "uri": "http://pasture-one-actor/actor/PWTJMwTkLwA",
  "favourites_count": 0,
  "language": null,
  "quote": null,
  "bookmarked": false,
  "reblog": null,
  "id": "ApEzPNmCGBxCWKBxmC",
  "in_reply_to_account_id": null,
  "card": null,
  "in_reply_to_id": null,
  "replies_count": 0,
  "mentions": [
    {
      "acct": "witch",
      "id": "ApEyqrmbMm9h0LuKOG",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "url": "http://pasture-one-actor/actor/PWTJMwTkLwA",
  "emojis": [],
  "text": null,
  "content": "See summary",
  "created_at": "2024-12-20T15:13:59.000Z",
  "muted": false,
  "favourited": false,
  "quote_id": null,
  "edited_at": null,
  "poll": null,
  "application": null,
  "akkoma": {
    "source": null
  },
  "sensitive": false,
  "visibility": "public",
  "emoji_reactions": [],
  "reblogs_count": 0,
  "reblogged": false,
  "tags": [],
  "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": "2024-12-20T15:09:11.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": "ApEyyndhzfx2ulXukK",
    "last_status_at": "2024-12-20",
    "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": 153,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "media_attachments": []
}

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/3LWflVHIc6U",
  "published": "2024-12-20T15:13:59Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/actor/RZfvEbCqyNc",
    "published": "2024-12-20T15:13:59Z",
    "summary": "wbr: Fernstra\u00dfen<wbr />bau<wbr />privat<wbr />finanzierungs<wbr />gesetz",
    "content": "See summary"
  }
}
akkoma
{
  "spoiler_text": "wbr: Fernstra\u00dfen<wbr />bau<wbr />privat<wbr />finanzierungs<wbr />gesetz",
  "pinned": false,
  "pleroma": {
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/actor/RZfvEbCqyNc",
    "conversation_id": 862714092,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": "wbr: Fernstra\u00dfen<wbr />bau<wbr />privat<wbr />finanzierungs<wbr />gesetz"
    },
    "thread_muted": false
  },
  "uri": "http://pasture-one-actor/actor/RZfvEbCqyNc",
  "favourites_count": 0,
  "language": null,
  "quote": null,
  "bookmarked": false,
  "reblog": null,
  "id": "ApEzPRqF95ZF827Fdg",
  "in_reply_to_account_id": null,
  "card": null,
  "in_reply_to_id": null,
  "replies_count": 0,
  "mentions": [
    {
      "acct": "witch",
      "id": "ApEyqrmbMm9h0LuKOG",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "url": "http://pasture-one-actor/actor/RZfvEbCqyNc",
  "emojis": [],
  "text": null,
  "content": "See summary",
  "created_at": "2024-12-20T15:13:59.000Z",
  "muted": false,
  "favourited": false,
  "quote_id": null,
  "edited_at": null,
  "poll": null,
  "application": null,
  "akkoma": {
    "source": null
  },
  "sensitive": false,
  "visibility": "public",
  "emoji_reactions": [],
  "reblogs_count": 0,
  "reblogged": false,
  "tags": [],
  "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": "2024-12-20T15:09:11.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": "ApEyyndhzfx2ulXukK",
    "last_status_at": "2024-12-20",
    "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": 154,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "media_attachments": []
}

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/vzv5YOLPnLE",
  "published": "2024-12-20T15:14:00Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/actor/74R3qHtXBt8",
    "published": "2024-12-20T15:14:00Z",
    "summary": "Audio <audio controls src=\"http://pasture-one-actor/assets/cow_moo.mp3\"></audio>",
    "content": "See summary"
  }
}
akkoma
{
  "spoiler_text": "Audio <audio controls src=\"http://pasture-one-actor/assets/cow_moo.mp3\"></audio>",
  "pinned": false,
  "pleroma": {
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/actor/74R3qHtXBt8",
    "conversation_id": 174642245,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": "Audio <audio controls src=\"http://pasture-one-actor/assets/cow_moo.mp3\"></audio>"
    },
    "thread_muted": false
  },
  "uri": "http://pasture-one-actor/actor/74R3qHtXBt8",
  "favourites_count": 0,
  "language": null,
  "quote": null,
  "bookmarked": false,
  "reblog": null,
  "id": "ApEzPVwPu4slqL2Eoi",
  "in_reply_to_account_id": null,
  "card": null,
  "in_reply_to_id": null,
  "replies_count": 0,
  "mentions": [
    {
      "acct": "witch",
      "id": "ApEyqrmbMm9h0LuKOG",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "url": "http://pasture-one-actor/actor/74R3qHtXBt8",
  "emojis": [],
  "text": null,
  "content": "See summary",
  "created_at": "2024-12-20T15:14:00.000Z",
  "muted": false,
  "favourited": false,
  "quote_id": null,
  "edited_at": null,
  "poll": null,
  "application": null,
  "akkoma": {
    "source": null
  },
  "sensitive": false,
  "visibility": "public",
  "emoji_reactions": [],
  "reblogs_count": 0,
  "reblogged": false,
  "tags": [],
  "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": "2024-12-20T15:09:11.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": "ApEyyndhzfx2ulXukK",
    "last_status_at": "2024-12-20",
    "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": 155,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "media_attachments": []
}

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/H9vCTEdkuVs",
  "published": "2024-12-20T15:14:01Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/actor/e6iwN98YGus",
    "published": "2024-12-20T15:14:01Z",
    "summary": "Video <video controls width=\"250\">\n  <source src=\"http://pasture-one-actor/assets/cow_eating.mp4\" type=\"video/mp4\" />\n  Video of a cow eating</video>",
    "content": "See summary"
  }
}
akkoma
{
  "spoiler_text": "Video <video controls width=\"250\">\n  <source src=\"http://pasture-one-actor/assets/cow_eating.mp4\" type=\"video/mp4\" />\n  Video of a cow eating</video>",
  "pinned": false,
  "pleroma": {
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/actor/e6iwN98YGus",
    "conversation_id": 1791508677,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": "Video <video controls width=\"250\">\n  <source src=\"http://pasture-one-actor/assets/cow_eating.mp4\" type=\"video/mp4\" />\n  Video of a cow eating</video>"
    },
    "thread_muted": false
  },
  "uri": "http://pasture-one-actor/actor/e6iwN98YGus",
  "favourites_count": 0,
  "language": null,
  "quote": null,
  "bookmarked": false,
  "reblog": null,
  "id": "ApEzPa06oIDEQwnF7w",
  "in_reply_to_account_id": null,
  "card": null,
  "in_reply_to_id": null,
  "replies_count": 0,
  "mentions": [
    {
      "acct": "witch",
      "id": "ApEyqrmbMm9h0LuKOG",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "url": "http://pasture-one-actor/actor/e6iwN98YGus",
  "emojis": [],
  "text": null,
  "content": "See summary",
  "created_at": "2024-12-20T15:14:01.000Z",
  "muted": false,
  "favourited": false,
  "quote_id": null,
  "edited_at": null,
  "poll": null,
  "application": null,
  "akkoma": {
    "source": null
  },
  "sensitive": false,
  "visibility": "public",
  "emoji_reactions": [],
  "reblogs_count": 0,
  "reblogged": false,
  "tags": [],
  "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": "2024-12-20T15:09:11.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": "ApEyyndhzfx2ulXukK",
    "last_status_at": "2024-12-20",
    "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": 156,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "media_attachments": []
}