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://misskey/users/acbvxoc67a2y0003"
],
"id": "http://pasture-one-actor/activity/QOtHFIusJu8",
"published": "2025-09-06T13:56:18Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/acbvxoc67a2y0003"
],
"id": "http://pasture-one-actor/object/wM0eeoAO1vQ",
"published": "2025-09-06T13:56:18Z",
"content": "<a href='https://funfedi.dev'>funfedi</a>"
}
}
misskey
{
"id": "acbw5uxcnd1t006a",
"createdAt": "2025-09-06T13:56:18.000Z",
"userId": "acbvz9wond1t0003",
"user": {
"id": "acbvz9wond1t0003",
"name": "Test Actor",
"username": "actor",
"host": "pasture-one-actor",
"avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
"avatarBlurhash": null,
"avatarDecorations": [],
"isBot": false,
"isCat": false,
"instance": {
"name": null,
"softwareName": null,
"softwareVersion": null,
"iconUrl": null,
"faviconUrl": null,
"themeColor": null
},
"emojis": {},
"onlineStatus": "unknown"
},
"text": "[funfedi](https://funfedi.dev)",
"cw": null,
"visibility": "public",
"localOnly": false,
"reactionAcceptance": null,
"renoteCount": 0,
"repliesCount": 0,
"reactionCount": 0,
"reactions": {},
"reactionEmojis": {},
"emojis": {},
"fileIds": [],
"files": [],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/object/wM0eeoAO1vQ",
"clippedCount": 0
}
Example 2¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/acbvxoc67a2y0003"
],
"id": "http://pasture-one-actor/activity/FRLXdNE7BDk",
"published": "2025-09-06T13:56:19Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/acbvxoc67a2y0003"
],
"id": "http://pasture-one-actor/object/RFsChlt005k",
"published": "2025-09-06T13:56:19Z",
"content": "<a href='https://funfedi.dev' hreflang='en'>hreflang en</a>"
}
}
misskey
{
"id": "acbw5vp4nd1t006b",
"createdAt": "2025-09-06T13:56:19.000Z",
"userId": "acbvz9wond1t0003",
"user": {
"id": "acbvz9wond1t0003",
"name": "Test Actor",
"username": "actor",
"host": "pasture-one-actor",
"avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
"avatarBlurhash": null,
"avatarDecorations": [],
"isBot": false,
"isCat": false,
"instance": {
"name": null,
"softwareName": null,
"softwareVersion": null,
"iconUrl": null,
"faviconUrl": null,
"themeColor": null
},
"emojis": {},
"onlineStatus": "unknown"
},
"text": "[hreflang en](https://funfedi.dev)",
"cw": null,
"visibility": "public",
"localOnly": false,
"reactionAcceptance": null,
"renoteCount": 0,
"repliesCount": 0,
"reactionCount": 0,
"reactions": {},
"reactionEmojis": {},
"emojis": {},
"fileIds": [],
"files": [],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/object/RFsChlt005k",
"clippedCount": 0
}
Example 3¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/acbvxoc67a2y0003"
],
"id": "http://pasture-one-actor/activity/5L2Lg427BAM",
"published": "2025-09-06T13:56:20Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/acbvxoc67a2y0003"
],
"id": "http://pasture-one-actor/object/jkHWGG1kNy4",
"published": "2025-09-06T13:56:20Z",
"content": "<a href='https://funfedi.dev' target='_self'>target _self</a>"
}
}
misskey
{
"id": "acbw5wgwnd1t006c",
"createdAt": "2025-09-06T13:56:20.000Z",
"userId": "acbvz9wond1t0003",
"user": {
"id": "acbvz9wond1t0003",
"name": "Test Actor",
"username": "actor",
"host": "pasture-one-actor",
"avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
"avatarBlurhash": null,
"avatarDecorations": [],
"isBot": false,
"isCat": false,
"instance": {
"name": null,
"softwareName": null,
"softwareVersion": null,
"iconUrl": null,
"faviconUrl": null,
"themeColor": null
},
"emojis": {},
"onlineStatus": "unknown"
},
"text": "[target _self](https://funfedi.dev)",
"cw": null,
"visibility": "public",
"localOnly": false,
"reactionAcceptance": null,
"renoteCount": 0,
"repliesCount": 0,
"reactionCount": 0,
"reactions": {},
"reactionEmojis": {},
"emojis": {},
"fileIds": [],
"files": [],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/object/jkHWGG1kNy4",
"clippedCount": 0
}
Example 4¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/acbvxoc67a2y0003"
],
"id": "http://pasture-one-actor/activity/uqO_xZOJRus",
"published": "2025-09-06T13:56:20Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/acbvxoc67a2y0003"
],
"id": "http://pasture-one-actor/object/8Yz_UzKkliU",
"published": "2025-09-06T13:56:20Z",
"content": "<a href='https://funfedi.dev' target='_blank'>target _blank</a>"
}
}
misskey
{
"id": "acbw5wgwnd1t006d",
"createdAt": "2025-09-06T13:56:20.000Z",
"userId": "acbvz9wond1t0003",
"user": {
"id": "acbvz9wond1t0003",
"name": "Test Actor",
"username": "actor",
"host": "pasture-one-actor",
"avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
"avatarBlurhash": null,
"avatarDecorations": [],
"isBot": false,
"isCat": false,
"instance": {
"name": null,
"softwareName": null,
"softwareVersion": null,
"iconUrl": null,
"faviconUrl": null,
"themeColor": null
},
"emojis": {},
"onlineStatus": "unknown"
},
"text": "[target _blank](https://funfedi.dev)",
"cw": null,
"visibility": "public",
"localOnly": false,
"reactionAcceptance": null,
"renoteCount": 0,
"repliesCount": 0,
"reactionCount": 0,
"reactions": {},
"reactionEmojis": {},
"emojis": {},
"fileIds": [],
"files": [],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/object/8Yz_UzKkliU",
"clippedCount": 0
}
Example 5¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/acbvxoc67a2y0003"
],
"id": "http://pasture-one-actor/activity/sZP_89R-l7M",
"published": "2025-09-06T13:56:21Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/acbvxoc67a2y0003"
],
"id": "http://pasture-one-actor/object/09nGNSpMdq4",
"published": "2025-09-06T13:56:21Z",
"content": "<a href='https://funfedi.dev' class='fun-red-link'>fun-red-link class</a>"
}
}
misskey
{
"id": "acbw5x8ond1t006e",
"createdAt": "2025-09-06T13:56:21.000Z",
"userId": "acbvz9wond1t0003",
"user": {
"id": "acbvz9wond1t0003",
"name": "Test Actor",
"username": "actor",
"host": "pasture-one-actor",
"avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
"avatarBlurhash": null,
"avatarDecorations": [],
"isBot": false,
"isCat": false,
"instance": {
"name": null,
"softwareName": null,
"softwareVersion": null,
"iconUrl": null,
"faviconUrl": null,
"themeColor": null
},
"emojis": {},
"onlineStatus": "unknown"
},
"text": "[fun-red-link class](https://funfedi.dev)",
"cw": null,
"visibility": "public",
"localOnly": false,
"reactionAcceptance": null,
"renoteCount": 0,
"repliesCount": 0,
"reactionCount": 0,
"reactions": {},
"reactionEmojis": {},
"emojis": {},
"fileIds": [],
"files": [],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/object/09nGNSpMdq4",
"clippedCount": 0
}
Example 6¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/acbvxoc67a2y0003"
],
"id": "http://pasture-one-actor/activity/R80Bhwj0vwE",
"published": "2025-09-06T13:56:22Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/acbvxoc67a2y0003"
],
"id": "http://pasture-one-actor/object/4McQq1mEs1k",
"published": "2025-09-06T13:56:22Z",
"content": "<a href='https://funfedi.dev' class='mention'>class mention</a>"
}
}
misskey
{
"id": "acbw5y0gnd1t006f",
"createdAt": "2025-09-06T13:56:22.000Z",
"userId": "acbvz9wond1t0003",
"user": {
"id": "acbvz9wond1t0003",
"name": "Test Actor",
"username": "actor",
"host": "pasture-one-actor",
"avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
"avatarBlurhash": null,
"avatarDecorations": [],
"isBot": false,
"isCat": false,
"instance": {
"name": null,
"softwareName": null,
"softwareVersion": null,
"iconUrl": null,
"faviconUrl": null,
"themeColor": null
},
"emojis": {},
"onlineStatus": "unknown"
},
"text": "[class mention](https://funfedi.dev)",
"cw": null,
"visibility": "public",
"localOnly": false,
"reactionAcceptance": null,
"renoteCount": 0,
"repliesCount": 0,
"reactionCount": 0,
"reactions": {},
"reactionEmojis": {},
"emojis": {},
"fileIds": [],
"files": [],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/object/4McQq1mEs1k",
"clippedCount": 0
}
Example 7¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/acbvxoc67a2y0003"
],
"id": "http://pasture-one-actor/activity/7AwGm_gNSBs",
"published": "2025-09-06T13:56:23Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/acbvxoc67a2y0003"
],
"id": "http://pasture-one-actor/object/ZWJpHRA1ivw",
"published": "2025-09-06T13:56:23Z",
"content": "<a href='https://funfedi.dev' class='hashtag'>class hashtag</a>"
}
}
misskey
{
"id": "acbw5ys8nd1t006g",
"createdAt": "2025-09-06T13:56:23.000Z",
"userId": "acbvz9wond1t0003",
"user": {
"id": "acbvz9wond1t0003",
"name": "Test Actor",
"username": "actor",
"host": "pasture-one-actor",
"avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
"avatarBlurhash": null,
"avatarDecorations": [],
"isBot": false,
"isCat": false,
"instance": {
"name": null,
"softwareName": null,
"softwareVersion": null,
"iconUrl": null,
"faviconUrl": null,
"themeColor": null
},
"emojis": {},
"onlineStatus": "unknown"
},
"text": "[class hashtag](https://funfedi.dev)",
"cw": null,
"visibility": "public",
"localOnly": false,
"reactionAcceptance": null,
"renoteCount": 0,
"repliesCount": 0,
"reactionCount": 0,
"reactions": {},
"reactionEmojis": {},
"emojis": {},
"fileIds": [],
"files": [],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/object/ZWJpHRA1ivw",
"clippedCount": 0
}
Example 8¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/acbvxoc67a2y0003"
],
"id": "http://pasture-one-actor/activity/QLn_lERsxHI",
"published": "2025-09-06T13:56:23Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/acbvxoc67a2y0003"
],
"id": "http://pasture-one-actor/object/e4OMNiZE0lU",
"published": "2025-09-06T13:56:23Z",
"content": "<a href='https://funfedi.dev/assets/samples.zip' download='samples.zip'>download</a>"
}
}
misskey
{
"id": "acbw5ys8nd1t006h",
"createdAt": "2025-09-06T13:56:23.000Z",
"userId": "acbvz9wond1t0003",
"user": {
"id": "acbvz9wond1t0003",
"name": "Test Actor",
"username": "actor",
"host": "pasture-one-actor",
"avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
"avatarBlurhash": null,
"avatarDecorations": [],
"isBot": false,
"isCat": false,
"instance": {
"name": null,
"softwareName": null,
"softwareVersion": null,
"iconUrl": null,
"faviconUrl": null,
"themeColor": null
},
"emojis": {},
"onlineStatus": "unknown"
},
"text": "[download](https://funfedi.dev/assets/samples.zip)",
"cw": null,
"visibility": "public",
"localOnly": false,
"reactionAcceptance": null,
"renoteCount": 0,
"repliesCount": 0,
"reactionCount": 0,
"reactions": {},
"reactionEmojis": {},
"emojis": {},
"fileIds": [],
"files": [],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/object/e4OMNiZE0lU",
"clippedCount": 0
}
Example 9¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/acbvxoc67a2y0003"
],
"id": "http://pasture-one-actor/activity/11syg0YQleQ",
"published": "2025-09-06T13:56:24Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/acbvxoc67a2y0003"
],
"id": "http://pasture-one-actor/object/kGdmeIbCcEw",
"published": "2025-09-06T13:56:24Z",
"content": "<a href='https://funfedi.dev' rel='tag'>rel tag</a>"
}
}
misskey
{
"id": "acbw5zk0nd1t006i",
"createdAt": "2025-09-06T13:56:24.000Z",
"userId": "acbvz9wond1t0003",
"user": {
"id": "acbvz9wond1t0003",
"name": "Test Actor",
"username": "actor",
"host": "pasture-one-actor",
"avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
"avatarBlurhash": null,
"avatarDecorations": [],
"isBot": false,
"isCat": false,
"instance": {
"name": null,
"softwareName": null,
"softwareVersion": null,
"iconUrl": null,
"faviconUrl": null,
"themeColor": null
},
"emojis": {},
"onlineStatus": "unknown"
},
"text": "[rel tag](https://funfedi.dev)",
"cw": null,
"visibility": "public",
"localOnly": false,
"reactionAcceptance": null,
"renoteCount": 0,
"repliesCount": 0,
"reactionCount": 0,
"reactions": {},
"reactionEmojis": {},
"emojis": {},
"fileIds": [],
"files": [],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/object/kGdmeIbCcEw",
"clippedCount": 0
}
Example 10¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/acbvxoc67a2y0003"
],
"id": "http://pasture-one-actor/activity/vpPnXP4-dfk",
"published": "2025-09-06T13:56:25Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/acbvxoc67a2y0003"
],
"id": "http://pasture-one-actor/object/XqIlBcskhTc",
"published": "2025-09-06T13:56:25Z",
"content": "<a href='https://funfedi.dev' rel='nofollow'>rel nofollow</a>"
}
}
misskey
{
"id": "acbw60bsnd1t006j",
"createdAt": "2025-09-06T13:56:25.000Z",
"userId": "acbvz9wond1t0003",
"user": {
"id": "acbvz9wond1t0003",
"name": "Test Actor",
"username": "actor",
"host": "pasture-one-actor",
"avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
"avatarBlurhash": null,
"avatarDecorations": [],
"isBot": false,
"isCat": false,
"instance": {
"name": null,
"softwareName": null,
"softwareVersion": null,
"iconUrl": null,
"faviconUrl": null,
"themeColor": null
},
"emojis": {},
"onlineStatus": "unknown"
},
"text": "[rel nofollow](https://funfedi.dev)",
"cw": null,
"visibility": "public",
"localOnly": false,
"reactionAcceptance": null,
"renoteCount": 0,
"repliesCount": 0,
"reactionCount": 0,
"reactions": {},
"reactionEmojis": {},
"emojis": {},
"fileIds": [],
"files": [],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/object/XqIlBcskhTc",
"clippedCount": 0
}
Example 11¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/acbvxoc67a2y0003"
],
"id": "http://pasture-one-actor/activity/r8aQ5aJ-yYY",
"published": "2025-09-06T13:56:25Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/acbvxoc67a2y0003"
],
"id": "http://pasture-one-actor/object/bIQcEhpq2pQ",
"published": "2025-09-06T13:56:25Z",
"content": "<a href='https://funfedi.dev' rel='opener'>rel opener</a>"
}
}
misskey
{
"id": "acbw60bsnd1t006k",
"createdAt": "2025-09-06T13:56:25.000Z",
"userId": "acbvz9wond1t0003",
"user": {
"id": "acbvz9wond1t0003",
"name": "Test Actor",
"username": "actor",
"host": "pasture-one-actor",
"avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
"avatarBlurhash": null,
"avatarDecorations": [],
"isBot": false,
"isCat": false,
"instance": {
"name": null,
"softwareName": null,
"softwareVersion": null,
"iconUrl": null,
"faviconUrl": null,
"themeColor": null
},
"emojis": {},
"onlineStatus": "unknown"
},
"text": "[rel opener](https://funfedi.dev)",
"cw": null,
"visibility": "public",
"localOnly": false,
"reactionAcceptance": null,
"renoteCount": 0,
"repliesCount": 0,
"reactionCount": 0,
"reactions": {},
"reactionEmojis": {},
"emojis": {},
"fileIds": [],
"files": [],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/object/bIQcEhpq2pQ",
"clippedCount": 0
}
Example 12¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/acbvxoc67a2y0003"
],
"id": "http://pasture-one-actor/activity/nCdf3VTnMQ4",
"published": "2025-09-06T13:56:26Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/acbvxoc67a2y0003"
],
"id": "http://pasture-one-actor/object/ib6gK_ZCwHw",
"published": "2025-09-06T13:56:26Z",
"content": "<a href='https://funfedi.dev' rel='noopener'>rel noopener</a>"
}
}
misskey
{
"id": "acbw613knd1t006l",
"createdAt": "2025-09-06T13:56:26.000Z",
"userId": "acbvz9wond1t0003",
"user": {
"id": "acbvz9wond1t0003",
"name": "Test Actor",
"username": "actor",
"host": "pasture-one-actor",
"avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
"avatarBlurhash": null,
"avatarDecorations": [],
"isBot": false,
"isCat": false,
"instance": {
"name": null,
"softwareName": null,
"softwareVersion": null,
"iconUrl": null,
"faviconUrl": null,
"themeColor": null
},
"emojis": {},
"onlineStatus": "unknown"
},
"text": "[rel noopener](https://funfedi.dev)",
"cw": null,
"visibility": "public",
"localOnly": false,
"reactionAcceptance": null,
"renoteCount": 0,
"repliesCount": 0,
"reactionCount": 0,
"reactions": {},
"reactionEmojis": {},
"emojis": {},
"fileIds": [],
"files": [],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/object/ib6gK_ZCwHw",
"clippedCount": 0
}
Example 13¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/acbvxoc67a2y0003"
],
"id": "http://pasture-one-actor/activity/-Gia_DyZreQ",
"published": "2025-09-06T13:56:27Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/acbvxoc67a2y0003"
],
"id": "http://pasture-one-actor/object/2Rzbb-w6Xfw",
"published": "2025-09-06T13:56:27Z",
"content": "<a href='https://funfedi.dev' rel='noreferrer'>rel noreferrer</a>"
}
}
misskey
{
"id": "acbw61vcnd1t006m",
"createdAt": "2025-09-06T13:56:27.000Z",
"userId": "acbvz9wond1t0003",
"user": {
"id": "acbvz9wond1t0003",
"name": "Test Actor",
"username": "actor",
"host": "pasture-one-actor",
"avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
"avatarBlurhash": null,
"avatarDecorations": [],
"isBot": false,
"isCat": false,
"instance": {
"name": null,
"softwareName": null,
"softwareVersion": null,
"iconUrl": null,
"faviconUrl": null,
"themeColor": null
},
"emojis": {},
"onlineStatus": "unknown"
},
"text": "[rel noreferrer](https://funfedi.dev)",
"cw": null,
"visibility": "public",
"localOnly": false,
"reactionAcceptance": null,
"renoteCount": 0,
"repliesCount": 0,
"reactionCount": 0,
"reactions": {},
"reactionEmojis": {},
"emojis": {},
"fileIds": [],
"files": [],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/object/2Rzbb-w6Xfw",
"clippedCount": 0
}
Example 14¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/acbvxoc67a2y0003"
],
"id": "http://pasture-one-actor/activity/waFv8JSBPMA",
"published": "2025-09-06T13:56:27Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/acbvxoc67a2y0003"
],
"id": "http://pasture-one-actor/object/L_624Q-CCbU",
"published": "2025-09-06T13:56:27Z",
"content": "<a href='https://funfedi.dev' rel='custom'>rel custom</a>"
}
}
misskey
{
"id": "acbw61vcnd1t006n",
"createdAt": "2025-09-06T13:56:27.000Z",
"userId": "acbvz9wond1t0003",
"user": {
"id": "acbvz9wond1t0003",
"name": "Test Actor",
"username": "actor",
"host": "pasture-one-actor",
"avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
"avatarBlurhash": null,
"avatarDecorations": [],
"isBot": false,
"isCat": false,
"instance": {
"name": null,
"softwareName": null,
"softwareVersion": null,
"iconUrl": null,
"faviconUrl": null,
"themeColor": null
},
"emojis": {},
"onlineStatus": "unknown"
},
"text": "[rel custom](https://funfedi.dev)",
"cw": null,
"visibility": "public",
"localOnly": false,
"reactionAcceptance": null,
"renoteCount": 0,
"repliesCount": 0,
"reactionCount": 0,
"reactions": {},
"reactionEmojis": {},
"emojis": {},
"fileIds": [],
"files": [],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/object/L_624Q-CCbU",
"clippedCount": 0
}
Example 15¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/acbvxoc67a2y0003"
],
"id": "http://pasture-one-actor/activity/ISvM8_dDJGY",
"published": "2025-09-06T13:56:28Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/acbvxoc67a2y0003"
],
"id": "http://pasture-one-actor/object/b7qqku3IiJo",
"published": "2025-09-06T13:56:28Z",
"content": "<a href='https://funfedi.dev' rel='me'>rel me</a>"
}
}
misskey
{
"id": "acbw62n4nd1t006o",
"createdAt": "2025-09-06T13:56:28.000Z",
"userId": "acbvz9wond1t0003",
"user": {
"id": "acbvz9wond1t0003",
"name": "Test Actor",
"username": "actor",
"host": "pasture-one-actor",
"avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
"avatarBlurhash": null,
"avatarDecorations": [],
"isBot": false,
"isCat": false,
"instance": {
"name": null,
"softwareName": null,
"softwareVersion": null,
"iconUrl": null,
"faviconUrl": null,
"themeColor": null
},
"emojis": {},
"onlineStatus": "unknown"
},
"text": "[rel me](https://funfedi.dev)",
"cw": null,
"visibility": "public",
"localOnly": false,
"reactionAcceptance": null,
"renoteCount": 0,
"repliesCount": 0,
"reactionCount": 0,
"reactions": {},
"reactionEmojis": {},
"emojis": {},
"fileIds": [],
"files": [],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/object/b7qqku3IiJo",
"clippedCount": 0
}
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://misskey/users/acbvxoc67a2y0003"
],
"id": "http://pasture-one-actor/activity/s-O_HvXo82M",
"published": "2025-09-06T13:56:29Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/acbvxoc67a2y0003"
],
"id": "http://pasture-one-actor/object/NW2L3ytorqU",
"published": "2025-09-06T13:56:29Z",
"content": "<a href='https://funfedi.dev' rel='external'>rel external</a>"
}
}
misskey
{
"id": "acbw63ewnd1t006p",
"createdAt": "2025-09-06T13:56:29.000Z",
"userId": "acbvz9wond1t0003",
"user": {
"id": "acbvz9wond1t0003",
"name": "Test Actor",
"username": "actor",
"host": "pasture-one-actor",
"avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
"avatarBlurhash": null,
"avatarDecorations": [],
"isBot": false,
"isCat": false,
"instance": {
"name": null,
"softwareName": null,
"softwareVersion": null,
"iconUrl": null,
"faviconUrl": null,
"themeColor": null
},
"emojis": {},
"onlineStatus": "unknown"
},
"text": "[rel external](https://funfedi.dev)",
"cw": null,
"visibility": "public",
"localOnly": false,
"reactionAcceptance": null,
"renoteCount": 0,
"repliesCount": 0,
"reactionCount": 0,
"reactions": {},
"reactionEmojis": {},
"emojis": {},
"fileIds": [],
"files": [],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/object/NW2L3ytorqU",
"clippedCount": 0
}
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://misskey/users/acbvxoc67a2y0003"
],
"id": "http://pasture-one-actor/activity/ubxECoojd0Y",
"published": "2025-09-06T13:56:29Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/acbvxoc67a2y0003"
],
"id": "http://pasture-one-actor/object/aSWJ3yN98Sk",
"published": "2025-09-06T13:56:29Z",
"content": "<a href='https://funfedi.dev' rel='canonical'>rel canonical</a>"
}
}
misskey
{
"id": "acbw63ewnd1t006q",
"createdAt": "2025-09-06T13:56:29.000Z",
"userId": "acbvz9wond1t0003",
"user": {
"id": "acbvz9wond1t0003",
"name": "Test Actor",
"username": "actor",
"host": "pasture-one-actor",
"avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
"avatarBlurhash": null,
"avatarDecorations": [],
"isBot": false,
"isCat": false,
"instance": {
"name": null,
"softwareName": null,
"softwareVersion": null,
"iconUrl": null,
"faviconUrl": null,
"themeColor": null
},
"emojis": {},
"onlineStatus": "unknown"
},
"text": "[rel canonical](https://funfedi.dev)",
"cw": null,
"visibility": "public",
"localOnly": false,
"reactionAcceptance": null,
"renoteCount": 0,
"repliesCount": 0,
"reactionCount": 0,
"reactions": {},
"reactionEmojis": {},
"emojis": {},
"fileIds": [],
"files": [],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/object/aSWJ3yN98Sk",
"clippedCount": 0
}
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://misskey/users/acbvxoc67a2y0003"
],
"id": "http://pasture-one-actor/activity/SiN75IJWYpo",
"published": "2025-09-06T13:56:30Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/acbvxoc67a2y0003"
],
"id": "http://pasture-one-actor/object/6bukWUMNggY",
"published": "2025-09-06T13:56:30Z",
"content": "<a href='https://funfedi.dev' rel='alternate'>rel alternate</a>"
}
}
misskey
{
"id": "acbw646ond1t006r",
"createdAt": "2025-09-06T13:56:30.000Z",
"userId": "acbvz9wond1t0003",
"user": {
"id": "acbvz9wond1t0003",
"name": "Test Actor",
"username": "actor",
"host": "pasture-one-actor",
"avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
"avatarBlurhash": null,
"avatarDecorations": [],
"isBot": false,
"isCat": false,
"instance": {
"name": null,
"softwareName": null,
"softwareVersion": null,
"iconUrl": null,
"faviconUrl": null,
"themeColor": null
},
"emojis": {},
"onlineStatus": "unknown"
},
"text": "[rel alternate](https://funfedi.dev)",
"cw": null,
"visibility": "public",
"localOnly": false,
"reactionAcceptance": null,
"renoteCount": 0,
"repliesCount": 0,
"reactionCount": 0,
"reactions": {},
"reactionEmojis": {},
"emojis": {},
"fileIds": [],
"files": [],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/object/6bukWUMNggY",
"clippedCount": 0
}