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/abgajfhntvnz0003"
],
"id": "http://pasture-one-actor/activity/Hbiqb50_BAk",
"published": "2025-08-15T11:17:09Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/abgajfhntvnz0003"
],
"id": "http://pasture-one-actor/object/PfXynVCzBPQ",
"published": "2025-08-15T11:17:09Z",
"content": "<a href='https://funfedi.dev'>funfedi</a>"
}
}
sharkey
{
"id": "abgasg7c0e9f004p",
"uri": "http://pasture-one-actor/object/PfXynVCzBPQ",
"url": "http://pasture-one-actor/object/PfXynVCzBPQ",
"account": {
"id": "abgal1vf0e9f0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-08-15T11:11:23.835Z",
"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-15T11:17:09.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/abgajfhntvnz0003"
],
"id": "http://pasture-one-actor/activity/QjzqJzVY7YY",
"published": "2025-08-15T11:17:10Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/abgajfhntvnz0003"
],
"id": "http://pasture-one-actor/object/nIhWL7R14wI",
"published": "2025-08-15T11:17:10Z",
"content": "<a href='https://funfedi.dev' hreflang='en'>hreflang en</a>"
}
}
sharkey
{
"id": "abgasgz40e9f004q",
"uri": "http://pasture-one-actor/object/nIhWL7R14wI",
"url": "http://pasture-one-actor/object/nIhWL7R14wI",
"account": {
"id": "abgal1vf0e9f0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-08-15T11:11:23.835Z",
"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-15T11:17:10.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/abgajfhntvnz0003"
],
"id": "http://pasture-one-actor/activity/mbRarGgr_4w",
"published": "2025-08-15T11:17:11Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/abgajfhntvnz0003"
],
"id": "http://pasture-one-actor/object/mxQ0MuJKQew",
"published": "2025-08-15T11:17:11Z",
"content": "<a href='https://funfedi.dev' target='_self'>target _self</a>"
}
}
sharkey
{
"id": "abgashqw0e9f004r",
"uri": "http://pasture-one-actor/object/mxQ0MuJKQew",
"url": "http://pasture-one-actor/object/mxQ0MuJKQew",
"account": {
"id": "abgal1vf0e9f0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-08-15T11:11:23.835Z",
"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-15T11:17:11.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/abgajfhntvnz0003"
],
"id": "http://pasture-one-actor/activity/jPuH_uXrdgc",
"published": "2025-08-15T11:17:12Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/abgajfhntvnz0003"
],
"id": "http://pasture-one-actor/object/VoZ1g0awrH4",
"published": "2025-08-15T11:17:12Z",
"content": "<a href='https://funfedi.dev' target='_blank'>target _blank</a>"
}
}
sharkey
{
"id": "abgasiio0e9f004s",
"uri": "http://pasture-one-actor/object/VoZ1g0awrH4",
"url": "http://pasture-one-actor/object/VoZ1g0awrH4",
"account": {
"id": "abgal1vf0e9f0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-08-15T11:11:23.835Z",
"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-15T11:17:12.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/abgajfhntvnz0003"
],
"id": "http://pasture-one-actor/activity/kLCeBhZ4yE4",
"published": "2025-08-15T11:17:12Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/abgajfhntvnz0003"
],
"id": "http://pasture-one-actor/object/ST5rXRq8RA0",
"published": "2025-08-15T11:17:12Z",
"content": "<a href='https://funfedi.dev' class='fun-red-link'>fun-red-link class</a>"
}
}
sharkey
{
"id": "abgasiio0e9f004t",
"uri": "http://pasture-one-actor/object/ST5rXRq8RA0",
"url": "http://pasture-one-actor/object/ST5rXRq8RA0",
"account": {
"id": "abgal1vf0e9f0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-08-15T11:11:23.835Z",
"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-15T11:17:12.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/abgajfhntvnz0003"
],
"id": "http://pasture-one-actor/activity/FyuhG3d9YOQ",
"published": "2025-08-15T11:17:13Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/abgajfhntvnz0003"
],
"id": "http://pasture-one-actor/object/z8ECA3juk9M",
"published": "2025-08-15T11:17:13Z",
"content": "<a href='https://funfedi.dev' class='mention'>class mention</a>"
}
}
sharkey
{
"id": "abgasjag0e9f004u",
"uri": "http://pasture-one-actor/object/z8ECA3juk9M",
"url": "http://pasture-one-actor/object/z8ECA3juk9M",
"account": {
"id": "abgal1vf0e9f0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-08-15T11:11:23.835Z",
"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-15T11:17:13.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/abgajfhntvnz0003"
],
"id": "http://pasture-one-actor/activity/O0zQhB0tZfw",
"published": "2025-08-15T11:17:14Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/abgajfhntvnz0003"
],
"id": "http://pasture-one-actor/object/toj7w4TqkLI",
"published": "2025-08-15T11:17:14Z",
"content": "<a href='https://funfedi.dev' class='hashtag'>class hashtag</a>"
}
}
sharkey
{
"id": "abgask280e9f004v",
"uri": "http://pasture-one-actor/object/toj7w4TqkLI",
"url": "http://pasture-one-actor/object/toj7w4TqkLI",
"account": {
"id": "abgal1vf0e9f0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-08-15T11:11:23.835Z",
"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-15T11:17:14.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/abgajfhntvnz0003"
],
"id": "http://pasture-one-actor/activity/tBrdAzV9ez0",
"published": "2025-08-15T11:17:14Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/abgajfhntvnz0003"
],
"id": "http://pasture-one-actor/object/PbUCv1-2-7Y",
"published": "2025-08-15T11:17:14Z",
"content": "<a href='https://funfedi.dev/assets/samples.zip' download='samples.zip'>download</a>"
}
}
sharkey
{
"id": "abgask280e9f004w",
"uri": "http://pasture-one-actor/object/PbUCv1-2-7Y",
"url": "http://pasture-one-actor/object/PbUCv1-2-7Y",
"account": {
"id": "abgal1vf0e9f0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-08-15T11:11:23.835Z",
"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-15T11:17:14.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/abgajfhntvnz0003"
],
"id": "http://pasture-one-actor/activity/H1z3IwvXWCc",
"published": "2025-08-15T11:17:15Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/abgajfhntvnz0003"
],
"id": "http://pasture-one-actor/object/R2FfaGYraII",
"published": "2025-08-15T11:17:15Z",
"content": "<a href='https://funfedi.dev' rel='$tag'>rel $tag</a>"
}
}
sharkey
{
"id": "abgasku00e9f004x",
"uri": "http://pasture-one-actor/object/R2FfaGYraII",
"url": "http://pasture-one-actor/object/R2FfaGYraII",
"account": {
"id": "abgal1vf0e9f0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-08-15T11:11:23.835Z",
"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-15T11:17:15.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/abgajfhntvnz0003"
],
"id": "http://pasture-one-actor/activity/zgDOgDHdvVg",
"published": "2025-08-15T11:17:16Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/abgajfhntvnz0003"
],
"id": "http://pasture-one-actor/object/jTjmm7rI-0I",
"published": "2025-08-15T11:17:16Z",
"content": "<a href='https://funfedi.dev' rel='$nofollow'>rel $nofollow</a>"
}
}
sharkey
{
"id": "abgaslls0e9f004y",
"uri": "http://pasture-one-actor/object/jTjmm7rI-0I",
"url": "http://pasture-one-actor/object/jTjmm7rI-0I",
"account": {
"id": "abgal1vf0e9f0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-08-15T11:11:23.835Z",
"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-15T11:17:16.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/abgajfhntvnz0003"
],
"id": "http://pasture-one-actor/activity/sMGYu9R5nC4",
"published": "2025-08-15T11:17:16Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/abgajfhntvnz0003"
],
"id": "http://pasture-one-actor/object/qHOCuvY2RWY",
"published": "2025-08-15T11:17:16Z",
"content": "<a href='https://funfedi.dev' rel='$opener'>rel $opener</a>"
}
}
sharkey
{
"id": "abgaslls0e9f004z",
"uri": "http://pasture-one-actor/object/qHOCuvY2RWY",
"url": "http://pasture-one-actor/object/qHOCuvY2RWY",
"account": {
"id": "abgal1vf0e9f0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-08-15T11:11:23.835Z",
"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-15T11:17:16.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/abgajfhntvnz0003"
],
"id": "http://pasture-one-actor/activity/iYQDlKTIr3k",
"published": "2025-08-15T11:17:17Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/abgajfhntvnz0003"
],
"id": "http://pasture-one-actor/object/OlPaxjlMD44",
"published": "2025-08-15T11:17:17Z",
"content": "<a href='https://funfedi.dev' rel='$noopener'>rel $noopener</a>"
}
}
sharkey
{
"id": "abgasmdk0e9f0050",
"uri": "http://pasture-one-actor/object/OlPaxjlMD44",
"url": "http://pasture-one-actor/object/OlPaxjlMD44",
"account": {
"id": "abgal1vf0e9f0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-08-15T11:11:23.835Z",
"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-15T11:17:17.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/abgajfhntvnz0003"
],
"id": "http://pasture-one-actor/activity/z8mDkhCDAXA",
"published": "2025-08-15T11:17:18Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/abgajfhntvnz0003"
],
"id": "http://pasture-one-actor/object/AAf-2HKS2GI",
"published": "2025-08-15T11:17:18Z",
"content": "<a href='https://funfedi.dev' rel='$noreferrer'>rel $noreferrer</a>"
}
}
sharkey
{
"id": "abgasn5c0e9f0051",
"uri": "http://pasture-one-actor/object/AAf-2HKS2GI",
"url": "http://pasture-one-actor/object/AAf-2HKS2GI",
"account": {
"id": "abgal1vf0e9f0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-08-15T11:11:23.835Z",
"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-15T11:17:18.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/abgajfhntvnz0003"
],
"id": "http://pasture-one-actor/activity/EpQWYOT-6iI",
"published": "2025-08-15T11:17:19Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/abgajfhntvnz0003"
],
"id": "http://pasture-one-actor/object/tnjQefQlqc0",
"published": "2025-08-15T11:17:19Z",
"content": "<a href='https://funfedi.dev' rel='$custom'>rel $custom</a>"
}
}
sharkey
{
"id": "abgasnx40e9f0052",
"uri": "http://pasture-one-actor/object/tnjQefQlqc0",
"url": "http://pasture-one-actor/object/tnjQefQlqc0",
"account": {
"id": "abgal1vf0e9f0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-08-15T11:11:23.835Z",
"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-15T11:17:19.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/abgajfhntvnz0003"
],
"id": "http://pasture-one-actor/activity/mVx_7vJBveU",
"published": "2025-08-15T11:17:19Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/abgajfhntvnz0003"
],
"id": "http://pasture-one-actor/object/HSCTm_uLaic",
"published": "2025-08-15T11:17:19Z",
"content": "<a href='https://funfedi.dev' rel='$me'>rel $me</a>"
}
}
sharkey
{
"id": "abgasnx40e9f0053",
"uri": "http://pasture-one-actor/object/HSCTm_uLaic",
"url": "http://pasture-one-actor/object/HSCTm_uLaic",
"account": {
"id": "abgal1vf0e9f0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-08-15T11:11:23.835Z",
"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-15T11:17:19.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/abgajfhntvnz0003"
],
"id": "http://pasture-one-actor/activity/5S-7Ym7U2ME",
"published": "2025-08-15T11:17:20Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/abgajfhntvnz0003"
],
"id": "http://pasture-one-actor/object/CPZu46mKQpk",
"published": "2025-08-15T11:17:20Z",
"content": "<a href='https://funfedi.dev' rel='$external'>rel $external</a>"
}
}
sharkey
{
"id": "abgasoow0e9f0054",
"uri": "http://pasture-one-actor/object/CPZu46mKQpk",
"url": "http://pasture-one-actor/object/CPZu46mKQpk",
"account": {
"id": "abgal1vf0e9f0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-08-15T11:11:23.835Z",
"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-15T11:17:20.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/abgajfhntvnz0003"
],
"id": "http://pasture-one-actor/activity/yxEcFCAF-p0",
"published": "2025-08-15T11:17:21Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/abgajfhntvnz0003"
],
"id": "http://pasture-one-actor/object/2Z1no-ik-U0",
"published": "2025-08-15T11:17:21Z",
"content": "<a href='https://funfedi.dev' rel='$canonical'>rel $canonical</a>"
}
}
sharkey
{
"id": "abgaspgo0e9f0055",
"uri": "http://pasture-one-actor/object/2Z1no-ik-U0",
"url": "http://pasture-one-actor/object/2Z1no-ik-U0",
"account": {
"id": "abgal1vf0e9f0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-08-15T11:11:23.835Z",
"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-15T11:17: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 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/abgajfhntvnz0003"
],
"id": "http://pasture-one-actor/activity/toI7VDU_hrY",
"published": "2025-08-15T11:17:21Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/abgajfhntvnz0003"
],
"id": "http://pasture-one-actor/object/0PJA_-PcQSM",
"published": "2025-08-15T11:17:21Z",
"content": "<a href='https://funfedi.dev' rel='$alternate'>rel $alternate</a>"
}
}
sharkey
{
"id": "abgaspgo0e9f0056",
"uri": "http://pasture-one-actor/object/0PJA_-PcQSM",
"url": "http://pasture-one-actor/object/0PJA_-PcQSM",
"account": {
"id": "abgal1vf0e9f0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-08-15T11:11:23.835Z",
"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-15T11:17: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": []
}