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/aaxzjak82knh0003"
],
"id": "http://pasture-one-actor/actor/BMx5c4PBWys",
"published": "2025-08-02T15:49:21Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/aaxzjak82knh0003"
],
"id": "http://pasture-one-actor/actor/If-gm2-8zf8",
"published": "2025-08-02T15:49:21Z",
"content": "<a href='https://funfedi.dev'>funfedi</a>"
}
}
sharkey
{
"id": "aaxzsfe0lt6x004p",
"uri": "http://pasture-one-actor/actor/If-gm2-8zf8",
"url": "http://pasture-one-actor/actor/If-gm2-8zf8",
"account": {
"id": "aaxzkwd9lt6x0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-08-02T15:43:29.757Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 145,
"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-02T15:49:21.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/aaxzjak82knh0003"
],
"id": "http://pasture-one-actor/actor/XsmT8YQTrrY",
"published": "2025-08-02T15:49:22Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/aaxzjak82knh0003"
],
"id": "http://pasture-one-actor/actor/2Agy0lEWQtQ",
"published": "2025-08-02T15:49:22Z",
"content": "<a href='https://funfedi.dev' hreflang='en'>hreflang en</a>"
}
}
sharkey
{
"id": "aaxzsg5slt6x004q",
"uri": "http://pasture-one-actor/actor/2Agy0lEWQtQ",
"url": "http://pasture-one-actor/actor/2Agy0lEWQtQ",
"account": {
"id": "aaxzkwd9lt6x0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-08-02T15:43:29.757Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 146,
"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-02T15:49:22.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/aaxzjak82knh0003"
],
"id": "http://pasture-one-actor/actor/9mUni-g9SEg",
"published": "2025-08-02T15:49:23Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/aaxzjak82knh0003"
],
"id": "http://pasture-one-actor/actor/V0VpU2ruhxw",
"published": "2025-08-02T15:49:23Z",
"content": "<a href='https://funfedi.dev' target='_self'>target _self</a>"
}
}
sharkey
{
"id": "aaxzsgxklt6x004r",
"uri": "http://pasture-one-actor/actor/V0VpU2ruhxw",
"url": "http://pasture-one-actor/actor/V0VpU2ruhxw",
"account": {
"id": "aaxzkwd9lt6x0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-08-02T15:43:29.757Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 147,
"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-02T15:49:23.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/aaxzjak82knh0003"
],
"id": "http://pasture-one-actor/actor/Z1XnCPRZ_Co",
"published": "2025-08-02T15:49:24Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/aaxzjak82knh0003"
],
"id": "http://pasture-one-actor/actor/kXOwusAHjho",
"published": "2025-08-02T15:49:24Z",
"content": "<a href='https://funfedi.dev' target='_blank'>target _blank</a>"
}
}
sharkey
{
"id": "aaxzshpclt6x004s",
"uri": "http://pasture-one-actor/actor/kXOwusAHjho",
"url": "http://pasture-one-actor/actor/kXOwusAHjho",
"account": {
"id": "aaxzkwd9lt6x0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-08-02T15:43:29.757Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 148,
"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-02T15:49:24.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/aaxzjak82knh0003"
],
"id": "http://pasture-one-actor/actor/XNCPxfd3TAY",
"published": "2025-08-02T15:49:24Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/aaxzjak82knh0003"
],
"id": "http://pasture-one-actor/actor/MP0qYWf4IQo",
"published": "2025-08-02T15:49:24Z",
"content": "<a href='https://funfedi.dev' class='fun-red-link'>fun-red-link class</a>"
}
}
sharkey
{
"id": "aaxzshpclt6x004t",
"uri": "http://pasture-one-actor/actor/MP0qYWf4IQo",
"url": "http://pasture-one-actor/actor/MP0qYWf4IQo",
"account": {
"id": "aaxzkwd9lt6x0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-08-02T15:43:29.757Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 149,
"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-02T15:49:24.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/aaxzjak82knh0003"
],
"id": "http://pasture-one-actor/actor/56llbviPndI",
"published": "2025-08-02T15:49:25Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/aaxzjak82knh0003"
],
"id": "http://pasture-one-actor/actor/q6JRnqERTZ8",
"published": "2025-08-02T15:49:25Z",
"content": "<a href='https://funfedi.dev' class='mention'>class mention</a>"
}
}
sharkey
{
"id": "aaxzsih4lt6x004u",
"uri": "http://pasture-one-actor/actor/q6JRnqERTZ8",
"url": "http://pasture-one-actor/actor/q6JRnqERTZ8",
"account": {
"id": "aaxzkwd9lt6x0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-08-02T15:43:29.757Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 150,
"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-02T15:49:25.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/aaxzjak82knh0003"
],
"id": "http://pasture-one-actor/actor/Ngez8-9XWP8",
"published": "2025-08-02T15:49:26Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/aaxzjak82knh0003"
],
"id": "http://pasture-one-actor/actor/NDnOFZTBmm4",
"published": "2025-08-02T15:49:26Z",
"content": "<a href='https://funfedi.dev' class='hashtag'>class hashtag</a>"
}
}
sharkey
{
"id": "aaxzsj8wlt6x004v",
"uri": "http://pasture-one-actor/actor/NDnOFZTBmm4",
"url": "http://pasture-one-actor/actor/NDnOFZTBmm4",
"account": {
"id": "aaxzkwd9lt6x0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-08-02T15:43:29.757Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 151,
"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-02T15:49:26.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/aaxzjak82knh0003"
],
"id": "http://pasture-one-actor/actor/AW1x0MZpkJo",
"published": "2025-08-02T15:49:26Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/aaxzjak82knh0003"
],
"id": "http://pasture-one-actor/actor/l_hfr7Eg098",
"published": "2025-08-02T15:49:26Z",
"content": "<a href='https://funfedi.dev/assets/samples.zip' download='samples.zip'>download</a>"
}
}
sharkey
{
"id": "aaxzsj8wlt6x004w",
"uri": "http://pasture-one-actor/actor/l_hfr7Eg098",
"url": "http://pasture-one-actor/actor/l_hfr7Eg098",
"account": {
"id": "aaxzkwd9lt6x0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-08-02T15:43:29.757Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 152,
"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-02T15:49:26.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/aaxzjak82knh0003"
],
"id": "http://pasture-one-actor/actor/GOV42ZhEKSY",
"published": "2025-08-02T15:49:27Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/aaxzjak82knh0003"
],
"id": "http://pasture-one-actor/actor/Ol4qEWHaMt0",
"published": "2025-08-02T15:49:27Z",
"content": "<a href='https://funfedi.dev' rel='$tag'>rel $tag</a>"
}
}
sharkey
{
"id": "aaxzsk0olt6x004x",
"uri": "http://pasture-one-actor/actor/Ol4qEWHaMt0",
"url": "http://pasture-one-actor/actor/Ol4qEWHaMt0",
"account": {
"id": "aaxzkwd9lt6x0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-08-02T15:43:29.757Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 153,
"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-02T15:49:27.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/aaxzjak82knh0003"
],
"id": "http://pasture-one-actor/actor/4TbGUrP4xDU",
"published": "2025-08-02T15:49:28Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/aaxzjak82knh0003"
],
"id": "http://pasture-one-actor/actor/q3_kTKHm1b0",
"published": "2025-08-02T15:49:28Z",
"content": "<a href='https://funfedi.dev' rel='$nofollow'>rel $nofollow</a>"
}
}
sharkey
{
"id": "aaxzsksglt6x004y",
"uri": "http://pasture-one-actor/actor/q3_kTKHm1b0",
"url": "http://pasture-one-actor/actor/q3_kTKHm1b0",
"account": {
"id": "aaxzkwd9lt6x0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-08-02T15:43:29.757Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 154,
"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-02T15:49:28.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/aaxzjak82knh0003"
],
"id": "http://pasture-one-actor/actor/EykzWEtKHFs",
"published": "2025-08-02T15:49:29Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/aaxzjak82knh0003"
],
"id": "http://pasture-one-actor/actor/lpECEfrvxvk",
"published": "2025-08-02T15:49:29Z",
"content": "<a href='https://funfedi.dev' rel='$opener'>rel $opener</a>"
}
}
sharkey
{
"id": "aaxzslk8lt6x004z",
"uri": "http://pasture-one-actor/actor/lpECEfrvxvk",
"url": "http://pasture-one-actor/actor/lpECEfrvxvk",
"account": {
"id": "aaxzkwd9lt6x0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-08-02T15:43:29.757Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 155,
"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-02T15:49:29.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/aaxzjak82knh0003"
],
"id": "http://pasture-one-actor/actor/L2fDmEBzlCg",
"published": "2025-08-02T15:49:29Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/aaxzjak82knh0003"
],
"id": "http://pasture-one-actor/actor/DDVGDKwdmzs",
"published": "2025-08-02T15:49:29Z",
"content": "<a href='https://funfedi.dev' rel='$noopener'>rel $noopener</a>"
}
}
sharkey
{
"id": "aaxzslk8lt6x0050",
"uri": "http://pasture-one-actor/actor/DDVGDKwdmzs",
"url": "http://pasture-one-actor/actor/DDVGDKwdmzs",
"account": {
"id": "aaxzkwd9lt6x0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-08-02T15:43:29.757Z",
"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\">rel $noopener</a></p>",
"content_type": "text/x.misskeymarkdown",
"text": "[rel $noopener](https://funfedi.dev)",
"created_at": "2025-08-02T15:49:29.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/aaxzjak82knh0003"
],
"id": "http://pasture-one-actor/actor/34PJ_HflhQk",
"published": "2025-08-02T15:49:30Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/aaxzjak82knh0003"
],
"id": "http://pasture-one-actor/actor/4is-augSlTI",
"published": "2025-08-02T15:49:30Z",
"content": "<a href='https://funfedi.dev' rel='$noreferrer'>rel $noreferrer</a>"
}
}
sharkey
{
"id": "aaxzsmc0lt6x0051",
"uri": "http://pasture-one-actor/actor/4is-augSlTI",
"url": "http://pasture-one-actor/actor/4is-augSlTI",
"account": {
"id": "aaxzkwd9lt6x0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-08-02T15:43:29.757Z",
"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\">rel $noreferrer</a></p>",
"content_type": "text/x.misskeymarkdown",
"text": "[rel $noreferrer](https://funfedi.dev)",
"created_at": "2025-08-02T15:49:30.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/aaxzjak82knh0003"
],
"id": "http://pasture-one-actor/actor/H-LZ59dFb0U",
"published": "2025-08-02T15:49:31Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/aaxzjak82knh0003"
],
"id": "http://pasture-one-actor/actor/qSb_sO5prmA",
"published": "2025-08-02T15:49:31Z",
"content": "<a href='https://funfedi.dev' rel='$custom'>rel $custom</a>"
}
}
sharkey
{
"id": "aaxzsn3slt6x0052",
"uri": "http://pasture-one-actor/actor/qSb_sO5prmA",
"url": "http://pasture-one-actor/actor/qSb_sO5prmA",
"account": {
"id": "aaxzkwd9lt6x0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-08-02T15:43:29.757Z",
"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\">rel $custom</a></p>",
"content_type": "text/x.misskeymarkdown",
"text": "[rel $custom](https://funfedi.dev)",
"created_at": "2025-08-02T15:49:31.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/aaxzjak82knh0003"
],
"id": "http://pasture-one-actor/actor/dgGsWihZo2k",
"published": "2025-08-02T15:49:31Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/aaxzjak82knh0003"
],
"id": "http://pasture-one-actor/actor/I4h3Rw5NbXc",
"published": "2025-08-02T15:49:31Z",
"content": "<a href='https://funfedi.dev' rel='$me'>rel $me</a>"
}
}
sharkey
{
"id": "aaxzsn3slt6x0053",
"uri": "http://pasture-one-actor/actor/I4h3Rw5NbXc",
"url": "http://pasture-one-actor/actor/I4h3Rw5NbXc",
"account": {
"id": "aaxzkwd9lt6x0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-08-02T15:43:29.757Z",
"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\">rel $me</a></p>",
"content_type": "text/x.misskeymarkdown",
"text": "[rel $me](https://funfedi.dev)",
"created_at": "2025-08-02T15:49:31.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/aaxzjak82knh0003"
],
"id": "http://pasture-one-actor/actor/CRBEAfZFrnI",
"published": "2025-08-02T15:49:32Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/aaxzjak82knh0003"
],
"id": "http://pasture-one-actor/actor/UuHYFWRUA1g",
"published": "2025-08-02T15:49:32Z",
"content": "<a href='https://funfedi.dev' rel='$external'>rel $external</a>"
}
}
sharkey
{
"id": "aaxzsnvklt6x0054",
"uri": "http://pasture-one-actor/actor/UuHYFWRUA1g",
"url": "http://pasture-one-actor/actor/UuHYFWRUA1g",
"account": {
"id": "aaxzkwd9lt6x0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-08-02T15:43:29.757Z",
"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\">rel $external</a></p>",
"content_type": "text/x.misskeymarkdown",
"text": "[rel $external](https://funfedi.dev)",
"created_at": "2025-08-02T15:49:32.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/aaxzjak82knh0003"
],
"id": "http://pasture-one-actor/actor/c_Y9n31GN6Q",
"published": "2025-08-02T15:49:33Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/aaxzjak82knh0003"
],
"id": "http://pasture-one-actor/actor/47GrkBFCTNY",
"published": "2025-08-02T15:49:33Z",
"content": "<a href='https://funfedi.dev' rel='$canonical'>rel $canonical</a>"
}
}
sharkey
{
"id": "aaxzsonclt6x0055",
"uri": "http://pasture-one-actor/actor/47GrkBFCTNY",
"url": "http://pasture-one-actor/actor/47GrkBFCTNY",
"account": {
"id": "aaxzkwd9lt6x0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-08-02T15:43:29.757Z",
"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\">rel $canonical</a></p>",
"content_type": "text/x.misskeymarkdown",
"text": "[rel $canonical](https://funfedi.dev)",
"created_at": "2025-08-02T15:49:33.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/aaxzjak82knh0003"
],
"id": "http://pasture-one-actor/actor/JpMqdv-fe0k",
"published": "2025-08-02T15:49:34Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/aaxzjak82knh0003"
],
"id": "http://pasture-one-actor/actor/xQflaJWd7_w",
"published": "2025-08-02T15:49:34Z",
"content": "<a href='https://funfedi.dev' rel='$alternate'>rel $alternate</a>"
}
}
sharkey
{
"id": "aaxzspf4lt6x0056",
"uri": "http://pasture-one-actor/actor/xQflaJWd7_w",
"url": "http://pasture-one-actor/actor/xQflaJWd7_w",
"account": {
"id": "aaxzkwd9lt6x0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-08-02T15:43:29.757Z",
"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\">rel $alternate</a></p>",
"content_type": "text/x.misskeymarkdown",
"text": "[rel $alternate](https://funfedi.dev)",
"created_at": "2025-08-02T15:49:34.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": []
}