Image Attachments¶
The Image type is defined in ActivityStreams Vocabulary.
In the following, we test how various configurations of it are rendered.
A ❌ in the support table means that the entire message has failed to parse. A "-" means that the message was parsed, but
no attachment was generated. The text, e.g. image
or
unknown
is the the media type the Fediverse application
determined for the attachment.
We furthermore wish to point out that having several links
in the url
property is useful to both offer the attachment
in different formats and say dimensions, e.g. one high resolution
and one low resolution one.
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/eGjpRcnF7zo",
"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/5dUaw7l_dKs",
"published": "2024-03-06T17:42:50Z",
"content": "Format png",
"attachment": {
"type": "Document",
"url": "http://pasture_one_actor/images/001.png"
}
}
}
akkoma
{
"card": null,
"pleroma": {
"content": {
"text/plain": "Format png"
},
"context": "http://pasture_one_actor/actor/5dUaw7l_dKs",
"conversation_id": 1949297899,
"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
},
"content": "Format png",
"replies_count": 0,
"uri": "http://pasture_one_actor/actor/5dUaw7l_dKs",
"in_reply_to_account_id": null,
"quote": null,
"spoiler_text": "",
"quote_id": null,
"id": "AfaACXAqOmSMc4iPjM",
"poll": null,
"favourited": false,
"visibility": "public",
"url": "http://pasture_one_actor/actor/5dUaw7l_dKs",
"in_reply_to_id": null,
"emoji_reactions": [],
"favourites_count": 0,
"edited_at": null,
"akkoma": {
"source": null
},
"bookmarked": false,
"reblogs_count": 0,
"text": null,
"reblogged": false,
"application": null,
"sensitive": false,
"pinned": false,
"muted": false,
"account": {
"acct": "actor@pasture_one_actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture_one_actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2024-03-06T17:40:42.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": "AfaA0fT9jNmmrjce5g",
"last_status_at": "2024-03-06",
"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": 49,
"url": "http://pasture_one_actor/actor",
"username": "actor"
},
"mentions": [
{
"acct": "witch",
"id": "Afa9srfZMHPS3qow9Q",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"created_at": "2024-03-06T17:42:50.000Z",
"emojis": [],
"media_attachments": [
{
"blurhash": null,
"description": null,
"id": "-1122694808",
"pleroma": {
"mime_type": "application/octet-stream"
},
"preview_url": "http://pasture_one_actor/images/001.png",
"remote_url": "http://pasture_one_actor/images/001.png",
"text_url": "http://pasture_one_actor/images/001.png",
"type": "unknown",
"url": "http://pasture_one_actor/images/001.png"
}
],
"tags": [],
"reblog": null,
"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": [
"http://akkoma/users/witch",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture_one_actor/actor/lzNLjpKuRWA",
"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/1yR3A1c8k3U",
"published": "2024-03-06T17:42:52Z",
"content": "Format png",
"attachment": {
"type": "Document",
"url": "http://pasture_one_actor/images/001b.png",
"mediaType": "image/png"
}
}
}
akkoma
{
"card": null,
"pleroma": {
"content": {
"text/plain": "Format png"
},
"context": "http://pasture_one_actor/actor/1yR3A1c8k3U",
"conversation_id": 1647842915,
"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
},
"content": "Format png",
"replies_count": 0,
"uri": "http://pasture_one_actor/actor/1yR3A1c8k3U",
"in_reply_to_account_id": null,
"quote": null,
"spoiler_text": "",
"quote_id": null,
"id": "AfaACj2QHuqnPQrrGq",
"poll": null,
"favourited": false,
"visibility": "public",
"url": "http://pasture_one_actor/actor/1yR3A1c8k3U",
"in_reply_to_id": null,
"emoji_reactions": [],
"favourites_count": 0,
"edited_at": null,
"akkoma": {
"source": null
},
"bookmarked": false,
"reblogs_count": 0,
"text": null,
"reblogged": false,
"application": null,
"sensitive": false,
"pinned": false,
"muted": false,
"account": {
"acct": "actor@pasture_one_actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture_one_actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2024-03-06T17:40:42.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": "AfaA0fT9jNmmrjce5g",
"last_status_at": "2024-03-06",
"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": 50,
"url": "http://pasture_one_actor/actor",
"username": "actor"
},
"mentions": [
{
"acct": "witch",
"id": "Afa9srfZMHPS3qow9Q",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"created_at": "2024-03-06T17:42:52.000Z",
"emojis": [],
"media_attachments": [
{
"blurhash": null,
"description": null,
"id": "1403622021",
"pleroma": {
"mime_type": "image/png"
},
"preview_url": "http://pasture_one_actor/images/001b.png",
"remote_url": "http://pasture_one_actor/images/001b.png",
"text_url": "http://pasture_one_actor/images/001b.png",
"type": "image",
"url": "http://pasture_one_actor/images/001b.png"
}
],
"tags": [],
"reblog": null,
"language": null
}
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/ur37f41Xeus",
"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/YPZNKwtTG6E",
"published": "2024-03-06T17:42:54Z",
"content": "Format jpg",
"attachment": {
"type": "Image",
"url": "http://pasture_one_actor/images/002.jpg"
}
}
}
akkoma
{
"card": null,
"pleroma": {
"content": {
"text/plain": "Format jpg"
},
"context": "http://pasture_one_actor/actor/YPZNKwtTG6E",
"conversation_id": 943489518,
"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
},
"content": "Format jpg",
"replies_count": 0,
"uri": "http://pasture_one_actor/actor/YPZNKwtTG6E",
"in_reply_to_account_id": null,
"quote": null,
"spoiler_text": "",
"quote_id": null,
"id": "AfaACupkQrqFzb1uBE",
"poll": null,
"favourited": false,
"visibility": "public",
"url": "http://pasture_one_actor/actor/YPZNKwtTG6E",
"in_reply_to_id": null,
"emoji_reactions": [],
"favourites_count": 0,
"edited_at": null,
"akkoma": {
"source": null
},
"bookmarked": false,
"reblogs_count": 0,
"text": null,
"reblogged": false,
"application": null,
"sensitive": false,
"pinned": false,
"muted": false,
"account": {
"acct": "actor@pasture_one_actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture_one_actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2024-03-06T17:40:42.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": "AfaA0fT9jNmmrjce5g",
"last_status_at": "2024-03-06",
"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": 51,
"url": "http://pasture_one_actor/actor",
"username": "actor"
},
"mentions": [
{
"acct": "witch",
"id": "Afa9srfZMHPS3qow9Q",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"created_at": "2024-03-06T17:42:54.000Z",
"emojis": [],
"media_attachments": [
{
"blurhash": null,
"description": null,
"id": "1021626063",
"pleroma": {
"mime_type": "application/octet-stream"
},
"preview_url": "http://pasture_one_actor/images/002.jpg",
"remote_url": "http://pasture_one_actor/images/002.jpg",
"text_url": "http://pasture_one_actor/images/002.jpg",
"type": "unknown",
"url": "http://pasture_one_actor/images/002.jpg"
}
],
"tags": [],
"reblog": null,
"language": null
}
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/QqHoRESitmU",
"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/UqRiTM2CHc4",
"published": "2024-03-06T17:42:57Z",
"content": "Format jpg",
"attachment": {
"type": "Image",
"url": "http://pasture_one_actor/images/002b.jpg",
"mediaType": "image/jpeg"
}
}
}
akkoma
{
"card": null,
"pleroma": {
"content": {
"text/plain": "Format jpg"
},
"context": "http://pasture_one_actor/actor/UqRiTM2CHc4",
"conversation_id": 524949301,
"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
},
"content": "Format jpg",
"replies_count": 0,
"uri": "http://pasture_one_actor/actor/UqRiTM2CHc4",
"in_reply_to_account_id": null,
"quote": null,
"spoiler_text": "",
"quote_id": null,
"id": "AfaAD6fuPH6MiYWDVg",
"poll": null,
"favourited": false,
"visibility": "public",
"url": "http://pasture_one_actor/actor/UqRiTM2CHc4",
"in_reply_to_id": null,
"emoji_reactions": [],
"favourites_count": 0,
"edited_at": null,
"akkoma": {
"source": null
},
"bookmarked": false,
"reblogs_count": 0,
"text": null,
"reblogged": false,
"application": null,
"sensitive": false,
"pinned": false,
"muted": false,
"account": {
"acct": "actor@pasture_one_actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture_one_actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2024-03-06T17:40:42.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": "AfaA0fT9jNmmrjce5g",
"last_status_at": "2024-03-06",
"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": 52,
"url": "http://pasture_one_actor/actor",
"username": "actor"
},
"mentions": [
{
"acct": "witch",
"id": "Afa9srfZMHPS3qow9Q",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"created_at": "2024-03-06T17:42:57.000Z",
"emojis": [],
"media_attachments": [
{
"blurhash": null,
"description": null,
"id": "1139399756",
"pleroma": {
"mime_type": "image/jpeg"
},
"preview_url": "http://pasture_one_actor/images/002b.jpg",
"remote_url": "http://pasture_one_actor/images/002b.jpg",
"text_url": "http://pasture_one_actor/images/002b.jpg",
"type": "image",
"url": "http://pasture_one_actor/images/002b.jpg"
}
],
"tags": [],
"reblog": null,
"language": null
}
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/URXxGnH2-kE",
"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/R80dwEE9qBY",
"published": "2024-03-06T17:42:59Z",
"content": "Format svg",
"attachment": {
"type": "Image",
"url": "http://pasture_one_actor/assets/FediverseLogo.svg"
}
}
}
akkoma
{
"card": null,
"pleroma": {
"content": {
"text/plain": "Format svg"
},
"context": "http://pasture_one_actor/actor/R80dwEE9qBY",
"conversation_id": 1948162429,
"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
},
"content": "Format svg",
"replies_count": 0,
"uri": "http://pasture_one_actor/actor/R80dwEE9qBY",
"in_reply_to_account_id": null,
"quote": null,
"spoiler_text": "",
"quote_id": null,
"id": "AfaADIfdo619vCUAl6",
"poll": null,
"favourited": false,
"visibility": "public",
"url": "http://pasture_one_actor/actor/R80dwEE9qBY",
"in_reply_to_id": null,
"emoji_reactions": [],
"favourites_count": 0,
"edited_at": null,
"akkoma": {
"source": null
},
"bookmarked": false,
"reblogs_count": 0,
"text": null,
"reblogged": false,
"application": null,
"sensitive": false,
"pinned": false,
"muted": false,
"account": {
"acct": "actor@pasture_one_actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture_one_actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2024-03-06T17:40:42.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": "AfaA0fT9jNmmrjce5g",
"last_status_at": "2024-03-06",
"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": 53,
"url": "http://pasture_one_actor/actor",
"username": "actor"
},
"mentions": [
{
"acct": "witch",
"id": "Afa9srfZMHPS3qow9Q",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"created_at": "2024-03-06T17:42:59.000Z",
"emojis": [],
"media_attachments": [
{
"blurhash": null,
"description": null,
"id": "615720255",
"pleroma": {
"mime_type": "application/octet-stream"
},
"preview_url": "http://pasture_one_actor/assets/FediverseLogo.svg",
"remote_url": "http://pasture_one_actor/assets/FediverseLogo.svg",
"text_url": "http://pasture_one_actor/assets/FediverseLogo.svg",
"type": "unknown",
"url": "http://pasture_one_actor/assets/FediverseLogo.svg"
}
],
"tags": [],
"reblog": null,
"language": null
}
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/5oaMJ21nvWY",
"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/v8OZc-qfplc",
"published": "2024-03-06T17:43:01Z",
"content": "Format eps",
"attachment": {
"type": "Image",
"url": "http://pasture_one_actor/images/003.eps"
}
}
}
akkoma
{
"card": null,
"pleroma": {
"content": {
"text/plain": "Format eps"
},
"context": "http://pasture_one_actor/actor/v8OZc-qfplc",
"conversation_id": 20358802,
"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
},
"content": "Format eps",
"replies_count": 0,
"uri": "http://pasture_one_actor/actor/v8OZc-qfplc",
"in_reply_to_account_id": null,
"quote": null,
"spoiler_text": "",
"quote_id": null,
"id": "AfaADUbpQ668wqnITw",
"poll": null,
"favourited": false,
"visibility": "public",
"url": "http://pasture_one_actor/actor/v8OZc-qfplc",
"in_reply_to_id": null,
"emoji_reactions": [],
"favourites_count": 0,
"edited_at": null,
"akkoma": {
"source": null
},
"bookmarked": false,
"reblogs_count": 0,
"text": null,
"reblogged": false,
"application": null,
"sensitive": false,
"pinned": false,
"muted": false,
"account": {
"acct": "actor@pasture_one_actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture_one_actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2024-03-06T17:40:42.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": "AfaA0fT9jNmmrjce5g",
"last_status_at": "2024-03-06",
"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": 54,
"url": "http://pasture_one_actor/actor",
"username": "actor"
},
"mentions": [
{
"acct": "witch",
"id": "Afa9srfZMHPS3qow9Q",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"created_at": "2024-03-06T17:43:01.000Z",
"emojis": [],
"media_attachments": [
{
"blurhash": null,
"description": null,
"id": "863915372",
"pleroma": {
"mime_type": "application/octet-stream"
},
"preview_url": "http://pasture_one_actor/images/003.eps",
"remote_url": "http://pasture_one_actor/images/003.eps",
"text_url": "http://pasture_one_actor/images/003.eps",
"type": "unknown",
"url": "http://pasture_one_actor/images/003.eps"
}
],
"tags": [],
"reblog": null,
"language": null
}
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/reoZlQBYlgM",
"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/kkvRxq6Gjpw",
"published": "2024-03-06T17:43:03Z",
"content": "Format gif",
"attachment": {
"type": "Image",
"url": "http://pasture_one_actor/images/003b.gif"
}
}
}
akkoma
{
"card": null,
"pleroma": {
"content": {
"text/plain": "Format gif"
},
"context": "http://pasture_one_actor/actor/kkvRxq6Gjpw",
"conversation_id": 1725209621,
"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
},
"content": "Format gif",
"replies_count": 0,
"uri": "http://pasture_one_actor/actor/kkvRxq6Gjpw",
"in_reply_to_account_id": null,
"quote": null,
"spoiler_text": "",
"quote_id": null,
"id": "AfaADgRdPp4fei7KG8",
"poll": null,
"favourited": false,
"visibility": "public",
"url": "http://pasture_one_actor/actor/kkvRxq6Gjpw",
"in_reply_to_id": null,
"emoji_reactions": [],
"favourites_count": 0,
"edited_at": null,
"akkoma": {
"source": null
},
"bookmarked": false,
"reblogs_count": 0,
"text": null,
"reblogged": false,
"application": null,
"sensitive": false,
"pinned": false,
"muted": false,
"account": {
"acct": "actor@pasture_one_actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture_one_actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2024-03-06T17:40:42.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": "AfaA0fT9jNmmrjce5g",
"last_status_at": "2024-03-06",
"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": 55,
"url": "http://pasture_one_actor/actor",
"username": "actor"
},
"mentions": [
{
"acct": "witch",
"id": "Afa9srfZMHPS3qow9Q",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"created_at": "2024-03-06T17:43:03.000Z",
"emojis": [],
"media_attachments": [
{
"blurhash": null,
"description": null,
"id": "1499134792",
"pleroma": {
"mime_type": "application/octet-stream"
},
"preview_url": "http://pasture_one_actor/images/003b.gif",
"remote_url": "http://pasture_one_actor/images/003b.gif",
"text_url": "http://pasture_one_actor/images/003b.gif",
"type": "unknown",
"url": "http://pasture_one_actor/images/003b.gif"
}
],
"tags": [],
"reblog": null,
"language": null
}
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/wpQbS7zP5i0",
"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/OUP0w_ZSflQ",
"published": "2024-03-06T17:43:05Z",
"content": "Format tiff",
"attachment": {
"type": "Image",
"url": "http://pasture_one_actor/images/003c.tiff"
}
}
}
akkoma
{
"card": null,
"pleroma": {
"content": {
"text/plain": "Format tiff"
},
"context": "http://pasture_one_actor/actor/OUP0w_ZSflQ",
"conversation_id": 817488331,
"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
},
"content": "Format tiff",
"replies_count": 0,
"uri": "http://pasture_one_actor/actor/OUP0w_ZSflQ",
"in_reply_to_account_id": null,
"quote": null,
"spoiler_text": "",
"quote_id": null,
"id": "AfaADsIVLatwPrwCh6",
"poll": null,
"favourited": false,
"visibility": "public",
"url": "http://pasture_one_actor/actor/OUP0w_ZSflQ",
"in_reply_to_id": null,
"emoji_reactions": [],
"favourites_count": 0,
"edited_at": null,
"akkoma": {
"source": null
},
"bookmarked": false,
"reblogs_count": 0,
"text": null,
"reblogged": false,
"application": null,
"sensitive": false,
"pinned": false,
"muted": false,
"account": {
"acct": "actor@pasture_one_actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture_one_actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2024-03-06T17:40:42.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": "AfaA0fT9jNmmrjce5g",
"last_status_at": "2024-03-06",
"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": 56,
"url": "http://pasture_one_actor/actor",
"username": "actor"
},
"mentions": [
{
"acct": "witch",
"id": "Afa9srfZMHPS3qow9Q",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"created_at": "2024-03-06T17:43:05.000Z",
"emojis": [],
"media_attachments": [
{
"blurhash": null,
"description": null,
"id": "692647179",
"pleroma": {
"mime_type": "application/octet-stream"
},
"preview_url": "http://pasture_one_actor/images/003c.tiff",
"remote_url": "http://pasture_one_actor/images/003c.tiff",
"text_url": "http://pasture_one_actor/images/003c.tiff",
"type": "unknown",
"url": "http://pasture_one_actor/images/003c.tiff"
}
],
"tags": [],
"reblog": null,
"language": null
}
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/pUpvzAiEFZE",
"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/_OnBXPrt54E",
"published": "2024-03-06T17:43:07Z",
"content": "Format webp",
"attachment": {
"type": "Image",
"url": "http://pasture_one_actor/images/003d.webp"
}
}
}
akkoma
{
"card": null,
"pleroma": {
"content": {
"text/plain": "Format webp"
},
"context": "http://pasture_one_actor/actor/_OnBXPrt54E",
"conversation_id": 619717286,
"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
},
"content": "Format webp",
"replies_count": 0,
"uri": "http://pasture_one_actor/actor/_OnBXPrt54E",
"in_reply_to_account_id": null,
"quote": null,
"spoiler_text": "",
"quote_id": null,
"id": "AfaAE4CD6ozrJp5LY8",
"poll": null,
"favourited": false,
"visibility": "public",
"url": "http://pasture_one_actor/actor/_OnBXPrt54E",
"in_reply_to_id": null,
"emoji_reactions": [],
"favourites_count": 0,
"edited_at": null,
"akkoma": {
"source": null
},
"bookmarked": false,
"reblogs_count": 0,
"text": null,
"reblogged": false,
"application": null,
"sensitive": false,
"pinned": false,
"muted": false,
"account": {
"acct": "actor@pasture_one_actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture_one_actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2024-03-06T17:40:42.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": "AfaA0fT9jNmmrjce5g",
"last_status_at": "2024-03-06",
"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": 57,
"url": "http://pasture_one_actor/actor",
"username": "actor"
},
"mentions": [
{
"acct": "witch",
"id": "Afa9srfZMHPS3qow9Q",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"created_at": "2024-03-06T17:43:07.000Z",
"emojis": [],
"media_attachments": [
{
"blurhash": null,
"description": null,
"id": "797253712",
"pleroma": {
"mime_type": "application/octet-stream"
},
"preview_url": "http://pasture_one_actor/images/003d.webp",
"remote_url": "http://pasture_one_actor/images/003d.webp",
"text_url": "http://pasture_one_actor/images/003d.webp",
"type": "unknown",
"url": "http://pasture_one_actor/images/003d.webp"
}
],
"tags": [],
"reblog": null,
"language": null
}
Example 10¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture_one_actor/actor",
"to": [
"http://akkoma/users/witch",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture_one_actor/actor/mhTLsEhwcUs",
"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/ohxVItas0-4",
"published": "2024-03-06T17:43:09Z",
"content": "url does not exit",
"attachment": {
"type": "Document",
"url": "http://pasture_one_actor/assets/does_not_exist.png"
}
}
}
akkoma
{
"card": null,
"pleroma": {
"content": {
"text/plain": "url does not exit"
},
"context": "http://pasture_one_actor/actor/ohxVItas0-4",
"conversation_id": 1543133905,
"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
},
"content": "url does not exit",
"replies_count": 0,
"uri": "http://pasture_one_actor/actor/ohxVItas0-4",
"in_reply_to_account_id": null,
"quote": null,
"spoiler_text": "",
"quote_id": null,
"id": "AfaAEGBaWxd4VMt1FI",
"poll": null,
"favourited": false,
"visibility": "public",
"url": "http://pasture_one_actor/actor/ohxVItas0-4",
"in_reply_to_id": null,
"emoji_reactions": [],
"favourites_count": 0,
"edited_at": null,
"akkoma": {
"source": null
},
"bookmarked": false,
"reblogs_count": 0,
"text": null,
"reblogged": false,
"application": null,
"sensitive": false,
"pinned": false,
"muted": false,
"account": {
"acct": "actor@pasture_one_actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture_one_actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2024-03-06T17:40:42.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": "AfaA0fT9jNmmrjce5g",
"last_status_at": "2024-03-06",
"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": 58,
"url": "http://pasture_one_actor/actor",
"username": "actor"
},
"mentions": [
{
"acct": "witch",
"id": "Afa9srfZMHPS3qow9Q",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"created_at": "2024-03-06T17:43:09.000Z",
"emojis": [],
"media_attachments": [
{
"blurhash": null,
"description": null,
"id": "-1054547087",
"pleroma": {
"mime_type": "application/octet-stream"
},
"preview_url": "http://pasture_one_actor/assets/does_not_exist.png",
"remote_url": "http://pasture_one_actor/assets/does_not_exist.png",
"text_url": "http://pasture_one_actor/assets/does_not_exist.png",
"type": "unknown",
"url": "http://pasture_one_actor/assets/does_not_exist.png"
}
],
"tags": [],
"reblog": null,
"language": null
}
Example 11¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture_one_actor/actor",
"to": [
"http://akkoma/users/witch",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture_one_actor/actor/R_1z0hrr5b4",
"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/A4fVHH2YzEM",
"published": "2024-03-06T17:43:11Z",
"content": "Wrong height / width",
"attachment": {
"type": "Document",
"width": 13,
"height": 17,
"url": "http://pasture_one_actor/images/004.png"
}
}
}
akkoma
{
"card": null,
"pleroma": {
"content": {
"text/plain": "Wrong height / width"
},
"context": "http://pasture_one_actor/actor/A4fVHH2YzEM",
"conversation_id": 1413027623,
"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
},
"content": "Wrong height / width",
"replies_count": 0,
"uri": "http://pasture_one_actor/actor/A4fVHH2YzEM",
"in_reply_to_account_id": null,
"quote": null,
"spoiler_text": "",
"quote_id": null,
"id": "AfaAES7m8xi3X1C8y8",
"poll": null,
"favourited": false,
"visibility": "public",
"url": "http://pasture_one_actor/actor/A4fVHH2YzEM",
"in_reply_to_id": null,
"emoji_reactions": [],
"favourites_count": 0,
"edited_at": null,
"akkoma": {
"source": null
},
"bookmarked": false,
"reblogs_count": 0,
"text": null,
"reblogged": false,
"application": null,
"sensitive": false,
"pinned": false,
"muted": false,
"account": {
"acct": "actor@pasture_one_actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture_one_actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2024-03-06T17:40:42.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": "AfaA0fT9jNmmrjce5g",
"last_status_at": "2024-03-06",
"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": 59,
"url": "http://pasture_one_actor/actor",
"username": "actor"
},
"mentions": [
{
"acct": "witch",
"id": "Afa9srfZMHPS3qow9Q",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"created_at": "2024-03-06T17:43:11.000Z",
"emojis": [],
"media_attachments": [
{
"blurhash": null,
"description": null,
"id": "515875469",
"meta": {
"original": {
"aspect": 0.7647058823529411,
"height": 17,
"width": 13
}
},
"pleroma": {
"mime_type": "application/octet-stream"
},
"preview_url": "http://pasture_one_actor/images/004.png",
"remote_url": "http://pasture_one_actor/images/004.png",
"text_url": "http://pasture_one_actor/images/004.png",
"type": "unknown",
"url": "http://pasture_one_actor/images/004.png"
}
],
"tags": [],
"reblog": null,
"language": null
}
Example 12¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture_one_actor/actor",
"to": [
"http://akkoma/users/witch",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture_one_actor/actor/22I1Hx6HMn4",
"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/nG7jIlMJoHM",
"published": "2024-03-06T17:43:13Z",
"content": "No type",
"attachment": {
"url": "http://pasture_one_actor/images/005.png"
}
}
}
akkoma
{
"card": null,
"pleroma": {
"content": {
"text/plain": "No type"
},
"context": "http://pasture_one_actor/actor/nG7jIlMJoHM",
"conversation_id": 1196400007,
"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
},
"content": "No type",
"replies_count": 0,
"uri": "http://pasture_one_actor/actor/nG7jIlMJoHM",
"in_reply_to_account_id": null,
"quote": null,
"spoiler_text": "",
"quote_id": null,
"id": "AfaAEdoMgxJTmICoNc",
"poll": null,
"favourited": false,
"visibility": "public",
"url": "http://pasture_one_actor/actor/nG7jIlMJoHM",
"in_reply_to_id": null,
"emoji_reactions": [],
"favourites_count": 0,
"edited_at": null,
"akkoma": {
"source": null
},
"bookmarked": false,
"reblogs_count": 0,
"text": null,
"reblogged": false,
"application": null,
"sensitive": false,
"pinned": false,
"muted": false,
"account": {
"acct": "actor@pasture_one_actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture_one_actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2024-03-06T17:40:42.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": "AfaA0fT9jNmmrjce5g",
"last_status_at": "2024-03-06",
"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": 60,
"url": "http://pasture_one_actor/actor",
"username": "actor"
},
"mentions": [
{
"acct": "witch",
"id": "Afa9srfZMHPS3qow9Q",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"created_at": "2024-03-06T17:43:13.000Z",
"emojis": [],
"media_attachments": [
{
"blurhash": null,
"description": null,
"id": "-868980797",
"pleroma": {
"mime_type": "application/octet-stream"
},
"preview_url": "http://pasture_one_actor/images/005.png",
"remote_url": "http://pasture_one_actor/images/005.png",
"text_url": "http://pasture_one_actor/images/005.png",
"type": "unknown",
"url": "http://pasture_one_actor/images/005.png"
}
],
"tags": [],
"reblog": null,
"language": null
}
Example 13¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture_one_actor/actor",
"to": [
"http://akkoma/users/witch",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture_one_actor/actor/CtU6msu0Fe4",
"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/BjEsxo9xFKs",
"published": "2024-03-06T17:43:15Z",
"content": "url is Link object",
"attachment": {
"type": "Image",
"url": {
"type": "Link",
"href": "http://pasture_one_actor/images/006.png"
}
}
}
}
no result
Example 14¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture_one_actor/actor",
"to": [
"http://akkoma/users/witch",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture_one_actor/actor/tKlIyGVnz3k",
"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/5uBQGGNKtAw",
"published": "2024-03-06T17:43:17Z",
"content": "url is Link object with media type",
"attachment": {
"type": "Image",
"url": {
"type": "Link",
"href": "http://pasture_one_actor/images/006b.png",
"mediaType": "image/png"
}
}
}
}
akkoma
{
"card": null,
"pleroma": {
"content": {
"text/plain": "url is Link object with media type"
},
"context": "http://pasture_one_actor/actor/5uBQGGNKtAw",
"conversation_id": 1471209764,
"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
},
"content": "url is Link object with media type",
"replies_count": 0,
"uri": "http://pasture_one_actor/actor/5uBQGGNKtAw",
"in_reply_to_account_id": null,
"quote": null,
"spoiler_text": "",
"quote_id": null,
"id": "AfaAF1OJ1UjEuQCL5s",
"poll": null,
"favourited": false,
"visibility": "public",
"url": "http://pasture_one_actor/actor/5uBQGGNKtAw",
"in_reply_to_id": null,
"emoji_reactions": [],
"favourites_count": 0,
"edited_at": null,
"akkoma": {
"source": null
},
"bookmarked": false,
"reblogs_count": 0,
"text": null,
"reblogged": false,
"application": null,
"sensitive": false,
"pinned": false,
"muted": false,
"account": {
"acct": "actor@pasture_one_actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture_one_actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2024-03-06T17:40:42.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": "AfaA0fT9jNmmrjce5g",
"last_status_at": "2024-03-06",
"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": 61,
"url": "http://pasture_one_actor/actor",
"username": "actor"
},
"mentions": [
{
"acct": "witch",
"id": "Afa9srfZMHPS3qow9Q",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"created_at": "2024-03-06T17:43:17.000Z",
"emojis": [],
"media_attachments": [
{
"blurhash": null,
"description": null,
"id": "2019084340",
"pleroma": {
"mime_type": "image/png"
},
"preview_url": "http://pasture_one_actor/images/006b.png",
"remote_url": "http://pasture_one_actor/images/006b.png",
"text_url": "http://pasture_one_actor/images/006b.png",
"type": "image",
"url": "http://pasture_one_actor/images/006b.png"
}
],
"tags": [],
"reblog": null,
"language": null
}
Example 15¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture_one_actor/actor",
"to": [
"http://akkoma/users/witch",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture_one_actor/actor/2SoVV-84Bxw",
"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/QcNLzk3uq9U",
"published": "2024-03-06T17:43:19Z",
"content": "url is Link object in an array",
"attachment": {
"type": "Image",
"url": [
{
"type": "Link",
"href": "http://pasture_one_actor/images/006c.png"
}
]
}
}
}
no result
Example 16¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture_one_actor/actor",
"to": [
"http://akkoma/users/witch",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture_one_actor/actor/-nQNY7vBEkE",
"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/60-cJZVv1i8",
"published": "2024-03-06T17:43:21Z",
"content": "url is array of two Link objects",
"attachment": {
"type": "Image",
"url": [
{
"type": "Link",
"href": "http://pasture_one_actor/images/007.png",
"mediaType": "image/png"
},
{
"type": "Link",
"href": "http://pasture_one_actor/images/008.jpg",
"mediaType": "image/jpeg"
}
]
}
}
}
akkoma
{
"card": null,
"pleroma": {
"content": {
"text/plain": "url is array of two Link objects"
},
"context": "http://pasture_one_actor/actor/60-cJZVv1i8",
"conversation_id": 869425294,
"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
},
"content": "url is array of two Link objects",
"replies_count": 0,
"uri": "http://pasture_one_actor/actor/60-cJZVv1i8",
"in_reply_to_account_id": null,
"quote": null,
"spoiler_text": "",
"quote_id": null,
"id": "AfaAFOxtNLrQ1S1aFs",
"poll": null,
"favourited": false,
"visibility": "public",
"url": "http://pasture_one_actor/actor/60-cJZVv1i8",
"in_reply_to_id": null,
"emoji_reactions": [],
"favourites_count": 0,
"edited_at": null,
"akkoma": {
"source": null
},
"bookmarked": false,
"reblogs_count": 0,
"text": null,
"reblogged": false,
"application": null,
"sensitive": false,
"pinned": false,
"muted": false,
"account": {
"acct": "actor@pasture_one_actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture_one_actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2024-03-06T17:40:42.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": "AfaA0fT9jNmmrjce5g",
"last_status_at": "2024-03-06",
"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": 62,
"url": "http://pasture_one_actor/actor",
"username": "actor"
},
"mentions": [
{
"acct": "witch",
"id": "Afa9srfZMHPS3qow9Q",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"created_at": "2024-03-06T17:43:21.000Z",
"emojis": [],
"media_attachments": [
{
"blurhash": null,
"description": null,
"id": "1171974174",
"pleroma": {
"mime_type": "image/png"
},
"preview_url": "http://pasture_one_actor/images/007.png",
"remote_url": "http://pasture_one_actor/images/007.png",
"text_url": "http://pasture_one_actor/images/007.png",
"type": "image",
"url": "http://pasture_one_actor/images/007.png"
}
],
"tags": [],
"reblog": null,
"language": null
}