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": [
"http://friendica/profile/friend",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/hZi8MWWbJVk",
"published": "2025-08-11T17:15:52Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://friendica/profile/friend"
],
"id": "http://pasture-one-actor/actor/ZTmkqIBq-iM",
"published": "2025-08-11T17:15:52Z",
"content": "<a href='https://funfedi.dev'>funfedi</a>"
}
}
friendica
{
"id": "158",
"created_at": "2025-08-11T17:15:52.000Z",
"edited_at": null,
"in_reply_to_id": null,
"in_reply_to_status": null,
"in_reply_to_account_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": "cy",
"uri": "http://pasture-one-actor/actor/ZTmkqIBq-iM",
"url": "http://pasture-one-actor/actor/ZTmkqIBq-iM",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"content": "<a href=\"https://funfedi.dev\" target=\"_blank\" rel=\"noopener noreferrer\">funfedi</a>",
"reblog": null,
"quote": null,
"application": {
"name": "ActivityPub",
"vapid_key": null
},
"account": {
"id": "5",
"username": "actor",
"acct": "",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"discoverable": true,
"group": false,
"created_at": "2025-08-11T17:07:13.000Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://friendica/photo/contact/320/0700725d-72c7be8a-36a431191785fdc7?ts=1754932033",
"avatar_static": "http://friendica/photo/contact/320/0700725d-72c7be8a-36a431191785fdc7?ts=1754932033&static=1",
"header": "http://friendica/photo/header/0700725d-72c7be8a-36a431191785fdc7?ts=1754932033",
"header_static": "http://friendica/photo/header/0700725d-72c7be8a-36a431191785fdc7?ts=1754932033&static=1",
"followers_count": 0,
"following_count": 0,
"statuses_count": 0,
"last_status_at": "2025-08-11T00:00:00.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [],
"tags": [],
"emojis": [],
"card": {
"url": "https://funfedi.dev",
"title": "Home",
"description": "",
"type": "link",
"author_name": "",
"author_url": "",
"provider_name": "funfedi.dev",
"provider_url": "https://funfedi.dev",
"html": "",
"width": 1548,
"height": 1548,
"image": "https://funfedi.dev/assets/FediverseLogo.png",
"embed_url": "",
"blurhash": "|JDSH{.}0eT?ImEdK5TVi*}fnhEVw[xvRrRQXlW-4rK[N1$S=^VtkW#Co@5cO?ROX2$yR*oa+xs;ARM{tki%t7t9m@tLRktUa7xmrvRhXKNMXRjJwExawPi^I^XSSbRpxsRWxm#kOtI]nlozNGotIwoOxsSbNFn%xsV{V]",
"history": []
},
"poll": null,
"friendica": {
"title": "",
"changed_at": "2025-08-11T17:15:53.000Z",
"commented_at": "2025-08-11T17:15:53.000Z",
"received_at": "2025-08-11T17:15:52.000Z",
"delivery_data": {
"delivery_queue_count": null,
"delivery_queue_done": null,
"delivery_queue_failed": null
},
"dislikes_count": 0,
"disliked": false,
"network": "ActivityPub",
"platform": "ActivityPub",
"version": "",
"sitename": "",
"visibility": {
"allow_cid": [],
"deny_cid": [],
"allow_gid": [],
"deny_gid": []
},
"content": "<a href=\"https://funfedi.dev\" target=\"_blank\" rel=\"noopener noreferrer\">funfedi</a>"
}
}
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": [
"http://friendica/profile/friend",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/BymfybDgj8Y",
"published": "2025-08-11T17:15:54Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://friendica/profile/friend"
],
"id": "http://pasture-one-actor/actor/QF5NEeIih-E",
"published": "2025-08-11T17:15:54Z",
"content": "<a href='https://funfedi.dev' hreflang='en'>hreflang en</a>"
}
}
friendica
{
"id": "159",
"created_at": "2025-08-11T17:15:54.000Z",
"edited_at": null,
"in_reply_to_id": null,
"in_reply_to_status": null,
"in_reply_to_account_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": "nl",
"uri": "http://pasture-one-actor/actor/QF5NEeIih-E",
"url": "http://pasture-one-actor/actor/QF5NEeIih-E",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"content": "<a href=\"https://funfedi.dev\" target=\"_blank\" rel=\"noopener noreferrer\">hreflang en</a>",
"reblog": null,
"quote": null,
"application": {
"name": "ActivityPub",
"vapid_key": null
},
"account": {
"id": "5",
"username": "actor",
"acct": "",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"discoverable": true,
"group": false,
"created_at": "2025-08-11T17:07:13.000Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://friendica/photo/contact/320/0700725d-72c7be8a-36a431191785fdc7?ts=1754932033",
"avatar_static": "http://friendica/photo/contact/320/0700725d-72c7be8a-36a431191785fdc7?ts=1754932033&static=1",
"header": "http://friendica/photo/header/0700725d-72c7be8a-36a431191785fdc7?ts=1754932033",
"header_static": "http://friendica/photo/header/0700725d-72c7be8a-36a431191785fdc7?ts=1754932033&static=1",
"followers_count": 0,
"following_count": 0,
"statuses_count": 0,
"last_status_at": "2025-08-11T00:00:00.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [],
"tags": [],
"emojis": [],
"card": {
"url": "https://funfedi.dev",
"title": "Home",
"description": "",
"type": "link",
"author_name": "",
"author_url": "",
"provider_name": "funfedi.dev",
"provider_url": "https://funfedi.dev",
"html": "",
"width": 1548,
"height": 1548,
"image": "https://funfedi.dev/assets/FediverseLogo.png",
"embed_url": "",
"blurhash": "|JDSH{.}0eT?ImEdK5TVi*}fnhEVw[xvRrRQXlW-4rK[N1$S=^VtkW#Co@5cO?ROX2$yR*oa+xs;ARM{tki%t7t9m@tLRktUa7xmrvRhXKNMXRjJwExawPi^I^XSSbRpxsRWxm#kOtI]nlozNGotIwoOxsSbNFn%xsV{V]",
"history": []
},
"poll": null,
"friendica": {
"title": "",
"changed_at": "2025-08-11T17:15:54.000Z",
"commented_at": "2025-08-11T17:15:54.000Z",
"received_at": "2025-08-11T17:15:54.000Z",
"delivery_data": {
"delivery_queue_count": null,
"delivery_queue_done": null,
"delivery_queue_failed": null
},
"dislikes_count": 0,
"disliked": false,
"network": "ActivityPub",
"platform": "ActivityPub",
"version": "",
"sitename": "",
"visibility": {
"allow_cid": [],
"deny_cid": [],
"allow_gid": [],
"deny_gid": []
},
"content": "<a href=\"https://funfedi.dev\" target=\"_blank\" rel=\"noopener noreferrer\">hreflang en</a>"
}
}
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": [
"http://friendica/profile/friend",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/TkblVR6xKI8",
"published": "2025-08-11T17:15:55Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://friendica/profile/friend"
],
"id": "http://pasture-one-actor/actor/sA_IsUbV7EA",
"published": "2025-08-11T17:15:55Z",
"content": "<a href='https://funfedi.dev' target='_self'>target _self</a>"
}
}
friendica
{
"id": "160",
"created_at": "2025-08-11T17:15:55.000Z",
"edited_at": null,
"in_reply_to_id": null,
"in_reply_to_status": null,
"in_reply_to_account_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": "da",
"uri": "http://pasture-one-actor/actor/sA_IsUbV7EA",
"url": "http://pasture-one-actor/actor/sA_IsUbV7EA",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"content": "<a href=\"https://funfedi.dev\" target=\"_blank\" rel=\"noopener noreferrer\">target _self</a>",
"reblog": null,
"quote": null,
"application": {
"name": "ActivityPub",
"vapid_key": null
},
"account": {
"id": "5",
"username": "actor",
"acct": "",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"discoverable": true,
"group": false,
"created_at": "2025-08-11T17:07:13.000Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://friendica/photo/contact/320/0700725d-72c7be8a-36a431191785fdc7?ts=1754932033",
"avatar_static": "http://friendica/photo/contact/320/0700725d-72c7be8a-36a431191785fdc7?ts=1754932033&static=1",
"header": "http://friendica/photo/header/0700725d-72c7be8a-36a431191785fdc7?ts=1754932033",
"header_static": "http://friendica/photo/header/0700725d-72c7be8a-36a431191785fdc7?ts=1754932033&static=1",
"followers_count": 0,
"following_count": 0,
"statuses_count": 0,
"last_status_at": "2025-08-11T00:00:00.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [],
"tags": [],
"emojis": [],
"card": {
"url": "https://funfedi.dev",
"title": "Home",
"description": "",
"type": "link",
"author_name": "",
"author_url": "",
"provider_name": "funfedi.dev",
"provider_url": "https://funfedi.dev",
"html": "",
"width": 1548,
"height": 1548,
"image": "https://funfedi.dev/assets/FediverseLogo.png",
"embed_url": "",
"blurhash": "|JDSH{.}0eT?ImEdK5TVi*}fnhEVw[xvRrRQXlW-4rK[N1$S=^VtkW#Co@5cO?ROX2$yR*oa+xs;ARM{tki%t7t9m@tLRktUa7xmrvRhXKNMXRjJwExawPi^I^XSSbRpxsRWxm#kOtI]nlozNGotIwoOxsSbNFn%xsV{V]",
"history": []
},
"poll": null,
"friendica": {
"title": "",
"changed_at": "2025-08-11T17:15:56.000Z",
"commented_at": "2025-08-11T17:15:56.000Z",
"received_at": "2025-08-11T17:15:56.000Z",
"delivery_data": {
"delivery_queue_count": null,
"delivery_queue_done": null,
"delivery_queue_failed": null
},
"dislikes_count": 0,
"disliked": false,
"network": "ActivityPub",
"platform": "ActivityPub",
"version": "",
"sitename": "",
"visibility": {
"allow_cid": [],
"deny_cid": [],
"allow_gid": [],
"deny_gid": []
},
"content": "<a href=\"https://funfedi.dev\" target=\"_blank\" rel=\"noopener noreferrer\">target _self</a>"
}
}
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": [
"http://friendica/profile/friend",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/VJxizpPv5MQ",
"published": "2025-08-11T17:15:57Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://friendica/profile/friend"
],
"id": "http://pasture-one-actor/actor/uYSmmarbhGg",
"published": "2025-08-11T17:15:57Z",
"content": "<a href='https://funfedi.dev' target='_blank'>target _blank</a>"
}
}
friendica
{
"id": "161",
"created_at": "2025-08-11T17:15:57.000Z",
"edited_at": null,
"in_reply_to_id": null,
"in_reply_to_status": null,
"in_reply_to_account_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": "no",
"uri": "http://pasture-one-actor/actor/uYSmmarbhGg",
"url": "http://pasture-one-actor/actor/uYSmmarbhGg",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"content": "<a href=\"https://funfedi.dev\" target=\"_blank\" rel=\"noopener noreferrer\">target _blank</a>",
"reblog": null,
"quote": null,
"application": {
"name": "ActivityPub",
"vapid_key": null
},
"account": {
"id": "5",
"username": "actor",
"acct": "",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"discoverable": true,
"group": false,
"created_at": "2025-08-11T17:07:13.000Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://friendica/photo/contact/320/0700725d-72c7be8a-36a431191785fdc7?ts=1754932033",
"avatar_static": "http://friendica/photo/contact/320/0700725d-72c7be8a-36a431191785fdc7?ts=1754932033&static=1",
"header": "http://friendica/photo/header/0700725d-72c7be8a-36a431191785fdc7?ts=1754932033",
"header_static": "http://friendica/photo/header/0700725d-72c7be8a-36a431191785fdc7?ts=1754932033&static=1",
"followers_count": 0,
"following_count": 0,
"statuses_count": 0,
"last_status_at": "2025-08-11T00:00:00.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [],
"tags": [],
"emojis": [],
"card": {
"url": "https://funfedi.dev",
"title": "Home",
"description": "",
"type": "link",
"author_name": "",
"author_url": "",
"provider_name": "funfedi.dev",
"provider_url": "https://funfedi.dev",
"html": "",
"width": 1548,
"height": 1548,
"image": "https://funfedi.dev/assets/FediverseLogo.png",
"embed_url": "",
"blurhash": "|JDSH{.}0eT?ImEdK5TVi*}fnhEVw[xvRrRQXlW-4rK[N1$S=^VtkW#Co@5cO?ROX2$yR*oa+xs;ARM{tki%t7t9m@tLRktUa7xmrvRhXKNMXRjJwExawPi^I^XSSbRpxsRWxm#kOtI]nlozNGotIwoOxsSbNFn%xsV{V]",
"history": []
},
"poll": null,
"friendica": {
"title": "",
"changed_at": "2025-08-11T17:15:58.000Z",
"commented_at": "2025-08-11T17:15:58.000Z",
"received_at": "2025-08-11T17:15:58.000Z",
"delivery_data": {
"delivery_queue_count": null,
"delivery_queue_done": null,
"delivery_queue_failed": null
},
"dislikes_count": 0,
"disliked": false,
"network": "ActivityPub",
"platform": "ActivityPub",
"version": "",
"sitename": "",
"visibility": {
"allow_cid": [],
"deny_cid": [],
"allow_gid": [],
"deny_gid": []
},
"content": "<a href=\"https://funfedi.dev\" target=\"_blank\" rel=\"noopener noreferrer\">target _blank</a>"
}
}
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": [
"http://friendica/profile/friend",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/SzhPVKGnXsY",
"published": "2025-08-11T17:15:59Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://friendica/profile/friend"
],
"id": "http://pasture-one-actor/actor/IlyX-lbRbNQ",
"published": "2025-08-11T17:15:59Z",
"content": "<a href='https://funfedi.dev' class='fun-red-link'>fun-red-link class</a>"
}
}
friendica
{
"id": "162",
"created_at": "2025-08-11T17:15:59.000Z",
"edited_at": null,
"in_reply_to_id": null,
"in_reply_to_status": null,
"in_reply_to_account_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": "en",
"uri": "http://pasture-one-actor/actor/IlyX-lbRbNQ",
"url": "http://pasture-one-actor/actor/IlyX-lbRbNQ",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"content": "<a href=\"https://funfedi.dev\" target=\"_blank\" rel=\"noopener noreferrer\">fun-red-link class</a>",
"reblog": null,
"quote": null,
"application": {
"name": "ActivityPub",
"vapid_key": null
},
"account": {
"id": "5",
"username": "actor",
"acct": "",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"discoverable": true,
"group": false,
"created_at": "2025-08-11T17:07:13.000Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://friendica/photo/contact/320/0700725d-72c7be8a-36a431191785fdc7?ts=1754932033",
"avatar_static": "http://friendica/photo/contact/320/0700725d-72c7be8a-36a431191785fdc7?ts=1754932033&static=1",
"header": "http://friendica/photo/header/0700725d-72c7be8a-36a431191785fdc7?ts=1754932033",
"header_static": "http://friendica/photo/header/0700725d-72c7be8a-36a431191785fdc7?ts=1754932033&static=1",
"followers_count": 0,
"following_count": 0,
"statuses_count": 0,
"last_status_at": "2025-08-11T00:00:00.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [],
"tags": [],
"emojis": [],
"card": {
"url": "https://funfedi.dev",
"title": "Home",
"description": "",
"type": "link",
"author_name": "",
"author_url": "",
"provider_name": "funfedi.dev",
"provider_url": "https://funfedi.dev",
"html": "",
"width": 1548,
"height": 1548,
"image": "https://funfedi.dev/assets/FediverseLogo.png",
"embed_url": "",
"blurhash": "|JDSH{.}0eT?ImEdK5TVi*}fnhEVw[xvRrRQXlW-4rK[N1$S=^VtkW#Co@5cO?ROX2$yR*oa+xs;ARM{tki%t7t9m@tLRktUa7xmrvRhXKNMXRjJwExawPi^I^XSSbRpxsRWxm#kOtI]nlozNGotIwoOxsSbNFn%xsV{V]",
"history": []
},
"poll": null,
"friendica": {
"title": "",
"changed_at": "2025-08-11T17:16:00.000Z",
"commented_at": "2025-08-11T17:16:00.000Z",
"received_at": "2025-08-11T17:15:59.000Z",
"delivery_data": {
"delivery_queue_count": null,
"delivery_queue_done": null,
"delivery_queue_failed": null
},
"dislikes_count": 0,
"disliked": false,
"network": "ActivityPub",
"platform": "ActivityPub",
"version": "",
"sitename": "",
"visibility": {
"allow_cid": [],
"deny_cid": [],
"allow_gid": [],
"deny_gid": []
},
"content": "<a href=\"https://funfedi.dev\" target=\"_blank\" rel=\"noopener noreferrer\">fun-red-link class</a>"
}
}
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": [
"http://friendica/profile/friend",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/gkefkOCVRUg",
"published": "2025-08-11T17:16:01Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://friendica/profile/friend"
],
"id": "http://pasture-one-actor/actor/bpu85-PK7-8",
"published": "2025-08-11T17:16:01Z",
"content": "<a href='https://funfedi.dev' class='mention'>class mention</a>"
}
}
friendica
{
"id": "163",
"created_at": "2025-08-11T17:16:01.000Z",
"edited_at": null,
"in_reply_to_id": null,
"in_reply_to_status": null,
"in_reply_to_account_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": "en",
"uri": "http://pasture-one-actor/actor/bpu85-PK7-8",
"url": "http://pasture-one-actor/actor/bpu85-PK7-8",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"content": "<a href=\"https://funfedi.dev\" target=\"_blank\" rel=\"noopener noreferrer\">class mention</a>",
"reblog": null,
"quote": null,
"application": {
"name": "ActivityPub",
"vapid_key": null
},
"account": {
"id": "5",
"username": "actor",
"acct": "",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"discoverable": true,
"group": false,
"created_at": "2025-08-11T17:07:13.000Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://friendica/photo/contact/320/0700725d-72c7be8a-36a431191785fdc7?ts=1754932033",
"avatar_static": "http://friendica/photo/contact/320/0700725d-72c7be8a-36a431191785fdc7?ts=1754932033&static=1",
"header": "http://friendica/photo/header/0700725d-72c7be8a-36a431191785fdc7?ts=1754932033",
"header_static": "http://friendica/photo/header/0700725d-72c7be8a-36a431191785fdc7?ts=1754932033&static=1",
"followers_count": 0,
"following_count": 0,
"statuses_count": 0,
"last_status_at": "2025-08-11T00:00:00.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [],
"tags": [],
"emojis": [],
"card": {
"url": "https://funfedi.dev",
"title": "Home",
"description": "",
"type": "link",
"author_name": "",
"author_url": "",
"provider_name": "funfedi.dev",
"provider_url": "https://funfedi.dev",
"html": "",
"width": 1548,
"height": 1548,
"image": "https://funfedi.dev/assets/FediverseLogo.png",
"embed_url": "",
"blurhash": "|JDSH{.}0eT?ImEdK5TVi*}fnhEVw[xvRrRQXlW-4rK[N1$S=^VtkW#Co@5cO?ROX2$yR*oa+xs;ARM{tki%t7t9m@tLRktUa7xmrvRhXKNMXRjJwExawPi^I^XSSbRpxsRWxm#kOtI]nlozNGotIwoOxsSbNFn%xsV{V]",
"history": []
},
"poll": null,
"friendica": {
"title": "",
"changed_at": "2025-08-11T17:16:01.000Z",
"commented_at": "2025-08-11T17:16:01.000Z",
"received_at": "2025-08-11T17:16:01.000Z",
"delivery_data": {
"delivery_queue_count": null,
"delivery_queue_done": null,
"delivery_queue_failed": null
},
"dislikes_count": 0,
"disliked": false,
"network": "ActivityPub",
"platform": "ActivityPub",
"version": "",
"sitename": "",
"visibility": {
"allow_cid": [],
"deny_cid": [],
"allow_gid": [],
"deny_gid": []
},
"content": "<a href=\"https://funfedi.dev\" target=\"_blank\" rel=\"noopener noreferrer\">class mention</a>"
}
}
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": [
"http://friendica/profile/friend",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/ZOq4wNhp_WU",
"published": "2025-08-11T17:16:02Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://friendica/profile/friend"
],
"id": "http://pasture-one-actor/actor/2m8NMX7ptDE",
"published": "2025-08-11T17:16:02Z",
"content": "<a href='https://funfedi.dev' class='hashtag'>class hashtag</a>"
}
}
friendica
{
"id": "164",
"created_at": "2025-08-11T17:16:02.000Z",
"edited_at": null,
"in_reply_to_id": null,
"in_reply_to_status": null,
"in_reply_to_account_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": "en",
"uri": "http://pasture-one-actor/actor/2m8NMX7ptDE",
"url": "http://pasture-one-actor/actor/2m8NMX7ptDE",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"content": "<a href=\"https://funfedi.dev\" target=\"_blank\" rel=\"noopener noreferrer\">class hashtag</a>",
"reblog": null,
"quote": null,
"application": {
"name": "ActivityPub",
"vapid_key": null
},
"account": {
"id": "5",
"username": "actor",
"acct": "",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"discoverable": true,
"group": false,
"created_at": "2025-08-11T17:07:13.000Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://friendica/photo/contact/320/0700725d-72c7be8a-36a431191785fdc7?ts=1754932033",
"avatar_static": "http://friendica/photo/contact/320/0700725d-72c7be8a-36a431191785fdc7?ts=1754932033&static=1",
"header": "http://friendica/photo/header/0700725d-72c7be8a-36a431191785fdc7?ts=1754932033",
"header_static": "http://friendica/photo/header/0700725d-72c7be8a-36a431191785fdc7?ts=1754932033&static=1",
"followers_count": 0,
"following_count": 0,
"statuses_count": 0,
"last_status_at": "2025-08-11T00:00:00.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [],
"tags": [],
"emojis": [],
"card": {
"url": "https://funfedi.dev",
"title": "Home",
"description": "",
"type": "link",
"author_name": "",
"author_url": "",
"provider_name": "funfedi.dev",
"provider_url": "https://funfedi.dev",
"html": "",
"width": 1548,
"height": 1548,
"image": "https://funfedi.dev/assets/FediverseLogo.png",
"embed_url": "",
"blurhash": "|JDSH{.}0eT?ImEdK5TVi*}fnhEVw[xvRrRQXlW-4rK[N1$S=^VtkW#Co@5cO?ROX2$yR*oa+xs;ARM{tki%t7t9m@tLRktUa7xmrvRhXKNMXRjJwExawPi^I^XSSbRpxsRWxm#kOtI]nlozNGotIwoOxsSbNFn%xsV{V]",
"history": []
},
"poll": null,
"friendica": {
"title": "",
"changed_at": "2025-08-11T17:16:03.000Z",
"commented_at": "2025-08-11T17:16:03.000Z",
"received_at": "2025-08-11T17:16:03.000Z",
"delivery_data": {
"delivery_queue_count": null,
"delivery_queue_done": null,
"delivery_queue_failed": null
},
"dislikes_count": 0,
"disliked": false,
"network": "ActivityPub",
"platform": "ActivityPub",
"version": "",
"sitename": "",
"visibility": {
"allow_cid": [],
"deny_cid": [],
"allow_gid": [],
"deny_gid": []
},
"content": "<a href=\"https://funfedi.dev\" target=\"_blank\" rel=\"noopener noreferrer\">class hashtag</a>"
}
}
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": [
"http://friendica/profile/friend",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/Yq8N9fINhn8",
"published": "2025-08-11T17:16:04Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://friendica/profile/friend"
],
"id": "http://pasture-one-actor/actor/9lRE8paUUjU",
"published": "2025-08-11T17:16:04Z",
"content": "<a href='https://funfedi.dev/assets/samples.zip' download='samples.zip'>download</a>"
}
}
friendica
{
"id": "165",
"created_at": "2025-08-11T17:16:04.000Z",
"edited_at": null,
"in_reply_to_id": null,
"in_reply_to_status": null,
"in_reply_to_account_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": "cy",
"uri": "http://pasture-one-actor/actor/9lRE8paUUjU",
"url": "http://pasture-one-actor/actor/9lRE8paUUjU",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"content": "<a href=\"https://funfedi.dev/assets/samples.zip\" target=\"_blank\" rel=\"noopener noreferrer\">download</a>",
"reblog": null,
"quote": null,
"application": {
"name": "ActivityPub",
"vapid_key": null
},
"account": {
"id": "5",
"username": "actor",
"acct": "",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"discoverable": true,
"group": false,
"created_at": "2025-08-11T17:07:13.000Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://friendica/photo/contact/320/0700725d-72c7be8a-36a431191785fdc7?ts=1754932033",
"avatar_static": "http://friendica/photo/contact/320/0700725d-72c7be8a-36a431191785fdc7?ts=1754932033&static=1",
"header": "http://friendica/photo/header/0700725d-72c7be8a-36a431191785fdc7?ts=1754932033",
"header_static": "http://friendica/photo/header/0700725d-72c7be8a-36a431191785fdc7?ts=1754932033&static=1",
"followers_count": 0,
"following_count": 0,
"statuses_count": 0,
"last_status_at": "2025-08-11T00:00:00.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [],
"tags": [],
"emojis": [],
"card": null,
"poll": null,
"friendica": {
"title": "",
"changed_at": "2025-08-11T17:16:05.000Z",
"commented_at": "2025-08-11T17:16:05.000Z",
"received_at": "2025-08-11T17:16:05.000Z",
"delivery_data": {
"delivery_queue_count": null,
"delivery_queue_done": null,
"delivery_queue_failed": null
},
"dislikes_count": 0,
"disliked": false,
"network": "ActivityPub",
"platform": "ActivityPub",
"version": "",
"sitename": "",
"visibility": {
"allow_cid": [],
"deny_cid": [],
"allow_gid": [],
"deny_gid": []
},
"content": "<a href=\"https://funfedi.dev/assets/samples.zip\" target=\"_blank\" rel=\"noopener noreferrer\">download</a>"
}
}
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": [
"http://friendica/profile/friend",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/sVWCYAAv4hw",
"published": "2025-08-11T17:16:06Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://friendica/profile/friend"
],
"id": "http://pasture-one-actor/actor/-pCPV3gTtYY",
"published": "2025-08-11T17:16:06Z",
"content": "<a href='https://funfedi.dev' rel='$tag'>rel $tag</a>"
}
}
friendica
{
"id": "166",
"created_at": "2025-08-11T17:16:06.000Z",
"edited_at": null,
"in_reply_to_id": null,
"in_reply_to_status": null,
"in_reply_to_account_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": "no",
"uri": "http://pasture-one-actor/actor/-pCPV3gTtYY",
"url": "http://pasture-one-actor/actor/-pCPV3gTtYY",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"content": "<a href=\"https://funfedi.dev\" target=\"_blank\" rel=\"noopener noreferrer\">rel $tag</a>",
"reblog": null,
"quote": null,
"application": {
"name": "ActivityPub",
"vapid_key": null
},
"account": {
"id": "5",
"username": "actor",
"acct": "",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"discoverable": true,
"group": false,
"created_at": "2025-08-11T17:07:13.000Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://friendica/photo/contact/320/0700725d-72c7be8a-36a431191785fdc7?ts=1754932033",
"avatar_static": "http://friendica/photo/contact/320/0700725d-72c7be8a-36a431191785fdc7?ts=1754932033&static=1",
"header": "http://friendica/photo/header/0700725d-72c7be8a-36a431191785fdc7?ts=1754932033",
"header_static": "http://friendica/photo/header/0700725d-72c7be8a-36a431191785fdc7?ts=1754932033&static=1",
"followers_count": 0,
"following_count": 0,
"statuses_count": 0,
"last_status_at": "2025-08-11T00:00:00.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [],
"tags": [],
"emojis": [],
"card": {
"url": "https://funfedi.dev",
"title": "Home",
"description": "",
"type": "link",
"author_name": "",
"author_url": "",
"provider_name": "funfedi.dev",
"provider_url": "https://funfedi.dev",
"html": "",
"width": 1548,
"height": 1548,
"image": "https://funfedi.dev/assets/FediverseLogo.png",
"embed_url": "",
"blurhash": "|JDSH{.}0eT?ImEdK5TVi*}fnhEVw[xvRrRQXlW-4rK[N1$S=^VtkW#Co@5cO?ROX2$yR*oa+xs;ARM{tki%t7t9m@tLRktUa7xmrvRhXKNMXRjJwExawPi^I^XSSbRpxsRWxm#kOtI]nlozNGotIwoOxsSbNFn%xsV{V]",
"history": []
},
"poll": null,
"friendica": {
"title": "",
"changed_at": "2025-08-11T17:16:07.000Z",
"commented_at": "2025-08-11T17:16:07.000Z",
"received_at": "2025-08-11T17:16:07.000Z",
"delivery_data": {
"delivery_queue_count": null,
"delivery_queue_done": null,
"delivery_queue_failed": null
},
"dislikes_count": 0,
"disliked": false,
"network": "ActivityPub",
"platform": "ActivityPub",
"version": "",
"sitename": "",
"visibility": {
"allow_cid": [],
"deny_cid": [],
"allow_gid": [],
"deny_gid": []
},
"content": "<a href=\"https://funfedi.dev\" target=\"_blank\" rel=\"noopener noreferrer\">rel $tag</a>"
}
}
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": [
"http://friendica/profile/friend",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/Tn0nKgL2f3A",
"published": "2025-08-11T17:16:08Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://friendica/profile/friend"
],
"id": "http://pasture-one-actor/actor/-8gz35msbpc",
"published": "2025-08-11T17:16:08Z",
"content": "<a href='https://funfedi.dev' rel='$nofollow'>rel $nofollow</a>"
}
}
friendica
{
"id": "167",
"created_at": "2025-08-11T17:16:08.000Z",
"edited_at": null,
"in_reply_to_id": null,
"in_reply_to_status": null,
"in_reply_to_account_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": "en",
"uri": "http://pasture-one-actor/actor/-8gz35msbpc",
"url": "http://pasture-one-actor/actor/-8gz35msbpc",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"content": "<a href=\"https://funfedi.dev\" target=\"_blank\" rel=\"noopener noreferrer\">rel $nofollow</a>",
"reblog": null,
"quote": null,
"application": {
"name": "ActivityPub",
"vapid_key": null
},
"account": {
"id": "5",
"username": "actor",
"acct": "",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"discoverable": true,
"group": false,
"created_at": "2025-08-11T17:07:13.000Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://friendica/photo/contact/320/0700725d-72c7be8a-36a431191785fdc7?ts=1754932033",
"avatar_static": "http://friendica/photo/contact/320/0700725d-72c7be8a-36a431191785fdc7?ts=1754932033&static=1",
"header": "http://friendica/photo/header/0700725d-72c7be8a-36a431191785fdc7?ts=1754932033",
"header_static": "http://friendica/photo/header/0700725d-72c7be8a-36a431191785fdc7?ts=1754932033&static=1",
"followers_count": 0,
"following_count": 0,
"statuses_count": 0,
"last_status_at": "2025-08-11T00:00:00.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [],
"tags": [],
"emojis": [],
"card": {
"url": "https://funfedi.dev",
"title": "Home",
"description": "",
"type": "link",
"author_name": "",
"author_url": "",
"provider_name": "funfedi.dev",
"provider_url": "https://funfedi.dev",
"html": "",
"width": 1548,
"height": 1548,
"image": "https://funfedi.dev/assets/FediverseLogo.png",
"embed_url": "",
"blurhash": "|JDSH{.}0eT?ImEdK5TVi*}fnhEVw[xvRrRQXlW-4rK[N1$S=^VtkW#Co@5cO?ROX2$yR*oa+xs;ARM{tki%t7t9m@tLRktUa7xmrvRhXKNMXRjJwExawPi^I^XSSbRpxsRWxm#kOtI]nlozNGotIwoOxsSbNFn%xsV{V]",
"history": []
},
"poll": null,
"friendica": {
"title": "",
"changed_at": "2025-08-11T17:16:09.000Z",
"commented_at": "2025-08-11T17:16:09.000Z",
"received_at": "2025-08-11T17:16:08.000Z",
"delivery_data": {
"delivery_queue_count": null,
"delivery_queue_done": null,
"delivery_queue_failed": null
},
"dislikes_count": 0,
"disliked": false,
"network": "ActivityPub",
"platform": "ActivityPub",
"version": "",
"sitename": "",
"visibility": {
"allow_cid": [],
"deny_cid": [],
"allow_gid": [],
"deny_gid": []
},
"content": "<a href=\"https://funfedi.dev\" target=\"_blank\" rel=\"noopener noreferrer\">rel $nofollow</a>"
}
}
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": [
"http://friendica/profile/friend",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/pojXgY8EK5k",
"published": "2025-08-11T17:16:10Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://friendica/profile/friend"
],
"id": "http://pasture-one-actor/actor/nsqllqtZNBs",
"published": "2025-08-11T17:16:10Z",
"content": "<a href='https://funfedi.dev' rel='$opener'>rel $opener</a>"
}
}
friendica
{
"id": "168",
"created_at": "2025-08-11T17:16:10.000Z",
"edited_at": null,
"in_reply_to_id": null,
"in_reply_to_status": null,
"in_reply_to_account_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": "no",
"uri": "http://pasture-one-actor/actor/nsqllqtZNBs",
"url": "http://pasture-one-actor/actor/nsqllqtZNBs",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"content": "<a href=\"https://funfedi.dev\" target=\"_blank\" rel=\"noopener noreferrer\">rel $opener</a>",
"reblog": null,
"quote": null,
"application": {
"name": "ActivityPub",
"vapid_key": null
},
"account": {
"id": "5",
"username": "actor",
"acct": "",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"discoverable": true,
"group": false,
"created_at": "2025-08-11T17:07:13.000Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://friendica/photo/contact/320/0700725d-72c7be8a-36a431191785fdc7?ts=1754932033",
"avatar_static": "http://friendica/photo/contact/320/0700725d-72c7be8a-36a431191785fdc7?ts=1754932033&static=1",
"header": "http://friendica/photo/header/0700725d-72c7be8a-36a431191785fdc7?ts=1754932033",
"header_static": "http://friendica/photo/header/0700725d-72c7be8a-36a431191785fdc7?ts=1754932033&static=1",
"followers_count": 0,
"following_count": 0,
"statuses_count": 0,
"last_status_at": "2025-08-11T00:00:00.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [],
"tags": [],
"emojis": [],
"card": {
"url": "https://funfedi.dev",
"title": "Home",
"description": "",
"type": "link",
"author_name": "",
"author_url": "",
"provider_name": "funfedi.dev",
"provider_url": "https://funfedi.dev",
"html": "",
"width": 1548,
"height": 1548,
"image": "https://funfedi.dev/assets/FediverseLogo.png",
"embed_url": "",
"blurhash": "|JDSH{.}0eT?ImEdK5TVi*}fnhEVw[xvRrRQXlW-4rK[N1$S=^VtkW#Co@5cO?ROX2$yR*oa+xs;ARM{tki%t7t9m@tLRktUa7xmrvRhXKNMXRjJwExawPi^I^XSSbRpxsRWxm#kOtI]nlozNGotIwoOxsSbNFn%xsV{V]",
"history": []
},
"poll": null,
"friendica": {
"title": "",
"changed_at": "2025-08-11T17:16:10.000Z",
"commented_at": "2025-08-11T17:16:10.000Z",
"received_at": "2025-08-11T17:16:10.000Z",
"delivery_data": {
"delivery_queue_count": null,
"delivery_queue_done": null,
"delivery_queue_failed": null
},
"dislikes_count": 0,
"disliked": false,
"network": "ActivityPub",
"platform": "ActivityPub",
"version": "",
"sitename": "",
"visibility": {
"allow_cid": [],
"deny_cid": [],
"allow_gid": [],
"deny_gid": []
},
"content": "<a href=\"https://funfedi.dev\" target=\"_blank\" rel=\"noopener noreferrer\">rel $opener</a>"
}
}
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": [
"http://friendica/profile/friend",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/Mvo36W4RagA",
"published": "2025-08-11T17:16:11Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://friendica/profile/friend"
],
"id": "http://pasture-one-actor/actor/TTua2ybUURM",
"published": "2025-08-11T17:16:11Z",
"content": "<a href='https://funfedi.dev' rel='$noopener'>rel $noopener</a>"
}
}
friendica
{
"id": "169",
"created_at": "2025-08-11T17:16:11.000Z",
"edited_at": null,
"in_reply_to_id": null,
"in_reply_to_status": null,
"in_reply_to_account_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": "no",
"uri": "http://pasture-one-actor/actor/TTua2ybUURM",
"url": "http://pasture-one-actor/actor/TTua2ybUURM",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"content": "<a href=\"https://funfedi.dev\" target=\"_blank\" rel=\"noopener noreferrer\">rel $noopener</a>",
"reblog": null,
"quote": null,
"application": {
"name": "ActivityPub",
"vapid_key": null
},
"account": {
"id": "5",
"username": "actor",
"acct": "",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"discoverable": true,
"group": false,
"created_at": "2025-08-11T17:07:13.000Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://friendica/photo/contact/320/0700725d-72c7be8a-36a431191785fdc7?ts=1754932033",
"avatar_static": "http://friendica/photo/contact/320/0700725d-72c7be8a-36a431191785fdc7?ts=1754932033&static=1",
"header": "http://friendica/photo/header/0700725d-72c7be8a-36a431191785fdc7?ts=1754932033",
"header_static": "http://friendica/photo/header/0700725d-72c7be8a-36a431191785fdc7?ts=1754932033&static=1",
"followers_count": 0,
"following_count": 0,
"statuses_count": 0,
"last_status_at": "2025-08-11T00:00:00.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [],
"tags": [],
"emojis": [],
"card": {
"url": "https://funfedi.dev",
"title": "Home",
"description": "",
"type": "link",
"author_name": "",
"author_url": "",
"provider_name": "funfedi.dev",
"provider_url": "https://funfedi.dev",
"html": "",
"width": 1548,
"height": 1548,
"image": "https://funfedi.dev/assets/FediverseLogo.png",
"embed_url": "",
"blurhash": "|JDSH{.}0eT?ImEdK5TVi*}fnhEVw[xvRrRQXlW-4rK[N1$S=^VtkW#Co@5cO?ROX2$yR*oa+xs;ARM{tki%t7t9m@tLRktUa7xmrvRhXKNMXRjJwExawPi^I^XSSbRpxsRWxm#kOtI]nlozNGotIwoOxsSbNFn%xsV{V]",
"history": []
},
"poll": null,
"friendica": {
"title": "",
"changed_at": "2025-08-11T17:16:12.000Z",
"commented_at": "2025-08-11T17:16:12.000Z",
"received_at": "2025-08-11T17:16:12.000Z",
"delivery_data": {
"delivery_queue_count": null,
"delivery_queue_done": null,
"delivery_queue_failed": null
},
"dislikes_count": 0,
"disliked": false,
"network": "ActivityPub",
"platform": "ActivityPub",
"version": "",
"sitename": "",
"visibility": {
"allow_cid": [],
"deny_cid": [],
"allow_gid": [],
"deny_gid": []
},
"content": "<a href=\"https://funfedi.dev\" target=\"_blank\" rel=\"noopener noreferrer\">rel $noopener</a>"
}
}
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": [
"http://friendica/profile/friend",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/IHKdQOB_Nsk",
"published": "2025-08-11T17:16:13Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://friendica/profile/friend"
],
"id": "http://pasture-one-actor/actor/Wou3bYLQpvU",
"published": "2025-08-11T17:16:13Z",
"content": "<a href='https://funfedi.dev' rel='$noreferrer'>rel $noreferrer</a>"
}
}
friendica
{
"id": "170",
"created_at": "2025-08-11T17:16:13.000Z",
"edited_at": null,
"in_reply_to_id": null,
"in_reply_to_status": null,
"in_reply_to_account_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": "no",
"uri": "http://pasture-one-actor/actor/Wou3bYLQpvU",
"url": "http://pasture-one-actor/actor/Wou3bYLQpvU",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"content": "<a href=\"https://funfedi.dev\" target=\"_blank\" rel=\"noopener noreferrer\">rel $noreferrer</a>",
"reblog": null,
"quote": null,
"application": {
"name": "ActivityPub",
"vapid_key": null
},
"account": {
"id": "5",
"username": "actor",
"acct": "",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"discoverable": true,
"group": false,
"created_at": "2025-08-11T17:07:13.000Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://friendica/photo/contact/320/0700725d-72c7be8a-36a431191785fdc7?ts=1754932033",
"avatar_static": "http://friendica/photo/contact/320/0700725d-72c7be8a-36a431191785fdc7?ts=1754932033&static=1",
"header": "http://friendica/photo/header/0700725d-72c7be8a-36a431191785fdc7?ts=1754932033",
"header_static": "http://friendica/photo/header/0700725d-72c7be8a-36a431191785fdc7?ts=1754932033&static=1",
"followers_count": 0,
"following_count": 0,
"statuses_count": 0,
"last_status_at": "2025-08-11T00:00:00.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [],
"tags": [],
"emojis": [],
"card": {
"url": "https://funfedi.dev",
"title": "Home",
"description": "",
"type": "link",
"author_name": "",
"author_url": "",
"provider_name": "funfedi.dev",
"provider_url": "https://funfedi.dev",
"html": "",
"width": 1548,
"height": 1548,
"image": "https://funfedi.dev/assets/FediverseLogo.png",
"embed_url": "",
"blurhash": "|JDSH{.}0eT?ImEdK5TVi*}fnhEVw[xvRrRQXlW-4rK[N1$S=^VtkW#Co@5cO?ROX2$yR*oa+xs;ARM{tki%t7t9m@tLRktUa7xmrvRhXKNMXRjJwExawPi^I^XSSbRpxsRWxm#kOtI]nlozNGotIwoOxsSbNFn%xsV{V]",
"history": []
},
"poll": null,
"friendica": {
"title": "",
"changed_at": "2025-08-11T17:16:14.000Z",
"commented_at": "2025-08-11T17:16:14.000Z",
"received_at": "2025-08-11T17:16:14.000Z",
"delivery_data": {
"delivery_queue_count": null,
"delivery_queue_done": null,
"delivery_queue_failed": null
},
"dislikes_count": 0,
"disliked": false,
"network": "ActivityPub",
"platform": "ActivityPub",
"version": "",
"sitename": "",
"visibility": {
"allow_cid": [],
"deny_cid": [],
"allow_gid": [],
"deny_gid": []
},
"content": "<a href=\"https://funfedi.dev\" target=\"_blank\" rel=\"noopener noreferrer\">rel $noreferrer</a>"
}
}
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": [
"http://friendica/profile/friend",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/OXUMt1YPD5E",
"published": "2025-08-11T17:16:15Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://friendica/profile/friend"
],
"id": "http://pasture-one-actor/actor/1Zm_m5SBgkk",
"published": "2025-08-11T17:16:15Z",
"content": "<a href='https://funfedi.dev' rel='$custom'>rel $custom</a>"
}
}
friendica
{
"id": "171",
"created_at": "2025-08-11T17:16:15.000Z",
"edited_at": null,
"in_reply_to_id": null,
"in_reply_to_status": null,
"in_reply_to_account_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": "es",
"uri": "http://pasture-one-actor/actor/1Zm_m5SBgkk",
"url": "http://pasture-one-actor/actor/1Zm_m5SBgkk",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"content": "<a href=\"https://funfedi.dev\" target=\"_blank\" rel=\"noopener noreferrer\">rel $custom</a>",
"reblog": null,
"quote": null,
"application": {
"name": "ActivityPub",
"vapid_key": null
},
"account": {
"id": "5",
"username": "actor",
"acct": "",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"discoverable": true,
"group": false,
"created_at": "2025-08-11T17:07:13.000Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://friendica/photo/contact/320/0700725d-72c7be8a-36a431191785fdc7?ts=1754932033",
"avatar_static": "http://friendica/photo/contact/320/0700725d-72c7be8a-36a431191785fdc7?ts=1754932033&static=1",
"header": "http://friendica/photo/header/0700725d-72c7be8a-36a431191785fdc7?ts=1754932033",
"header_static": "http://friendica/photo/header/0700725d-72c7be8a-36a431191785fdc7?ts=1754932033&static=1",
"followers_count": 0,
"following_count": 0,
"statuses_count": 0,
"last_status_at": "2025-08-11T00:00:00.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [],
"tags": [],
"emojis": [],
"card": {
"url": "https://funfedi.dev",
"title": "Home",
"description": "",
"type": "link",
"author_name": "",
"author_url": "",
"provider_name": "funfedi.dev",
"provider_url": "https://funfedi.dev",
"html": "",
"width": 1548,
"height": 1548,
"image": "https://funfedi.dev/assets/FediverseLogo.png",
"embed_url": "",
"blurhash": "|JDSH{.}0eT?ImEdK5TVi*}fnhEVw[xvRrRQXlW-4rK[N1$S=^VtkW#Co@5cO?ROX2$yR*oa+xs;ARM{tki%t7t9m@tLRktUa7xmrvRhXKNMXRjJwExawPi^I^XSSbRpxsRWxm#kOtI]nlozNGotIwoOxsSbNFn%xsV{V]",
"history": []
},
"poll": null,
"friendica": {
"title": "",
"changed_at": "2025-08-11T17:16:16.000Z",
"commented_at": "2025-08-11T17:16:16.000Z",
"received_at": "2025-08-11T17:16:15.000Z",
"delivery_data": {
"delivery_queue_count": null,
"delivery_queue_done": null,
"delivery_queue_failed": null
},
"dislikes_count": 0,
"disliked": false,
"network": "ActivityPub",
"platform": "ActivityPub",
"version": "",
"sitename": "",
"visibility": {
"allow_cid": [],
"deny_cid": [],
"allow_gid": [],
"deny_gid": []
},
"content": "<a href=\"https://funfedi.dev\" target=\"_blank\" rel=\"noopener noreferrer\">rel $custom</a>"
}
}
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": [
"http://friendica/profile/friend",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/LpA3jtxRYTY",
"published": "2025-08-11T17:16:17Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://friendica/profile/friend"
],
"id": "http://pasture-one-actor/actor/zBx_s28bn_A",
"published": "2025-08-11T17:16:17Z",
"content": "<a href='https://funfedi.dev' rel='$me'>rel $me</a>"
}
}
friendica
{
"id": "172",
"created_at": "2025-08-11T17:16:17.000Z",
"edited_at": null,
"in_reply_to_id": null,
"in_reply_to_status": null,
"in_reply_to_account_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": "no",
"uri": "http://pasture-one-actor/actor/zBx_s28bn_A",
"url": "http://pasture-one-actor/actor/zBx_s28bn_A",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"content": "<a href=\"https://funfedi.dev\" target=\"_blank\" rel=\"noopener noreferrer\">rel $me</a>",
"reblog": null,
"quote": null,
"application": {
"name": "ActivityPub",
"vapid_key": null
},
"account": {
"id": "5",
"username": "actor",
"acct": "",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"discoverable": true,
"group": false,
"created_at": "2025-08-11T17:07:13.000Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://friendica/photo/contact/320/0700725d-72c7be8a-36a431191785fdc7?ts=1754932033",
"avatar_static": "http://friendica/photo/contact/320/0700725d-72c7be8a-36a431191785fdc7?ts=1754932033&static=1",
"header": "http://friendica/photo/header/0700725d-72c7be8a-36a431191785fdc7?ts=1754932033",
"header_static": "http://friendica/photo/header/0700725d-72c7be8a-36a431191785fdc7?ts=1754932033&static=1",
"followers_count": 0,
"following_count": 0,
"statuses_count": 0,
"last_status_at": "2025-08-11T00:00:00.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [],
"tags": [],
"emojis": [],
"card": {
"url": "https://funfedi.dev",
"title": "Home",
"description": "",
"type": "link",
"author_name": "",
"author_url": "",
"provider_name": "funfedi.dev",
"provider_url": "https://funfedi.dev",
"html": "",
"width": 1548,
"height": 1548,
"image": "https://funfedi.dev/assets/FediverseLogo.png",
"embed_url": "",
"blurhash": "|JDSH{.}0eT?ImEdK5TVi*}fnhEVw[xvRrRQXlW-4rK[N1$S=^VtkW#Co@5cO?ROX2$yR*oa+xs;ARM{tki%t7t9m@tLRktUa7xmrvRhXKNMXRjJwExawPi^I^XSSbRpxsRWxm#kOtI]nlozNGotIwoOxsSbNFn%xsV{V]",
"history": []
},
"poll": null,
"friendica": {
"title": "",
"changed_at": "2025-08-11T17:16:17.000Z",
"commented_at": "2025-08-11T17:16:17.000Z",
"received_at": "2025-08-11T17:16:17.000Z",
"delivery_data": {
"delivery_queue_count": null,
"delivery_queue_done": null,
"delivery_queue_failed": null
},
"dislikes_count": 0,
"disliked": false,
"network": "ActivityPub",
"platform": "ActivityPub",
"version": "",
"sitename": "",
"visibility": {
"allow_cid": [],
"deny_cid": [],
"allow_gid": [],
"deny_gid": []
},
"content": "<a href=\"https://funfedi.dev\" target=\"_blank\" rel=\"noopener noreferrer\">rel $me</a>"
}
}
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": [
"http://friendica/profile/friend",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/C268ZRH5FCQ",
"published": "2025-08-11T17:16:18Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://friendica/profile/friend"
],
"id": "http://pasture-one-actor/actor/l7TOuSwFd6Y",
"published": "2025-08-11T17:16:18Z",
"content": "<a href='https://funfedi.dev' rel='$external'>rel $external</a>"
}
}
friendica
{
"id": "173",
"created_at": "2025-08-11T17:16:18.000Z",
"edited_at": null,
"in_reply_to_id": null,
"in_reply_to_status": null,
"in_reply_to_account_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": "no",
"uri": "http://pasture-one-actor/actor/l7TOuSwFd6Y",
"url": "http://pasture-one-actor/actor/l7TOuSwFd6Y",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"content": "<a href=\"https://funfedi.dev\" target=\"_blank\" rel=\"noopener noreferrer\">rel $external</a>",
"reblog": null,
"quote": null,
"application": {
"name": "ActivityPub",
"vapid_key": null
},
"account": {
"id": "5",
"username": "actor",
"acct": "",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"discoverable": true,
"group": false,
"created_at": "2025-08-11T17:07:13.000Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://friendica/photo/contact/320/0700725d-72c7be8a-36a431191785fdc7?ts=1754932033",
"avatar_static": "http://friendica/photo/contact/320/0700725d-72c7be8a-36a431191785fdc7?ts=1754932033&static=1",
"header": "http://friendica/photo/header/0700725d-72c7be8a-36a431191785fdc7?ts=1754932033",
"header_static": "http://friendica/photo/header/0700725d-72c7be8a-36a431191785fdc7?ts=1754932033&static=1",
"followers_count": 0,
"following_count": 0,
"statuses_count": 0,
"last_status_at": "2025-08-11T00:00:00.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [],
"tags": [],
"emojis": [],
"card": {
"url": "https://funfedi.dev",
"title": "Home",
"description": "",
"type": "link",
"author_name": "",
"author_url": "",
"provider_name": "funfedi.dev",
"provider_url": "https://funfedi.dev",
"html": "",
"width": 1548,
"height": 1548,
"image": "https://funfedi.dev/assets/FediverseLogo.png",
"embed_url": "",
"blurhash": "|JDSH{.}0eT?ImEdK5TVi*}fnhEVw[xvRrRQXlW-4rK[N1$S=^VtkW#Co@5cO?ROX2$yR*oa+xs;ARM{tki%t7t9m@tLRktUa7xmrvRhXKNMXRjJwExawPi^I^XSSbRpxsRWxm#kOtI]nlozNGotIwoOxsSbNFn%xsV{V]",
"history": []
},
"poll": null,
"friendica": {
"title": "",
"changed_at": "2025-08-11T17:16:19.000Z",
"commented_at": "2025-08-11T17:16:19.000Z",
"received_at": "2025-08-11T17:16:19.000Z",
"delivery_data": {
"delivery_queue_count": null,
"delivery_queue_done": null,
"delivery_queue_failed": null
},
"dislikes_count": 0,
"disliked": false,
"network": "ActivityPub",
"platform": "ActivityPub",
"version": "",
"sitename": "",
"visibility": {
"allow_cid": [],
"deny_cid": [],
"allow_gid": [],
"deny_gid": []
},
"content": "<a href=\"https://funfedi.dev\" target=\"_blank\" rel=\"noopener noreferrer\">rel $external</a>"
}
}
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": [
"http://friendica/profile/friend",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/SJ4AUZfCSwI",
"published": "2025-08-11T17:16:20Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://friendica/profile/friend"
],
"id": "http://pasture-one-actor/actor/Zxq5IIhTkTM",
"published": "2025-08-11T17:16:20Z",
"content": "<a href='https://funfedi.dev' rel='$canonical'>rel $canonical</a>"
}
}
friendica
{
"id": "174",
"created_at": "2025-08-11T17:16:20.000Z",
"edited_at": null,
"in_reply_to_id": null,
"in_reply_to_status": null,
"in_reply_to_account_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": "es",
"uri": "http://pasture-one-actor/actor/Zxq5IIhTkTM",
"url": "http://pasture-one-actor/actor/Zxq5IIhTkTM",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"content": "<a href=\"https://funfedi.dev\" target=\"_blank\" rel=\"noopener noreferrer\">rel $canonical</a>",
"reblog": null,
"quote": null,
"application": {
"name": "ActivityPub",
"vapid_key": null
},
"account": {
"id": "5",
"username": "actor",
"acct": "",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"discoverable": true,
"group": false,
"created_at": "2025-08-11T17:07:13.000Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://friendica/photo/contact/320/0700725d-72c7be8a-36a431191785fdc7?ts=1754932033",
"avatar_static": "http://friendica/photo/contact/320/0700725d-72c7be8a-36a431191785fdc7?ts=1754932033&static=1",
"header": "http://friendica/photo/header/0700725d-72c7be8a-36a431191785fdc7?ts=1754932033",
"header_static": "http://friendica/photo/header/0700725d-72c7be8a-36a431191785fdc7?ts=1754932033&static=1",
"followers_count": 0,
"following_count": 0,
"statuses_count": 0,
"last_status_at": "2025-08-11T00:00:00.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [],
"tags": [],
"emojis": [],
"card": {
"url": "https://funfedi.dev",
"title": "Home",
"description": "",
"type": "link",
"author_name": "",
"author_url": "",
"provider_name": "funfedi.dev",
"provider_url": "https://funfedi.dev",
"html": "",
"width": 1548,
"height": 1548,
"image": "https://funfedi.dev/assets/FediverseLogo.png",
"embed_url": "",
"blurhash": "|JDSH{.}0eT?ImEdK5TVi*}fnhEVw[xvRrRQXlW-4rK[N1$S=^VtkW#Co@5cO?ROX2$yR*oa+xs;ARM{tki%t7t9m@tLRktUa7xmrvRhXKNMXRjJwExawPi^I^XSSbRpxsRWxm#kOtI]nlozNGotIwoOxsSbNFn%xsV{V]",
"history": []
},
"poll": null,
"friendica": {
"title": "",
"changed_at": "2025-08-11T17:16:21.000Z",
"commented_at": "2025-08-11T17:16:21.000Z",
"received_at": "2025-08-11T17:16:21.000Z",
"delivery_data": {
"delivery_queue_count": null,
"delivery_queue_done": null,
"delivery_queue_failed": null
},
"dislikes_count": 0,
"disliked": false,
"network": "ActivityPub",
"platform": "ActivityPub",
"version": "",
"sitename": "",
"visibility": {
"allow_cid": [],
"deny_cid": [],
"allow_gid": [],
"deny_gid": []
},
"content": "<a href=\"https://funfedi.dev\" target=\"_blank\" rel=\"noopener noreferrer\">rel $canonical</a>"
}
}
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": [
"http://friendica/profile/friend",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/FuZ2BUKtzKE",
"published": "2025-08-11T17:16:22Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://friendica/profile/friend"
],
"id": "http://pasture-one-actor/actor/rVWL-amXGcU",
"published": "2025-08-11T17:16:22Z",
"content": "<a href='https://funfedi.dev' rel='$alternate'>rel $alternate</a>"
}
}
friendica
{
"id": "175",
"created_at": "2025-08-11T17:16:22.000Z",
"edited_at": null,
"in_reply_to_id": null,
"in_reply_to_status": null,
"in_reply_to_account_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": "no",
"uri": "http://pasture-one-actor/actor/rVWL-amXGcU",
"url": "http://pasture-one-actor/actor/rVWL-amXGcU",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"content": "<a href=\"https://funfedi.dev\" target=\"_blank\" rel=\"noopener noreferrer\">rel $alternate</a>",
"reblog": null,
"quote": null,
"application": {
"name": "ActivityPub",
"vapid_key": null
},
"account": {
"id": "5",
"username": "actor",
"acct": "",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"discoverable": true,
"group": false,
"created_at": "2025-08-11T17:07:13.000Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://friendica/photo/contact/320/0700725d-72c7be8a-36a431191785fdc7?ts=1754932033",
"avatar_static": "http://friendica/photo/contact/320/0700725d-72c7be8a-36a431191785fdc7?ts=1754932033&static=1",
"header": "http://friendica/photo/header/0700725d-72c7be8a-36a431191785fdc7?ts=1754932033",
"header_static": "http://friendica/photo/header/0700725d-72c7be8a-36a431191785fdc7?ts=1754932033&static=1",
"followers_count": 0,
"following_count": 0,
"statuses_count": 0,
"last_status_at": "2025-08-11T00:00:00.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [],
"tags": [],
"emojis": [],
"card": {
"url": "https://funfedi.dev",
"title": "Home",
"description": "",
"type": "link",
"author_name": "",
"author_url": "",
"provider_name": "funfedi.dev",
"provider_url": "https://funfedi.dev",
"html": "",
"width": 1548,
"height": 1548,
"image": "https://funfedi.dev/assets/FediverseLogo.png",
"embed_url": "",
"blurhash": "|JDSH{.}0eT?ImEdK5TVi*}fnhEVw[xvRrRQXlW-4rK[N1$S=^VtkW#Co@5cO?ROX2$yR*oa+xs;ARM{tki%t7t9m@tLRktUa7xmrvRhXKNMXRjJwExawPi^I^XSSbRpxsRWxm#kOtI]nlozNGotIwoOxsSbNFn%xsV{V]",
"history": []
},
"poll": null,
"friendica": {
"title": "",
"changed_at": "2025-08-11T17:16:23.000Z",
"commented_at": "2025-08-11T17:16:23.000Z",
"received_at": "2025-08-11T17:16:23.000Z",
"delivery_data": {
"delivery_queue_count": null,
"delivery_queue_done": null,
"delivery_queue_failed": null
},
"dislikes_count": 0,
"disliked": false,
"network": "ActivityPub",
"platform": "ActivityPub",
"version": "",
"sitename": "",
"visibility": {
"allow_cid": [],
"deny_cid": [],
"allow_gid": [],
"deny_gid": []
},
"content": "<a href=\"https://funfedi.dev\" target=\"_blank\" rel=\"noopener noreferrer\">rel $alternate</a>"
}
}