HTML tags in summary¶
Here we analyze, which types of HTML tags are allowed inside the summary field.
As the content field, the summary field is described as
A natural language summarization of the object encoded as HTML.
This is a somewhat petulant table as most Fediverse applications treat the summary field as a plain text content warning.
Sanitizing fields is desired behavior as seen in Section B.10 of ActivityPub.
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/4mrOFkGf0tU",
"published": "2025-11-21T12:43:02Z",
"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/fcgOKaeBLd8",
"published": "2025-11-21T12:43:02Z",
"summary": "<b>bold</b>",
"content": "See summary"
}
}
akkoma
{
"visibility": "public",
"replies_count": 0,
"bookmarked": false,
"pleroma": {
"content": {
"text/plain": "See summary"
},
"context": "http://pasture-one-actor/object/fcgOKaeBLd8",
"conversation_id": 1129949151,
"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": "<b>bold</b>"
},
"thread_muted": false
},
"spoiler_text": "<b>bold</b>",
"uri": "http://pasture-one-actor/object/fcgOKaeBLd8",
"quote": null,
"media_attachments": [],
"card": null,
"edited_at": null,
"id": "B0TEZxyqigHLvM0k1A",
"muted": false,
"emoji_reactions": [],
"in_reply_to_account_id": null,
"reblogged": false,
"created_at": "2025-11-21T12:43:02.000Z",
"text": null,
"reblogs_count": 0,
"pinned": false,
"url": "http://pasture-one-actor/object/fcgOKaeBLd8",
"content": "See summary",
"reblog": null,
"application": null,
"mentions": [
{
"acct": "witch",
"id": "B0TDowPe9Kl5nAMTb6",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"poll": null,
"sensitive": false,
"quote_id": null,
"akkoma": {
"source": null
},
"in_reply_to_id": null,
"emojis": [],
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": null,
"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-11-21T12:35:58.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": "B0TDwqmxWasKKEnVJI",
"last_status_at": "2025-11-21",
"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": 226,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"tags": [],
"language": null,
"favourited": false,
"favourites_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/-TvUYzL6KaE",
"published": "2025-11-21T12:43:03Z",
"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/LwBUOvAklEs",
"published": "2025-11-21T12:43:03Z",
"summary": "<strong>strong</strong>",
"content": "See summary"
}
}
akkoma
{
"visibility": "public",
"replies_count": 0,
"bookmarked": false,
"pleroma": {
"content": {
"text/plain": "See summary"
},
"context": "http://pasture-one-actor/object/LwBUOvAklEs",
"conversation_id": 2047414090,
"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": "<strong>strong</strong>"
},
"thread_muted": false
},
"spoiler_text": "<strong>strong</strong>",
"uri": "http://pasture-one-actor/object/LwBUOvAklEs",
"quote": null,
"media_attachments": [],
"card": null,
"edited_at": null,
"id": "B0TEa1EYcjcu0wNpQ0",
"muted": false,
"emoji_reactions": [],
"in_reply_to_account_id": null,
"reblogged": false,
"created_at": "2025-11-21T12:43:03.000Z",
"text": null,
"reblogs_count": 0,
"pinned": false,
"url": "http://pasture-one-actor/object/LwBUOvAklEs",
"content": "See summary",
"reblog": null,
"application": null,
"mentions": [
{
"acct": "witch",
"id": "B0TDowPe9Kl5nAMTb6",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"poll": null,
"sensitive": false,
"quote_id": null,
"akkoma": {
"source": null
},
"in_reply_to_id": null,
"emojis": [],
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": null,
"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-11-21T12:35:58.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": "B0TDwqmxWasKKEnVJI",
"last_status_at": "2025-11-21",
"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": 227,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"tags": [],
"language": null,
"favourited": false,
"favourites_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/RP9VlneMKT8",
"published": "2025-11-21T12:43:04Z",
"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/4XtAvUOf_UM",
"published": "2025-11-21T12:43:04Z",
"summary": "<i>italic</i>",
"content": "See summary"
}
}
akkoma
{
"visibility": "public",
"replies_count": 0,
"bookmarked": false,
"pleroma": {
"content": {
"text/plain": "See summary"
},
"context": "http://pasture-one-actor/object/4XtAvUOf_UM",
"conversation_id": 2037630910,
"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": "<i>italic</i>"
},
"thread_muted": false
},
"spoiler_text": "<i>italic</i>",
"uri": "http://pasture-one-actor/object/4XtAvUOf_UM",
"quote": null,
"media_attachments": [],
"card": null,
"edited_at": null,
"id": "B0TEa4fxpIKcgoEG3M",
"muted": false,
"emoji_reactions": [],
"in_reply_to_account_id": null,
"reblogged": false,
"created_at": "2025-11-21T12:43:04.000Z",
"text": null,
"reblogs_count": 0,
"pinned": false,
"url": "http://pasture-one-actor/object/4XtAvUOf_UM",
"content": "See summary",
"reblog": null,
"application": null,
"mentions": [
{
"acct": "witch",
"id": "B0TDowPe9Kl5nAMTb6",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"poll": null,
"sensitive": false,
"quote_id": null,
"akkoma": {
"source": null
},
"in_reply_to_id": null,
"emojis": [],
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": null,
"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-11-21T12:35:58.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": "B0TDwqmxWasKKEnVJI",
"last_status_at": "2025-11-21",
"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": 228,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"tags": [],
"language": null,
"favourited": false,
"favourites_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/41w__XppAYY",
"published": "2025-11-21T12:43:04Z",
"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/0D-UJVdXN3s",
"published": "2025-11-21T12:43:04Z",
"summary": "<i>italic with.</i> See <a href=\"https://codeberg.org/helge/funfedidev/issues/142\">Issue 142</a>",
"content": "See summary"
}
}
akkoma
{
"visibility": "public",
"replies_count": 0,
"bookmarked": false,
"pleroma": {
"content": {
"text/plain": "See summary"
},
"context": "http://pasture-one-actor/object/0D-UJVdXN3s",
"conversation_id": 1923623268,
"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": "<i>italic with.</i> See <a href=\"https://codeberg.org/helge/funfedidev/issues/142\">Issue 142</a>"
},
"thread_muted": false
},
"spoiler_text": "<i>italic with.</i> See <a href=\"https://codeberg.org/helge/funfedidev/issues/142\">Issue 142</a>",
"uri": "http://pasture-one-actor/object/0D-UJVdXN3s",
"quote": null,
"media_attachments": [],
"card": null,
"edited_at": null,
"id": "B0TEa82lIzLn8Nv0VM",
"muted": false,
"emoji_reactions": [],
"in_reply_to_account_id": null,
"reblogged": false,
"created_at": "2025-11-21T12:43:04.000Z",
"text": null,
"reblogs_count": 0,
"pinned": false,
"url": "http://pasture-one-actor/object/0D-UJVdXN3s",
"content": "See summary",
"reblog": null,
"application": null,
"mentions": [
{
"acct": "witch",
"id": "B0TDowPe9Kl5nAMTb6",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"poll": null,
"sensitive": false,
"quote_id": null,
"akkoma": {
"source": null
},
"in_reply_to_id": null,
"emojis": [],
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": null,
"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-11-21T12:35:58.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": "B0TDwqmxWasKKEnVJI",
"last_status_at": "2025-11-21",
"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": 229,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"tags": [],
"language": null,
"favourited": false,
"favourites_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/0qSyPmla0hQ",
"published": "2025-11-21T12:43:05Z",
"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/aQxuGfu964U",
"published": "2025-11-21T12:43:05Z",
"summary": "<em>emphasis</em>",
"content": "See summary"
}
}
akkoma
{
"visibility": "public",
"replies_count": 0,
"bookmarked": false,
"pleroma": {
"content": {
"text/plain": "See summary"
},
"context": "http://pasture-one-actor/object/aQxuGfu964U",
"conversation_id": 934634920,
"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": "<em>emphasis</em>"
},
"thread_muted": false
},
"spoiler_text": "<em>emphasis</em>",
"uri": "http://pasture-one-actor/object/aQxuGfu964U",
"quote": null,
"media_attachments": [],
"card": null,
"edited_at": null,
"id": "B0TEaBO8rxEdVYwckK",
"muted": false,
"emoji_reactions": [],
"in_reply_to_account_id": null,
"reblogged": false,
"created_at": "2025-11-21T12:43:05.000Z",
"text": null,
"reblogs_count": 0,
"pinned": false,
"url": "http://pasture-one-actor/object/aQxuGfu964U",
"content": "See summary",
"reblog": null,
"application": null,
"mentions": [
{
"acct": "witch",
"id": "B0TDowPe9Kl5nAMTb6",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"poll": null,
"sensitive": false,
"quote_id": null,
"akkoma": {
"source": null
},
"in_reply_to_id": null,
"emojis": [],
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": null,
"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-11-21T12:35:58.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": "B0TDwqmxWasKKEnVJI",
"last_status_at": "2025-11-21",
"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": 230,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"tags": [],
"language": null,
"favourited": false,
"favourites_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/LHEbm8SW-wo",
"published": "2025-11-21T12:43:05Z",
"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/piTKs4gTBkE",
"published": "2025-11-21T12:43:05Z",
"summary": "<del>old</del><ins>new</ins>",
"content": "See summary"
}
}
akkoma
{
"visibility": "public",
"replies_count": 0,
"bookmarked": false,
"pleroma": {
"content": {
"text/plain": "See summary"
},
"context": "http://pasture-one-actor/object/piTKs4gTBkE",
"conversation_id": 1778507365,
"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": "<del>old</del><ins>new</ins>"
},
"thread_muted": false
},
"spoiler_text": "<del>old</del><ins>new</ins>",
"uri": "http://pasture-one-actor/object/piTKs4gTBkE",
"quote": null,
"media_attachments": [],
"card": null,
"edited_at": null,
"id": "B0TEaEqxzF4gFpSBai",
"muted": false,
"emoji_reactions": [],
"in_reply_to_account_id": null,
"reblogged": false,
"created_at": "2025-11-21T12:43:05.000Z",
"text": null,
"reblogs_count": 0,
"pinned": false,
"url": "http://pasture-one-actor/object/piTKs4gTBkE",
"content": "See summary",
"reblog": null,
"application": null,
"mentions": [
{
"acct": "witch",
"id": "B0TDowPe9Kl5nAMTb6",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"poll": null,
"sensitive": false,
"quote_id": null,
"akkoma": {
"source": null
},
"in_reply_to_id": null,
"emojis": [],
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": null,
"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-11-21T12:35:58.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": "B0TDwqmxWasKKEnVJI",
"last_status_at": "2025-11-21",
"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": 231,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"tags": [],
"language": null,
"favourited": false,
"favourites_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/5U3dGv7Xo18",
"published": "2025-11-21T12:43:06Z",
"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/6zCEZ8b3Y5A",
"published": "2025-11-21T12:43:06Z",
"summary": "<s>stricken</s>",
"content": "See summary"
}
}
akkoma
{
"visibility": "public",
"replies_count": 0,
"bookmarked": false,
"pleroma": {
"content": {
"text/plain": "See summary"
},
"context": "http://pasture-one-actor/object/6zCEZ8b3Y5A",
"conversation_id": 899550724,
"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": "<s>stricken</s>"
},
"thread_muted": false
},
"spoiler_text": "<s>stricken</s>",
"uri": "http://pasture-one-actor/object/6zCEZ8b3Y5A",
"quote": null,
"media_attachments": [],
"card": null,
"edited_at": null,
"id": "B0TEaIJR7qd8yznSsq",
"muted": false,
"emoji_reactions": [],
"in_reply_to_account_id": null,
"reblogged": false,
"created_at": "2025-11-21T12:43:06.000Z",
"text": null,
"reblogs_count": 0,
"pinned": false,
"url": "http://pasture-one-actor/object/6zCEZ8b3Y5A",
"content": "See summary",
"reblog": null,
"application": null,
"mentions": [
{
"acct": "witch",
"id": "B0TDowPe9Kl5nAMTb6",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"poll": null,
"sensitive": false,
"quote_id": null,
"akkoma": {
"source": null
},
"in_reply_to_id": null,
"emojis": [],
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": null,
"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-11-21T12:35:58.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": "B0TDwqmxWasKKEnVJI",
"last_status_at": "2025-11-21",
"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": 232,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"tags": [],
"language": null,
"favourited": false,
"favourites_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/gp8a2AA5shc",
"published": "2025-11-21T12:43:07Z",
"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/wRops6slB0c",
"published": "2025-11-21T12:43:07Z",
"summary": "<mark>mark</mark>",
"content": "See summary"
}
}
akkoma
{
"visibility": "public",
"replies_count": 0,
"bookmarked": false,
"pleroma": {
"content": {
"text/plain": "See summary"
},
"context": "http://pasture-one-actor/object/wRops6slB0c",
"conversation_id": 1100997224,
"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": "<mark>mark</mark>"
},
"thread_muted": false
},
"spoiler_text": "<mark>mark</mark>",
"uri": "http://pasture-one-actor/object/wRops6slB0c",
"quote": null,
"media_attachments": [],
"card": null,
"edited_at": null,
"id": "B0TEaLfAfUnZNGzMg4",
"muted": false,
"emoji_reactions": [],
"in_reply_to_account_id": null,
"reblogged": false,
"created_at": "2025-11-21T12:43:07.000Z",
"text": null,
"reblogs_count": 0,
"pinned": false,
"url": "http://pasture-one-actor/object/wRops6slB0c",
"content": "See summary",
"reblog": null,
"application": null,
"mentions": [
{
"acct": "witch",
"id": "B0TDowPe9Kl5nAMTb6",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"poll": null,
"sensitive": false,
"quote_id": null,
"akkoma": {
"source": null
},
"in_reply_to_id": null,
"emojis": [],
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": null,
"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-11-21T12:35:58.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": "B0TDwqmxWasKKEnVJI",
"last_status_at": "2025-11-21",
"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": 233,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"tags": [],
"language": null,
"favourited": false,
"favourites_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/bpm2NIwWgTE",
"published": "2025-11-21T12:43:07Z",
"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/bsjJ1l9eqIM",
"published": "2025-11-21T12:43:07Z",
"summary": "find <var>x</var> (a variable)",
"content": "See summary"
}
}
akkoma
{
"visibility": "public",
"replies_count": 0,
"bookmarked": false,
"pleroma": {
"content": {
"text/plain": "See summary"
},
"context": "http://pasture-one-actor/object/bsjJ1l9eqIM",
"conversation_id": 1979137263,
"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": "find <var>x</var> (a variable)"
},
"thread_muted": false
},
"spoiler_text": "find <var>x</var> (a variable)",
"uri": "http://pasture-one-actor/object/bsjJ1l9eqIM",
"quote": null,
"media_attachments": [],
"card": null,
"edited_at": null,
"id": "B0TEaOxMQK8BaYWQwi",
"muted": false,
"emoji_reactions": [],
"in_reply_to_account_id": null,
"reblogged": false,
"created_at": "2025-11-21T12:43:07.000Z",
"text": null,
"reblogs_count": 0,
"pinned": false,
"url": "http://pasture-one-actor/object/bsjJ1l9eqIM",
"content": "See summary",
"reblog": null,
"application": null,
"mentions": [
{
"acct": "witch",
"id": "B0TDowPe9Kl5nAMTb6",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"poll": null,
"sensitive": false,
"quote_id": null,
"akkoma": {
"source": null
},
"in_reply_to_id": null,
"emojis": [],
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": null,
"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-11-21T12:35:58.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": "B0TDwqmxWasKKEnVJI",
"last_status_at": "2025-11-21",
"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": 234,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"tags": [],
"language": null,
"favourited": false,
"favourites_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/QwBOYxjDIjI",
"published": "2025-11-21T12:43:08Z",
"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/E1pD_QPomFk",
"published": "2025-11-21T12:43:08Z",
"summary": "<ol><li>ordered</li></ol>",
"content": "See summary"
}
}
akkoma
{
"visibility": "public",
"replies_count": 0,
"bookmarked": false,
"pleroma": {
"content": {
"text/plain": "See summary"
},
"context": "http://pasture-one-actor/object/E1pD_QPomFk",
"conversation_id": 874561102,
"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": "<ol><li>ordered</li></ol>"
},
"thread_muted": false
},
"spoiler_text": "<ol><li>ordered</li></ol>",
"uri": "http://pasture-one-actor/object/E1pD_QPomFk",
"quote": null,
"media_attachments": [],
"card": null,
"edited_at": null,
"id": "B0TEaSHg3FAHuR3CWu",
"muted": false,
"emoji_reactions": [],
"in_reply_to_account_id": null,
"reblogged": false,
"created_at": "2025-11-21T12:43:08.000Z",
"text": null,
"reblogs_count": 0,
"pinned": false,
"url": "http://pasture-one-actor/object/E1pD_QPomFk",
"content": "See summary",
"reblog": null,
"application": null,
"mentions": [
{
"acct": "witch",
"id": "B0TDowPe9Kl5nAMTb6",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"poll": null,
"sensitive": false,
"quote_id": null,
"akkoma": {
"source": null
},
"in_reply_to_id": null,
"emojis": [],
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": null,
"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-11-21T12:35:58.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": "B0TDwqmxWasKKEnVJI",
"last_status_at": "2025-11-21",
"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": 235,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"tags": [],
"language": null,
"favourited": false,
"favourites_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/T8FQLp1vKaM",
"published": "2025-11-21T12:43:08Z",
"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/Yk3cbfJ2HwY",
"published": "2025-11-21T12:43:08Z",
"summary": "<ul><li>unordered</li></ul>",
"content": "See summary"
}
}
akkoma
{
"visibility": "public",
"replies_count": 0,
"bookmarked": false,
"pleroma": {
"content": {
"text/plain": "See summary"
},
"context": "http://pasture-one-actor/object/Yk3cbfJ2HwY",
"conversation_id": 1504105388,
"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": "<ul><li>unordered</li></ul>"
},
"thread_muted": false
},
"spoiler_text": "<ul><li>unordered</li></ul>",
"uri": "http://pasture-one-actor/object/Yk3cbfJ2HwY",
"quote": null,
"media_attachments": [],
"card": null,
"edited_at": null,
"id": "B0TEaVhJMOS6Uo4DOy",
"muted": false,
"emoji_reactions": [],
"in_reply_to_account_id": null,
"reblogged": false,
"created_at": "2025-11-21T12:43:08.000Z",
"text": null,
"reblogs_count": 0,
"pinned": false,
"url": "http://pasture-one-actor/object/Yk3cbfJ2HwY",
"content": "See summary",
"reblog": null,
"application": null,
"mentions": [
{
"acct": "witch",
"id": "B0TDowPe9Kl5nAMTb6",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"poll": null,
"sensitive": false,
"quote_id": null,
"akkoma": {
"source": null
},
"in_reply_to_id": null,
"emojis": [],
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": null,
"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-11-21T12:35:58.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": "B0TDwqmxWasKKEnVJI",
"last_status_at": "2025-11-21",
"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": 236,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"tags": [],
"language": null,
"favourited": false,
"favourites_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/PKT_Dvl5bOM",
"published": "2025-11-21T12:43:09Z",
"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/furT9VuXuAc",
"published": "2025-11-21T12:43:09Z",
"summary": "<h1>h1</h1>",
"content": "See summary"
}
}
akkoma
{
"visibility": "public",
"replies_count": 0,
"bookmarked": false,
"pleroma": {
"content": {
"text/plain": "See summary"
},
"context": "http://pasture-one-actor/object/furT9VuXuAc",
"conversation_id": 743648473,
"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": "<h1>h1</h1>"
},
"thread_muted": false
},
"spoiler_text": "<h1>h1</h1>",
"uri": "http://pasture-one-actor/object/furT9VuXuAc",
"quote": null,
"media_attachments": [],
"card": null,
"edited_at": null,
"id": "B0TEaYy5CUeOdgw9Sa",
"muted": false,
"emoji_reactions": [],
"in_reply_to_account_id": null,
"reblogged": false,
"created_at": "2025-11-21T12:43:09.000Z",
"text": null,
"reblogs_count": 0,
"pinned": false,
"url": "http://pasture-one-actor/object/furT9VuXuAc",
"content": "See summary",
"reblog": null,
"application": null,
"mentions": [
{
"acct": "witch",
"id": "B0TDowPe9Kl5nAMTb6",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"poll": null,
"sensitive": false,
"quote_id": null,
"akkoma": {
"source": null
},
"in_reply_to_id": null,
"emojis": [],
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": null,
"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-11-21T12:35:58.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": "B0TDwqmxWasKKEnVJI",
"last_status_at": "2025-11-21",
"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": 237,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"tags": [],
"language": null,
"favourited": false,
"favourites_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/Mk6opvEhDkk",
"published": "2025-11-21T12:43:10Z",
"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/w2R4U325E08",
"published": "2025-11-21T12:43:10Z",
"summary": "<h2>h2</h2>",
"content": "See summary"
}
}
akkoma
{
"visibility": "public",
"replies_count": 0,
"bookmarked": false,
"pleroma": {
"content": {
"text/plain": "See summary"
},
"context": "http://pasture-one-actor/object/w2R4U325E08",
"conversation_id": 873545655,
"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": "<h2>h2</h2>"
},
"thread_muted": false
},
"spoiler_text": "<h2>h2</h2>",
"uri": "http://pasture-one-actor/object/w2R4U325E08",
"quote": null,
"media_attachments": [],
"card": null,
"edited_at": null,
"id": "B0TEacBfESIScgJXXs",
"muted": false,
"emoji_reactions": [],
"in_reply_to_account_id": null,
"reblogged": false,
"created_at": "2025-11-21T12:43:10.000Z",
"text": null,
"reblogs_count": 0,
"pinned": false,
"url": "http://pasture-one-actor/object/w2R4U325E08",
"content": "See summary",
"reblog": null,
"application": null,
"mentions": [
{
"acct": "witch",
"id": "B0TDowPe9Kl5nAMTb6",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"poll": null,
"sensitive": false,
"quote_id": null,
"akkoma": {
"source": null
},
"in_reply_to_id": null,
"emojis": [],
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": null,
"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-11-21T12:35:58.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": "B0TDwqmxWasKKEnVJI",
"last_status_at": "2025-11-21",
"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": 238,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"tags": [],
"language": null,
"favourited": false,
"favourites_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/KQbmwo_IxFg",
"published": "2025-11-21T12:43:10Z",
"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/awweWt7uGh4",
"published": "2025-11-21T12:43:10Z",
"summary": "<h3>h3</h3>",
"content": "See summary"
}
}
akkoma
{
"visibility": "public",
"replies_count": 0,
"bookmarked": false,
"pleroma": {
"content": {
"text/plain": "See summary"
},
"context": "http://pasture-one-actor/object/awweWt7uGh4",
"conversation_id": 1968011974,
"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": "<h3>h3</h3>"
},
"thread_muted": false
},
"spoiler_text": "<h3>h3</h3>",
"uri": "http://pasture-one-actor/object/awweWt7uGh4",
"quote": null,
"media_attachments": [],
"card": null,
"edited_at": null,
"id": "B0TEafZscsRx8efQCu",
"muted": false,
"emoji_reactions": [],
"in_reply_to_account_id": null,
"reblogged": false,
"created_at": "2025-11-21T12:43:10.000Z",
"text": null,
"reblogs_count": 0,
"pinned": false,
"url": "http://pasture-one-actor/object/awweWt7uGh4",
"content": "See summary",
"reblog": null,
"application": null,
"mentions": [
{
"acct": "witch",
"id": "B0TDowPe9Kl5nAMTb6",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"poll": null,
"sensitive": false,
"quote_id": null,
"akkoma": {
"source": null
},
"in_reply_to_id": null,
"emojis": [],
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": null,
"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-11-21T12:35:58.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": "B0TDwqmxWasKKEnVJI",
"last_status_at": "2025-11-21",
"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": 239,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"tags": [],
"language": null,
"favourited": false,
"favourites_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/W8sGdaUs9Os",
"published": "2025-11-21T12:43:11Z",
"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/RYJhdNoZJkI",
"published": "2025-11-21T12:43:11Z",
"summary": "<h4>h4</h4>",
"content": "See summary"
}
}
akkoma
{
"visibility": "public",
"replies_count": 0,
"bookmarked": false,
"pleroma": {
"content": {
"text/plain": "See summary"
},
"context": "http://pasture-one-actor/object/RYJhdNoZJkI",
"conversation_id": 271793051,
"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": "<h4>h4</h4>"
},
"thread_muted": false
},
"spoiler_text": "<h4>h4</h4>",
"uri": "http://pasture-one-actor/object/RYJhdNoZJkI",
"quote": null,
"media_attachments": [],
"card": null,
"edited_at": null,
"id": "B0TEaiqeSyeFHXXMGW",
"muted": false,
"emoji_reactions": [],
"in_reply_to_account_id": null,
"reblogged": false,
"created_at": "2025-11-21T12:43:11.000Z",
"text": null,
"reblogs_count": 0,
"pinned": false,
"url": "http://pasture-one-actor/object/RYJhdNoZJkI",
"content": "See summary",
"reblog": null,
"application": null,
"mentions": [
{
"acct": "witch",
"id": "B0TDowPe9Kl5nAMTb6",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"poll": null,
"sensitive": false,
"quote_id": null,
"akkoma": {
"source": null
},
"in_reply_to_id": null,
"emojis": [],
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": null,
"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-11-21T12:35:58.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": "B0TDwqmxWasKKEnVJI",
"last_status_at": "2025-11-21",
"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": 240,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"tags": [],
"language": null,
"favourited": false,
"favourites_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/ZPevKPM9Rj8",
"published": "2025-11-21T12:43:11Z",
"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/aZx_lbMFmfA",
"published": "2025-11-21T12:43:11Z",
"summary": "<h5>h5</h5>",
"content": "See summary"
}
}
akkoma
{
"visibility": "public",
"replies_count": 0,
"bookmarked": false,
"pleroma": {
"content": {
"text/plain": "See summary"
},
"context": "http://pasture-one-actor/object/aZx_lbMFmfA",
"conversation_id": 561751750,
"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": "<h5>h5</h5>"
},
"thread_muted": false
},
"spoiler_text": "<h5>h5</h5>",
"uri": "http://pasture-one-actor/object/aZx_lbMFmfA",
"quote": null,
"media_attachments": [],
"card": null,
"edited_at": null,
"id": "B0TEamJpYwls2uDCfA",
"muted": false,
"emoji_reactions": [],
"in_reply_to_account_id": null,
"reblogged": false,
"created_at": "2025-11-21T12:43:11.000Z",
"text": null,
"reblogs_count": 0,
"pinned": false,
"url": "http://pasture-one-actor/object/aZx_lbMFmfA",
"content": "See summary",
"reblog": null,
"application": null,
"mentions": [
{
"acct": "witch",
"id": "B0TDowPe9Kl5nAMTb6",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"poll": null,
"sensitive": false,
"quote_id": null,
"akkoma": {
"source": null
},
"in_reply_to_id": null,
"emojis": [],
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": null,
"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-11-21T12:35:58.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": "B0TDwqmxWasKKEnVJI",
"last_status_at": "2025-11-21",
"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": 241,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"tags": [],
"language": null,
"favourited": false,
"favourites_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/Q9ZszUzH6_E",
"published": "2025-11-21T12:43:12Z",
"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/wQothGyXpXo",
"published": "2025-11-21T12:43:12Z",
"summary": "<h1>h1</h1><h2>h2</h2>",
"content": "See summary"
}
}
akkoma
{
"visibility": "public",
"replies_count": 0,
"bookmarked": false,
"pleroma": {
"content": {
"text/plain": "See summary"
},
"context": "http://pasture-one-actor/object/wQothGyXpXo",
"conversation_id": 1036102380,
"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": "<h1>h1</h1><h2>h2</h2>"
},
"thread_muted": false
},
"spoiler_text": "<h1>h1</h1><h2>h2</h2>",
"uri": "http://pasture-one-actor/object/wQothGyXpXo",
"quote": null,
"media_attachments": [],
"card": null,
"edited_at": null,
"id": "B0TEapxI2h7LK9hG5I",
"muted": false,
"emoji_reactions": [],
"in_reply_to_account_id": null,
"reblogged": false,
"created_at": "2025-11-21T12:43:12.000Z",
"text": null,
"reblogs_count": 0,
"pinned": false,
"url": "http://pasture-one-actor/object/wQothGyXpXo",
"content": "See summary",
"reblog": null,
"application": null,
"mentions": [
{
"acct": "witch",
"id": "B0TDowPe9Kl5nAMTb6",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"poll": null,
"sensitive": false,
"quote_id": null,
"akkoma": {
"source": null
},
"in_reply_to_id": null,
"emojis": [],
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": null,
"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-11-21T12:35:58.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": "B0TDwqmxWasKKEnVJI",
"last_status_at": "2025-11-21",
"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": 242,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"tags": [],
"language": null,
"favourited": false,
"favourites_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/zPA8DjQnHXE",
"published": "2025-11-21T12:43:12Z",
"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/iwsnPbVEE7Y",
"published": "2025-11-21T12:43:12Z",
"summary": "<code>code</code>",
"content": "See summary"
}
}
akkoma
{
"visibility": "public",
"replies_count": 0,
"bookmarked": false,
"pleroma": {
"content": {
"text/plain": "See summary"
},
"context": "http://pasture-one-actor/object/iwsnPbVEE7Y",
"conversation_id": 117254045,
"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": "<code>code</code>"
},
"thread_muted": false
},
"spoiler_text": "<code>code</code>",
"uri": "http://pasture-one-actor/object/iwsnPbVEE7Y",
"quote": null,
"media_attachments": [],
"card": null,
"edited_at": null,
"id": "B0TEatAW5yTpI2uMcK",
"muted": false,
"emoji_reactions": [],
"in_reply_to_account_id": null,
"reblogged": false,
"created_at": "2025-11-21T12:43:12.000Z",
"text": null,
"reblogs_count": 0,
"pinned": false,
"url": "http://pasture-one-actor/object/iwsnPbVEE7Y",
"content": "See summary",
"reblog": null,
"application": null,
"mentions": [
{
"acct": "witch",
"id": "B0TDowPe9Kl5nAMTb6",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"poll": null,
"sensitive": false,
"quote_id": null,
"akkoma": {
"source": null
},
"in_reply_to_id": null,
"emojis": [],
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": null,
"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-11-21T12:35:58.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": "B0TDwqmxWasKKEnVJI",
"last_status_at": "2025-11-21",
"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": 243,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"tags": [],
"language": null,
"favourited": false,
"favourites_count": 0
}
Example 19¶
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/olb9NcbKgiY",
"published": "2025-11-21T12:43:13Z",
"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/ZHWzMYyde8Q",
"published": "2025-11-21T12:43:13Z",
"summary": "<pre>pre</pre>",
"content": "See summary"
}
}
akkoma
{
"visibility": "public",
"replies_count": 0,
"bookmarked": false,
"pleroma": {
"content": {
"text/plain": "See summary"
},
"context": "http://pasture-one-actor/object/ZHWzMYyde8Q",
"conversation_id": 197433272,
"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": "<pre>pre</pre>"
},
"thread_muted": false
},
"spoiler_text": "<pre>pre</pre>",
"uri": "http://pasture-one-actor/object/ZHWzMYyde8Q",
"quote": null,
"media_attachments": [],
"card": null,
"edited_at": null,
"id": "B0TEawT3pU61WQbiRE",
"muted": false,
"emoji_reactions": [],
"in_reply_to_account_id": null,
"reblogged": false,
"created_at": "2025-11-21T12:43:13.000Z",
"text": null,
"reblogs_count": 0,
"pinned": false,
"url": "http://pasture-one-actor/object/ZHWzMYyde8Q",
"content": "See summary",
"reblog": null,
"application": null,
"mentions": [
{
"acct": "witch",
"id": "B0TDowPe9Kl5nAMTb6",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"poll": null,
"sensitive": false,
"quote_id": null,
"akkoma": {
"source": null
},
"in_reply_to_id": null,
"emojis": [],
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": null,
"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-11-21T12:35:58.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": "B0TDwqmxWasKKEnVJI",
"last_status_at": "2025-11-21",
"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": 244,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"tags": [],
"language": null,
"favourited": false,
"favourites_count": 0
}
Example 20¶
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/37rUFVXAX_E",
"published": "2025-11-21T12:43:14Z",
"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/uB8hi3W2O9Y",
"published": "2025-11-21T12:43:14Z",
"summary": "<blockquote>blockquote</blockquote>",
"content": "See summary"
}
}
akkoma
{
"visibility": "public",
"replies_count": 0,
"bookmarked": false,
"pleroma": {
"content": {
"text/plain": "See summary"
},
"context": "http://pasture-one-actor/object/uB8hi3W2O9Y",
"conversation_id": 349605550,
"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": "<blockquote>blockquote</blockquote>"
},
"thread_muted": false
},
"spoiler_text": "<blockquote>blockquote</blockquote>",
"uri": "http://pasture-one-actor/object/uB8hi3W2O9Y",
"quote": null,
"media_attachments": [],
"card": null,
"edited_at": null,
"id": "B0TEazkBeGZtgPdw36",
"muted": false,
"emoji_reactions": [],
"in_reply_to_account_id": null,
"reblogged": false,
"created_at": "2025-11-21T12:43:14.000Z",
"text": null,
"reblogs_count": 0,
"pinned": false,
"url": "http://pasture-one-actor/object/uB8hi3W2O9Y",
"content": "See summary",
"reblog": null,
"application": null,
"mentions": [
{
"acct": "witch",
"id": "B0TDowPe9Kl5nAMTb6",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"poll": null,
"sensitive": false,
"quote_id": null,
"akkoma": {
"source": null
},
"in_reply_to_id": null,
"emojis": [],
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": null,
"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-11-21T12:35:58.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": "B0TDwqmxWasKKEnVJI",
"last_status_at": "2025-11-21",
"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": 245,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"tags": [],
"language": null,
"favourited": false,
"favourites_count": 0
}
Example 21¶
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/OfQ89xaRbaE",
"published": "2025-11-21T12:43:14Z",
"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/cqBa_lXrJAs",
"published": "2025-11-21T12:43:14Z",
"summary": "line<br/>break",
"content": "See summary"
}
}
akkoma
{
"visibility": "public",
"replies_count": 0,
"bookmarked": false,
"pleroma": {
"content": {
"text/plain": "See summary"
},
"context": "http://pasture-one-actor/object/cqBa_lXrJAs",
"conversation_id": 1043002904,
"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": "line<br/>break"
},
"thread_muted": false
},
"spoiler_text": "line<br/>break",
"uri": "http://pasture-one-actor/object/cqBa_lXrJAs",
"quote": null,
"media_attachments": [],
"card": null,
"edited_at": null,
"id": "B0TEb2zBaxMHjngSLQ",
"muted": false,
"emoji_reactions": [],
"in_reply_to_account_id": null,
"reblogged": false,
"created_at": "2025-11-21T12:43:14.000Z",
"text": null,
"reblogs_count": 0,
"pinned": false,
"url": "http://pasture-one-actor/object/cqBa_lXrJAs",
"content": "See summary",
"reblog": null,
"application": null,
"mentions": [
{
"acct": "witch",
"id": "B0TDowPe9Kl5nAMTb6",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"poll": null,
"sensitive": false,
"quote_id": null,
"akkoma": {
"source": null
},
"in_reply_to_id": null,
"emojis": [],
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": null,
"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-11-21T12:35:58.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": "B0TDwqmxWasKKEnVJI",
"last_status_at": "2025-11-21",
"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": 246,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"tags": [],
"language": null,
"favourited": false,
"favourites_count": 0
}
Example 22¶
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/KGu5YtQncPw",
"published": "2025-11-21T12:43:15Z",
"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/6VSv_D4j3iY",
"published": "2025-11-21T12:43:15Z",
"summary": "<p>paragraph</p>",
"content": "See summary"
}
}
akkoma
{
"visibility": "public",
"replies_count": 0,
"bookmarked": false,
"pleroma": {
"content": {
"text/plain": "See summary"
},
"context": "http://pasture-one-actor/object/6VSv_D4j3iY",
"conversation_id": 684828435,
"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": "<p>paragraph</p>"
},
"thread_muted": false
},
"spoiler_text": "<p>paragraph</p>",
"uri": "http://pasture-one-actor/object/6VSv_D4j3iY",
"quote": null,
"media_attachments": [],
"card": null,
"edited_at": null,
"id": "B0TEb6FbSNGzraO6qm",
"muted": false,
"emoji_reactions": [],
"in_reply_to_account_id": null,
"reblogged": false,
"created_at": "2025-11-21T12:43:15.000Z",
"text": null,
"reblogs_count": 0,
"pinned": false,
"url": "http://pasture-one-actor/object/6VSv_D4j3iY",
"content": "See summary",
"reblog": null,
"application": null,
"mentions": [
{
"acct": "witch",
"id": "B0TDowPe9Kl5nAMTb6",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"poll": null,
"sensitive": false,
"quote_id": null,
"akkoma": {
"source": null
},
"in_reply_to_id": null,
"emojis": [],
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": null,
"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-11-21T12:35:58.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": "B0TDwqmxWasKKEnVJI",
"last_status_at": "2025-11-21",
"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": 247,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"tags": [],
"language": null,
"favourited": false,
"favourites_count": 0
}
Example 23¶
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/0ccrIaJUDuM",
"published": "2025-11-21T12:43:15Z",
"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/7dyUG46nU7E",
"published": "2025-11-21T12:43:15Z",
"summary": "<small>small</small>",
"content": "See summary"
}
}
akkoma
{
"visibility": "public",
"replies_count": 0,
"bookmarked": false,
"pleroma": {
"content": {
"text/plain": "See summary"
},
"context": "http://pasture-one-actor/object/7dyUG46nU7E",
"conversation_id": 867026694,
"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": "<small>small</small>"
},
"thread_muted": false
},
"spoiler_text": "<small>small</small>",
"uri": "http://pasture-one-actor/object/7dyUG46nU7E",
"quote": null,
"media_attachments": [],
"card": null,
"edited_at": null,
"id": "B0TEb9az1L9qElPj5k",
"muted": false,
"emoji_reactions": [],
"in_reply_to_account_id": null,
"reblogged": false,
"created_at": "2025-11-21T12:43:15.000Z",
"text": null,
"reblogs_count": 0,
"pinned": false,
"url": "http://pasture-one-actor/object/7dyUG46nU7E",
"content": "See summary",
"reblog": null,
"application": null,
"mentions": [
{
"acct": "witch",
"id": "B0TDowPe9Kl5nAMTb6",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"poll": null,
"sensitive": false,
"quote_id": null,
"akkoma": {
"source": null
},
"in_reply_to_id": null,
"emojis": [],
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": null,
"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-11-21T12:35:58.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": "B0TDwqmxWasKKEnVJI",
"last_status_at": "2025-11-21",
"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": 248,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"tags": [],
"language": null,
"favourited": false,
"favourites_count": 0
}
Example 24¶
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/I_N32vXWb10",
"published": "2025-11-21T12:43:16Z",
"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/hKRhndlAjpk",
"published": "2025-11-21T12:43:16Z",
"summary": "<sup>sup</sup>",
"content": "See summary"
}
}
akkoma
{
"visibility": "public",
"replies_count": 0,
"bookmarked": false,
"pleroma": {
"content": {
"text/plain": "See summary"
},
"context": "http://pasture-one-actor/object/hKRhndlAjpk",
"conversation_id": 1750173297,
"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": "<sup>sup</sup>"
},
"thread_muted": false
},
"spoiler_text": "<sup>sup</sup>",
"uri": "http://pasture-one-actor/object/hKRhndlAjpk",
"quote": null,
"media_attachments": [],
"card": null,
"edited_at": null,
"id": "B0TEbDBbfdEfNDZW5o",
"muted": false,
"emoji_reactions": [],
"in_reply_to_account_id": null,
"reblogged": false,
"created_at": "2025-11-21T12:43:16.000Z",
"text": null,
"reblogs_count": 0,
"pinned": false,
"url": "http://pasture-one-actor/object/hKRhndlAjpk",
"content": "See summary",
"reblog": null,
"application": null,
"mentions": [
{
"acct": "witch",
"id": "B0TDowPe9Kl5nAMTb6",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"poll": null,
"sensitive": false,
"quote_id": null,
"akkoma": {
"source": null
},
"in_reply_to_id": null,
"emojis": [],
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": null,
"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-11-21T12:35:58.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": "B0TDwqmxWasKKEnVJI",
"last_status_at": "2025-11-21",
"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": 249,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"tags": [],
"language": null,
"favourited": false,
"favourites_count": 0
}
Example 25¶
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/mxY7tNdA954",
"published": "2025-11-21T12:43:17Z",
"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/cRN3uuXkhbQ",
"published": "2025-11-21T12:43:17Z",
"summary": "<sub>sub</sub>",
"content": "See summary"
}
}
akkoma
{
"visibility": "public",
"replies_count": 0,
"bookmarked": false,
"pleroma": {
"content": {
"text/plain": "See summary"
},
"context": "http://pasture-one-actor/object/cRN3uuXkhbQ",
"conversation_id": 1500692731,
"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": "<sub>sub</sub>"
},
"thread_muted": false
},
"spoiler_text": "<sub>sub</sub>",
"uri": "http://pasture-one-actor/object/cRN3uuXkhbQ",
"quote": null,
"media_attachments": [],
"card": null,
"edited_at": null,
"id": "B0TEbGdipYVY5HkVpg",
"muted": false,
"emoji_reactions": [],
"in_reply_to_account_id": null,
"reblogged": false,
"created_at": "2025-11-21T12:43:17.000Z",
"text": null,
"reblogs_count": 0,
"pinned": false,
"url": "http://pasture-one-actor/object/cRN3uuXkhbQ",
"content": "See summary",
"reblog": null,
"application": null,
"mentions": [
{
"acct": "witch",
"id": "B0TDowPe9Kl5nAMTb6",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"poll": null,
"sensitive": false,
"quote_id": null,
"akkoma": {
"source": null
},
"in_reply_to_id": null,
"emojis": [],
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": null,
"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-11-21T12:35:58.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": "B0TDwqmxWasKKEnVJI",
"last_status_at": "2025-11-21",
"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": 250,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"tags": [],
"language": null,
"favourited": false,
"favourites_count": 0
}
Example 26¶
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/MOrMPMI1qkk",
"published": "2025-11-21T12:43:17Z",
"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/qlgeJzz66Hg",
"published": "2025-11-21T12:43:17Z",
"summary": "<a href='https://funfedi.dev'>funfedi</a>",
"content": "See summary"
}
}
akkoma
{
"visibility": "public",
"replies_count": 0,
"bookmarked": false,
"pleroma": {
"content": {
"text/plain": "See summary"
},
"context": "http://pasture-one-actor/object/qlgeJzz66Hg",
"conversation_id": 253843389,
"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": "<a href='https://funfedi.dev'>funfedi</a>"
},
"thread_muted": false
},
"spoiler_text": "<a href='https://funfedi.dev'>funfedi</a>",
"uri": "http://pasture-one-actor/object/qlgeJzz66Hg",
"quote": null,
"media_attachments": [],
"card": null,
"edited_at": null,
"id": "B0TEbKGpKcZRLR4HhY",
"muted": false,
"emoji_reactions": [],
"in_reply_to_account_id": null,
"reblogged": false,
"created_at": "2025-11-21T12:43:17.000Z",
"text": null,
"reblogs_count": 0,
"pinned": false,
"url": "http://pasture-one-actor/object/qlgeJzz66Hg",
"content": "See summary",
"reblog": null,
"application": null,
"mentions": [
{
"acct": "witch",
"id": "B0TDowPe9Kl5nAMTb6",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"poll": null,
"sensitive": false,
"quote_id": null,
"akkoma": {
"source": null
},
"in_reply_to_id": null,
"emojis": [],
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": null,
"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-11-21T12:35:58.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": "B0TDwqmxWasKKEnVJI",
"last_status_at": "2025-11-21",
"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": 251,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"tags": [],
"language": null,
"favourited": false,
"favourites_count": 0
}
Example 27¶
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/v3NMck5QfBM",
"published": "2025-11-21T12:43:18Z",
"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/C0vVr8GCtZo",
"published": "2025-11-21T12:43:18Z",
"summary": "<script>alert('hi');</script>",
"content": "See summary"
}
}
akkoma
{
"visibility": "public",
"replies_count": 0,
"bookmarked": false,
"pleroma": {
"content": {
"text/plain": "See summary"
},
"context": "http://pasture-one-actor/object/C0vVr8GCtZo",
"conversation_id": 898305166,
"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": "<script>alert('hi');</script>"
},
"thread_muted": false
},
"spoiler_text": "<script>alert('hi');</script>",
"uri": "http://pasture-one-actor/object/C0vVr8GCtZo",
"quote": null,
"media_attachments": [],
"card": null,
"edited_at": null,
"id": "B0TEbNWXEfuzR1RN6O",
"muted": false,
"emoji_reactions": [],
"in_reply_to_account_id": null,
"reblogged": false,
"created_at": "2025-11-21T12:43:18.000Z",
"text": null,
"reblogs_count": 0,
"pinned": false,
"url": "http://pasture-one-actor/object/C0vVr8GCtZo",
"content": "See summary",
"reblog": null,
"application": null,
"mentions": [
{
"acct": "witch",
"id": "B0TDowPe9Kl5nAMTb6",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"poll": null,
"sensitive": false,
"quote_id": null,
"akkoma": {
"source": null
},
"in_reply_to_id": null,
"emojis": [],
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": null,
"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-11-21T12:35:58.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": "B0TDwqmxWasKKEnVJI",
"last_status_at": "2025-11-21",
"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": 252,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"tags": [],
"language": null,
"favourited": false,
"favourites_count": 0
}
Example 28¶
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/QsJtHZ2_AF4",
"published": "2025-11-21T12:43:18Z",
"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/7ZVNEyP6IE0",
"published": "2025-11-21T12:43:18Z",
"summary": "<img src=\"http://pasture-one-actor/assets/nlnet.png\" alt=\"NLNET Logo\" />",
"content": "See summary"
}
}
akkoma
{
"visibility": "public",
"replies_count": 0,
"bookmarked": false,
"pleroma": {
"content": {
"text/plain": "See summary"
},
"context": "http://pasture-one-actor/object/7ZVNEyP6IE0",
"conversation_id": 767982698,
"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": "<img src=\"http://pasture-one-actor/assets/nlnet.png\" alt=\"NLNET Logo\" />"
},
"thread_muted": false
},
"spoiler_text": "<img src=\"http://pasture-one-actor/assets/nlnet.png\" alt=\"NLNET Logo\" />",
"uri": "http://pasture-one-actor/object/7ZVNEyP6IE0",
"quote": null,
"media_attachments": [],
"card": null,
"edited_at": null,
"id": "B0TEbQq8uENvihdZa4",
"muted": false,
"emoji_reactions": [],
"in_reply_to_account_id": null,
"reblogged": false,
"created_at": "2025-11-21T12:43:18.000Z",
"text": null,
"reblogs_count": 0,
"pinned": false,
"url": "http://pasture-one-actor/object/7ZVNEyP6IE0",
"content": "See summary",
"reblog": null,
"application": null,
"mentions": [
{
"acct": "witch",
"id": "B0TDowPe9Kl5nAMTb6",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"poll": null,
"sensitive": false,
"quote_id": null,
"akkoma": {
"source": null
},
"in_reply_to_id": null,
"emojis": [],
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": null,
"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-11-21T12:35:58.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": "B0TDwqmxWasKKEnVJI",
"last_status_at": "2025-11-21",
"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": 253,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"tags": [],
"language": null,
"favourited": false,
"favourites_count": 0
}
Example 29¶
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/CgEOj4BdQ-I",
"published": "2025-11-21T12:43:19Z",
"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/nfRxv_fyyjU",
"published": "2025-11-21T12:43:19Z",
"summary": "wbr: Fernstra\u00dfen<wbr />bau<wbr />privat<wbr />finanzierungs<wbr />gesetz",
"content": "See summary"
}
}
akkoma
{
"visibility": "public",
"replies_count": 0,
"bookmarked": false,
"pleroma": {
"content": {
"text/plain": "See summary"
},
"context": "http://pasture-one-actor/object/nfRxv_fyyjU",
"conversation_id": 1819533832,
"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": "wbr: Fernstra\u00dfen<wbr />bau<wbr />privat<wbr />finanzierungs<wbr />gesetz"
},
"thread_muted": false
},
"spoiler_text": "wbr: Fernstra\u00dfen<wbr />bau<wbr />privat<wbr />finanzierungs<wbr />gesetz",
"uri": "http://pasture-one-actor/object/nfRxv_fyyjU",
"quote": null,
"media_attachments": [],
"card": null,
"edited_at": null,
"id": "B0TEbU7ygNQxut0MIS",
"muted": false,
"emoji_reactions": [],
"in_reply_to_account_id": null,
"reblogged": false,
"created_at": "2025-11-21T12:43:19.000Z",
"text": null,
"reblogs_count": 0,
"pinned": false,
"url": "http://pasture-one-actor/object/nfRxv_fyyjU",
"content": "See summary",
"reblog": null,
"application": null,
"mentions": [
{
"acct": "witch",
"id": "B0TDowPe9Kl5nAMTb6",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"poll": null,
"sensitive": false,
"quote_id": null,
"akkoma": {
"source": null
},
"in_reply_to_id": null,
"emojis": [],
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": null,
"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-11-21T12:35:58.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": "B0TDwqmxWasKKEnVJI",
"last_status_at": "2025-11-21",
"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": 254,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"tags": [],
"language": null,
"favourited": false,
"favourites_count": 0
}
Example 30¶
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/HtTMRhzJVb0",
"published": "2025-11-21T12:43:20Z",
"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/D4GMcDcrbA8",
"published": "2025-11-21T12:43:20Z",
"summary": "Audio <audio controls src=\"http://pasture-one-actor/assets/cow_moo.mp3\"></audio>",
"content": "See summary"
}
}
akkoma
{
"visibility": "public",
"replies_count": 0,
"bookmarked": false,
"pleroma": {
"content": {
"text/plain": "See summary"
},
"context": "http://pasture-one-actor/object/D4GMcDcrbA8",
"conversation_id": 147709012,
"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": "Audio <audio controls src=\"http://pasture-one-actor/assets/cow_moo.mp3\"></audio>"
},
"thread_muted": false
},
"spoiler_text": "Audio <audio controls src=\"http://pasture-one-actor/assets/cow_moo.mp3\"></audio>",
"uri": "http://pasture-one-actor/object/D4GMcDcrbA8",
"quote": null,
"media_attachments": [],
"card": null,
"edited_at": null,
"id": "B0TEbXmV6AdBFQzGNM",
"muted": false,
"emoji_reactions": [],
"in_reply_to_account_id": null,
"reblogged": false,
"created_at": "2025-11-21T12:43:20.000Z",
"text": null,
"reblogs_count": 0,
"pinned": false,
"url": "http://pasture-one-actor/object/D4GMcDcrbA8",
"content": "See summary",
"reblog": null,
"application": null,
"mentions": [
{
"acct": "witch",
"id": "B0TDowPe9Kl5nAMTb6",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"poll": null,
"sensitive": false,
"quote_id": null,
"akkoma": {
"source": null
},
"in_reply_to_id": null,
"emojis": [],
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": null,
"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-11-21T12:35:58.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": "B0TDwqmxWasKKEnVJI",
"last_status_at": "2025-11-21",
"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": 255,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"tags": [],
"language": null,
"favourited": false,
"favourites_count": 0
}
Example 31¶
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/OOx29sn7eM8",
"published": "2025-11-21T12:43:20Z",
"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/zW-f2VQ6pKo",
"published": "2025-11-21T12:43:20Z",
"summary": "Video <video controls width=\"250\">\n <source src=\"http://pasture-one-actor/assets/cow_eating.mp4\" type=\"video/mp4\" />\n Video of a cow eating</video>",
"content": "See summary"
}
}
akkoma
{
"visibility": "public",
"replies_count": 0,
"bookmarked": false,
"pleroma": {
"content": {
"text/plain": "See summary"
},
"context": "http://pasture-one-actor/object/zW-f2VQ6pKo",
"conversation_id": 825837787,
"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": "Video <video controls width=\"250\">\n <source src=\"http://pasture-one-actor/assets/cow_eating.mp4\" type=\"video/mp4\" />\n Video of a cow eating</video>"
},
"thread_muted": false
},
"spoiler_text": "Video <video controls width=\"250\">\n <source src=\"http://pasture-one-actor/assets/cow_eating.mp4\" type=\"video/mp4\" />\n Video of a cow eating</video>",
"uri": "http://pasture-one-actor/object/zW-f2VQ6pKo",
"quote": null,
"media_attachments": [],
"card": null,
"edited_at": null,
"id": "B0TEbbOBgVYkRBdu2C",
"muted": false,
"emoji_reactions": [],
"in_reply_to_account_id": null,
"reblogged": false,
"created_at": "2025-11-21T12:43:20.000Z",
"text": null,
"reblogs_count": 0,
"pinned": false,
"url": "http://pasture-one-actor/object/zW-f2VQ6pKo",
"content": "See summary",
"reblog": null,
"application": null,
"mentions": [
{
"acct": "witch",
"id": "B0TDowPe9Kl5nAMTb6",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"poll": null,
"sensitive": false,
"quote_id": null,
"akkoma": {
"source": null
},
"in_reply_to_id": null,
"emojis": [],
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": null,
"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-11-21T12:35:58.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": "B0TDwqmxWasKKEnVJI",
"last_status_at": "2025-11-21",
"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": 256,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"tags": [],
"language": null,
"favourited": false,
"favourites_count": 0
}
Example 32¶
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/0ISEatZEjek",
"published": "2025-11-21T12:43:21Z",
"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/tg607ncAhjU",
"published": "2025-11-21T12:43:21Z",
"summary": "<dl>\n <dt>Beast of Bodmin</dt>\n <dd>A large feline inhabiting Bodmin Moor.</dd>\n</dl>\n",
"content": "See summary"
}
}
akkoma
{
"visibility": "public",
"replies_count": 0,
"bookmarked": false,
"pleroma": {
"content": {
"text/plain": "See summary"
},
"context": "http://pasture-one-actor/object/tg607ncAhjU",
"conversation_id": 2044600373,
"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": "<dl>\n <dt>Beast of Bodmin</dt>\n <dd>A large feline inhabiting Bodmin Moor.</dd>\n</dl>\n"
},
"thread_muted": false
},
"spoiler_text": "<dl>\n <dt>Beast of Bodmin</dt>\n <dd>A large feline inhabiting Bodmin Moor.</dd>\n</dl>\n",
"uri": "http://pasture-one-actor/object/tg607ncAhjU",
"quote": null,
"media_attachments": [],
"card": null,
"edited_at": null,
"id": "B0TEbeexWbl2a4Vq5o",
"muted": false,
"emoji_reactions": [],
"in_reply_to_account_id": null,
"reblogged": false,
"created_at": "2025-11-21T12:43:21.000Z",
"text": null,
"reblogs_count": 0,
"pinned": false,
"url": "http://pasture-one-actor/object/tg607ncAhjU",
"content": "See summary",
"reblog": null,
"application": null,
"mentions": [
{
"acct": "witch",
"id": "B0TDowPe9Kl5nAMTb6",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"poll": null,
"sensitive": false,
"quote_id": null,
"akkoma": {
"source": null
},
"in_reply_to_id": null,
"emojis": [],
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": null,
"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-11-21T12:35:58.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": "B0TDwqmxWasKKEnVJI",
"last_status_at": "2025-11-21",
"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": 257,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"tags": [],
"language": null,
"favourited": false,
"favourites_count": 0
}
Example 33¶
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/UKkcEdD5HE4",
"published": "2025-11-21T12:43:21Z",
"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/jX9lW5B4zLk",
"published": "2025-11-21T12:43:21Z",
"summary": "<details>\n <summary>Details</summary>\n Something small enough to escape casual notice.\n</details>\n",
"content": "See summary"
}
}
akkoma
{
"visibility": "public",
"replies_count": 0,
"bookmarked": false,
"pleroma": {
"content": {
"text/plain": "See summary"
},
"context": "http://pasture-one-actor/object/jX9lW5B4zLk",
"conversation_id": 288633935,
"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": "<details>\n <summary>Details</summary>\n Something small enough to escape casual notice.\n</details>\n"
},
"thread_muted": false
},
"spoiler_text": "<details>\n <summary>Details</summary>\n Something small enough to escape casual notice.\n</details>\n",
"uri": "http://pasture-one-actor/object/jX9lW5B4zLk",
"quote": null,
"media_attachments": [],
"card": null,
"edited_at": null,
"id": "B0TEbi4Er4lH9LMZPc",
"muted": false,
"emoji_reactions": [],
"in_reply_to_account_id": null,
"reblogged": false,
"created_at": "2025-11-21T12:43:21.000Z",
"text": null,
"reblogs_count": 0,
"pinned": false,
"url": "http://pasture-one-actor/object/jX9lW5B4zLk",
"content": "See summary",
"reblog": null,
"application": null,
"mentions": [
{
"acct": "witch",
"id": "B0TDowPe9Kl5nAMTb6",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"poll": null,
"sensitive": false,
"quote_id": null,
"akkoma": {
"source": null
},
"in_reply_to_id": null,
"emojis": [],
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": null,
"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-11-21T12:35:58.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": "B0TDwqmxWasKKEnVJI",
"last_status_at": "2025-11-21",
"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": 258,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"tags": [],
"language": null,
"favourited": false,
"favourites_count": 0
}
Example 34¶
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/I5z8YEEsbUQ",
"published": "2025-11-21T12:43:22Z",
"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/175oYIIPfqw",
"published": "2025-11-21T12:43:22Z",
"summary": "<table><tr><td>HTML tables</td></tr></table>",
"content": "See summary"
}
}
akkoma
{
"visibility": "public",
"replies_count": 0,
"bookmarked": false,
"pleroma": {
"content": {
"text/plain": "See summary"
},
"context": "http://pasture-one-actor/object/175oYIIPfqw",
"conversation_id": 107113570,
"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": "<table><tr><td>HTML tables</td></tr></table>"
},
"thread_muted": false
},
"spoiler_text": "<table><tr><td>HTML tables</td></tr></table>",
"uri": "http://pasture-one-actor/object/175oYIIPfqw",
"quote": null,
"media_attachments": [],
"card": null,
"edited_at": null,
"id": "B0TEblJEnlXfCjP5hw",
"muted": false,
"emoji_reactions": [],
"in_reply_to_account_id": null,
"reblogged": false,
"created_at": "2025-11-21T12:43:22.000Z",
"text": null,
"reblogs_count": 0,
"pinned": false,
"url": "http://pasture-one-actor/object/175oYIIPfqw",
"content": "See summary",
"reblog": null,
"application": null,
"mentions": [
{
"acct": "witch",
"id": "B0TDowPe9Kl5nAMTb6",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"poll": null,
"sensitive": false,
"quote_id": null,
"akkoma": {
"source": null
},
"in_reply_to_id": null,
"emojis": [],
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": null,
"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-11-21T12:35:58.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": "B0TDwqmxWasKKEnVJI",
"last_status_at": "2025-11-21",
"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": 259,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"tags": [],
"language": null,
"favourited": false,
"favourites_count": 0
}