Skip to content

The anchor HTML tag

The anchor HTML tag is used to create hyperlinks. See MDN : The Anchor element for its description.

The goal here is to test variations of the attributes.

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://sharkey/users/ac2984fruahh0003"
  ],
  "id": "http://pasture-one-actor/activity/LHTgd2HCIVg",
  "published": "2025-08-30T20:11:38Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/ac2984fruahh0003"
    ],
    "id": "http://pasture-one-actor/object/IZ5Vptv-Zrw",
    "published": "2025-08-30T20:11:38Z",
    "content": "<a href='https://funfedi.dev'>funfedi</a>"
  }
}
sharkey
{
  "id": "ac29hkswdzsd0051",
  "uri": "http://pasture-one-actor/object/IZ5Vptv-Zrw",
  "url": "http://pasture-one-actor/object/IZ5Vptv-Zrw",
  "account": {
    "id": "ac29a2nndzsd0004",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "fqn": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": false,
    "created_at": "2025-08-30T20:05:47.891Z",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 156,
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "uri": "http://pasture-one-actor/actor",
    "avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "header": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "emojis": [],
    "moved": null,
    "fields": [],
    "bot": false,
    "discoverable": true,
    "noindex": false,
    "group": null,
    "suspended": false,
    "limited": false
  },
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "content": "<p><a rel=\"nofollow noopener noreferrer\" target=\"_blank\" href=\"https://funfedi.dev\">funfedi</a></p>",
  "content_type": "text/x.misskeymarkdown",
  "text": "[funfedi](https://funfedi.dev)",
  "created_at": "2025-08-30T20:11:38.000Z",
  "edited_at": null,
  "emojis": [],
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "reblogged": false,
  "favourited": false,
  "muted": false,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "card": null,
  "poll": null,
  "application": null,
  "language": null,
  "pinned": false,
  "bookmarked": false,
  "quote": null,
  "reactions": []
}

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://sharkey/users/ac2984fruahh0003"
  ],
  "id": "http://pasture-one-actor/activity/IBtKno3-9ls",
  "published": "2025-08-30T20:11:39Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/ac2984fruahh0003"
    ],
    "id": "http://pasture-one-actor/object/PgIL4nG1kHE",
    "published": "2025-08-30T20:11:39Z",
    "content": "<a href='https://funfedi.dev' hreflang='en'>hreflang en</a>"
  }
}
sharkey
{
  "id": "ac29hlkodzsd0052",
  "uri": "http://pasture-one-actor/object/PgIL4nG1kHE",
  "url": "http://pasture-one-actor/object/PgIL4nG1kHE",
  "account": {
    "id": "ac29a2nndzsd0004",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "fqn": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": false,
    "created_at": "2025-08-30T20:05:47.891Z",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 157,
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "uri": "http://pasture-one-actor/actor",
    "avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "header": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "emojis": [],
    "moved": null,
    "fields": [],
    "bot": false,
    "discoverable": true,
    "noindex": false,
    "group": null,
    "suspended": false,
    "limited": false
  },
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "content": "<p><a rel=\"nofollow noopener noreferrer\" target=\"_blank\" href=\"https://funfedi.dev\">hreflang en</a></p>",
  "content_type": "text/x.misskeymarkdown",
  "text": "[hreflang en](https://funfedi.dev)",
  "created_at": "2025-08-30T20:11:39.000Z",
  "edited_at": null,
  "emojis": [],
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "reblogged": false,
  "favourited": false,
  "muted": false,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "card": null,
  "poll": null,
  "application": null,
  "language": null,
  "pinned": false,
  "bookmarked": false,
  "quote": null,
  "reactions": []
}

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://sharkey/users/ac2984fruahh0003"
  ],
  "id": "http://pasture-one-actor/activity/A0TEGz7cNuI",
  "published": "2025-08-30T20:11:40Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/ac2984fruahh0003"
    ],
    "id": "http://pasture-one-actor/object/tSlOwAflogU",
    "published": "2025-08-30T20:11:40Z",
    "content": "<a href='https://funfedi.dev' target='_self'>target _self</a>"
  }
}
sharkey
{
  "id": "ac29hmcgdzsd0053",
  "uri": "http://pasture-one-actor/object/tSlOwAflogU",
  "url": "http://pasture-one-actor/object/tSlOwAflogU",
  "account": {
    "id": "ac29a2nndzsd0004",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "fqn": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": false,
    "created_at": "2025-08-30T20:05:47.891Z",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 158,
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "uri": "http://pasture-one-actor/actor",
    "avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "header": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "emojis": [],
    "moved": null,
    "fields": [],
    "bot": false,
    "discoverable": true,
    "noindex": false,
    "group": null,
    "suspended": false,
    "limited": false
  },
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "content": "<p><a rel=\"nofollow noopener noreferrer\" target=\"_blank\" href=\"https://funfedi.dev\">target _self</a></p>",
  "content_type": "text/x.misskeymarkdown",
  "text": "[target _self](https://funfedi.dev)",
  "created_at": "2025-08-30T20:11:40.000Z",
  "edited_at": null,
  "emojis": [],
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "reblogged": false,
  "favourited": false,
  "muted": false,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "card": null,
  "poll": null,
  "application": null,
  "language": null,
  "pinned": false,
  "bookmarked": false,
  "quote": null,
  "reactions": []
}

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://sharkey/users/ac2984fruahh0003"
  ],
  "id": "http://pasture-one-actor/activity/JXm4zgMN5sE",
  "published": "2025-08-30T20:11:40Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/ac2984fruahh0003"
    ],
    "id": "http://pasture-one-actor/object/YoRmKf_x834",
    "published": "2025-08-30T20:11:40Z",
    "content": "<a href='https://funfedi.dev' target='_blank'>target _blank</a>"
  }
}
sharkey
{
  "id": "ac29hmcgdzsd0054",
  "uri": "http://pasture-one-actor/object/YoRmKf_x834",
  "url": "http://pasture-one-actor/object/YoRmKf_x834",
  "account": {
    "id": "ac29a2nndzsd0004",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "fqn": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": false,
    "created_at": "2025-08-30T20:05:47.891Z",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 159,
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "uri": "http://pasture-one-actor/actor",
    "avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "header": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "emojis": [],
    "moved": null,
    "fields": [],
    "bot": false,
    "discoverable": true,
    "noindex": false,
    "group": null,
    "suspended": false,
    "limited": false
  },
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "content": "<p><a rel=\"nofollow noopener noreferrer\" target=\"_blank\" href=\"https://funfedi.dev\">target _blank</a></p>",
  "content_type": "text/x.misskeymarkdown",
  "text": "[target _blank](https://funfedi.dev)",
  "created_at": "2025-08-30T20:11:40.000Z",
  "edited_at": null,
  "emojis": [],
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "reblogged": false,
  "favourited": false,
  "muted": false,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "card": null,
  "poll": null,
  "application": null,
  "language": null,
  "pinned": false,
  "bookmarked": false,
  "quote": null,
  "reactions": []
}

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://sharkey/users/ac2984fruahh0003"
  ],
  "id": "http://pasture-one-actor/activity/Ph43U0IToBQ",
  "published": "2025-08-30T20:11:41Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/ac2984fruahh0003"
    ],
    "id": "http://pasture-one-actor/object/dEfsT1TrxSg",
    "published": "2025-08-30T20:11:41Z",
    "content": "<a href='https://funfedi.dev' class='fun-red-link'>fun-red-link class</a>"
  }
}
sharkey
{
  "id": "ac29hn48dzsd0055",
  "uri": "http://pasture-one-actor/object/dEfsT1TrxSg",
  "url": "http://pasture-one-actor/object/dEfsT1TrxSg",
  "account": {
    "id": "ac29a2nndzsd0004",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "fqn": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": false,
    "created_at": "2025-08-30T20:05:47.891Z",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 160,
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "uri": "http://pasture-one-actor/actor",
    "avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "header": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "emojis": [],
    "moved": null,
    "fields": [],
    "bot": false,
    "discoverable": true,
    "noindex": false,
    "group": null,
    "suspended": false,
    "limited": false
  },
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "content": "<p><a rel=\"nofollow noopener noreferrer\" target=\"_blank\" href=\"https://funfedi.dev\">fun-red-link class</a></p>",
  "content_type": "text/x.misskeymarkdown",
  "text": "[fun-red-link class](https://funfedi.dev)",
  "created_at": "2025-08-30T20:11:41.000Z",
  "edited_at": null,
  "emojis": [],
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "reblogged": false,
  "favourited": false,
  "muted": false,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "card": null,
  "poll": null,
  "application": null,
  "language": null,
  "pinned": false,
  "bookmarked": false,
  "quote": null,
  "reactions": []
}

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://sharkey/users/ac2984fruahh0003"
  ],
  "id": "http://pasture-one-actor/activity/Jb1NiiZc7Pk",
  "published": "2025-08-30T20:11:42Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/ac2984fruahh0003"
    ],
    "id": "http://pasture-one-actor/object/WeKu7hoJdqs",
    "published": "2025-08-30T20:11:42Z",
    "content": "<a href='https://funfedi.dev' class='mention'>class mention</a>"
  }
}
sharkey
{
  "id": "ac29hnw0dzsd0056",
  "uri": "http://pasture-one-actor/object/WeKu7hoJdqs",
  "url": "http://pasture-one-actor/object/WeKu7hoJdqs",
  "account": {
    "id": "ac29a2nndzsd0004",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "fqn": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": false,
    "created_at": "2025-08-30T20:05:47.891Z",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 161,
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "uri": "http://pasture-one-actor/actor",
    "avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "header": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "emojis": [],
    "moved": null,
    "fields": [],
    "bot": false,
    "discoverable": true,
    "noindex": false,
    "group": null,
    "suspended": false,
    "limited": false
  },
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "content": "<p><a rel=\"nofollow noopener noreferrer\" target=\"_blank\" href=\"https://funfedi.dev\">class mention</a></p>",
  "content_type": "text/x.misskeymarkdown",
  "text": "[class mention](https://funfedi.dev)",
  "created_at": "2025-08-30T20:11:42.000Z",
  "edited_at": null,
  "emojis": [],
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "reblogged": false,
  "favourited": false,
  "muted": false,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "card": null,
  "poll": null,
  "application": null,
  "language": null,
  "pinned": false,
  "bookmarked": false,
  "quote": null,
  "reactions": []
}

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://sharkey/users/ac2984fruahh0003"
  ],
  "id": "http://pasture-one-actor/activity/Z25fV-2Yrbw",
  "published": "2025-08-30T20:11:43Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/ac2984fruahh0003"
    ],
    "id": "http://pasture-one-actor/object/3FUjfevHiSg",
    "published": "2025-08-30T20:11:43Z",
    "content": "<a href='https://funfedi.dev' class='hashtag'>class hashtag</a>"
  }
}
sharkey
{
  "id": "ac29honsdzsd0057",
  "uri": "http://pasture-one-actor/object/3FUjfevHiSg",
  "url": "http://pasture-one-actor/object/3FUjfevHiSg",
  "account": {
    "id": "ac29a2nndzsd0004",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "fqn": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": false,
    "created_at": "2025-08-30T20:05:47.891Z",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 162,
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "uri": "http://pasture-one-actor/actor",
    "avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "header": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "emojis": [],
    "moved": null,
    "fields": [],
    "bot": false,
    "discoverable": true,
    "noindex": false,
    "group": null,
    "suspended": false,
    "limited": false
  },
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "content": "<p><a rel=\"nofollow noopener noreferrer\" target=\"_blank\" href=\"https://funfedi.dev\">class hashtag</a></p>",
  "content_type": "text/x.misskeymarkdown",
  "text": "[class hashtag](https://funfedi.dev)",
  "created_at": "2025-08-30T20:11:43.000Z",
  "edited_at": null,
  "emojis": [],
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "reblogged": false,
  "favourited": false,
  "muted": false,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "card": null,
  "poll": null,
  "application": null,
  "language": null,
  "pinned": false,
  "bookmarked": false,
  "quote": null,
  "reactions": []
}

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://sharkey/users/ac2984fruahh0003"
  ],
  "id": "http://pasture-one-actor/activity/GV-r75j6AD8",
  "published": "2025-08-30T20:11:43Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/ac2984fruahh0003"
    ],
    "id": "http://pasture-one-actor/object/70kcnEEiWbM",
    "published": "2025-08-30T20:11:43Z",
    "content": "<a href='https://funfedi.dev/assets/samples.zip' download='samples.zip'>download</a>"
  }
}
sharkey
{
  "id": "ac29honsdzsd0058",
  "uri": "http://pasture-one-actor/object/70kcnEEiWbM",
  "url": "http://pasture-one-actor/object/70kcnEEiWbM",
  "account": {
    "id": "ac29a2nndzsd0004",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "fqn": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": false,
    "created_at": "2025-08-30T20:05:47.891Z",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 163,
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "uri": "http://pasture-one-actor/actor",
    "avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "header": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "emojis": [],
    "moved": null,
    "fields": [],
    "bot": false,
    "discoverable": true,
    "noindex": false,
    "group": null,
    "suspended": false,
    "limited": false
  },
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "content": "<p><a rel=\"nofollow noopener noreferrer\" target=\"_blank\" href=\"https://funfedi.dev/assets/samples.zip\">download</a></p>",
  "content_type": "text/x.misskeymarkdown",
  "text": "[download](https://funfedi.dev/assets/samples.zip)",
  "created_at": "2025-08-30T20:11:43.000Z",
  "edited_at": null,
  "emojis": [],
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "reblogged": false,
  "favourited": false,
  "muted": false,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "card": null,
  "poll": null,
  "application": null,
  "language": null,
  "pinned": false,
  "bookmarked": false,
  "quote": null,
  "reactions": []
}

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://sharkey/users/ac2984fruahh0003"
  ],
  "id": "http://pasture-one-actor/activity/TvkaoavY6VM",
  "published": "2025-08-30T20:11:44Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/ac2984fruahh0003"
    ],
    "id": "http://pasture-one-actor/object/Cxg9TLL8mC4",
    "published": "2025-08-30T20:11:44Z",
    "content": "<a href='https://funfedi.dev' rel='$tag'>rel $tag</a>"
  }
}
sharkey
{
  "id": "ac29hpfkdzsd0059",
  "uri": "http://pasture-one-actor/object/Cxg9TLL8mC4",
  "url": "http://pasture-one-actor/object/Cxg9TLL8mC4",
  "account": {
    "id": "ac29a2nndzsd0004",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "fqn": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": false,
    "created_at": "2025-08-30T20:05:47.891Z",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 164,
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "uri": "http://pasture-one-actor/actor",
    "avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "header": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "emojis": [],
    "moved": null,
    "fields": [],
    "bot": false,
    "discoverable": true,
    "noindex": false,
    "group": null,
    "suspended": false,
    "limited": false
  },
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "content": "<p><a rel=\"nofollow noopener noreferrer\" target=\"_blank\" href=\"https://funfedi.dev\">rel $tag</a></p>",
  "content_type": "text/x.misskeymarkdown",
  "text": "[rel $tag](https://funfedi.dev)",
  "created_at": "2025-08-30T20:11:44.000Z",
  "edited_at": null,
  "emojis": [],
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "reblogged": false,
  "favourited": false,
  "muted": false,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "card": null,
  "poll": null,
  "application": null,
  "language": null,
  "pinned": false,
  "bookmarked": false,
  "quote": null,
  "reactions": []
}

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://sharkey/users/ac2984fruahh0003"
  ],
  "id": "http://pasture-one-actor/activity/bBj2lX8MQqs",
  "published": "2025-08-30T20:11:45Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/ac2984fruahh0003"
    ],
    "id": "http://pasture-one-actor/object/v5-RQz4ITA0",
    "published": "2025-08-30T20:11:45Z",
    "content": "<a href='https://funfedi.dev' rel='$nofollow'>rel $nofollow</a>"
  }
}
sharkey
{
  "id": "ac29hq7cdzsd005a",
  "uri": "http://pasture-one-actor/object/v5-RQz4ITA0",
  "url": "http://pasture-one-actor/object/v5-RQz4ITA0",
  "account": {
    "id": "ac29a2nndzsd0004",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "fqn": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": false,
    "created_at": "2025-08-30T20:05:47.891Z",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 165,
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "uri": "http://pasture-one-actor/actor",
    "avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "header": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "emojis": [],
    "moved": null,
    "fields": [],
    "bot": false,
    "discoverable": true,
    "noindex": false,
    "group": null,
    "suspended": false,
    "limited": false
  },
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "content": "<p><a rel=\"nofollow noopener noreferrer\" target=\"_blank\" href=\"https://funfedi.dev\">rel $nofollow</a></p>",
  "content_type": "text/x.misskeymarkdown",
  "text": "[rel $nofollow](https://funfedi.dev)",
  "created_at": "2025-08-30T20:11:45.000Z",
  "edited_at": null,
  "emojis": [],
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "reblogged": false,
  "favourited": false,
  "muted": false,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "card": null,
  "poll": null,
  "application": null,
  "language": null,
  "pinned": false,
  "bookmarked": false,
  "quote": null,
  "reactions": []
}

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://sharkey/users/ac2984fruahh0003"
  ],
  "id": "http://pasture-one-actor/activity/ACmWoDBIfx0",
  "published": "2025-08-30T20:11:45Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/ac2984fruahh0003"
    ],
    "id": "http://pasture-one-actor/object/vvILHy4utwY",
    "published": "2025-08-30T20:11:45Z",
    "content": "<a href='https://funfedi.dev' rel='$opener'>rel $opener</a>"
  }
}
sharkey
{
  "id": "ac29hq7cdzsd005b",
  "uri": "http://pasture-one-actor/object/vvILHy4utwY",
  "url": "http://pasture-one-actor/object/vvILHy4utwY",
  "account": {
    "id": "ac29a2nndzsd0004",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "fqn": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": false,
    "created_at": "2025-08-30T20:05:47.891Z",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 166,
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "uri": "http://pasture-one-actor/actor",
    "avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "header": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "emojis": [],
    "moved": null,
    "fields": [],
    "bot": false,
    "discoverable": true,
    "noindex": false,
    "group": null,
    "suspended": false,
    "limited": false
  },
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "content": "<p><a rel=\"nofollow noopener noreferrer\" target=\"_blank\" href=\"https://funfedi.dev\">rel $opener</a></p>",
  "content_type": "text/x.misskeymarkdown",
  "text": "[rel $opener](https://funfedi.dev)",
  "created_at": "2025-08-30T20:11:45.000Z",
  "edited_at": null,
  "emojis": [],
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "reblogged": false,
  "favourited": false,
  "muted": false,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "card": null,
  "poll": null,
  "application": null,
  "language": null,
  "pinned": false,
  "bookmarked": false,
  "quote": null,
  "reactions": []
}

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://sharkey/users/ac2984fruahh0003"
  ],
  "id": "http://pasture-one-actor/activity/skKlcYmipQg",
  "published": "2025-08-30T20:11:46Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/ac2984fruahh0003"
    ],
    "id": "http://pasture-one-actor/object/PGOL56GeMaY",
    "published": "2025-08-30T20:11:46Z",
    "content": "<a href='https://funfedi.dev' rel='$noopener'>rel $noopener</a>"
  }
}
sharkey
{
  "id": "ac29hqz4dzsd005c",
  "uri": "http://pasture-one-actor/object/PGOL56GeMaY",
  "url": "http://pasture-one-actor/object/PGOL56GeMaY",
  "account": {
    "id": "ac29a2nndzsd0004",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "fqn": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": false,
    "created_at": "2025-08-30T20:05:47.891Z",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 167,
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "uri": "http://pasture-one-actor/actor",
    "avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "header": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "emojis": [],
    "moved": null,
    "fields": [],
    "bot": false,
    "discoverable": true,
    "noindex": false,
    "group": null,
    "suspended": false,
    "limited": false
  },
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "content": "<p><a rel=\"nofollow noopener noreferrer\" target=\"_blank\" href=\"https://funfedi.dev\">rel $noopener</a></p>",
  "content_type": "text/x.misskeymarkdown",
  "text": "[rel $noopener](https://funfedi.dev)",
  "created_at": "2025-08-30T20:11:46.000Z",
  "edited_at": null,
  "emojis": [],
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "reblogged": false,
  "favourited": false,
  "muted": false,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "card": null,
  "poll": null,
  "application": null,
  "language": null,
  "pinned": false,
  "bookmarked": false,
  "quote": null,
  "reactions": []
}

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://sharkey/users/ac2984fruahh0003"
  ],
  "id": "http://pasture-one-actor/activity/vUgaagos_QY",
  "published": "2025-08-30T20:11:47Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/ac2984fruahh0003"
    ],
    "id": "http://pasture-one-actor/object/fKl_LZOx4UA",
    "published": "2025-08-30T20:11:47Z",
    "content": "<a href='https://funfedi.dev' rel='$noreferrer'>rel $noreferrer</a>"
  }
}
sharkey
{
  "id": "ac29hrqwdzsd005d",
  "uri": "http://pasture-one-actor/object/fKl_LZOx4UA",
  "url": "http://pasture-one-actor/object/fKl_LZOx4UA",
  "account": {
    "id": "ac29a2nndzsd0004",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "fqn": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": false,
    "created_at": "2025-08-30T20:05:47.891Z",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 168,
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "uri": "http://pasture-one-actor/actor",
    "avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "header": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "emojis": [],
    "moved": null,
    "fields": [],
    "bot": false,
    "discoverable": true,
    "noindex": false,
    "group": null,
    "suspended": false,
    "limited": false
  },
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "content": "<p><a rel=\"nofollow noopener noreferrer\" target=\"_blank\" href=\"https://funfedi.dev\">rel $noreferrer</a></p>",
  "content_type": "text/x.misskeymarkdown",
  "text": "[rel $noreferrer](https://funfedi.dev)",
  "created_at": "2025-08-30T20:11:47.000Z",
  "edited_at": null,
  "emojis": [],
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "reblogged": false,
  "favourited": false,
  "muted": false,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "card": null,
  "poll": null,
  "application": null,
  "language": null,
  "pinned": false,
  "bookmarked": false,
  "quote": null,
  "reactions": []
}

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://sharkey/users/ac2984fruahh0003"
  ],
  "id": "http://pasture-one-actor/activity/F4LzvUm0iTA",
  "published": "2025-08-30T20:11:47Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/ac2984fruahh0003"
    ],
    "id": "http://pasture-one-actor/object/SdB17QYHJsU",
    "published": "2025-08-30T20:11:47Z",
    "content": "<a href='https://funfedi.dev' rel='$custom'>rel $custom</a>"
  }
}
sharkey
{
  "id": "ac29hrqwdzsd005e",
  "uri": "http://pasture-one-actor/object/SdB17QYHJsU",
  "url": "http://pasture-one-actor/object/SdB17QYHJsU",
  "account": {
    "id": "ac29a2nndzsd0004",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "fqn": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": false,
    "created_at": "2025-08-30T20:05:47.891Z",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 169,
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "uri": "http://pasture-one-actor/actor",
    "avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "header": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "emojis": [],
    "moved": null,
    "fields": [],
    "bot": false,
    "discoverable": true,
    "noindex": false,
    "group": null,
    "suspended": false,
    "limited": false
  },
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "content": "<p><a rel=\"nofollow noopener noreferrer\" target=\"_blank\" href=\"https://funfedi.dev\">rel $custom</a></p>",
  "content_type": "text/x.misskeymarkdown",
  "text": "[rel $custom](https://funfedi.dev)",
  "created_at": "2025-08-30T20:11:47.000Z",
  "edited_at": null,
  "emojis": [],
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "reblogged": false,
  "favourited": false,
  "muted": false,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "card": null,
  "poll": null,
  "application": null,
  "language": null,
  "pinned": false,
  "bookmarked": false,
  "quote": null,
  "reactions": []
}

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://sharkey/users/ac2984fruahh0003"
  ],
  "id": "http://pasture-one-actor/activity/ZqKycz9Hg8g",
  "published": "2025-08-30T20:11:48Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/ac2984fruahh0003"
    ],
    "id": "http://pasture-one-actor/object/JhLuaj7JUfQ",
    "published": "2025-08-30T20:11:48Z",
    "content": "<a href='https://funfedi.dev' rel='$me'>rel $me</a>"
  }
}
sharkey
{
  "id": "ac29hsiodzsd005f",
  "uri": "http://pasture-one-actor/object/JhLuaj7JUfQ",
  "url": "http://pasture-one-actor/object/JhLuaj7JUfQ",
  "account": {
    "id": "ac29a2nndzsd0004",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "fqn": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": false,
    "created_at": "2025-08-30T20:05:47.891Z",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 170,
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "uri": "http://pasture-one-actor/actor",
    "avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "header": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "emojis": [],
    "moved": null,
    "fields": [],
    "bot": false,
    "discoverable": true,
    "noindex": false,
    "group": null,
    "suspended": false,
    "limited": false
  },
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "content": "<p><a rel=\"nofollow noopener noreferrer\" target=\"_blank\" href=\"https://funfedi.dev\">rel $me</a></p>",
  "content_type": "text/x.misskeymarkdown",
  "text": "[rel $me](https://funfedi.dev)",
  "created_at": "2025-08-30T20:11:48.000Z",
  "edited_at": null,
  "emojis": [],
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "reblogged": false,
  "favourited": false,
  "muted": false,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "card": null,
  "poll": null,
  "application": null,
  "language": null,
  "pinned": false,
  "bookmarked": false,
  "quote": null,
  "reactions": []
}

Example 16

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://sharkey/users/ac2984fruahh0003"
  ],
  "id": "http://pasture-one-actor/activity/451hio-Mp0o",
  "published": "2025-08-30T20:11:49Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/ac2984fruahh0003"
    ],
    "id": "http://pasture-one-actor/object/JubtksCXO9s",
    "published": "2025-08-30T20:11:49Z",
    "content": "<a href='https://funfedi.dev' rel='$external'>rel $external</a>"
  }
}
sharkey
{
  "id": "ac29htagdzsd005g",
  "uri": "http://pasture-one-actor/object/JubtksCXO9s",
  "url": "http://pasture-one-actor/object/JubtksCXO9s",
  "account": {
    "id": "ac29a2nndzsd0004",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "fqn": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": false,
    "created_at": "2025-08-30T20:05:47.891Z",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 171,
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "uri": "http://pasture-one-actor/actor",
    "avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "header": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "emojis": [],
    "moved": null,
    "fields": [],
    "bot": false,
    "discoverable": true,
    "noindex": false,
    "group": null,
    "suspended": false,
    "limited": false
  },
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "content": "<p><a rel=\"nofollow noopener noreferrer\" target=\"_blank\" href=\"https://funfedi.dev\">rel $external</a></p>",
  "content_type": "text/x.misskeymarkdown",
  "text": "[rel $external](https://funfedi.dev)",
  "created_at": "2025-08-30T20:11:49.000Z",
  "edited_at": null,
  "emojis": [],
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "reblogged": false,
  "favourited": false,
  "muted": false,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "card": null,
  "poll": null,
  "application": null,
  "language": null,
  "pinned": false,
  "bookmarked": false,
  "quote": null,
  "reactions": []
}

Example 17

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://sharkey/users/ac2984fruahh0003"
  ],
  "id": "http://pasture-one-actor/activity/zT0cxDsJsoc",
  "published": "2025-08-30T20:11:49Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/ac2984fruahh0003"
    ],
    "id": "http://pasture-one-actor/object/i7MUc39KU3w",
    "published": "2025-08-30T20:11:49Z",
    "content": "<a href='https://funfedi.dev' rel='$canonical'>rel $canonical</a>"
  }
}
sharkey
{
  "id": "ac29htagdzsd005h",
  "uri": "http://pasture-one-actor/object/i7MUc39KU3w",
  "url": "http://pasture-one-actor/object/i7MUc39KU3w",
  "account": {
    "id": "ac29a2nndzsd0004",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "fqn": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": false,
    "created_at": "2025-08-30T20:05:47.891Z",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 172,
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "uri": "http://pasture-one-actor/actor",
    "avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "header": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "emojis": [],
    "moved": null,
    "fields": [],
    "bot": false,
    "discoverable": true,
    "noindex": false,
    "group": null,
    "suspended": false,
    "limited": false
  },
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "content": "<p><a rel=\"nofollow noopener noreferrer\" target=\"_blank\" href=\"https://funfedi.dev\">rel $canonical</a></p>",
  "content_type": "text/x.misskeymarkdown",
  "text": "[rel $canonical](https://funfedi.dev)",
  "created_at": "2025-08-30T20:11:49.000Z",
  "edited_at": null,
  "emojis": [],
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "reblogged": false,
  "favourited": false,
  "muted": false,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "card": null,
  "poll": null,
  "application": null,
  "language": null,
  "pinned": false,
  "bookmarked": false,
  "quote": null,
  "reactions": []
}

Example 18

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://sharkey/users/ac2984fruahh0003"
  ],
  "id": "http://pasture-one-actor/activity/LAfFIFcamm4",
  "published": "2025-08-30T20:11:50Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/ac2984fruahh0003"
    ],
    "id": "http://pasture-one-actor/object/PUNYcOgtyBU",
    "published": "2025-08-30T20:11:50Z",
    "content": "<a href='https://funfedi.dev' rel='$alternate'>rel $alternate</a>"
  }
}
sharkey
{
  "id": "ac29hu28dzsd005i",
  "uri": "http://pasture-one-actor/object/PUNYcOgtyBU",
  "url": "http://pasture-one-actor/object/PUNYcOgtyBU",
  "account": {
    "id": "ac29a2nndzsd0004",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "fqn": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": false,
    "created_at": "2025-08-30T20:05:47.891Z",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 173,
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "uri": "http://pasture-one-actor/actor",
    "avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "header": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "emojis": [],
    "moved": null,
    "fields": [],
    "bot": false,
    "discoverable": true,
    "noindex": false,
    "group": null,
    "suspended": false,
    "limited": false
  },
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "content": "<p><a rel=\"nofollow noopener noreferrer\" target=\"_blank\" href=\"https://funfedi.dev\">rel $alternate</a></p>",
  "content_type": "text/x.misskeymarkdown",
  "text": "[rel $alternate](https://funfedi.dev)",
  "created_at": "2025-08-30T20:11:50.000Z",
  "edited_at": null,
  "emojis": [],
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "reblogged": false,
  "favourited": false,
  "muted": false,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "card": null,
  "poll": null,
  "application": null,
  "language": null,
  "pinned": false,
  "bookmarked": false,
  "quote": null,
  "reactions": []
}