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/OLuR7IyqYxU",
"published": "2024-11-21T08:57:54Z",
"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/sGO47af4gQI",
"published": "2024-11-21T08:57:54Z",
"content": "Format png",
"attachment": {
"type": "Document",
"url": "http://pasture-one-actor/images/001.png"
}
}
}
akkoma
{
"muted": false,
"quote_id": null,
"mentions": [
{
"acct": "witch",
"id": "AoGKgZLvpaDQ5kVV9E",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"pleroma": {
"content": {
"text/plain": "Format png"
},
"context": "http://pasture-one-actor/actor/sGO47af4gQI",
"conversation_id": 991076654,
"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
},
"emojis": [],
"uri": "http://pasture-one-actor/actor/sGO47af4gQI",
"reblog": null,
"visibility": "public",
"quote": null,
"reblogged": false,
"id": "AoGKwav1ktwsuMi9I0",
"replies_count": 0,
"in_reply_to_account_id": null,
"emoji_reactions": [],
"url": "http://pasture-one-actor/actor/sGO47af4gQI",
"media_attachments": [
{
"blurhash": null,
"description": null,
"id": "1131282266",
"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"
}
],
"poll": null,
"akkoma": {
"source": null
},
"card": null,
"reblogs_count": 0,
"pinned": false,
"content": "Format png",
"in_reply_to_id": null,
"created_at": "2024-11-21T08:57:54.000Z",
"bookmarked": false,
"language": null,
"application": null,
"sensitive": false,
"favourited": false,
"text": null,
"tags": [],
"edited_at": null,
"spoiler_text": "",
"favourites_count": 0,
"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-11-21T08:56:34.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": "AoGKpFE40kEFbM6ueW",
"last_status_at": "2024-11-21",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture-one-actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 67,
"url": "http://pasture-one-actor/actor",
"username": "actor"
}
}
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/bQ766uG4nhs",
"published": "2024-11-21T08:57:54Z",
"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/RLbTI_vcrTc",
"published": "2024-11-21T08:57:54Z",
"content": "Format png",
"attachment": {
"type": "Document",
"url": "http://pasture-one-actor/images/001b.png",
"mediaType": "image/png"
}
}
}
akkoma
{
"muted": false,
"quote_id": null,
"mentions": [
{
"acct": "witch",
"id": "AoGKgZLvpaDQ5kVV9E",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"pleroma": {
"content": {
"text/plain": "Format png"
},
"context": "http://pasture-one-actor/actor/RLbTI_vcrTc",
"conversation_id": 797572795,
"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
},
"emojis": [],
"uri": "http://pasture-one-actor/actor/RLbTI_vcrTc",
"reblog": null,
"visibility": "public",
"quote": null,
"reblogged": false,
"id": "AoGKweprC4Bp3UK4mm",
"replies_count": 0,
"in_reply_to_account_id": null,
"emoji_reactions": [],
"url": "http://pasture-one-actor/actor/RLbTI_vcrTc",
"media_attachments": [
{
"blurhash": null,
"description": null,
"id": "1989242508",
"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"
}
],
"poll": null,
"akkoma": {
"source": null
},
"card": null,
"reblogs_count": 0,
"pinned": false,
"content": "Format png",
"in_reply_to_id": null,
"created_at": "2024-11-21T08:57:54.000Z",
"bookmarked": false,
"language": null,
"application": null,
"sensitive": false,
"favourited": false,
"text": null,
"tags": [],
"edited_at": null,
"spoiler_text": "",
"favourites_count": 0,
"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-11-21T08:56:34.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": "AoGKpFE40kEFbM6ueW",
"last_status_at": "2024-11-21",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture-one-actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 68,
"url": "http://pasture-one-actor/actor",
"username": "actor"
}
}
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/TvDQQ7I55QY",
"published": "2024-11-21T08:57:55Z",
"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/icdQh8KHcQk",
"published": "2024-11-21T08:57:55Z",
"content": "Format jpg",
"attachment": {
"type": "Image",
"url": "http://pasture-one-actor/images/002.jpg"
}
}
}
akkoma
{
"muted": false,
"quote_id": null,
"mentions": [
{
"acct": "witch",
"id": "AoGKgZLvpaDQ5kVV9E",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"pleroma": {
"content": {
"text/plain": "Format jpg"
},
"context": "http://pasture-one-actor/actor/icdQh8KHcQk",
"conversation_id": 497021346,
"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
},
"emojis": [],
"uri": "http://pasture-one-actor/actor/icdQh8KHcQk",
"reblog": null,
"visibility": "public",
"quote": null,
"reblogged": false,
"id": "AoGKwirQEBonXV5NmS",
"replies_count": 0,
"in_reply_to_account_id": null,
"emoji_reactions": [],
"url": "http://pasture-one-actor/actor/icdQh8KHcQk",
"media_attachments": [
{
"blurhash": null,
"description": null,
"id": "1061397354",
"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"
}
],
"poll": null,
"akkoma": {
"source": null
},
"card": null,
"reblogs_count": 0,
"pinned": false,
"content": "Format jpg",
"in_reply_to_id": null,
"created_at": "2024-11-21T08:57:55.000Z",
"bookmarked": false,
"language": null,
"application": null,
"sensitive": false,
"favourited": false,
"text": null,
"tags": [],
"edited_at": null,
"spoiler_text": "",
"favourites_count": 0,
"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-11-21T08:56:34.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": "AoGKpFE40kEFbM6ueW",
"last_status_at": "2024-11-21",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture-one-actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 69,
"url": "http://pasture-one-actor/actor",
"username": "actor"
}
}
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/EPDJNXKPlsc",
"published": "2024-11-21T08:57:56Z",
"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/JRrC10mtg24",
"published": "2024-11-21T08:57:56Z",
"content": "Format jpg",
"attachment": {
"type": "Image",
"url": "http://pasture-one-actor/images/002b.jpg",
"mediaType": "image/jpeg"
}
}
}
akkoma
{
"muted": false,
"quote_id": null,
"mentions": [
{
"acct": "witch",
"id": "AoGKgZLvpaDQ5kVV9E",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"pleroma": {
"content": {
"text/plain": "Format jpg"
},
"context": "http://pasture-one-actor/actor/JRrC10mtg24",
"conversation_id": 2029753270,
"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
},
"emojis": [],
"uri": "http://pasture-one-actor/actor/JRrC10mtg24",
"reblog": null,
"visibility": "public",
"quote": null,
"reblogged": false,
"id": "AoGKwmgE1lErNvsUsq",
"replies_count": 0,
"in_reply_to_account_id": null,
"emoji_reactions": [],
"url": "http://pasture-one-actor/actor/JRrC10mtg24",
"media_attachments": [
{
"blurhash": null,
"description": null,
"id": "-1455849681",
"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"
}
],
"poll": null,
"akkoma": {
"source": null
},
"card": null,
"reblogs_count": 0,
"pinned": false,
"content": "Format jpg",
"in_reply_to_id": null,
"created_at": "2024-11-21T08:57:56.000Z",
"bookmarked": false,
"language": null,
"application": null,
"sensitive": false,
"favourited": false,
"text": null,
"tags": [],
"edited_at": null,
"spoiler_text": "",
"favourites_count": 0,
"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-11-21T08:56:34.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": "AoGKpFE40kEFbM6ueW",
"last_status_at": "2024-11-21",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture-one-actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 70,
"url": "http://pasture-one-actor/actor",
"username": "actor"
}
}
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/6DxYDL5hAIE",
"published": "2024-11-21T08:57:57Z",
"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/k44zxVHWjiQ",
"published": "2024-11-21T08:57:57Z",
"content": "Format svg",
"attachment": {
"type": "Image",
"url": "http://pasture-one-actor/assets/FediverseLogo.svg"
}
}
}
akkoma
{
"muted": false,
"quote_id": null,
"mentions": [
{
"acct": "witch",
"id": "AoGKgZLvpaDQ5kVV9E",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"pleroma": {
"content": {
"text/plain": "Format svg"
},
"context": "http://pasture-one-actor/actor/k44zxVHWjiQ",
"conversation_id": 214792991,
"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
},
"emojis": [],
"uri": "http://pasture-one-actor/actor/k44zxVHWjiQ",
"reblog": null,
"visibility": "public",
"quote": null,
"reblogged": false,
"id": "AoGKwqblQI2xZFozU8",
"replies_count": 0,
"in_reply_to_account_id": null,
"emoji_reactions": [],
"url": "http://pasture-one-actor/actor/k44zxVHWjiQ",
"media_attachments": [
{
"blurhash": null,
"description": null,
"id": "1816847230",
"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"
}
],
"poll": null,
"akkoma": {
"source": null
},
"card": null,
"reblogs_count": 0,
"pinned": false,
"content": "Format svg",
"in_reply_to_id": null,
"created_at": "2024-11-21T08:57:57.000Z",
"bookmarked": false,
"language": null,
"application": null,
"sensitive": false,
"favourited": false,
"text": null,
"tags": [],
"edited_at": null,
"spoiler_text": "",
"favourites_count": 0,
"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-11-21T08:56:34.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": "AoGKpFE40kEFbM6ueW",
"last_status_at": "2024-11-21",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture-one-actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 71,
"url": "http://pasture-one-actor/actor",
"username": "actor"
}
}
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/6FUZNaYHLy8",
"published": "2024-11-21T08:57:57Z",
"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/FkKMVVPAPmk",
"published": "2024-11-21T08:57:57Z",
"content": "Format eps",
"attachment": {
"type": "Image",
"url": "http://pasture-one-actor/images/003.eps"
}
}
}
akkoma
{
"muted": false,
"quote_id": null,
"mentions": [
{
"acct": "witch",
"id": "AoGKgZLvpaDQ5kVV9E",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"pleroma": {
"content": {
"text/plain": "Format eps"
},
"context": "http://pasture-one-actor/actor/FkKMVVPAPmk",
"conversation_id": 406116443,
"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
},
"emojis": [],
"uri": "http://pasture-one-actor/actor/FkKMVVPAPmk",
"reblog": null,
"visibility": "public",
"quote": null,
"reblogged": false,
"id": "AoGKwuNNPiunFn7YcC",
"replies_count": 0,
"in_reply_to_account_id": null,
"emoji_reactions": [],
"url": "http://pasture-one-actor/actor/FkKMVVPAPmk",
"media_attachments": [
{
"blurhash": null,
"description": null,
"id": "-2052359074",
"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"
}
],
"poll": null,
"akkoma": {
"source": null
},
"card": null,
"reblogs_count": 0,
"pinned": false,
"content": "Format eps",
"in_reply_to_id": null,
"created_at": "2024-11-21T08:57:57.000Z",
"bookmarked": false,
"language": null,
"application": null,
"sensitive": false,
"favourited": false,
"text": null,
"tags": [],
"edited_at": null,
"spoiler_text": "",
"favourites_count": 0,
"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-11-21T08:56:34.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": "AoGKpFE40kEFbM6ueW",
"last_status_at": "2024-11-21",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture-one-actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 72,
"url": "http://pasture-one-actor/actor",
"username": "actor"
}
}
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/eh9-iQ4wNNw",
"published": "2024-11-21T08:57:58Z",
"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/5brhXrj4GIY",
"published": "2024-11-21T08:57:58Z",
"content": "Format gif",
"attachment": {
"type": "Image",
"url": "http://pasture-one-actor/images/003b.gif"
}
}
}
akkoma
{
"muted": false,
"quote_id": null,
"mentions": [
{
"acct": "witch",
"id": "AoGKgZLvpaDQ5kVV9E",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"pleroma": {
"content": {
"text/plain": "Format gif"
},
"context": "http://pasture-one-actor/actor/5brhXrj4GIY",
"conversation_id": 1807815935,
"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
},
"emojis": [],
"uri": "http://pasture-one-actor/actor/5brhXrj4GIY",
"reblog": null,
"visibility": "public",
"quote": null,
"reblogged": false,
"id": "AoGKwyQMMZg5oCXzou",
"replies_count": 0,
"in_reply_to_account_id": null,
"emoji_reactions": [],
"url": "http://pasture-one-actor/actor/5brhXrj4GIY",
"media_attachments": [
{
"blurhash": null,
"description": null,
"id": "980370550",
"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"
}
],
"poll": null,
"akkoma": {
"source": null
},
"card": null,
"reblogs_count": 0,
"pinned": false,
"content": "Format gif",
"in_reply_to_id": null,
"created_at": "2024-11-21T08:57:58.000Z",
"bookmarked": false,
"language": null,
"application": null,
"sensitive": false,
"favourited": false,
"text": null,
"tags": [],
"edited_at": null,
"spoiler_text": "",
"favourites_count": 0,
"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-11-21T08:56:34.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": "AoGKpFE40kEFbM6ueW",
"last_status_at": "2024-11-21",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture-one-actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 73,
"url": "http://pasture-one-actor/actor",
"username": "actor"
}
}
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/E2_RvbgeLYM",
"published": "2024-11-21T08:57:59Z",
"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/Ldek78Ynnxo",
"published": "2024-11-21T08:57:59Z",
"content": "Format tiff",
"attachment": {
"type": "Image",
"url": "http://pasture-one-actor/images/003c.tiff"
}
}
}
akkoma
{
"muted": false,
"quote_id": null,
"mentions": [
{
"acct": "witch",
"id": "AoGKgZLvpaDQ5kVV9E",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"pleroma": {
"content": {
"text/plain": "Format tiff"
},
"context": "http://pasture-one-actor/actor/Ldek78Ynnxo",
"conversation_id": 183105351,
"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
},
"emojis": [],
"uri": "http://pasture-one-actor/actor/Ldek78Ynnxo",
"reblog": null,
"visibility": "public",
"quote": null,
"reblogged": false,
"id": "AoGKx2QVTyAkDoeAbY",
"replies_count": 0,
"in_reply_to_account_id": null,
"emoji_reactions": [],
"url": "http://pasture-one-actor/actor/Ldek78Ynnxo",
"media_attachments": [
{
"blurhash": null,
"description": null,
"id": "1889602093",
"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"
}
],
"poll": null,
"akkoma": {
"source": null
},
"card": null,
"reblogs_count": 0,
"pinned": false,
"content": "Format tiff",
"in_reply_to_id": null,
"created_at": "2024-11-21T08:57:59.000Z",
"bookmarked": false,
"language": null,
"application": null,
"sensitive": false,
"favourited": false,
"text": null,
"tags": [],
"edited_at": null,
"spoiler_text": "",
"favourites_count": 0,
"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-11-21T08:56:34.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": "AoGKpFE40kEFbM6ueW",
"last_status_at": "2024-11-21",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture-one-actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 74,
"url": "http://pasture-one-actor/actor",
"username": "actor"
}
}
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/6oq9QYKxebA",
"published": "2024-11-21T08:57:59Z",
"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/L994iSMIzfk",
"published": "2024-11-21T08:57:59Z",
"content": "Format webp",
"attachment": {
"type": "Image",
"url": "http://pasture-one-actor/images/003d.webp"
}
}
}
akkoma
{
"muted": false,
"quote_id": null,
"mentions": [
{
"acct": "witch",
"id": "AoGKgZLvpaDQ5kVV9E",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"pleroma": {
"content": {
"text/plain": "Format webp"
},
"context": "http://pasture-one-actor/actor/L994iSMIzfk",
"conversation_id": 792498795,
"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
},
"emojis": [],
"uri": "http://pasture-one-actor/actor/L994iSMIzfk",
"reblog": null,
"visibility": "public",
"quote": null,
"reblogged": false,
"id": "AoGKx6XkB0L0zQ40RM",
"replies_count": 0,
"in_reply_to_account_id": null,
"emoji_reactions": [],
"url": "http://pasture-one-actor/actor/L994iSMIzfk",
"media_attachments": [
{
"blurhash": null,
"description": null,
"id": "2032942461",
"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"
}
],
"poll": null,
"akkoma": {
"source": null
},
"card": null,
"reblogs_count": 0,
"pinned": false,
"content": "Format webp",
"in_reply_to_id": null,
"created_at": "2024-11-21T08:57:59.000Z",
"bookmarked": false,
"language": null,
"application": null,
"sensitive": false,
"favourited": false,
"text": null,
"tags": [],
"edited_at": null,
"spoiler_text": "",
"favourites_count": 0,
"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-11-21T08:56:34.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": "AoGKpFE40kEFbM6ueW",
"last_status_at": "2024-11-21",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture-one-actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 75,
"url": "http://pasture-one-actor/actor",
"username": "actor"
}
}
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/iDEsZcNNE3Y",
"published": "2024-11-21T08:58:00Z",
"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/jnnOdLr7qAg",
"published": "2024-11-21T08:58:00Z",
"content": "url does not exit",
"attachment": {
"type": "Document",
"url": "http://pasture-one-actor/assets/does_not_exist.png"
}
}
}
akkoma
{
"muted": false,
"quote_id": null,
"mentions": [
{
"acct": "witch",
"id": "AoGKgZLvpaDQ5kVV9E",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"pleroma": {
"content": {
"text/plain": "url does not exit"
},
"context": "http://pasture-one-actor/actor/jnnOdLr7qAg",
"conversation_id": 422892398,
"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
},
"emojis": [],
"uri": "http://pasture-one-actor/actor/jnnOdLr7qAg",
"reblog": null,
"visibility": "public",
"quote": null,
"reblogged": false,
"id": "AoGKxAaj7r6JXpURe4",
"replies_count": 0,
"in_reply_to_account_id": null,
"emoji_reactions": [],
"url": "http://pasture-one-actor/actor/jnnOdLr7qAg",
"media_attachments": [
{
"blurhash": null,
"description": null,
"id": "-287079044",
"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"
}
],
"poll": null,
"akkoma": {
"source": null
},
"card": null,
"reblogs_count": 0,
"pinned": false,
"content": "url does not exit",
"in_reply_to_id": null,
"created_at": "2024-11-21T08:58:00.000Z",
"bookmarked": false,
"language": null,
"application": null,
"sensitive": false,
"favourited": false,
"text": null,
"tags": [],
"edited_at": null,
"spoiler_text": "",
"favourites_count": 0,
"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-11-21T08:56:34.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": "AoGKpFE40kEFbM6ueW",
"last_status_at": "2024-11-21",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture-one-actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 76,
"url": "http://pasture-one-actor/actor",
"username": "actor"
}
}
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/KH_mkYPHKxg",
"published": "2024-11-21T08:58:01Z",
"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/rqGf_F04IZM",
"published": "2024-11-21T08:58:01Z",
"content": "Wrong height / width",
"attachment": {
"type": "Document",
"width": 13,
"height": 17,
"url": "http://pasture-one-actor/images/004.png"
}
}
}
akkoma
{
"muted": false,
"quote_id": null,
"mentions": [
{
"acct": "witch",
"id": "AoGKgZLvpaDQ5kVV9E",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"pleroma": {
"content": {
"text/plain": "Wrong height / width"
},
"context": "http://pasture-one-actor/actor/rqGf_F04IZM",
"conversation_id": 1883480429,
"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
},
"emojis": [],
"uri": "http://pasture-one-actor/actor/rqGf_F04IZM",
"reblog": null,
"visibility": "public",
"quote": null,
"reblogged": false,
"id": "AoGKxEgBvTqgDw4ria",
"replies_count": 0,
"in_reply_to_account_id": null,
"emoji_reactions": [],
"url": "http://pasture-one-actor/actor/rqGf_F04IZM",
"media_attachments": [
{
"blurhash": null,
"description": null,
"id": "-236881146",
"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"
}
],
"poll": null,
"akkoma": {
"source": null
},
"card": null,
"reblogs_count": 0,
"pinned": false,
"content": "Wrong height / width",
"in_reply_to_id": null,
"created_at": "2024-11-21T08:58:01.000Z",
"bookmarked": false,
"language": null,
"application": null,
"sensitive": false,
"favourited": false,
"text": null,
"tags": [],
"edited_at": null,
"spoiler_text": "",
"favourites_count": 0,
"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-11-21T08:56:34.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": "AoGKpFE40kEFbM6ueW",
"last_status_at": "2024-11-21",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture-one-actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 77,
"url": "http://pasture-one-actor/actor",
"username": "actor"
}
}
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/buzZBW9M6bI",
"published": "2024-11-21T08:58:01Z",
"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/eaADWv_mmU8",
"published": "2024-11-21T08:58:01Z",
"content": "No type",
"attachment": {
"url": "http://pasture-one-actor/images/005.png"
}
}
}
akkoma
{
"muted": false,
"quote_id": null,
"mentions": [
{
"acct": "witch",
"id": "AoGKgZLvpaDQ5kVV9E",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"pleroma": {
"content": {
"text/plain": "No type"
},
"context": "http://pasture-one-actor/actor/eaADWv_mmU8",
"conversation_id": 438858578,
"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
},
"emojis": [],
"uri": "http://pasture-one-actor/actor/eaADWv_mmU8",
"reblog": null,
"visibility": "public",
"quote": null,
"reblogged": false,
"id": "AoGKxIkan3kIqkAR8K",
"replies_count": 0,
"in_reply_to_account_id": null,
"emoji_reactions": [],
"url": "http://pasture-one-actor/actor/eaADWv_mmU8",
"media_attachments": [
{
"blurhash": null,
"description": null,
"id": "-566296140",
"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"
}
],
"poll": null,
"akkoma": {
"source": null
},
"card": null,
"reblogs_count": 0,
"pinned": false,
"content": "No type",
"in_reply_to_id": null,
"created_at": "2024-11-21T08:58:01.000Z",
"bookmarked": false,
"language": null,
"application": null,
"sensitive": false,
"favourited": false,
"text": null,
"tags": [],
"edited_at": null,
"spoiler_text": "",
"favourites_count": 0,
"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-11-21T08:56:34.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": "AoGKpFE40kEFbM6ueW",
"last_status_at": "2024-11-21",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture-one-actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 78,
"url": "http://pasture-one-actor/actor",
"username": "actor"
}
}
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/HOOww2vRZjs",
"published": "2024-11-21T08:58:02Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/actor/jl0vhSmZpK0",
"published": "2024-11-21T08:58:02Z",
"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/3VH7LykVX60",
"published": "2024-11-21T08:58:14Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/actor/95WeB7u7FOc",
"published": "2024-11-21T08:58:14Z",
"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
{
"muted": false,
"quote_id": null,
"mentions": [
{
"acct": "witch",
"id": "AoGKgZLvpaDQ5kVV9E",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"pleroma": {
"content": {
"text/plain": "url is Link object with media type"
},
"context": "http://pasture-one-actor/actor/95WeB7u7FOc",
"conversation_id": 349842133,
"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
},
"emojis": [],
"uri": "http://pasture-one-actor/actor/95WeB7u7FOc",
"reblog": null,
"visibility": "public",
"quote": null,
"reblogged": false,
"id": "AoGKyQVnQ3VFD7mbmy",
"replies_count": 0,
"in_reply_to_account_id": null,
"emoji_reactions": [],
"url": "http://pasture-one-actor/actor/95WeB7u7FOc",
"media_attachments": [
{
"blurhash": null,
"description": null,
"id": "914904108",
"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"
}
],
"poll": null,
"akkoma": {
"source": null
},
"card": null,
"reblogs_count": 0,
"pinned": false,
"content": "url is Link object with media type",
"in_reply_to_id": null,
"created_at": "2024-11-21T08:58:14.000Z",
"bookmarked": false,
"language": null,
"application": null,
"sensitive": false,
"favourited": false,
"text": null,
"tags": [],
"edited_at": null,
"spoiler_text": "",
"favourites_count": 0,
"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-11-21T08:56:34.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": "AoGKpFE40kEFbM6ueW",
"last_status_at": "2024-11-21",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture-one-actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 79,
"url": "http://pasture-one-actor/actor",
"username": "actor"
}
}
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/G4afX8Yjgjw",
"published": "2024-11-21T08:58:14Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/actor/UjVjTC-rfmY",
"published": "2024-11-21T08:58:14Z",
"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/wCUDPYELDCQ",
"published": "2024-11-21T08:58:26Z",
"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/DKFGSDcoRqc",
"published": "2024-11-21T08:58:26Z",
"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
{
"muted": false,
"quote_id": null,
"mentions": [
{
"acct": "witch",
"id": "AoGKgZLvpaDQ5kVV9E",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"pleroma": {
"content": {
"text/plain": "url is array of two Link objects"
},
"context": "http://pasture-one-actor/actor/DKFGSDcoRqc",
"conversation_id": 1055395512,
"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
},
"emojis": [],
"uri": "http://pasture-one-actor/actor/DKFGSDcoRqc",
"reblog": null,
"visibility": "public",
"quote": null,
"reblogged": false,
"id": "AoGKzZ5h0ZoG6j7GSW",
"replies_count": 0,
"in_reply_to_account_id": null,
"emoji_reactions": [],
"url": "http://pasture-one-actor/actor/DKFGSDcoRqc",
"media_attachments": [
{
"blurhash": null,
"description": null,
"id": "-40757466",
"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"
}
],
"poll": null,
"akkoma": {
"source": null
},
"card": null,
"reblogs_count": 0,
"pinned": false,
"content": "url is array of two Link objects",
"in_reply_to_id": null,
"created_at": "2024-11-21T08:58:26.000Z",
"bookmarked": false,
"language": null,
"application": null,
"sensitive": false,
"favourited": false,
"text": null,
"tags": [],
"edited_at": null,
"spoiler_text": "",
"favourites_count": 0,
"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-11-21T08:56:34.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": "AoGKpFE40kEFbM6ueW",
"last_status_at": "2024-11-21",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture-one-actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 80,
"url": "http://pasture-one-actor/actor",
"username": "actor"
}
}