Skip to content

Hashtags

The following mostly illustrates how the name of a hashtag gets transformed by the applications. The input has the form

"tag": {"type": "Hashtag", "name": "${tag}"}

The last two examples illustrate more technical behavior. For particularities in parsing see Hashtags and JSON-LD.

Examples

Example 1

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://akkoma/users/witch"
  ],
  "id": "http://pasture-one-actor/activity/eorwsLt6XZk",
  "published": "2025-11-21T12:43:23Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/object/qE1v5de4uFA",
    "published": "2025-11-21T12:43:23Z",
    "content": "tag '#test'",
    "tag": [
      {
        "type": "Hashtag",
        "name": "#test"
      }
    ]
  }
}
akkoma
{
  "visibility": "public",
  "replies_count": 0,
  "bookmarked": false,
  "pleroma": {
    "content": {
      "text/plain": "tag '#test'"
    },
    "context": "http://pasture-one-actor/object/qE1v5de4uFA",
    "conversation_id": 436396424,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": ""
    },
    "thread_muted": false
  },
  "spoiler_text": "",
  "uri": "http://pasture-one-actor/object/qE1v5de4uFA",
  "quote": null,
  "media_attachments": [],
  "card": null,
  "edited_at": null,
  "id": "B0TEboXWn5ktDv72tk",
  "muted": false,
  "emoji_reactions": [],
  "in_reply_to_account_id": null,
  "reblogged": false,
  "created_at": "2025-11-21T12:43:23.000Z",
  "text": null,
  "reblogs_count": 0,
  "pinned": false,
  "url": "http://pasture-one-actor/object/qE1v5de4uFA",
  "content": "tag '#test'",
  "reblog": null,
  "application": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "B0TDowPe9Kl5nAMTb6",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "poll": null,
  "sensitive": false,
  "quote_id": null,
  "akkoma": {
    "source": null
  },
  "in_reply_to_id": null,
  "emojis": [],
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": null,
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-11-21T12:35:58.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": "B0TDwqmxWasKKEnVJI",
    "last_status_at": "2025-11-21",
    "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": 260,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "tags": [
    {
      "name": "test",
      "url": "http://akkoma/tag/test"
    }
  ],
  "language": null,
  "favourited": false,
  "favourites_count": 0
}

Example 2

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://akkoma/users/witch"
  ],
  "id": "http://pasture-one-actor/activity/Uoanb9MKDy8",
  "published": "2025-11-21T12:43:23Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/object/RefOxEEL6U0",
    "published": "2025-11-21T12:43:23Z",
    "content": "tag 'nohash'",
    "tag": [
      {
        "type": "Hashtag",
        "name": "nohash"
      }
    ]
  }
}
akkoma
{
  "visibility": "public",
  "replies_count": 0,
  "bookmarked": false,
  "pleroma": {
    "content": {
      "text/plain": "tag 'nohash'"
    },
    "context": "http://pasture-one-actor/object/RefOxEEL6U0",
    "conversation_id": 1959213467,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": ""
    },
    "thread_muted": false
  },
  "spoiler_text": "",
  "uri": "http://pasture-one-actor/object/RefOxEEL6U0",
  "quote": null,
  "media_attachments": [],
  "card": null,
  "edited_at": null,
  "id": "B0TEbrsCOh4ZYto62C",
  "muted": false,
  "emoji_reactions": [],
  "in_reply_to_account_id": null,
  "reblogged": false,
  "created_at": "2025-11-21T12:43:23.000Z",
  "text": null,
  "reblogs_count": 0,
  "pinned": false,
  "url": "http://pasture-one-actor/object/RefOxEEL6U0",
  "content": "tag 'nohash'",
  "reblog": null,
  "application": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "B0TDowPe9Kl5nAMTb6",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "poll": null,
  "sensitive": false,
  "quote_id": null,
  "akkoma": {
    "source": null
  },
  "in_reply_to_id": null,
  "emojis": [],
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": null,
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-11-21T12:35:58.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": "B0TDwqmxWasKKEnVJI",
    "last_status_at": "2025-11-21",
    "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": 261,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "tags": [
    {
      "name": "nohash",
      "url": "http://akkoma/tag/nohash"
    }
  ],
  "language": null,
  "favourited": false,
  "favourites_count": 0
}

Example 3

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://akkoma/users/witch"
  ],
  "id": "http://pasture-one-actor/activity/DQEcCQLBNyw",
  "published": "2025-11-21T12:43:24Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/object/AZwghZ3kBVg",
    "published": "2025-11-21T12:43:24Z",
    "content": "tag '#with-dash_under'",
    "tag": [
      {
        "type": "Hashtag",
        "name": "#with-dash_under"
      }
    ]
  }
}
akkoma
{
  "visibility": "public",
  "replies_count": 0,
  "bookmarked": false,
  "pleroma": {
    "content": {
      "text/plain": "tag '#with-dash_under'"
    },
    "context": "http://pasture-one-actor/object/AZwghZ3kBVg",
    "conversation_id": 418419781,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": ""
    },
    "thread_muted": false
  },
  "spoiler_text": "",
  "uri": "http://pasture-one-actor/object/AZwghZ3kBVg",
  "quote": null,
  "media_attachments": [],
  "card": null,
  "edited_at": null,
  "id": "B0TEbvUExiHilkd1FI",
  "muted": false,
  "emoji_reactions": [],
  "in_reply_to_account_id": null,
  "reblogged": false,
  "created_at": "2025-11-21T12:43:24.000Z",
  "text": null,
  "reblogs_count": 0,
  "pinned": false,
  "url": "http://pasture-one-actor/object/AZwghZ3kBVg",
  "content": "tag '#with-dash_under'",
  "reblog": null,
  "application": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "B0TDowPe9Kl5nAMTb6",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "poll": null,
  "sensitive": false,
  "quote_id": null,
  "akkoma": {
    "source": null
  },
  "in_reply_to_id": null,
  "emojis": [],
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": null,
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-11-21T12:35:58.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": "B0TDwqmxWasKKEnVJI",
    "last_status_at": "2025-11-21",
    "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": 262,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "tags": [
    {
      "name": "with-dash_under",
      "url": "http://akkoma/tag/with-dash_under"
    }
  ],
  "language": null,
  "favourited": false,
  "favourites_count": 0
}

Example 4

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://akkoma/users/witch"
  ],
  "id": "http://pasture-one-actor/activity/N3oD2Zbr4Us",
  "published": "2025-11-21T12:43:24Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/object/2JQbLkm1zY0",
    "published": "2025-11-21T12:43:24Z",
    "content": "tag '#with white space'",
    "tag": [
      {
        "type": "Hashtag",
        "name": "#with white space"
      }
    ]
  }
}
akkoma
{
  "visibility": "public",
  "replies_count": 0,
  "bookmarked": false,
  "pleroma": {
    "content": {
      "text/plain": "tag '#with white space'"
    },
    "context": "http://pasture-one-actor/object/2JQbLkm1zY0",
    "conversation_id": 1849552713,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": ""
    },
    "thread_muted": false
  },
  "spoiler_text": "",
  "uri": "http://pasture-one-actor/object/2JQbLkm1zY0",
  "quote": null,
  "media_attachments": [],
  "card": null,
  "edited_at": null,
  "id": "B0TEbz4VdK4xt6cWh6",
  "muted": false,
  "emoji_reactions": [],
  "in_reply_to_account_id": null,
  "reblogged": false,
  "created_at": "2025-11-21T12:43:24.000Z",
  "text": null,
  "reblogs_count": 0,
  "pinned": false,
  "url": "http://pasture-one-actor/object/2JQbLkm1zY0",
  "content": "tag '#with white space'",
  "reblog": null,
  "application": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "B0TDowPe9Kl5nAMTb6",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "poll": null,
  "sensitive": false,
  "quote_id": null,
  "akkoma": {
    "source": null
  },
  "in_reply_to_id": null,
  "emojis": [],
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": null,
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-11-21T12:35:58.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": "B0TDwqmxWasKKEnVJI",
    "last_status_at": "2025-11-21",
    "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": 263,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "tags": [
    {
      "name": "with white space",
      "url": "http://akkoma/tag/with%20white%20space"
    }
  ],
  "language": null,
  "favourited": false,
  "favourites_count": 0
}

Example 5

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://akkoma/users/witch"
  ],
  "id": "http://pasture-one-actor/activity/uUzmZ-DzAvM",
  "published": "2025-11-21T12:43:25Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/object/QAls6hbvkMg",
    "published": "2025-11-21T12:43:25Z",
    "content": "tag '#with(subtag)'",
    "tag": [
      {
        "type": "Hashtag",
        "name": "#with(subtag)"
      }
    ]
  }
}
akkoma
{
  "visibility": "public",
  "replies_count": 0,
  "bookmarked": false,
  "pleroma": {
    "content": {
      "text/plain": "tag '#with(subtag)'"
    },
    "context": "http://pasture-one-actor/object/QAls6hbvkMg",
    "conversation_id": 1021190764,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": ""
    },
    "thread_muted": false
  },
  "spoiler_text": "",
  "uri": "http://pasture-one-actor/object/QAls6hbvkMg",
  "quote": null,
  "media_attachments": [],
  "card": null,
  "edited_at": null,
  "id": "B0TEc2rBYnnXcwPwTw",
  "muted": false,
  "emoji_reactions": [],
  "in_reply_to_account_id": null,
  "reblogged": false,
  "created_at": "2025-11-21T12:43:25.000Z",
  "text": null,
  "reblogs_count": 0,
  "pinned": false,
  "url": "http://pasture-one-actor/object/QAls6hbvkMg",
  "content": "tag '#with(subtag)'",
  "reblog": null,
  "application": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "B0TDowPe9Kl5nAMTb6",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "poll": null,
  "sensitive": false,
  "quote_id": null,
  "akkoma": {
    "source": null
  },
  "in_reply_to_id": null,
  "emojis": [],
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": null,
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-11-21T12:35:58.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": "B0TDwqmxWasKKEnVJI",
    "last_status_at": "2025-11-21",
    "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": 264,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "tags": [
    {
      "name": "with(subtag)",
      "url": "http://akkoma/tag/with(subtag)"
    }
  ],
  "language": null,
  "favourited": false,
  "favourites_count": 0
}

Example 6

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://akkoma/users/witch"
  ],
  "id": "http://pasture-one-actor/activity/ieNh8gjWCcM",
  "published": "2025-11-21T12:43:26Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/object/eTgP_UkDyGU",
    "published": "2025-11-21T12:43:26Z",
    "content": "tag '#with123'",
    "tag": [
      {
        "type": "Hashtag",
        "name": "#with123"
      }
    ]
  }
}
akkoma
{
  "visibility": "public",
  "replies_count": 0,
  "bookmarked": false,
  "pleroma": {
    "content": {
      "text/plain": "tag '#with123'"
    },
    "context": "http://pasture-one-actor/object/eTgP_UkDyGU",
    "conversation_id": 1277438524,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": ""
    },
    "thread_muted": false
  },
  "spoiler_text": "",
  "uri": "http://pasture-one-actor/object/eTgP_UkDyGU",
  "quote": null,
  "media_attachments": [],
  "card": null,
  "edited_at": null,
  "id": "B0TEc6Gorx5MDJQxM0",
  "muted": false,
  "emoji_reactions": [],
  "in_reply_to_account_id": null,
  "reblogged": false,
  "created_at": "2025-11-21T12:43:26.000Z",
  "text": null,
  "reblogs_count": 0,
  "pinned": false,
  "url": "http://pasture-one-actor/object/eTgP_UkDyGU",
  "content": "tag '#with123'",
  "reblog": null,
  "application": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "B0TDowPe9Kl5nAMTb6",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "poll": null,
  "sensitive": false,
  "quote_id": null,
  "akkoma": {
    "source": null
  },
  "in_reply_to_id": null,
  "emojis": [],
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": null,
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-11-21T12:35:58.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": "B0TDwqmxWasKKEnVJI",
    "last_status_at": "2025-11-21",
    "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": 265,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "tags": [
    {
      "name": "with123",
      "url": "http://akkoma/tag/with123"
    }
  ],
  "language": null,
  "favourited": false,
  "favourites_count": 0
}

Example 7

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://akkoma/users/witch"
  ],
  "id": "http://pasture-one-actor/activity/UeW1LR3iWfE",
  "published": "2025-11-21T12:43:26Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/object/Teo8Wrvm6VU",
    "published": "2025-11-21T12:43:26Z",
    "content": "tag '#1234'",
    "tag": [
      {
        "type": "Hashtag",
        "name": "#1234"
      }
    ]
  }
}
akkoma
{
  "visibility": "public",
  "replies_count": 0,
  "bookmarked": false,
  "pleroma": {
    "content": {
      "text/plain": "tag '#1234'"
    },
    "context": "http://pasture-one-actor/object/Teo8Wrvm6VU",
    "conversation_id": 1580494707,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": ""
    },
    "thread_muted": false
  },
  "spoiler_text": "",
  "uri": "http://pasture-one-actor/object/Teo8Wrvm6VU",
  "quote": null,
  "media_attachments": [],
  "card": null,
  "edited_at": null,
  "id": "B0TEc9jzxvCyyg6nke",
  "muted": false,
  "emoji_reactions": [],
  "in_reply_to_account_id": null,
  "reblogged": false,
  "created_at": "2025-11-21T12:43:26.000Z",
  "text": null,
  "reblogs_count": 0,
  "pinned": false,
  "url": "http://pasture-one-actor/object/Teo8Wrvm6VU",
  "content": "tag '#1234'",
  "reblog": null,
  "application": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "B0TDowPe9Kl5nAMTb6",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "poll": null,
  "sensitive": false,
  "quote_id": null,
  "akkoma": {
    "source": null
  },
  "in_reply_to_id": null,
  "emojis": [],
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": null,
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-11-21T12:35:58.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": "B0TDwqmxWasKKEnVJI",
    "last_status_at": "2025-11-21",
    "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": 266,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "tags": [
    {
      "name": "1234",
      "url": "http://akkoma/tag/1234"
    }
  ],
  "language": null,
  "favourited": false,
  "favourites_count": 0
}

Example 8

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://akkoma/users/witch"
  ],
  "id": "http://pasture-one-actor/activity/5To20wPCL_U",
  "published": "2025-11-21T12:43:27Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/object/s2sGJTiqTYg",
    "published": "2025-11-21T12:43:27Z",
    "content": "tag '#CamelCase'",
    "tag": [
      {
        "type": "Hashtag",
        "name": "#CamelCase"
      }
    ]
  }
}
akkoma
{
  "visibility": "public",
  "replies_count": 0,
  "bookmarked": false,
  "pleroma": {
    "content": {
      "text/plain": "tag '#CamelCase'"
    },
    "context": "http://pasture-one-actor/object/s2sGJTiqTYg",
    "conversation_id": 1044445983,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": ""
    },
    "thread_muted": false
  },
  "spoiler_text": "",
  "uri": "http://pasture-one-actor/object/s2sGJTiqTYg",
  "quote": null,
  "media_attachments": [],
  "card": null,
  "edited_at": null,
  "id": "B0TEcD8vJhvdWqnFWC",
  "muted": false,
  "emoji_reactions": [],
  "in_reply_to_account_id": null,
  "reblogged": false,
  "created_at": "2025-11-21T12:43:27.000Z",
  "text": null,
  "reblogs_count": 0,
  "pinned": false,
  "url": "http://pasture-one-actor/object/s2sGJTiqTYg",
  "content": "tag '#CamelCase'",
  "reblog": null,
  "application": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "B0TDowPe9Kl5nAMTb6",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "poll": null,
  "sensitive": false,
  "quote_id": null,
  "akkoma": {
    "source": null
  },
  "in_reply_to_id": null,
  "emojis": [],
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": null,
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-11-21T12:35:58.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": "B0TDwqmxWasKKEnVJI",
    "last_status_at": "2025-11-21",
    "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": 267,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "tags": [
    {
      "name": "camelcase",
      "url": "http://akkoma/tag/camelcase"
    }
  ],
  "language": null,
  "favourited": false,
  "favourites_count": 0
}

Example 9

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://akkoma/users/witch"
  ],
  "id": "http://pasture-one-actor/activity/6qXi4X2-Sn8",
  "published": "2025-11-21T12:43:27Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/object/KdHuvTNBp64",
    "published": "2025-11-21T12:43:27Z",
    "content": "tag '#\u00fcml\u00e4\u00fct\u00df'",
    "tag": [
      {
        "type": "Hashtag",
        "name": "#\u00fcml\u00e4\u00fct\u00df"
      }
    ]
  }
}
akkoma
{
  "visibility": "public",
  "replies_count": 0,
  "bookmarked": false,
  "pleroma": {
    "content": {
      "text/plain": "tag '#\u00fcml\u00e4\u00fct\u00df'"
    },
    "context": "http://pasture-one-actor/object/KdHuvTNBp64",
    "conversation_id": 579886881,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": ""
    },
    "thread_muted": false
  },
  "spoiler_text": "",
  "uri": "http://pasture-one-actor/object/KdHuvTNBp64",
  "quote": null,
  "media_attachments": [],
  "card": null,
  "edited_at": null,
  "id": "B0TEcGTwtzWtsveaCu",
  "muted": false,
  "emoji_reactions": [],
  "in_reply_to_account_id": null,
  "reblogged": false,
  "created_at": "2025-11-21T12:43:27.000Z",
  "text": null,
  "reblogs_count": 0,
  "pinned": false,
  "url": "http://pasture-one-actor/object/KdHuvTNBp64",
  "content": "tag '#\u00fcml\u00e4\u00fct\u00df'",
  "reblog": null,
  "application": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "B0TDowPe9Kl5nAMTb6",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "poll": null,
  "sensitive": false,
  "quote_id": null,
  "akkoma": {
    "source": null
  },
  "in_reply_to_id": null,
  "emojis": [],
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": null,
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-11-21T12:35:58.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": "B0TDwqmxWasKKEnVJI",
    "last_status_at": "2025-11-21",
    "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": 268,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "tags": [
    {
      "name": "\u00fcml\u00e4\u00fct\u00df",
      "url": "http://akkoma/tag/%C3%BCml%C3%A4%C3%BCt%C3%9F"
    }
  ],
  "language": null,
  "favourited": false,
  "favourites_count": 0
}

Example 10

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://akkoma/users/witch"
  ],
  "id": "http://pasture-one-actor/activity/R-qXObY7jc4",
  "published": "2025-11-21T12:43:28Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/object/ja6b-AfyNIk",
    "published": "2025-11-21T12:43:28Z",
    "content": "tag '#\ud83d\udc04'",
    "tag": [
      {
        "type": "Hashtag",
        "name": "#\ud83d\udc04"
      }
    ]
  }
}
akkoma
{
  "visibility": "public",
  "replies_count": 0,
  "bookmarked": false,
  "pleroma": {
    "content": {
      "text/plain": "tag '#\ud83d\udc04'"
    },
    "context": "http://pasture-one-actor/object/ja6b-AfyNIk",
    "conversation_id": 341848257,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": ""
    },
    "thread_muted": false
  },
  "spoiler_text": "",
  "uri": "http://pasture-one-actor/object/ja6b-AfyNIk",
  "quote": null,
  "media_attachments": [],
  "card": null,
  "edited_at": null,
  "id": "B0TEcK0fmmUKpHzG88",
  "muted": false,
  "emoji_reactions": [],
  "in_reply_to_account_id": null,
  "reblogged": false,
  "created_at": "2025-11-21T12:43:28.000Z",
  "text": null,
  "reblogs_count": 0,
  "pinned": false,
  "url": "http://pasture-one-actor/object/ja6b-AfyNIk",
  "content": "tag '#\ud83d\udc04'",
  "reblog": null,
  "application": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "B0TDowPe9Kl5nAMTb6",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "poll": null,
  "sensitive": false,
  "quote_id": null,
  "akkoma": {
    "source": null
  },
  "in_reply_to_id": null,
  "emojis": [],
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": null,
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-11-21T12:35:58.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": "B0TDwqmxWasKKEnVJI",
    "last_status_at": "2025-11-21",
    "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": 269,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "tags": [
    {
      "name": "\ud83d\udc04",
      "url": "http://akkoma/tag/%F0%9F%90%84"
    }
  ],
  "language": null,
  "favourited": false,
  "favourites_count": 0
}

Example 11

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://akkoma/users/witch"
  ],
  "id": "http://pasture-one-actor/activity/NNjrm15NL2E",
  "published": "2025-11-21T12:43:29Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/object/VvPGQyFp_Yg",
    "published": "2025-11-21T12:43:29Z",
    "content": "tag '#\u2764\ufe0f'",
    "tag": [
      {
        "type": "Hashtag",
        "name": "#\u2764\ufe0f"
      }
    ]
  }
}
akkoma
{
  "visibility": "public",
  "replies_count": 0,
  "bookmarked": false,
  "pleroma": {
    "content": {
      "text/plain": "tag '#\u2764\ufe0f'"
    },
    "context": "http://pasture-one-actor/object/VvPGQyFp_Yg",
    "conversation_id": 1278554043,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": ""
    },
    "thread_muted": false
  },
  "spoiler_text": "",
  "uri": "http://pasture-one-actor/object/VvPGQyFp_Yg",
  "quote": null,
  "media_attachments": [],
  "card": null,
  "edited_at": null,
  "id": "B0TEcNJvTefh5s1B3Y",
  "muted": false,
  "emoji_reactions": [],
  "in_reply_to_account_id": null,
  "reblogged": false,
  "created_at": "2025-11-21T12:43:29.000Z",
  "text": null,
  "reblogs_count": 0,
  "pinned": false,
  "url": "http://pasture-one-actor/object/VvPGQyFp_Yg",
  "content": "tag '#\u2764\ufe0f'",
  "reblog": null,
  "application": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "B0TDowPe9Kl5nAMTb6",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "poll": null,
  "sensitive": false,
  "quote_id": null,
  "akkoma": {
    "source": null
  },
  "in_reply_to_id": null,
  "emojis": [],
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": null,
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-11-21T12:35:58.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": "B0TDwqmxWasKKEnVJI",
    "last_status_at": "2025-11-21",
    "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": 270,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "tags": [
    {
      "name": "\u2764\ufe0f",
      "url": "http://akkoma/tag/%E2%9D%A4%EF%B8%8F"
    }
  ],
  "language": null,
  "favourited": false,
  "favourites_count": 0
}

Example 12

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://akkoma/users/witch"
  ],
  "id": "http://pasture-one-actor/activity/ldO31bz4qOo",
  "published": "2025-11-21T12:43:29Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/object/bA0SMNLrgSk",
    "published": "2025-11-21T12:43:29Z",
    "content": "tag '#\u725b'",
    "tag": [
      {
        "type": "Hashtag",
        "name": "#\u725b"
      }
    ]
  }
}
akkoma
{
  "visibility": "public",
  "replies_count": 0,
  "bookmarked": false,
  "pleroma": {
    "content": {
      "text/plain": "tag '#\u725b'"
    },
    "context": "http://pasture-one-actor/object/bA0SMNLrgSk",
    "conversation_id": 2057449757,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": ""
    },
    "thread_muted": false
  },
  "spoiler_text": "",
  "uri": "http://pasture-one-actor/object/bA0SMNLrgSk",
  "quote": null,
  "media_attachments": [],
  "card": null,
  "edited_at": null,
  "id": "B0TEcQXrUIbL5xYqh6",
  "muted": false,
  "emoji_reactions": [],
  "in_reply_to_account_id": null,
  "reblogged": false,
  "created_at": "2025-11-21T12:43:29.000Z",
  "text": null,
  "reblogs_count": 0,
  "pinned": false,
  "url": "http://pasture-one-actor/object/bA0SMNLrgSk",
  "content": "tag '#\u725b'",
  "reblog": null,
  "application": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "B0TDowPe9Kl5nAMTb6",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "poll": null,
  "sensitive": false,
  "quote_id": null,
  "akkoma": {
    "source": null
  },
  "in_reply_to_id": null,
  "emojis": [],
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": null,
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-11-21T12:35:58.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": "B0TDwqmxWasKKEnVJI",
    "last_status_at": "2025-11-21",
    "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": 271,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "tags": [
    {
      "name": "\u725b",
      "url": "http://akkoma/tag/%E7%89%9B"
    }
  ],
  "language": null,
  "favourited": false,
  "favourites_count": 0
}

Example 13

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://akkoma/users/witch"
  ],
  "id": "http://pasture-one-actor/activity/3D-0LpfiNZU",
  "published": "2025-11-21T12:43:30Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/object/rA7JWZ9alHU",
    "published": "2025-11-21T12:43:30Z",
    "content": "tag '\uff03widehashtag'",
    "tag": [
      {
        "type": "Hashtag",
        "name": "\uff03widehashtag"
      }
    ]
  }
}
akkoma
{
  "visibility": "public",
  "replies_count": 0,
  "bookmarked": false,
  "pleroma": {
    "content": {
      "text/plain": "tag '\uff03widehashtag'"
    },
    "context": "http://pasture-one-actor/object/rA7JWZ9alHU",
    "conversation_id": 531930892,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": ""
    },
    "thread_muted": false
  },
  "spoiler_text": "",
  "uri": "http://pasture-one-actor/object/rA7JWZ9alHU",
  "quote": null,
  "media_attachments": [],
  "card": null,
  "edited_at": null,
  "id": "B0TEcU1kXdI7tWZGCG",
  "muted": false,
  "emoji_reactions": [],
  "in_reply_to_account_id": null,
  "reblogged": false,
  "created_at": "2025-11-21T12:43:30.000Z",
  "text": null,
  "reblogs_count": 0,
  "pinned": false,
  "url": "http://pasture-one-actor/object/rA7JWZ9alHU",
  "content": "tag '\uff03widehashtag'",
  "reblog": null,
  "application": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "B0TDowPe9Kl5nAMTb6",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "poll": null,
  "sensitive": false,
  "quote_id": null,
  "akkoma": {
    "source": null
  },
  "in_reply_to_id": null,
  "emojis": [],
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": null,
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-11-21T12:35:58.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": "B0TDwqmxWasKKEnVJI",
    "last_status_at": "2025-11-21",
    "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": 272,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "tags": [
    {
      "name": "\uff03widehashtag",
      "url": "http://akkoma/tag/%EF%BC%83widehashtag"
    }
  ],
  "language": null,
  "favourited": false,
  "favourites_count": 0
}

Example 14

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://akkoma/users/witch"
  ],
  "id": "http://pasture-one-actor/activity/1sYOaO0mbt0",
  "published": "2025-11-21T12:43:30Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/object/z8P5t3SRjNA",
    "published": "2025-11-21T12:43:30Z",
    "content": "broken url parameter",
    "tag": [
      {
        "type": "Hashtag",
        "name": "#test",
        "url": "https://ignore.example"
      }
    ]
  }
}
akkoma
{
  "visibility": "public",
  "replies_count": 0,
  "bookmarked": false,
  "pleroma": {
    "content": {
      "text/plain": "broken url parameter"
    },
    "context": "http://pasture-one-actor/object/z8P5t3SRjNA",
    "conversation_id": 1256650035,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": ""
    },
    "thread_muted": false
  },
  "spoiler_text": "",
  "uri": "http://pasture-one-actor/object/z8P5t3SRjNA",
  "quote": null,
  "media_attachments": [],
  "card": null,
  "edited_at": null,
  "id": "B0TEcXabIVx2wTtdR2",
  "muted": false,
  "emoji_reactions": [],
  "in_reply_to_account_id": null,
  "reblogged": false,
  "created_at": "2025-11-21T12:43:30.000Z",
  "text": null,
  "reblogs_count": 0,
  "pinned": false,
  "url": "http://pasture-one-actor/object/z8P5t3SRjNA",
  "content": "broken url parameter",
  "reblog": null,
  "application": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "B0TDowPe9Kl5nAMTb6",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "poll": null,
  "sensitive": false,
  "quote_id": null,
  "akkoma": {
    "source": null
  },
  "in_reply_to_id": null,
  "emojis": [],
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": null,
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-11-21T12:35:58.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": "B0TDwqmxWasKKEnVJI",
    "last_status_at": "2025-11-21",
    "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": 273,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "tags": [
    {
      "name": "test",
      "url": "http://akkoma/tag/test"
    }
  ],
  "language": null,
  "favourited": false,
  "favourites_count": 0
}

Example 15

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://akkoma/users/witch"
  ],
  "id": "http://pasture-one-actor/activity/QZWEFGF0crk",
  "published": "2025-11-21T12:43:31Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/object/YtZXRy6N1MI",
    "published": "2025-11-21T12:43:31Z",
    "content": "tag '#test' not in list",
    "tag": {
      "type": "Hashtag",
      "name": "#test"
    }
  }
}
akkoma
{
  "visibility": "public",
  "replies_count": 0,
  "bookmarked": false,
  "pleroma": {
    "content": {
      "text/plain": "tag '#test' not in list"
    },
    "context": "http://pasture-one-actor/object/YtZXRy6N1MI",
    "conversation_id": 57862953,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": ""
    },
    "thread_muted": false
  },
  "spoiler_text": "",
  "uri": "http://pasture-one-actor/object/YtZXRy6N1MI",
  "quote": null,
  "media_attachments": [],
  "card": null,
  "edited_at": null,
  "id": "B0TEcazscyxHVkkMkq",
  "muted": false,
  "emoji_reactions": [],
  "in_reply_to_account_id": null,
  "reblogged": false,
  "created_at": "2025-11-21T12:43:31.000Z",
  "text": null,
  "reblogs_count": 0,
  "pinned": false,
  "url": "http://pasture-one-actor/object/YtZXRy6N1MI",
  "content": "tag '#test' not in list",
  "reblog": null,
  "application": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "B0TDowPe9Kl5nAMTb6",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "poll": null,
  "sensitive": false,
  "quote_id": null,
  "akkoma": {
    "source": null
  },
  "in_reply_to_id": null,
  "emojis": [],
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": null,
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-11-21T12:35:58.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": "B0TDwqmxWasKKEnVJI",
    "last_status_at": "2025-11-21",
    "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": 274,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "tags": [
    {
      "name": "test",
      "url": "http://akkoma/tag/test"
    }
  ],
  "language": null,
  "favourited": false,
  "favourites_count": 0
}