Language support¶
The content and contentMap properties are defined in the ActivityStreams Vocabulary.
The support for natural language values is described in ActivityStreams.
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/dBrJFzYijtc",
"published": "2025-12-07T10:15:34Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/object/ZT5dODiIxqE",
"published": "2025-12-07T10:15:34Z",
"content": "text"
}
}
akkoma
{
"favourited": false,
"edited_at": null,
"card": null,
"reblogged": false,
"visibility": "public",
"pleroma": {
"content": {
"text/plain": "text"
},
"context": "http://pasture-one-actor/object/ZT5dODiIxqE",
"conversation_id": 402820346,
"direct_conversation_id": null,
"emoji_reactions": [],
"expires_at": null,
"in_reply_to_account_acct": null,
"local": false,
"parent_visible": false,
"pinned_at": null,
"spoiler_text": {
"text/plain": ""
},
"thread_muted": false
},
"spoiler_text": "",
"akkoma": {
"in_reply_to_apid": null,
"quote_apid": null,
"source": null
},
"uri": "http://pasture-one-actor/object/ZT5dODiIxqE",
"pinned": false,
"quote": null,
"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-12-07T10:07:21.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": "B10Au9bh87eHgMGfdA",
"last_status_at": "2025-12-07",
"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": 277,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"poll": null,
"id": "B10BdfeQpyca63Fhgm",
"text": null,
"mentions": [
{
"acct": "witch",
"id": "B10AlwS7ELx9KRdGjY",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"content": "text",
"emoji_reactions": [],
"quote_id": null,
"media_attachments": [],
"favourites_count": 0,
"reblogs_count": 0,
"in_reply_to_account_id": null,
"tags": [],
"in_reply_to_id": null,
"application": null,
"sensitive": false,
"bookmarked": false,
"replies_count": 0,
"emojis": [],
"reblog": null,
"url": "http://pasture-one-actor/object/ZT5dODiIxqE",
"muted": false,
"created_at": "2025-12-07T10:15:34.000Z",
"language": null
}
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/SUHlo0mIbr0",
"published": "2025-12-07T10:15:35Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/object/mHzEN6aEv7I",
"published": "2025-12-07T10:15:35Z",
"content": "text",
"contentMap": {
"de": "Deutsch"
}
}
}
akkoma
{
"favourited": false,
"edited_at": null,
"card": null,
"reblogged": false,
"visibility": "public",
"pleroma": {
"content": {
"text/plain": "Deutsch"
},
"context": "http://pasture-one-actor/object/mHzEN6aEv7I",
"conversation_id": 788973496,
"direct_conversation_id": null,
"emoji_reactions": [],
"expires_at": null,
"in_reply_to_account_acct": null,
"local": false,
"parent_visible": false,
"pinned_at": null,
"spoiler_text": {
"text/plain": ""
},
"thread_muted": false
},
"spoiler_text": "",
"akkoma": {
"in_reply_to_apid": null,
"quote_apid": null,
"source": null
},
"uri": "http://pasture-one-actor/object/mHzEN6aEv7I",
"pinned": false,
"quote": null,
"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-12-07T10:07:21.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": "B10Au9bh87eHgMGfdA",
"last_status_at": "2025-12-07",
"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": 278,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"poll": null,
"id": "B10BdjDzYDqfBCue24",
"text": null,
"mentions": [
{
"acct": "witch",
"id": "B10AlwS7ELx9KRdGjY",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"content": "Deutsch",
"emoji_reactions": [],
"quote_id": null,
"media_attachments": [],
"favourites_count": 0,
"reblogs_count": 0,
"in_reply_to_account_id": null,
"tags": [],
"in_reply_to_id": null,
"application": null,
"sensitive": false,
"bookmarked": false,
"replies_count": 0,
"emojis": [],
"reblog": null,
"url": "http://pasture-one-actor/object/mHzEN6aEv7I",
"muted": false,
"created_at": "2025-12-07T10:15:35.000Z",
"language": "de"
}
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/xyTdwZocRGY",
"published": "2025-12-07T10:15:35Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/object/DmzQwDRXL4Q",
"published": "2025-12-07T10:15:35Z",
"content": "text",
"contentMap": {
"en": "English"
}
}
}
akkoma
{
"favourited": false,
"edited_at": null,
"card": null,
"reblogged": false,
"visibility": "public",
"pleroma": {
"content": {
"text/plain": "English"
},
"context": "http://pasture-one-actor/object/DmzQwDRXL4Q",
"conversation_id": 755772195,
"direct_conversation_id": null,
"emoji_reactions": [],
"expires_at": null,
"in_reply_to_account_acct": null,
"local": false,
"parent_visible": false,
"pinned_at": null,
"spoiler_text": {
"text/plain": ""
},
"thread_muted": false
},
"spoiler_text": "",
"akkoma": {
"in_reply_to_apid": null,
"quote_apid": null,
"source": null
},
"uri": "http://pasture-one-actor/object/DmzQwDRXL4Q",
"pinned": false,
"quote": null,
"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-12-07T10:07:21.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": "B10Au9bh87eHgMGfdA",
"last_status_at": "2025-12-07",
"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": 279,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"poll": null,
"id": "B10Bdmudq6kMcLtFQW",
"text": null,
"mentions": [
{
"acct": "witch",
"id": "B10AlwS7ELx9KRdGjY",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"content": "English",
"emoji_reactions": [],
"quote_id": null,
"media_attachments": [],
"favourites_count": 0,
"reblogs_count": 0,
"in_reply_to_account_id": null,
"tags": [],
"in_reply_to_id": null,
"application": null,
"sensitive": false,
"bookmarked": false,
"replies_count": 0,
"emojis": [],
"reblog": null,
"url": "http://pasture-one-actor/object/DmzQwDRXL4Q",
"muted": false,
"created_at": "2025-12-07T10:15:35.000Z",
"language": "en"
}
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/Ln2ayOiMJg8",
"published": "2025-12-07T10:15:36Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/object/y1fVxYiLDJE",
"published": "2025-12-07T10:15:36Z",
"content": "text",
"contentMap": {
"en": "English",
"de": "Deutsch"
}
}
}
akkoma
{
"favourited": false,
"edited_at": null,
"card": null,
"reblogged": false,
"visibility": "public",
"pleroma": {
"content": {
"text/plain": "Deutsch"
},
"context": "http://pasture-one-actor/object/y1fVxYiLDJE",
"conversation_id": 1209273036,
"direct_conversation_id": null,
"emoji_reactions": [],
"expires_at": null,
"in_reply_to_account_acct": null,
"local": false,
"parent_visible": false,
"pinned_at": null,
"spoiler_text": {
"text/plain": ""
},
"thread_muted": false
},
"spoiler_text": "",
"akkoma": {
"in_reply_to_apid": null,
"quote_apid": null,
"source": null
},
"uri": "http://pasture-one-actor/object/y1fVxYiLDJE",
"pinned": false,
"quote": null,
"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-12-07T10:07:21.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": "B10Au9bh87eHgMGfdA",
"last_status_at": "2025-12-07",
"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": 280,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"poll": null,
"id": "B10BdqUCYLyRhVYBlo",
"text": null,
"mentions": [
{
"acct": "witch",
"id": "B10AlwS7ELx9KRdGjY",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"content": "Deutsch",
"emoji_reactions": [],
"quote_id": null,
"media_attachments": [],
"favourites_count": 0,
"reblogs_count": 0,
"in_reply_to_account_id": null,
"tags": [],
"in_reply_to_id": null,
"application": null,
"sensitive": false,
"bookmarked": false,
"replies_count": 0,
"emojis": [],
"reblog": null,
"url": "http://pasture-one-actor/object/y1fVxYiLDJE",
"muted": false,
"created_at": "2025-12-07T10:15:36.000Z",
"language": "de"
}
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/gdztEQZwoko",
"published": "2025-12-07T10:15:37Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/object/vNSyRFIPx7s",
"published": "2025-12-07T10:15:37Z",
"content": "text",
"contentMap": {
"de": "Deutsch",
"en": "English"
}
}
}
akkoma
{
"favourited": false,
"edited_at": null,
"card": null,
"reblogged": false,
"visibility": "public",
"pleroma": {
"content": {
"text/plain": "Deutsch"
},
"context": "http://pasture-one-actor/object/vNSyRFIPx7s",
"conversation_id": 575097361,
"direct_conversation_id": null,
"emoji_reactions": [],
"expires_at": null,
"in_reply_to_account_acct": null,
"local": false,
"parent_visible": false,
"pinned_at": null,
"spoiler_text": {
"text/plain": ""
},
"thread_muted": false
},
"spoiler_text": "",
"akkoma": {
"in_reply_to_apid": null,
"quote_apid": null,
"source": null
},
"uri": "http://pasture-one-actor/object/vNSyRFIPx7s",
"pinned": false,
"quote": null,
"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-12-07T10:07:21.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": "B10Au9bh87eHgMGfdA",
"last_status_at": "2025-12-07",
"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": 281,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"poll": null,
"id": "B10BdtynZ3EOXGtANU",
"text": null,
"mentions": [
{
"acct": "witch",
"id": "B10AlwS7ELx9KRdGjY",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"content": "Deutsch",
"emoji_reactions": [],
"quote_id": null,
"media_attachments": [],
"favourites_count": 0,
"reblogs_count": 0,
"in_reply_to_account_id": null,
"tags": [],
"in_reply_to_id": null,
"application": null,
"sensitive": false,
"bookmarked": false,
"replies_count": 0,
"emojis": [],
"reblog": null,
"url": "http://pasture-one-actor/object/vNSyRFIPx7s",
"muted": false,
"created_at": "2025-12-07T10:15:37.000Z",
"language": "de"
}
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/vtQOVm6FIXE",
"published": "2025-12-07T10:15:37Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/object/JZNouEjdi6I",
"published": "2025-12-07T10:15:37Z",
"contentMap": {
"de": "Deutsch"
}
}
}
akkoma
{
"favourited": false,
"edited_at": null,
"card": null,
"reblogged": false,
"visibility": "public",
"pleroma": {
"content": {
"text/plain": "Deutsch"
},
"context": "http://pasture-one-actor/object/JZNouEjdi6I",
"conversation_id": 2122072568,
"direct_conversation_id": null,
"emoji_reactions": [],
"expires_at": null,
"in_reply_to_account_acct": null,
"local": false,
"parent_visible": false,
"pinned_at": null,
"spoiler_text": {
"text/plain": ""
},
"thread_muted": false
},
"spoiler_text": "",
"akkoma": {
"in_reply_to_apid": null,
"quote_apid": null,
"source": null
},
"uri": "http://pasture-one-actor/object/JZNouEjdi6I",
"pinned": false,
"quote": null,
"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-12-07T10:07:21.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": "B10Au9bh87eHgMGfdA",
"last_status_at": "2025-12-07",
"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": 282,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"poll": null,
"id": "B10BdxUSVnL5QKizdw",
"text": null,
"mentions": [
{
"acct": "witch",
"id": "B10AlwS7ELx9KRdGjY",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"content": "Deutsch",
"emoji_reactions": [],
"quote_id": null,
"media_attachments": [],
"favourites_count": 0,
"reblogs_count": 0,
"in_reply_to_account_id": null,
"tags": [],
"in_reply_to_id": null,
"application": null,
"sensitive": false,
"bookmarked": false,
"replies_count": 0,
"emojis": [],
"reblog": null,
"url": "http://pasture-one-actor/object/JZNouEjdi6I",
"muted": false,
"created_at": "2025-12-07T10:15:37.000Z",
"language": "de"
}
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/Du53d9L53xA",
"published": "2025-12-07T10:15:38Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/object/0nHrDmCOsBw",
"published": "2025-12-07T10:15:38Z",
"contentMap": {
"en": "English"
}
}
}
akkoma
{
"favourited": false,
"edited_at": null,
"card": null,
"reblogged": false,
"visibility": "public",
"pleroma": {
"content": {
"text/plain": "English"
},
"context": "http://pasture-one-actor/object/0nHrDmCOsBw",
"conversation_id": 1388838837,
"direct_conversation_id": null,
"emoji_reactions": [],
"expires_at": null,
"in_reply_to_account_acct": null,
"local": false,
"parent_visible": false,
"pinned_at": null,
"spoiler_text": {
"text/plain": ""
},
"thread_muted": false
},
"spoiler_text": "",
"akkoma": {
"in_reply_to_apid": null,
"quote_apid": null,
"source": null
},
"uri": "http://pasture-one-actor/object/0nHrDmCOsBw",
"pinned": false,
"quote": null,
"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-12-07T10:07:21.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": "B10Au9bh87eHgMGfdA",
"last_status_at": "2025-12-07",
"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": 283,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"poll": null,
"id": "B10Be17Z0rOygU2lVo",
"text": null,
"mentions": [
{
"acct": "witch",
"id": "B10AlwS7ELx9KRdGjY",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"content": "English",
"emoji_reactions": [],
"quote_id": null,
"media_attachments": [],
"favourites_count": 0,
"reblogs_count": 0,
"in_reply_to_account_id": null,
"tags": [],
"in_reply_to_id": null,
"application": null,
"sensitive": false,
"bookmarked": false,
"replies_count": 0,
"emojis": [],
"reblog": null,
"url": "http://pasture-one-actor/object/0nHrDmCOsBw",
"muted": false,
"created_at": "2025-12-07T10:15:38.000Z",
"language": "en"
}
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/k7oSvggPiNc",
"published": "2025-12-07T10:15:38Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/object/5SbuD5kS_9o",
"published": "2025-12-07T10:15:38Z",
"contentMap": {
"en": "English",
"de": "Deutsch"
}
}
}
akkoma
{
"favourited": false,
"edited_at": null,
"card": null,
"reblogged": false,
"visibility": "public",
"pleroma": {
"content": {
"text/plain": "Deutsch"
},
"context": "http://pasture-one-actor/object/5SbuD5kS_9o",
"conversation_id": 1188354764,
"direct_conversation_id": null,
"emoji_reactions": [],
"expires_at": null,
"in_reply_to_account_acct": null,
"local": false,
"parent_visible": false,
"pinned_at": null,
"spoiler_text": {
"text/plain": ""
},
"thread_muted": false
},
"spoiler_text": "",
"akkoma": {
"in_reply_to_apid": null,
"quote_apid": null,
"source": null
},
"uri": "http://pasture-one-actor/object/5SbuD5kS_9o",
"pinned": false,
"quote": null,
"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-12-07T10:07:21.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": "B10Au9bh87eHgMGfdA",
"last_status_at": "2025-12-07",
"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": 284,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"poll": null,
"id": "B10Be4Sab90F2Yu6CW",
"text": null,
"mentions": [
{
"acct": "witch",
"id": "B10AlwS7ELx9KRdGjY",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"content": "Deutsch",
"emoji_reactions": [],
"quote_id": null,
"media_attachments": [],
"favourites_count": 0,
"reblogs_count": 0,
"in_reply_to_account_id": null,
"tags": [],
"in_reply_to_id": null,
"application": null,
"sensitive": false,
"bookmarked": false,
"replies_count": 0,
"emojis": [],
"reblog": null,
"url": "http://pasture-one-actor/object/5SbuD5kS_9o",
"muted": false,
"created_at": "2025-12-07T10:15:38.000Z",
"language": "de"
}
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/1YTOo0BW3Nw",
"published": "2025-12-07T10:15:39Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/object/dzbex0fFNGs",
"published": "2025-12-07T10:15:39Z",
"contentMap": {
"de": "Deutsch",
"en": "English"
}
}
}
akkoma
{
"favourited": false,
"edited_at": null,
"card": null,
"reblogged": false,
"visibility": "public",
"pleroma": {
"content": {
"text/plain": "Deutsch"
},
"context": "http://pasture-one-actor/object/dzbex0fFNGs",
"conversation_id": 672611808,
"direct_conversation_id": null,
"emoji_reactions": [],
"expires_at": null,
"in_reply_to_account_acct": null,
"local": false,
"parent_visible": false,
"pinned_at": null,
"spoiler_text": {
"text/plain": ""
},
"thread_muted": false
},
"spoiler_text": "",
"akkoma": {
"in_reply_to_apid": null,
"quote_apid": null,
"source": null
},
"uri": "http://pasture-one-actor/object/dzbex0fFNGs",
"pinned": false,
"quote": null,
"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-12-07T10:07:21.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": "B10Au9bh87eHgMGfdA",
"last_status_at": "2025-12-07",
"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": 285,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"poll": null,
"id": "B10Be7xtZCpLuWZdui",
"text": null,
"mentions": [
{
"acct": "witch",
"id": "B10AlwS7ELx9KRdGjY",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"content": "Deutsch",
"emoji_reactions": [],
"quote_id": null,
"media_attachments": [],
"favourites_count": 0,
"reblogs_count": 0,
"in_reply_to_account_id": null,
"tags": [],
"in_reply_to_id": null,
"application": null,
"sensitive": false,
"bookmarked": false,
"replies_count": 0,
"emojis": [],
"reblog": null,
"url": "http://pasture-one-actor/object/dzbex0fFNGs",
"muted": false,
"created_at": "2025-12-07T10:15:39.000Z",
"language": "de"
}