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://akkoma/users/witch"
],
"id": "http://pasture-one-actor/activity/ROsWIKkeX5Q",
"published": "2025-09-03T18:03:33Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/object/Ue3_PAJTwJw",
"published": "2025-09-03T18:03:33Z",
"content": "<a href='https://funfedi.dev'>funfedi</a>"
}
}
akkoma
{
"reblogged": false,
"pleroma": {
"content": {
"text/plain": "funfedi"
},
"context": "http://pasture-one-actor/object/Ue3_PAJTwJw",
"conversation_id": 1023867164,
"direct_conversation_id": null,
"emoji_reactions": [],
"expires_at": null,
"in_reply_to_account_acct": null,
"local": false,
"parent_visible": false,
"pinned_at": null,
"spoiler_text": {
"text/plain": ""
},
"thread_muted": false
},
"in_reply_to_account_id": null,
"uri": "http://pasture-one-actor/object/Ue3_PAJTwJw",
"edited_at": null,
"quote": null,
"favourited": false,
"pinned": false,
"emojis": [],
"id": "AxpwaleW3QfoV7wuxM",
"mentions": [
{
"acct": "witch",
"id": "AxpvuUIqsiZ6Wk42To",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"content": "<a href=\"https://funfedi.dev\">funfedi</a>",
"akkoma": {
"source": null
},
"text": null,
"spoiler_text": "",
"media_attachments": [],
"url": "http://pasture-one-actor/object/Ue3_PAJTwJw",
"reblogs_count": 0,
"visibility": "public",
"bookmarked": false,
"card": {
"description": "",
"image": "https://funfedi.dev/assets/FediverseLogo.png",
"image_description": "",
"pleroma": {
"opengraph": {
"image": "https://funfedi.dev/assets/FediverseLogo.png",
"title": "Home",
"type": "website",
"url": "https://funfedi.dev"
}
},
"provider_name": "funfedi.dev",
"provider_url": "https://funfedi.dev",
"title": "Home",
"type": "link",
"url": "https://funfedi.dev"
},
"favourites_count": 0,
"in_reply_to_id": null,
"quote_id": null,
"poll": null,
"emoji_reactions": [],
"application": null,
"tags": [],
"sensitive": false,
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture-one-actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2025-09-03T17:57:22.000Z",
"display_name": "Test Actor",
"emojis": [],
"fields": [],
"followers_count": 0,
"following_count": 0,
"fqn": "actor@pasture-one-actor",
"header": "http://akkoma/images/banner.png",
"header_static": "http://akkoma/images/banner.png",
"id": "Axpw2XFJ6xeZyRpp3Y",
"last_status_at": "2025-09-03",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture-one-actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 184,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"reblog": null,
"language": null,
"created_at": "2025-09-03T18:03:33.000Z",
"muted": false,
"replies_count": 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://akkoma/users/witch"
],
"id": "http://pasture-one-actor/activity/vYWqLdaB94o",
"published": "2025-09-03T18:03:34Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/object/M8Pa2oAO4nM",
"published": "2025-09-03T18:03:34Z",
"content": "<a href='https://funfedi.dev' hreflang='en'>hreflang en</a>"
}
}
akkoma
{
"reblogged": false,
"pleroma": {
"content": {
"text/plain": "hreflang en"
},
"context": "http://pasture-one-actor/object/M8Pa2oAO4nM",
"conversation_id": 68157132,
"direct_conversation_id": null,
"emoji_reactions": [],
"expires_at": null,
"in_reply_to_account_acct": null,
"local": false,
"parent_visible": false,
"pinned_at": null,
"spoiler_text": {
"text/plain": ""
},
"thread_muted": false
},
"in_reply_to_account_id": null,
"uri": "http://pasture-one-actor/object/M8Pa2oAO4nM",
"edited_at": null,
"quote": null,
"favourited": false,
"pinned": false,
"emojis": [],
"id": "Axpwapq0UeF3TvM9QG",
"mentions": [
{
"acct": "witch",
"id": "AxpvuUIqsiZ6Wk42To",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"content": "<a href=\"https://funfedi.dev\">hreflang en</a>",
"akkoma": {
"source": null
},
"text": null,
"spoiler_text": "",
"media_attachments": [],
"url": "http://pasture-one-actor/object/M8Pa2oAO4nM",
"reblogs_count": 0,
"visibility": "public",
"bookmarked": false,
"card": {
"description": "",
"image": "https://funfedi.dev/assets/FediverseLogo.png",
"image_description": "",
"pleroma": {
"opengraph": {
"image": "https://funfedi.dev/assets/FediverseLogo.png",
"title": "Home",
"type": "website",
"url": "https://funfedi.dev"
}
},
"provider_name": "funfedi.dev",
"provider_url": "https://funfedi.dev",
"title": "Home",
"type": "link",
"url": "https://funfedi.dev"
},
"favourites_count": 0,
"in_reply_to_id": null,
"quote_id": null,
"poll": null,
"emoji_reactions": [],
"application": null,
"tags": [],
"sensitive": false,
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture-one-actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2025-09-03T17:57:22.000Z",
"display_name": "Test Actor",
"emojis": [],
"fields": [],
"followers_count": 0,
"following_count": 0,
"fqn": "actor@pasture-one-actor",
"header": "http://akkoma/images/banner.png",
"header_static": "http://akkoma/images/banner.png",
"id": "Axpw2XFJ6xeZyRpp3Y",
"last_status_at": "2025-09-03",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture-one-actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 185,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"reblog": null,
"language": null,
"created_at": "2025-09-03T18:03:34.000Z",
"muted": false,
"replies_count": 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://akkoma/users/witch"
],
"id": "http://pasture-one-actor/activity/lS7IORDaOBQ",
"published": "2025-09-03T18:03:35Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/object/k40Ne2GHCYI",
"published": "2025-09-03T18:03:35Z",
"content": "<a href='https://funfedi.dev' target='_self'>target _self</a>"
}
}
akkoma
{
"reblogged": false,
"pleroma": {
"content": {
"text/plain": "target _self"
},
"context": "http://pasture-one-actor/object/k40Ne2GHCYI",
"conversation_id": 235843961,
"direct_conversation_id": null,
"emoji_reactions": [],
"expires_at": null,
"in_reply_to_account_acct": null,
"local": false,
"parent_visible": false,
"pinned_at": null,
"spoiler_text": {
"text/plain": ""
},
"thread_muted": false
},
"in_reply_to_account_id": null,
"uri": "http://pasture-one-actor/object/k40Ne2GHCYI",
"edited_at": null,
"quote": null,
"favourited": false,
"pinned": false,
"emojis": [],
"id": "AxpwaufYWvqwSxVNKK",
"mentions": [
{
"acct": "witch",
"id": "AxpvuUIqsiZ6Wk42To",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"content": "<a href=\"https://funfedi.dev\">target _self</a>",
"akkoma": {
"source": null
},
"text": null,
"spoiler_text": "",
"media_attachments": [],
"url": "http://pasture-one-actor/object/k40Ne2GHCYI",
"reblogs_count": 0,
"visibility": "public",
"bookmarked": false,
"card": {
"description": "",
"image": "https://funfedi.dev/assets/FediverseLogo.png",
"image_description": "",
"pleroma": {
"opengraph": {
"image": "https://funfedi.dev/assets/FediverseLogo.png",
"title": "Home",
"type": "website",
"url": "https://funfedi.dev"
}
},
"provider_name": "funfedi.dev",
"provider_url": "https://funfedi.dev",
"title": "Home",
"type": "link",
"url": "https://funfedi.dev"
},
"favourites_count": 0,
"in_reply_to_id": null,
"quote_id": null,
"poll": null,
"emoji_reactions": [],
"application": null,
"tags": [],
"sensitive": false,
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture-one-actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2025-09-03T17:57:22.000Z",
"display_name": "Test Actor",
"emojis": [],
"fields": [],
"followers_count": 0,
"following_count": 0,
"fqn": "actor@pasture-one-actor",
"header": "http://akkoma/images/banner.png",
"header_static": "http://akkoma/images/banner.png",
"id": "Axpw2XFJ6xeZyRpp3Y",
"last_status_at": "2025-09-03",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture-one-actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 186,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"reblog": null,
"language": null,
"created_at": "2025-09-03T18:03:35.000Z",
"muted": false,
"replies_count": 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://akkoma/users/witch"
],
"id": "http://pasture-one-actor/activity/9CJrA3S1-04",
"published": "2025-09-03T18:03:35Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/object/NDRugP5Hzpk",
"published": "2025-09-03T18:03:35Z",
"content": "<a href='https://funfedi.dev' target='_blank'>target _blank</a>"
}
}
akkoma
{
"reblogged": false,
"pleroma": {
"content": {
"text/plain": "target _blank"
},
"context": "http://pasture-one-actor/object/NDRugP5Hzpk",
"conversation_id": 1318321594,
"direct_conversation_id": null,
"emoji_reactions": [],
"expires_at": null,
"in_reply_to_account_acct": null,
"local": false,
"parent_visible": false,
"pinned_at": null,
"spoiler_text": {
"text/plain": ""
},
"thread_muted": false
},
"in_reply_to_account_id": null,
"uri": "http://pasture-one-actor/object/NDRugP5Hzpk",
"edited_at": null,
"quote": null,
"favourited": false,
"pinned": false,
"emojis": [],
"id": "AxpwaysSssYVW9Zk0G",
"mentions": [
{
"acct": "witch",
"id": "AxpvuUIqsiZ6Wk42To",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"content": "<a href=\"https://funfedi.dev\">target _blank</a>",
"akkoma": {
"source": null
},
"text": null,
"spoiler_text": "",
"media_attachments": [],
"url": "http://pasture-one-actor/object/NDRugP5Hzpk",
"reblogs_count": 0,
"visibility": "public",
"bookmarked": false,
"card": {
"description": "",
"image": "https://funfedi.dev/assets/FediverseLogo.png",
"image_description": "",
"pleroma": {
"opengraph": {
"image": "https://funfedi.dev/assets/FediverseLogo.png",
"title": "Home",
"type": "website",
"url": "https://funfedi.dev"
}
},
"provider_name": "funfedi.dev",
"provider_url": "https://funfedi.dev",
"title": "Home",
"type": "link",
"url": "https://funfedi.dev"
},
"favourites_count": 0,
"in_reply_to_id": null,
"quote_id": null,
"poll": null,
"emoji_reactions": [],
"application": null,
"tags": [],
"sensitive": false,
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture-one-actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2025-09-03T17:57:22.000Z",
"display_name": "Test Actor",
"emojis": [],
"fields": [],
"followers_count": 0,
"following_count": 0,
"fqn": "actor@pasture-one-actor",
"header": "http://akkoma/images/banner.png",
"header_static": "http://akkoma/images/banner.png",
"id": "Axpw2XFJ6xeZyRpp3Y",
"last_status_at": "2025-09-03",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture-one-actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 187,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"reblog": null,
"language": null,
"created_at": "2025-09-03T18:03:35.000Z",
"muted": false,
"replies_count": 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://akkoma/users/witch"
],
"id": "http://pasture-one-actor/activity/plhcRaz3oN0",
"published": "2025-09-03T18:03:36Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/object/3I-gqe37pnA",
"published": "2025-09-03T18:03:36Z",
"content": "<a href='https://funfedi.dev' class='fun-red-link'>fun-red-link class</a>"
}
}
akkoma
{
"reblogged": false,
"pleroma": {
"content": {
"text/plain": "fun-red-link class"
},
"context": "http://pasture-one-actor/object/3I-gqe37pnA",
"conversation_id": 1905744627,
"direct_conversation_id": null,
"emoji_reactions": [],
"expires_at": null,
"in_reply_to_account_acct": null,
"local": false,
"parent_visible": false,
"pinned_at": null,
"spoiler_text": {
"text/plain": ""
},
"thread_muted": false
},
"in_reply_to_account_id": null,
"uri": "http://pasture-one-actor/object/3I-gqe37pnA",
"edited_at": null,
"quote": null,
"favourited": false,
"pinned": false,
"emojis": [],
"id": "Axpwb2vnoPbO5fASlE",
"mentions": [
{
"acct": "witch",
"id": "AxpvuUIqsiZ6Wk42To",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"content": "<a href=\"https://funfedi.dev\">fun-red-link class</a>",
"akkoma": {
"source": null
},
"text": null,
"spoiler_text": "",
"media_attachments": [],
"url": "http://pasture-one-actor/object/3I-gqe37pnA",
"reblogs_count": 0,
"visibility": "public",
"bookmarked": false,
"card": {
"description": "",
"image": "https://funfedi.dev/assets/FediverseLogo.png",
"image_description": "",
"pleroma": {
"opengraph": {
"image": "https://funfedi.dev/assets/FediverseLogo.png",
"title": "Home",
"type": "website",
"url": "https://funfedi.dev"
}
},
"provider_name": "funfedi.dev",
"provider_url": "https://funfedi.dev",
"title": "Home",
"type": "link",
"url": "https://funfedi.dev"
},
"favourites_count": 0,
"in_reply_to_id": null,
"quote_id": null,
"poll": null,
"emoji_reactions": [],
"application": null,
"tags": [],
"sensitive": false,
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture-one-actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2025-09-03T17:57:22.000Z",
"display_name": "Test Actor",
"emojis": [],
"fields": [],
"followers_count": 0,
"following_count": 0,
"fqn": "actor@pasture-one-actor",
"header": "http://akkoma/images/banner.png",
"header_static": "http://akkoma/images/banner.png",
"id": "Axpw2XFJ6xeZyRpp3Y",
"last_status_at": "2025-09-03",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture-one-actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 188,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"reblog": null,
"language": null,
"created_at": "2025-09-03T18:03:36.000Z",
"muted": false,
"replies_count": 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://akkoma/users/witch"
],
"id": "http://pasture-one-actor/activity/_fHs6ERW9yU",
"published": "2025-09-03T18:03:37Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/object/siprVA3RTaA",
"published": "2025-09-03T18:03:37Z",
"content": "<a href='https://funfedi.dev' class='mention'>class mention</a>"
}
}
akkoma
{
"reblogged": false,
"pleroma": {
"content": {
"text/plain": "class mention"
},
"context": "http://pasture-one-actor/object/siprVA3RTaA",
"conversation_id": 2110221394,
"direct_conversation_id": null,
"emoji_reactions": [],
"expires_at": null,
"in_reply_to_account_acct": null,
"local": false,
"parent_visible": false,
"pinned_at": null,
"spoiler_text": {
"text/plain": ""
},
"thread_muted": false
},
"in_reply_to_account_id": null,
"uri": "http://pasture-one-actor/object/siprVA3RTaA",
"edited_at": null,
"quote": null,
"favourited": false,
"pinned": false,
"emojis": [],
"id": "Axpwb6qzEG7uFswfoG",
"mentions": [
{
"acct": "witch",
"id": "AxpvuUIqsiZ6Wk42To",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"content": "<a href=\"https://funfedi.dev\" class=\"mention\">class mention</a>",
"akkoma": {
"source": null
},
"text": null,
"spoiler_text": "",
"media_attachments": [],
"url": "http://pasture-one-actor/object/siprVA3RTaA",
"reblogs_count": 0,
"visibility": "public",
"bookmarked": false,
"card": null,
"favourites_count": 0,
"in_reply_to_id": null,
"quote_id": null,
"poll": null,
"emoji_reactions": [],
"application": null,
"tags": [],
"sensitive": false,
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture-one-actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2025-09-03T17:57:22.000Z",
"display_name": "Test Actor",
"emojis": [],
"fields": [],
"followers_count": 0,
"following_count": 0,
"fqn": "actor@pasture-one-actor",
"header": "http://akkoma/images/banner.png",
"header_static": "http://akkoma/images/banner.png",
"id": "Axpw2XFJ6xeZyRpp3Y",
"last_status_at": "2025-09-03",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture-one-actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 189,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"reblog": null,
"language": null,
"created_at": "2025-09-03T18:03:37.000Z",
"muted": false,
"replies_count": 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://akkoma/users/witch"
],
"id": "http://pasture-one-actor/activity/AtiTkGdz_6Q",
"published": "2025-09-03T18:03:37Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/object/cj9TbPxuRn4",
"published": "2025-09-03T18:03:37Z",
"content": "<a href='https://funfedi.dev' class='hashtag'>class hashtag</a>"
}
}
akkoma
{
"reblogged": false,
"pleroma": {
"content": {
"text/plain": "class hashtag"
},
"context": "http://pasture-one-actor/object/cj9TbPxuRn4",
"conversation_id": 1345619577,
"direct_conversation_id": null,
"emoji_reactions": [],
"expires_at": null,
"in_reply_to_account_acct": null,
"local": false,
"parent_visible": false,
"pinned_at": null,
"spoiler_text": {
"text/plain": ""
},
"thread_muted": false
},
"in_reply_to_account_id": null,
"uri": "http://pasture-one-actor/object/cj9TbPxuRn4",
"edited_at": null,
"quote": null,
"favourited": false,
"pinned": false,
"emojis": [],
"id": "AxpwbB5JUvxnNTgAhE",
"mentions": [
{
"acct": "witch",
"id": "AxpvuUIqsiZ6Wk42To",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"content": "<a href=\"https://funfedi.dev\" class=\"hashtag\">class hashtag</a>",
"akkoma": {
"source": null
},
"text": null,
"spoiler_text": "",
"media_attachments": [],
"url": "http://pasture-one-actor/object/cj9TbPxuRn4",
"reblogs_count": 0,
"visibility": "public",
"bookmarked": false,
"card": null,
"favourites_count": 0,
"in_reply_to_id": null,
"quote_id": null,
"poll": null,
"emoji_reactions": [],
"application": null,
"tags": [],
"sensitive": false,
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture-one-actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2025-09-03T17:57:22.000Z",
"display_name": "Test Actor",
"emojis": [],
"fields": [],
"followers_count": 0,
"following_count": 0,
"fqn": "actor@pasture-one-actor",
"header": "http://akkoma/images/banner.png",
"header_static": "http://akkoma/images/banner.png",
"id": "Axpw2XFJ6xeZyRpp3Y",
"last_status_at": "2025-09-03",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture-one-actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 190,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"reblog": null,
"language": null,
"created_at": "2025-09-03T18:03:37.000Z",
"muted": false,
"replies_count": 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://akkoma/users/witch"
],
"id": "http://pasture-one-actor/activity/oK0f5cWQJb4",
"published": "2025-09-03T18:03:38Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/object/uJq9Yp7BT5o",
"published": "2025-09-03T18:03:38Z",
"content": "<a href='https://funfedi.dev/assets/samples.zip' download='samples.zip'>download</a>"
}
}
akkoma
{
"reblogged": false,
"pleroma": {
"content": {
"text/plain": "download"
},
"context": "http://pasture-one-actor/object/uJq9Yp7BT5o",
"conversation_id": 1281496091,
"direct_conversation_id": null,
"emoji_reactions": [],
"expires_at": null,
"in_reply_to_account_acct": null,
"local": false,
"parent_visible": false,
"pinned_at": null,
"spoiler_text": {
"text/plain": ""
},
"thread_muted": false
},
"in_reply_to_account_id": null,
"uri": "http://pasture-one-actor/object/uJq9Yp7BT5o",
"edited_at": null,
"quote": null,
"favourited": false,
"pinned": false,
"emojis": [],
"id": "AxpwbFCYBy849560X2",
"mentions": [
{
"acct": "witch",
"id": "AxpvuUIqsiZ6Wk42To",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"content": "<a href=\"https://funfedi.dev/assets/samples.zip\">download</a>",
"akkoma": {
"source": null
},
"text": null,
"spoiler_text": "",
"media_attachments": [],
"url": "http://pasture-one-actor/object/uJq9Yp7BT5o",
"reblogs_count": 0,
"visibility": "public",
"bookmarked": false,
"card": null,
"favourites_count": 0,
"in_reply_to_id": null,
"quote_id": null,
"poll": null,
"emoji_reactions": [],
"application": null,
"tags": [],
"sensitive": false,
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture-one-actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2025-09-03T17:57:22.000Z",
"display_name": "Test Actor",
"emojis": [],
"fields": [],
"followers_count": 0,
"following_count": 0,
"fqn": "actor@pasture-one-actor",
"header": "http://akkoma/images/banner.png",
"header_static": "http://akkoma/images/banner.png",
"id": "Axpw2XFJ6xeZyRpp3Y",
"last_status_at": "2025-09-03",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture-one-actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 191,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"reblog": null,
"language": null,
"created_at": "2025-09-03T18:03:38.000Z",
"muted": false,
"replies_count": 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://akkoma/users/witch"
],
"id": "http://pasture-one-actor/activity/Va5BfK2c2Qk",
"published": "2025-09-03T18:03:39Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/object/9I4KiuTrrNE",
"published": "2025-09-03T18:03:39Z",
"content": "<a href='https://funfedi.dev' rel='$tag'>rel $tag</a>"
}
}
akkoma
{
"reblogged": false,
"pleroma": {
"content": {
"text/plain": "rel $tag"
},
"context": "http://pasture-one-actor/object/9I4KiuTrrNE",
"conversation_id": 2094032625,
"direct_conversation_id": null,
"emoji_reactions": [],
"expires_at": null,
"in_reply_to_account_acct": null,
"local": false,
"parent_visible": false,
"pinned_at": null,
"spoiler_text": {
"text/plain": ""
},
"thread_muted": false
},
"in_reply_to_account_id": null,
"uri": "http://pasture-one-actor/object/9I4KiuTrrNE",
"edited_at": null,
"quote": null,
"favourited": false,
"pinned": false,
"emojis": [],
"id": "AxpwbJ8RZBDkLVCmga",
"mentions": [
{
"acct": "witch",
"id": "AxpvuUIqsiZ6Wk42To",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"content": "<a href=\"https://funfedi.dev\">rel $tag</a>",
"akkoma": {
"source": null
},
"text": null,
"spoiler_text": "",
"media_attachments": [],
"url": "http://pasture-one-actor/object/9I4KiuTrrNE",
"reblogs_count": 0,
"visibility": "public",
"bookmarked": false,
"card": {
"description": "",
"image": "https://funfedi.dev/assets/FediverseLogo.png",
"image_description": "",
"pleroma": {
"opengraph": {
"image": "https://funfedi.dev/assets/FediverseLogo.png",
"title": "Home",
"type": "website",
"url": "https://funfedi.dev"
}
},
"provider_name": "funfedi.dev",
"provider_url": "https://funfedi.dev",
"title": "Home",
"type": "link",
"url": "https://funfedi.dev"
},
"favourites_count": 0,
"in_reply_to_id": null,
"quote_id": null,
"poll": null,
"emoji_reactions": [],
"application": null,
"tags": [],
"sensitive": false,
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture-one-actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2025-09-03T17:57:22.000Z",
"display_name": "Test Actor",
"emojis": [],
"fields": [],
"followers_count": 0,
"following_count": 0,
"fqn": "actor@pasture-one-actor",
"header": "http://akkoma/images/banner.png",
"header_static": "http://akkoma/images/banner.png",
"id": "Axpw2XFJ6xeZyRpp3Y",
"last_status_at": "2025-09-03",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture-one-actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 192,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"reblog": null,
"language": null,
"created_at": "2025-09-03T18:03:39.000Z",
"muted": false,
"replies_count": 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://akkoma/users/witch"
],
"id": "http://pasture-one-actor/activity/kocK6MXKAQQ",
"published": "2025-09-03T18:03:40Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/object/gTkqNyzIMAI",
"published": "2025-09-03T18:03:40Z",
"content": "<a href='https://funfedi.dev' rel='$nofollow'>rel $nofollow</a>"
}
}
akkoma
{
"reblogged": false,
"pleroma": {
"content": {
"text/plain": "rel $nofollow"
},
"context": "http://pasture-one-actor/object/gTkqNyzIMAI",
"conversation_id": 951353468,
"direct_conversation_id": null,
"emoji_reactions": [],
"expires_at": null,
"in_reply_to_account_acct": null,
"local": false,
"parent_visible": false,
"pinned_at": null,
"spoiler_text": {
"text/plain": ""
},
"thread_muted": false
},
"in_reply_to_account_id": null,
"uri": "http://pasture-one-actor/object/gTkqNyzIMAI",
"edited_at": null,
"quote": null,
"favourited": false,
"pinned": false,
"emojis": [],
"id": "AxpwbNJa1iVPJCRjbE",
"mentions": [
{
"acct": "witch",
"id": "AxpvuUIqsiZ6Wk42To",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"content": "<a href=\"https://funfedi.dev\">rel $nofollow</a>",
"akkoma": {
"source": null
},
"text": null,
"spoiler_text": "",
"media_attachments": [],
"url": "http://pasture-one-actor/object/gTkqNyzIMAI",
"reblogs_count": 0,
"visibility": "public",
"bookmarked": false,
"card": {
"description": "",
"image": "https://funfedi.dev/assets/FediverseLogo.png",
"image_description": "",
"pleroma": {
"opengraph": {
"image": "https://funfedi.dev/assets/FediverseLogo.png",
"title": "Home",
"type": "website",
"url": "https://funfedi.dev"
}
},
"provider_name": "funfedi.dev",
"provider_url": "https://funfedi.dev",
"title": "Home",
"type": "link",
"url": "https://funfedi.dev"
},
"favourites_count": 0,
"in_reply_to_id": null,
"quote_id": null,
"poll": null,
"emoji_reactions": [],
"application": null,
"tags": [],
"sensitive": false,
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture-one-actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2025-09-03T17:57:22.000Z",
"display_name": "Test Actor",
"emojis": [],
"fields": [],
"followers_count": 0,
"following_count": 0,
"fqn": "actor@pasture-one-actor",
"header": "http://akkoma/images/banner.png",
"header_static": "http://akkoma/images/banner.png",
"id": "Axpw2XFJ6xeZyRpp3Y",
"last_status_at": "2025-09-03",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture-one-actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 193,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"reblog": null,
"language": null,
"created_at": "2025-09-03T18:03:40.000Z",
"muted": false,
"replies_count": 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://akkoma/users/witch"
],
"id": "http://pasture-one-actor/activity/rXjzIN2y5IY",
"published": "2025-09-03T18:03:40Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/object/6XcOmtgZPdY",
"published": "2025-09-03T18:03:40Z",
"content": "<a href='https://funfedi.dev' rel='$opener'>rel $opener</a>"
}
}
akkoma
{
"reblogged": false,
"pleroma": {
"content": {
"text/plain": "rel $opener"
},
"context": "http://pasture-one-actor/object/6XcOmtgZPdY",
"conversation_id": 1233840764,
"direct_conversation_id": null,
"emoji_reactions": [],
"expires_at": null,
"in_reply_to_account_acct": null,
"local": false,
"parent_visible": false,
"pinned_at": null,
"spoiler_text": {
"text/plain": ""
},
"thread_muted": false
},
"in_reply_to_account_id": null,
"uri": "http://pasture-one-actor/object/6XcOmtgZPdY",
"edited_at": null,
"quote": null,
"favourited": false,
"pinned": false,
"emojis": [],
"id": "AxpwbRK57nHdjuiBw8",
"mentions": [
{
"acct": "witch",
"id": "AxpvuUIqsiZ6Wk42To",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"content": "<a href=\"https://funfedi.dev\">rel $opener</a>",
"akkoma": {
"source": null
},
"text": null,
"spoiler_text": "",
"media_attachments": [],
"url": "http://pasture-one-actor/object/6XcOmtgZPdY",
"reblogs_count": 0,
"visibility": "public",
"bookmarked": false,
"card": {
"description": "",
"image": "https://funfedi.dev/assets/FediverseLogo.png",
"image_description": "",
"pleroma": {
"opengraph": {
"image": "https://funfedi.dev/assets/FediverseLogo.png",
"title": "Home",
"type": "website",
"url": "https://funfedi.dev"
}
},
"provider_name": "funfedi.dev",
"provider_url": "https://funfedi.dev",
"title": "Home",
"type": "link",
"url": "https://funfedi.dev"
},
"favourites_count": 0,
"in_reply_to_id": null,
"quote_id": null,
"poll": null,
"emoji_reactions": [],
"application": null,
"tags": [],
"sensitive": false,
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture-one-actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2025-09-03T17:57:22.000Z",
"display_name": "Test Actor",
"emojis": [],
"fields": [],
"followers_count": 0,
"following_count": 0,
"fqn": "actor@pasture-one-actor",
"header": "http://akkoma/images/banner.png",
"header_static": "http://akkoma/images/banner.png",
"id": "Axpw2XFJ6xeZyRpp3Y",
"last_status_at": "2025-09-03",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture-one-actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 194,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"reblog": null,
"language": null,
"created_at": "2025-09-03T18:03:40.000Z",
"muted": false,
"replies_count": 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://akkoma/users/witch"
],
"id": "http://pasture-one-actor/activity/UoL5sPKgq3o",
"published": "2025-09-03T18:03:41Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/object/1nHj49LlseA",
"published": "2025-09-03T18:03:41Z",
"content": "<a href='https://funfedi.dev' rel='$noopener'>rel $noopener</a>"
}
}
akkoma
{
"reblogged": false,
"pleroma": {
"content": {
"text/plain": "rel $noopener"
},
"context": "http://pasture-one-actor/object/1nHj49LlseA",
"conversation_id": 1657282780,
"direct_conversation_id": null,
"emoji_reactions": [],
"expires_at": null,
"in_reply_to_account_acct": null,
"local": false,
"parent_visible": false,
"pinned_at": null,
"spoiler_text": {
"text/plain": ""
},
"thread_muted": false
},
"in_reply_to_account_id": null,
"uri": "http://pasture-one-actor/object/1nHj49LlseA",
"edited_at": null,
"quote": null,
"favourited": false,
"pinned": false,
"emojis": [],
"id": "AxpwbVQFsmbASDdB7A",
"mentions": [
{
"acct": "witch",
"id": "AxpvuUIqsiZ6Wk42To",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"content": "<a href=\"https://funfedi.dev\">rel $noopener</a>",
"akkoma": {
"source": null
},
"text": null,
"spoiler_text": "",
"media_attachments": [],
"url": "http://pasture-one-actor/object/1nHj49LlseA",
"reblogs_count": 0,
"visibility": "public",
"bookmarked": false,
"card": {
"description": "",
"image": "https://funfedi.dev/assets/FediverseLogo.png",
"image_description": "",
"pleroma": {
"opengraph": {
"image": "https://funfedi.dev/assets/FediverseLogo.png",
"title": "Home",
"type": "website",
"url": "https://funfedi.dev"
}
},
"provider_name": "funfedi.dev",
"provider_url": "https://funfedi.dev",
"title": "Home",
"type": "link",
"url": "https://funfedi.dev"
},
"favourites_count": 0,
"in_reply_to_id": null,
"quote_id": null,
"poll": null,
"emoji_reactions": [],
"application": null,
"tags": [],
"sensitive": false,
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture-one-actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2025-09-03T17:57:22.000Z",
"display_name": "Test Actor",
"emojis": [],
"fields": [],
"followers_count": 0,
"following_count": 0,
"fqn": "actor@pasture-one-actor",
"header": "http://akkoma/images/banner.png",
"header_static": "http://akkoma/images/banner.png",
"id": "Axpw2XFJ6xeZyRpp3Y",
"last_status_at": "2025-09-03",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture-one-actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 195,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"reblog": null,
"language": null,
"created_at": "2025-09-03T18:03:41.000Z",
"muted": false,
"replies_count": 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://akkoma/users/witch"
],
"id": "http://pasture-one-actor/activity/BITHoLC5Szo",
"published": "2025-09-03T18:03:42Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/object/LsMg0Af2S7Y",
"published": "2025-09-03T18:03:42Z",
"content": "<a href='https://funfedi.dev' rel='$noreferrer'>rel $noreferrer</a>"
}
}
akkoma
{
"reblogged": false,
"pleroma": {
"content": {
"text/plain": "rel $noreferrer"
},
"context": "http://pasture-one-actor/object/LsMg0Af2S7Y",
"conversation_id": 1150115845,
"direct_conversation_id": null,
"emoji_reactions": [],
"expires_at": null,
"in_reply_to_account_acct": null,
"local": false,
"parent_visible": false,
"pinned_at": null,
"spoiler_text": {
"text/plain": ""
},
"thread_muted": false
},
"in_reply_to_account_id": null,
"uri": "http://pasture-one-actor/object/LsMg0Af2S7Y",
"edited_at": null,
"quote": null,
"favourited": false,
"pinned": false,
"emojis": [],
"id": "AxpwbZWQdluhAWYAIC",
"mentions": [
{
"acct": "witch",
"id": "AxpvuUIqsiZ6Wk42To",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"content": "<a href=\"https://funfedi.dev\">rel $noreferrer</a>",
"akkoma": {
"source": null
},
"text": null,
"spoiler_text": "",
"media_attachments": [],
"url": "http://pasture-one-actor/object/LsMg0Af2S7Y",
"reblogs_count": 0,
"visibility": "public",
"bookmarked": false,
"card": {
"description": "",
"image": "https://funfedi.dev/assets/FediverseLogo.png",
"image_description": "",
"pleroma": {
"opengraph": {
"image": "https://funfedi.dev/assets/FediverseLogo.png",
"title": "Home",
"type": "website",
"url": "https://funfedi.dev"
}
},
"provider_name": "funfedi.dev",
"provider_url": "https://funfedi.dev",
"title": "Home",
"type": "link",
"url": "https://funfedi.dev"
},
"favourites_count": 0,
"in_reply_to_id": null,
"quote_id": null,
"poll": null,
"emoji_reactions": [],
"application": null,
"tags": [],
"sensitive": false,
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture-one-actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2025-09-03T17:57:22.000Z",
"display_name": "Test Actor",
"emojis": [],
"fields": [],
"followers_count": 0,
"following_count": 0,
"fqn": "actor@pasture-one-actor",
"header": "http://akkoma/images/banner.png",
"header_static": "http://akkoma/images/banner.png",
"id": "Axpw2XFJ6xeZyRpp3Y",
"last_status_at": "2025-09-03",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture-one-actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 196,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"reblog": null,
"language": null,
"created_at": "2025-09-03T18:03:42.000Z",
"muted": false,
"replies_count": 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://akkoma/users/witch"
],
"id": "http://pasture-one-actor/activity/hjWmGoypLOY",
"published": "2025-09-03T18:03:42Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/object/U3LyEKJJXzM",
"published": "2025-09-03T18:03:42Z",
"content": "<a href='https://funfedi.dev' rel='$custom'>rel $custom</a>"
}
}
akkoma
{
"reblogged": false,
"pleroma": {
"content": {
"text/plain": "rel $custom"
},
"context": "http://pasture-one-actor/object/U3LyEKJJXzM",
"conversation_id": 401553145,
"direct_conversation_id": null,
"emoji_reactions": [],
"expires_at": null,
"in_reply_to_account_acct": null,
"local": false,
"parent_visible": false,
"pinned_at": null,
"spoiler_text": {
"text/plain": ""
},
"thread_muted": false
},
"in_reply_to_account_id": null,
"uri": "http://pasture-one-actor/object/U3LyEKJJXzM",
"edited_at": null,
"quote": null,
"favourited": false,
"pinned": false,
"emojis": [],
"id": "AxpwbdTjvi8hRLK4em",
"mentions": [
{
"acct": "witch",
"id": "AxpvuUIqsiZ6Wk42To",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"content": "<a href=\"https://funfedi.dev\">rel $custom</a>",
"akkoma": {
"source": null
},
"text": null,
"spoiler_text": "",
"media_attachments": [],
"url": "http://pasture-one-actor/object/U3LyEKJJXzM",
"reblogs_count": 0,
"visibility": "public",
"bookmarked": false,
"card": {
"description": "",
"image": "https://funfedi.dev/assets/FediverseLogo.png",
"image_description": "",
"pleroma": {
"opengraph": {
"image": "https://funfedi.dev/assets/FediverseLogo.png",
"title": "Home",
"type": "website",
"url": "https://funfedi.dev"
}
},
"provider_name": "funfedi.dev",
"provider_url": "https://funfedi.dev",
"title": "Home",
"type": "link",
"url": "https://funfedi.dev"
},
"favourites_count": 0,
"in_reply_to_id": null,
"quote_id": null,
"poll": null,
"emoji_reactions": [],
"application": null,
"tags": [],
"sensitive": false,
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture-one-actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2025-09-03T17:57:22.000Z",
"display_name": "Test Actor",
"emojis": [],
"fields": [],
"followers_count": 0,
"following_count": 0,
"fqn": "actor@pasture-one-actor",
"header": "http://akkoma/images/banner.png",
"header_static": "http://akkoma/images/banner.png",
"id": "Axpw2XFJ6xeZyRpp3Y",
"last_status_at": "2025-09-03",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture-one-actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 197,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"reblog": null,
"language": null,
"created_at": "2025-09-03T18:03:42.000Z",
"muted": false,
"replies_count": 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://akkoma/users/witch"
],
"id": "http://pasture-one-actor/activity/vKOSoB68hsQ",
"published": "2025-09-03T18:03:43Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/object/CpqfPaWd-Bw",
"published": "2025-09-03T18:03:43Z",
"content": "<a href='https://funfedi.dev' rel='$me'>rel $me</a>"
}
}
akkoma
{
"reblogged": false,
"pleroma": {
"content": {
"text/plain": "rel $me"
},
"context": "http://pasture-one-actor/object/CpqfPaWd-Bw",
"conversation_id": 371282213,
"direct_conversation_id": null,
"emoji_reactions": [],
"expires_at": null,
"in_reply_to_account_acct": null,
"local": false,
"parent_visible": false,
"pinned_at": null,
"spoiler_text": {
"text/plain": ""
},
"thread_muted": false
},
"in_reply_to_account_id": null,
"uri": "http://pasture-one-actor/object/CpqfPaWd-Bw",
"edited_at": null,
"quote": null,
"favourited": false,
"pinned": false,
"emojis": [],
"id": "AxpwbhPdIvENdlQqoK",
"mentions": [
{
"acct": "witch",
"id": "AxpvuUIqsiZ6Wk42To",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"content": "<a href=\"https://funfedi.dev\">rel $me</a>",
"akkoma": {
"source": null
},
"text": null,
"spoiler_text": "",
"media_attachments": [],
"url": "http://pasture-one-actor/object/CpqfPaWd-Bw",
"reblogs_count": 0,
"visibility": "public",
"bookmarked": false,
"card": {
"description": "",
"image": "https://funfedi.dev/assets/FediverseLogo.png",
"image_description": "",
"pleroma": {
"opengraph": {
"image": "https://funfedi.dev/assets/FediverseLogo.png",
"title": "Home",
"type": "website",
"url": "https://funfedi.dev"
}
},
"provider_name": "funfedi.dev",
"provider_url": "https://funfedi.dev",
"title": "Home",
"type": "link",
"url": "https://funfedi.dev"
},
"favourites_count": 0,
"in_reply_to_id": null,
"quote_id": null,
"poll": null,
"emoji_reactions": [],
"application": null,
"tags": [],
"sensitive": false,
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture-one-actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2025-09-03T17:57:22.000Z",
"display_name": "Test Actor",
"emojis": [],
"fields": [],
"followers_count": 0,
"following_count": 0,
"fqn": "actor@pasture-one-actor",
"header": "http://akkoma/images/banner.png",
"header_static": "http://akkoma/images/banner.png",
"id": "Axpw2XFJ6xeZyRpp3Y",
"last_status_at": "2025-09-03",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture-one-actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 198,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"reblog": null,
"language": null,
"created_at": "2025-09-03T18:03:43.000Z",
"muted": false,
"replies_count": 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://akkoma/users/witch"
],
"id": "http://pasture-one-actor/activity/wtEYwCvC6F8",
"published": "2025-09-03T18:03:44Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/object/nyiYZU0bYSU",
"published": "2025-09-03T18:03:44Z",
"content": "<a href='https://funfedi.dev' rel='$external'>rel $external</a>"
}
}
akkoma
{
"reblogged": false,
"pleroma": {
"content": {
"text/plain": "rel $external"
},
"context": "http://pasture-one-actor/object/nyiYZU0bYSU",
"conversation_id": 208295307,
"direct_conversation_id": null,
"emoji_reactions": [],
"expires_at": null,
"in_reply_to_account_acct": null,
"local": false,
"parent_visible": false,
"pinned_at": null,
"spoiler_text": {
"text/plain": ""
},
"thread_muted": false
},
"in_reply_to_account_id": null,
"uri": "http://pasture-one-actor/object/nyiYZU0bYSU",
"edited_at": null,
"quote": null,
"favourited": false,
"pinned": false,
"emojis": [],
"id": "AxpwblaPmmESaMVWAi",
"mentions": [
{
"acct": "witch",
"id": "AxpvuUIqsiZ6Wk42To",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"content": "<a href=\"https://funfedi.dev\">rel $external</a>",
"akkoma": {
"source": null
},
"text": null,
"spoiler_text": "",
"media_attachments": [],
"url": "http://pasture-one-actor/object/nyiYZU0bYSU",
"reblogs_count": 0,
"visibility": "public",
"bookmarked": false,
"card": {
"description": "",
"image": "https://funfedi.dev/assets/FediverseLogo.png",
"image_description": "",
"pleroma": {
"opengraph": {
"image": "https://funfedi.dev/assets/FediverseLogo.png",
"title": "Home",
"type": "website",
"url": "https://funfedi.dev"
}
},
"provider_name": "funfedi.dev",
"provider_url": "https://funfedi.dev",
"title": "Home",
"type": "link",
"url": "https://funfedi.dev"
},
"favourites_count": 0,
"in_reply_to_id": null,
"quote_id": null,
"poll": null,
"emoji_reactions": [],
"application": null,
"tags": [],
"sensitive": false,
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture-one-actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2025-09-03T17:57:22.000Z",
"display_name": "Test Actor",
"emojis": [],
"fields": [],
"followers_count": 0,
"following_count": 0,
"fqn": "actor@pasture-one-actor",
"header": "http://akkoma/images/banner.png",
"header_static": "http://akkoma/images/banner.png",
"id": "Axpw2XFJ6xeZyRpp3Y",
"last_status_at": "2025-09-03",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture-one-actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 199,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"reblog": null,
"language": null,
"created_at": "2025-09-03T18:03:44.000Z",
"muted": false,
"replies_count": 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://akkoma/users/witch"
],
"id": "http://pasture-one-actor/activity/GGtW_3EUf3E",
"published": "2025-09-03T18:03:45Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/object/aLTAVn8gJ8A",
"published": "2025-09-03T18:03:45Z",
"content": "<a href='https://funfedi.dev' rel='$canonical'>rel $canonical</a>"
}
}
akkoma
{
"reblogged": false,
"pleroma": {
"content": {
"text/plain": "rel $canonical"
},
"context": "http://pasture-one-actor/object/aLTAVn8gJ8A",
"conversation_id": 1298708731,
"direct_conversation_id": null,
"emoji_reactions": [],
"expires_at": null,
"in_reply_to_account_acct": null,
"local": false,
"parent_visible": false,
"pinned_at": null,
"spoiler_text": {
"text/plain": ""
},
"thread_muted": false
},
"in_reply_to_account_id": null,
"uri": "http://pasture-one-actor/object/aLTAVn8gJ8A",
"edited_at": null,
"quote": null,
"favourited": false,
"pinned": false,
"emojis": [],
"id": "AxpwbpmyA2eRcSPbIO",
"mentions": [
{
"acct": "witch",
"id": "AxpvuUIqsiZ6Wk42To",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"content": "<a href=\"https://funfedi.dev\">rel $canonical</a>",
"akkoma": {
"source": null
},
"text": null,
"spoiler_text": "",
"media_attachments": [],
"url": "http://pasture-one-actor/object/aLTAVn8gJ8A",
"reblogs_count": 0,
"visibility": "public",
"bookmarked": false,
"card": {
"description": "",
"image": "https://funfedi.dev/assets/FediverseLogo.png",
"image_description": "",
"pleroma": {
"opengraph": {
"image": "https://funfedi.dev/assets/FediverseLogo.png",
"title": "Home",
"type": "website",
"url": "https://funfedi.dev"
}
},
"provider_name": "funfedi.dev",
"provider_url": "https://funfedi.dev",
"title": "Home",
"type": "link",
"url": "https://funfedi.dev"
},
"favourites_count": 0,
"in_reply_to_id": null,
"quote_id": null,
"poll": null,
"emoji_reactions": [],
"application": null,
"tags": [],
"sensitive": false,
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture-one-actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2025-09-03T17:57:22.000Z",
"display_name": "Test Actor",
"emojis": [],
"fields": [],
"followers_count": 0,
"following_count": 0,
"fqn": "actor@pasture-one-actor",
"header": "http://akkoma/images/banner.png",
"header_static": "http://akkoma/images/banner.png",
"id": "Axpw2XFJ6xeZyRpp3Y",
"last_status_at": "2025-09-03",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture-one-actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 200,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"reblog": null,
"language": null,
"created_at": "2025-09-03T18:03:45.000Z",
"muted": false,
"replies_count": 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://akkoma/users/witch"
],
"id": "http://pasture-one-actor/activity/w0hKeRIkP6E",
"published": "2025-09-03T18:03:45Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/object/QyTe4IUc3YI",
"published": "2025-09-03T18:03:45Z",
"content": "<a href='https://funfedi.dev' rel='$alternate'>rel $alternate</a>"
}
}
akkoma
{
"reblogged": false,
"pleroma": {
"content": {
"text/plain": "rel $alternate"
},
"context": "http://pasture-one-actor/object/QyTe4IUc3YI",
"conversation_id": 1471749077,
"direct_conversation_id": null,
"emoji_reactions": [],
"expires_at": null,
"in_reply_to_account_acct": null,
"local": false,
"parent_visible": false,
"pinned_at": null,
"spoiler_text": {
"text/plain": ""
},
"thread_muted": false
},
"in_reply_to_account_id": null,
"uri": "http://pasture-one-actor/object/QyTe4IUc3YI",
"edited_at": null,
"quote": null,
"favourited": false,
"pinned": false,
"emojis": [],
"id": "AxpwbtnpEniG4GqLBY",
"mentions": [
{
"acct": "witch",
"id": "AxpvuUIqsiZ6Wk42To",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"content": "<a href=\"https://funfedi.dev\">rel $alternate</a>",
"akkoma": {
"source": null
},
"text": null,
"spoiler_text": "",
"media_attachments": [],
"url": "http://pasture-one-actor/object/QyTe4IUc3YI",
"reblogs_count": 0,
"visibility": "public",
"bookmarked": false,
"card": {
"description": "",
"image": "https://funfedi.dev/assets/FediverseLogo.png",
"image_description": "",
"pleroma": {
"opengraph": {
"image": "https://funfedi.dev/assets/FediverseLogo.png",
"title": "Home",
"type": "website",
"url": "https://funfedi.dev"
}
},
"provider_name": "funfedi.dev",
"provider_url": "https://funfedi.dev",
"title": "Home",
"type": "link",
"url": "https://funfedi.dev"
},
"favourites_count": 0,
"in_reply_to_id": null,
"quote_id": null,
"poll": null,
"emoji_reactions": [],
"application": null,
"tags": [],
"sensitive": false,
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture-one-actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2025-09-03T17:57:22.000Z",
"display_name": "Test Actor",
"emojis": [],
"fields": [],
"followers_count": 0,
"following_count": 0,
"fqn": "actor@pasture-one-actor",
"header": "http://akkoma/images/banner.png",
"header_static": "http://akkoma/images/banner.png",
"id": "Axpw2XFJ6xeZyRpp3Y",
"last_status_at": "2025-09-03",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture-one-actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 201,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"reblog": null,
"language": null,
"created_at": "2025-09-03T18:03:45.000Z",
"muted": false,
"replies_count": 0
}