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": [
"http://akkoma/users/witch",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/N2V5uq_vyw8",
"published": "2025-01-08T14:01:40Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/actor/7UyGS-C8ypU",
"published": "2025-01-08T14:01:40Z",
"content": "text"
}
}
akkoma
{
"in_reply_to_id": null,
"pleroma": {
"content": {
"text/plain": "text"
},
"context": "http://pasture-one-actor/actor/7UyGS-C8ypU",
"conversation_id": 1268698950,
"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
},
"uri": "http://pasture-one-actor/actor/7UyGS-C8ypU",
"spoiler_text": "",
"emojis": [],
"quote": null,
"visibility": "public",
"muted": false,
"id": "ApsGiYCV5BAklPaoD2",
"favourited": false,
"poll": null,
"favourites_count": 0,
"media_attachments": [],
"reblogged": false,
"url": "http://pasture-one-actor/actor/7UyGS-C8ypU",
"bookmarked": false,
"content": "text",
"edited_at": null,
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture-one-actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2025-01-08T13:55:48.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": "ApsGC0zJ219UUOuI76",
"last_status_at": "2025-01-08",
"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": 173,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"emoji_reactions": [],
"mentions": [
{
"acct": "witch",
"id": "ApsG1rzZWhrk7k57fU",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"in_reply_to_account_id": null,
"created_at": "2025-01-08T14:01:40.000Z",
"akkoma": {
"source": null
},
"quote_id": null,
"text": null,
"application": null,
"sensitive": false,
"card": null,
"language": null,
"reblog": null,
"reblogs_count": 0,
"pinned": false,
"replies_count": 0,
"tags": []
}
Example 2¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"http://akkoma/users/witch",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/FEoCf5NJWOw",
"published": "2025-01-08T14:01:41Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/actor/Z46a9o1eN-w",
"published": "2025-01-08T14:01:41Z",
"content": "text",
"contentMap": {
"de": "Deutsch"
}
}
}
akkoma
{
"in_reply_to_id": null,
"pleroma": {
"content": {
"text/plain": "Deutsch"
},
"context": "http://pasture-one-actor/actor/Z46a9o1eN-w",
"conversation_id": 2092667332,
"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
},
"uri": "http://pasture-one-actor/actor/Z46a9o1eN-w",
"spoiler_text": "",
"emojis": [],
"quote": null,
"visibility": "public",
"muted": false,
"id": "ApsGicL9gwTLbPfmFs",
"favourited": false,
"poll": null,
"favourites_count": 0,
"media_attachments": [],
"reblogged": false,
"url": "http://pasture-one-actor/actor/Z46a9o1eN-w",
"bookmarked": false,
"content": "Deutsch",
"edited_at": null,
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture-one-actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2025-01-08T13:55:48.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": "ApsGC0zJ219UUOuI76",
"last_status_at": "2025-01-08",
"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": 174,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"emoji_reactions": [],
"mentions": [
{
"acct": "witch",
"id": "ApsG1rzZWhrk7k57fU",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"in_reply_to_account_id": null,
"created_at": "2025-01-08T14:01:41.000Z",
"akkoma": {
"source": null
},
"quote_id": null,
"text": null,
"application": null,
"sensitive": false,
"card": null,
"language": "de",
"reblog": null,
"reblogs_count": 0,
"pinned": false,
"replies_count": 0,
"tags": []
}
Example 3¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"http://akkoma/users/witch",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/rfKnKsgMWK8",
"published": "2025-01-08T14:01:42Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/actor/Ama8bhxOcho",
"published": "2025-01-08T14:01:42Z",
"content": "text",
"contentMap": {
"en": "English"
}
}
}
akkoma
{
"in_reply_to_id": null,
"pleroma": {
"content": {
"text/plain": "English"
},
"context": "http://pasture-one-actor/actor/Ama8bhxOcho",
"conversation_id": 1618720169,
"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
},
"uri": "http://pasture-one-actor/actor/Ama8bhxOcho",
"spoiler_text": "",
"emojis": [],
"quote": null,
"visibility": "public",
"muted": false,
"id": "ApsGigUWG4L6Tc5JPE",
"favourited": false,
"poll": null,
"favourites_count": 0,
"media_attachments": [],
"reblogged": false,
"url": "http://pasture-one-actor/actor/Ama8bhxOcho",
"bookmarked": false,
"content": "English",
"edited_at": null,
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture-one-actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2025-01-08T13:55:48.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": "ApsGC0zJ219UUOuI76",
"last_status_at": "2025-01-08",
"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": 175,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"emoji_reactions": [],
"mentions": [
{
"acct": "witch",
"id": "ApsG1rzZWhrk7k57fU",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"in_reply_to_account_id": null,
"created_at": "2025-01-08T14:01:42.000Z",
"akkoma": {
"source": null
},
"quote_id": null,
"text": null,
"application": null,
"sensitive": false,
"card": null,
"language": "en",
"reblog": null,
"reblogs_count": 0,
"pinned": false,
"replies_count": 0,
"tags": []
}
Example 4¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"http://akkoma/users/witch",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/YL-gfdaRNbg",
"published": "2025-01-08T14:01:42Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/actor/LLDxezB_gE4",
"published": "2025-01-08T14:01:42Z",
"content": "text",
"contentMap": {
"en": "English",
"de": "Deutsch"
}
}
}
akkoma
{
"in_reply_to_id": null,
"pleroma": {
"content": {
"text/plain": "Deutsch"
},
"context": "http://pasture-one-actor/actor/LLDxezB_gE4",
"conversation_id": 18908584,
"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
},
"uri": "http://pasture-one-actor/actor/LLDxezB_gE4",
"spoiler_text": "",
"emojis": [],
"quote": null,
"visibility": "public",
"muted": false,
"id": "ApsGikjYU6k9dP9NOi",
"favourited": false,
"poll": null,
"favourites_count": 0,
"media_attachments": [],
"reblogged": false,
"url": "http://pasture-one-actor/actor/LLDxezB_gE4",
"bookmarked": false,
"content": "Deutsch",
"edited_at": null,
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture-one-actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2025-01-08T13:55:48.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": "ApsGC0zJ219UUOuI76",
"last_status_at": "2025-01-08",
"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": 176,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"emoji_reactions": [],
"mentions": [
{
"acct": "witch",
"id": "ApsG1rzZWhrk7k57fU",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"in_reply_to_account_id": null,
"created_at": "2025-01-08T14:01:42.000Z",
"akkoma": {
"source": null
},
"quote_id": null,
"text": null,
"application": null,
"sensitive": false,
"card": null,
"language": "de",
"reblog": null,
"reblogs_count": 0,
"pinned": false,
"replies_count": 0,
"tags": []
}
Example 5¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"http://akkoma/users/witch",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/QCPLq-rV0pg",
"published": "2025-01-08T14:01:43Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/actor/uGYJ5jamGFQ",
"published": "2025-01-08T14:01:43Z",
"content": "text",
"contentMap": {
"de": "Deutsch",
"en": "English"
}
}
}
akkoma
{
"in_reply_to_id": null,
"pleroma": {
"content": {
"text/plain": "Deutsch"
},
"context": "http://pasture-one-actor/actor/uGYJ5jamGFQ",
"conversation_id": 1652094150,
"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
},
"uri": "http://pasture-one-actor/actor/uGYJ5jamGFQ",
"spoiler_text": "",
"emojis": [],
"quote": null,
"visibility": "public",
"muted": false,
"id": "ApsGiobu4V01epbK1g",
"favourited": false,
"poll": null,
"favourites_count": 0,
"media_attachments": [],
"reblogged": false,
"url": "http://pasture-one-actor/actor/uGYJ5jamGFQ",
"bookmarked": false,
"content": "Deutsch",
"edited_at": null,
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture-one-actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2025-01-08T13:55:48.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": "ApsGC0zJ219UUOuI76",
"last_status_at": "2025-01-08",
"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": 177,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"emoji_reactions": [],
"mentions": [
{
"acct": "witch",
"id": "ApsG1rzZWhrk7k57fU",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"in_reply_to_account_id": null,
"created_at": "2025-01-08T14:01:43.000Z",
"akkoma": {
"source": null
},
"quote_id": null,
"text": null,
"application": null,
"sensitive": false,
"card": null,
"language": "de",
"reblog": null,
"reblogs_count": 0,
"pinned": false,
"replies_count": 0,
"tags": []
}
Example 6¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"http://akkoma/users/witch",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/iOazPTGAFTM",
"published": "2025-01-08T14:01:44Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/actor/rUJTYuPlnCg",
"published": "2025-01-08T14:01:44Z",
"contentMap": {
"de": "Deutsch"
}
}
}
akkoma
{
"in_reply_to_id": null,
"pleroma": {
"content": {
"text/plain": "Deutsch"
},
"context": "http://pasture-one-actor/actor/rUJTYuPlnCg",
"conversation_id": 190746882,
"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
},
"uri": "http://pasture-one-actor/actor/rUJTYuPlnCg",
"spoiler_text": "",
"emojis": [],
"quote": null,
"visibility": "public",
"muted": false,
"id": "ApsGitEgsEP00HmM2S",
"favourited": false,
"poll": null,
"favourites_count": 0,
"media_attachments": [],
"reblogged": false,
"url": "http://pasture-one-actor/actor/rUJTYuPlnCg",
"bookmarked": false,
"content": "Deutsch",
"edited_at": null,
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture-one-actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2025-01-08T13:55:48.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": "ApsGC0zJ219UUOuI76",
"last_status_at": "2025-01-08",
"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": 178,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"emoji_reactions": [],
"mentions": [
{
"acct": "witch",
"id": "ApsG1rzZWhrk7k57fU",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"in_reply_to_account_id": null,
"created_at": "2025-01-08T14:01:44.000Z",
"akkoma": {
"source": null
},
"quote_id": null,
"text": null,
"application": null,
"sensitive": false,
"card": null,
"language": "de",
"reblog": null,
"reblogs_count": 0,
"pinned": false,
"replies_count": 0,
"tags": []
}
Example 7¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"http://akkoma/users/witch",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/2UESTuqMg3I",
"published": "2025-01-08T14:01:45Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/actor/4LDp7CacwYI",
"published": "2025-01-08T14:01:45Z",
"contentMap": {
"en": "English"
}
}
}
akkoma
{
"in_reply_to_id": null,
"pleroma": {
"content": {
"text/plain": "English"
},
"context": "http://pasture-one-actor/actor/4LDp7CacwYI",
"conversation_id": 1768055345,
"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
},
"uri": "http://pasture-one-actor/actor/4LDp7CacwYI",
"spoiler_text": "",
"emojis": [],
"quote": null,
"visibility": "public",
"muted": false,
"id": "ApsGixT18uEt7sVqvQ",
"favourited": false,
"poll": null,
"favourites_count": 0,
"media_attachments": [],
"reblogged": false,
"url": "http://pasture-one-actor/actor/4LDp7CacwYI",
"bookmarked": false,
"content": "English",
"edited_at": null,
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture-one-actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2025-01-08T13:55:48.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": "ApsGC0zJ219UUOuI76",
"last_status_at": "2025-01-08",
"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": 179,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"emoji_reactions": [],
"mentions": [
{
"acct": "witch",
"id": "ApsG1rzZWhrk7k57fU",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"in_reply_to_account_id": null,
"created_at": "2025-01-08T14:01:45.000Z",
"akkoma": {
"source": null
},
"quote_id": null,
"text": null,
"application": null,
"sensitive": false,
"card": null,
"language": "en",
"reblog": null,
"reblogs_count": 0,
"pinned": false,
"replies_count": 0,
"tags": []
}
Example 8¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"http://akkoma/users/witch",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/XNZswVuF8Ao",
"published": "2025-01-08T14:01:45Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/actor/l04A6JTM83M",
"published": "2025-01-08T14:01:45Z",
"contentMap": {
"en": "English",
"de": "Deutsch"
}
}
}
akkoma
{
"in_reply_to_id": null,
"pleroma": {
"content": {
"text/plain": "Deutsch"
},
"context": "http://pasture-one-actor/actor/l04A6JTM83M",
"conversation_id": 893621054,
"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
},
"uri": "http://pasture-one-actor/actor/l04A6JTM83M",
"spoiler_text": "",
"emojis": [],
"quote": null,
"visibility": "public",
"muted": false,
"id": "ApsGj1cjgiOE1B5fd2",
"favourited": false,
"poll": null,
"favourites_count": 0,
"media_attachments": [],
"reblogged": false,
"url": "http://pasture-one-actor/actor/l04A6JTM83M",
"bookmarked": false,
"content": "Deutsch",
"edited_at": null,
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture-one-actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2025-01-08T13:55:48.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": "ApsGC0zJ219UUOuI76",
"last_status_at": "2025-01-08",
"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": 180,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"emoji_reactions": [],
"mentions": [
{
"acct": "witch",
"id": "ApsG1rzZWhrk7k57fU",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"in_reply_to_account_id": null,
"created_at": "2025-01-08T14:01:45.000Z",
"akkoma": {
"source": null
},
"quote_id": null,
"text": null,
"application": null,
"sensitive": false,
"card": null,
"language": "de",
"reblog": null,
"reblogs_count": 0,
"pinned": false,
"replies_count": 0,
"tags": []
}
Example 9¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"http://akkoma/users/witch",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/68TpWc3X2XI",
"published": "2025-01-08T14:01:46Z",
"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/actor/ajcG_sSKruo",
"published": "2025-01-08T14:01:46Z",
"contentMap": {
"de": "Deutsch",
"en": "English"
}
}
}
akkoma
{
"in_reply_to_id": null,
"pleroma": {
"content": {
"text/plain": "Deutsch"
},
"context": "http://pasture-one-actor/actor/ajcG_sSKruo",
"conversation_id": 618893422,
"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
},
"uri": "http://pasture-one-actor/actor/ajcG_sSKruo",
"spoiler_text": "",
"emojis": [],
"quote": null,
"visibility": "public",
"muted": false,
"id": "ApsGj62PHDIhhx8ECG",
"favourited": false,
"poll": null,
"favourites_count": 0,
"media_attachments": [],
"reblogged": false,
"url": "http://pasture-one-actor/actor/ajcG_sSKruo",
"bookmarked": false,
"content": "Deutsch",
"edited_at": null,
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture-one-actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2025-01-08T13:55:48.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": "ApsGC0zJ219UUOuI76",
"last_status_at": "2025-01-08",
"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": 181,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"emoji_reactions": [],
"mentions": [
{
"acct": "witch",
"id": "ApsG1rzZWhrk7k57fU",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"in_reply_to_account_id": null,
"created_at": "2025-01-08T14:01:46.000Z",
"akkoma": {
"source": null
},
"quote_id": null,
"text": null,
"application": null,
"sensitive": false,
"card": null,
"language": "de",
"reblog": null,
"reblogs_count": 0,
"pinned": false,
"replies_count": 0,
"tags": []
}