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

Example 2

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

Example 3

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

Example 4

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

Example 5

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

Example 6

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

Example 7

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

Example 8

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

Example 9

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

Example 10

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

Example 11

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

Example 12

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

Example 13

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

Example 14

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

Example 15

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