Attachments¶
In the support table:
- "✅" means at least one attachment,
- "-" means parsed
- "❌" means failed to parse
For more on image attachments see Image Description and Image Attachments.
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/e-LbPb0Wckg",
"published": "2025-01-08T14:01:47Z",
"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/TM-Us_F2z9I",
"published": "2025-01-08T14:01:47Z",
"content": "Image",
"attachment": [
{
"type": "Image",
"url": "http://pasture-one-actor/assets/cow.jpg",
"mediaType": "image/jpeg",
"name": "a cow"
}
]
}
}
akkoma
{
"in_reply_to_id": null,
"pleroma": {
"content": {
"text/plain": "Image"
},
"context": "http://pasture-one-actor/actor/TM-Us_F2z9I",
"conversation_id": 1040659543,
"direct_conversation_id": null,
"emoji_reactions": [],
"expires_at": null,
"in_reply_to_account_acct": null,
"local": false,
"parent_visible": false,
"pinned_at": null,
"spoiler_text": {
"text/plain": ""
},
"thread_muted": false
},
"uri": "http://pasture-one-actor/actor/TM-Us_F2z9I",
"spoiler_text": "",
"emojis": [],
"quote": null,
"visibility": "public",
"muted": false,
"id": "ApsGjAExeTigk32JJw",
"favourited": false,
"poll": null,
"favourites_count": 0,
"media_attachments": [
{
"blurhash": null,
"description": "a cow",
"id": "-1149766120",
"pleroma": {
"mime_type": "image/jpeg"
},
"preview_url": "http://pasture-one-actor/assets/cow.jpg",
"remote_url": "http://pasture-one-actor/assets/cow.jpg",
"text_url": "http://pasture-one-actor/assets/cow.jpg",
"type": "image",
"url": "http://pasture-one-actor/assets/cow.jpg"
}
],
"reblogged": false,
"url": "http://pasture-one-actor/actor/TM-Us_F2z9I",
"bookmarked": false,
"content": "Image",
"edited_at": null,
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture-one-actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2025-01-08T13:55:48.000Z",
"display_name": "Test Actor",
"emojis": [],
"fields": [],
"followers_count": 0,
"following_count": 0,
"fqn": "actor@pasture-one-actor",
"header": "http://akkoma/images/banner.png",
"header_static": "http://akkoma/images/banner.png",
"id": "ApsGC0zJ219UUOuI76",
"last_status_at": "2025-01-08",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture-one-actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 182,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"emoji_reactions": [],
"mentions": [
{
"acct": "witch",
"id": "ApsG1rzZWhrk7k57fU",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"in_reply_to_account_id": null,
"created_at": "2025-01-08T14:01:47.000Z",
"akkoma": {
"source": null
},
"quote_id": null,
"text": null,
"application": null,
"sensitive": false,
"card": null,
"language": null,
"reblog": null,
"reblogs_count": 0,
"pinned": false,
"replies_count": 0,
"tags": []
}
Example 2¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"http://akkoma/users/witch",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/_EuH_bGNE0Q",
"published": "2025-01-08T14:01:48Z",
"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/nAA8_0udQCQ",
"published": "2025-01-08T14:01:48Z",
"content": "Video",
"attachment": [
{
"type": "Video",
"url": "http://pasture-one-actor/assets/cow_eating.mp4",
"mediaType": "video/mp4",
"name": "a cow eating grass"
}
]
}
}
akkoma
{
"in_reply_to_id": null,
"pleroma": {
"content": {
"text/plain": "Video"
},
"context": "http://pasture-one-actor/actor/nAA8_0udQCQ",
"conversation_id": 347856127,
"direct_conversation_id": null,
"emoji_reactions": [],
"expires_at": null,
"in_reply_to_account_acct": null,
"local": false,
"parent_visible": false,
"pinned_at": null,
"spoiler_text": {
"text/plain": ""
},
"thread_muted": false
},
"uri": "http://pasture-one-actor/actor/nAA8_0udQCQ",
"spoiler_text": "",
"emojis": [],
"quote": null,
"visibility": "public",
"muted": false,
"id": "ApsGjERs0QQFnF6fzs",
"favourited": false,
"poll": null,
"favourites_count": 0,
"media_attachments": [
{
"blurhash": null,
"description": "a cow eating grass",
"id": "70207247",
"pleroma": {
"mime_type": "video/mp4"
},
"preview_url": "http://pasture-one-actor/assets/cow_eating.mp4",
"remote_url": "http://pasture-one-actor/assets/cow_eating.mp4",
"text_url": "http://pasture-one-actor/assets/cow_eating.mp4",
"type": "video",
"url": "http://pasture-one-actor/assets/cow_eating.mp4"
}
],
"reblogged": false,
"url": "http://pasture-one-actor/actor/nAA8_0udQCQ",
"bookmarked": false,
"content": "Video",
"edited_at": null,
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture-one-actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2025-01-08T13:55:48.000Z",
"display_name": "Test Actor",
"emojis": [],
"fields": [],
"followers_count": 0,
"following_count": 0,
"fqn": "actor@pasture-one-actor",
"header": "http://akkoma/images/banner.png",
"header_static": "http://akkoma/images/banner.png",
"id": "ApsGC0zJ219UUOuI76",
"last_status_at": "2025-01-08",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture-one-actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 183,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"emoji_reactions": [],
"mentions": [
{
"acct": "witch",
"id": "ApsG1rzZWhrk7k57fU",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"in_reply_to_account_id": null,
"created_at": "2025-01-08T14:01:48.000Z",
"akkoma": {
"source": null
},
"quote_id": null,
"text": null,
"application": null,
"sensitive": false,
"card": null,
"language": null,
"reblog": null,
"reblogs_count": 0,
"pinned": false,
"replies_count": 0,
"tags": []
}
Example 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/HKTrRGvBKQk",
"published": "2025-01-08T14:01:48Z",
"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/X4F1yHRKTUQ",
"published": "2025-01-08T14:01:48Z",
"content": "Audio",
"attachment": [
{
"type": "Audio",
"url": "http://pasture-one-actor/assets/cow_moo.mp3",
"mediaType": "audio/mpeg",
"name": "the moo sound of a cow"
}
]
}
}
akkoma
{
"in_reply_to_id": null,
"pleroma": {
"content": {
"text/plain": "Audio"
},
"context": "http://pasture-one-actor/actor/X4F1yHRKTUQ",
"conversation_id": 1708514772,
"direct_conversation_id": null,
"emoji_reactions": [],
"expires_at": null,
"in_reply_to_account_acct": null,
"local": false,
"parent_visible": false,
"pinned_at": null,
"spoiler_text": {
"text/plain": ""
},
"thread_muted": false
},
"uri": "http://pasture-one-actor/actor/X4F1yHRKTUQ",
"spoiler_text": "",
"emojis": [],
"quote": null,
"visibility": "public",
"muted": false,
"id": "ApsGjIVCvxT8MkhOkq",
"favourited": false,
"poll": null,
"favourites_count": 0,
"media_attachments": [
{
"blurhash": null,
"description": "the moo sound of a cow",
"id": "1474550563",
"pleroma": {
"mime_type": "audio/mpeg"
},
"preview_url": "http://pasture-one-actor/assets/cow_moo.mp3",
"remote_url": "http://pasture-one-actor/assets/cow_moo.mp3",
"text_url": "http://pasture-one-actor/assets/cow_moo.mp3",
"type": "audio",
"url": "http://pasture-one-actor/assets/cow_moo.mp3"
}
],
"reblogged": false,
"url": "http://pasture-one-actor/actor/X4F1yHRKTUQ",
"bookmarked": false,
"content": "Audio",
"edited_at": null,
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture-one-actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2025-01-08T13:55:48.000Z",
"display_name": "Test Actor",
"emojis": [],
"fields": [],
"followers_count": 0,
"following_count": 0,
"fqn": "actor@pasture-one-actor",
"header": "http://akkoma/images/banner.png",
"header_static": "http://akkoma/images/banner.png",
"id": "ApsGC0zJ219UUOuI76",
"last_status_at": "2025-01-08",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture-one-actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 184,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"emoji_reactions": [],
"mentions": [
{
"acct": "witch",
"id": "ApsG1rzZWhrk7k57fU",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"in_reply_to_account_id": null,
"created_at": "2025-01-08T14:01:48.000Z",
"akkoma": {
"source": null
},
"quote_id": null,
"text": null,
"application": null,
"sensitive": false,
"card": null,
"language": null,
"reblog": null,
"reblogs_count": 0,
"pinned": false,
"replies_count": 0,
"tags": []
}
Example 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/yhmfAOCltFA",
"published": "2025-01-08T14:01:49Z",
"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/ldjNl8bQ8Gg",
"published": "2025-01-08T14:01:49Z",
"content": "Audio as Document",
"attachment": [
{
"type": "Document",
"url": "http://pasture-one-actor/assets/cow_moo.mp3",
"mediaType": "audio/mpeg",
"name": "the moo sound of a cow"
}
]
}
}
akkoma
{
"in_reply_to_id": null,
"pleroma": {
"content": {
"text/plain": "Audio as Document"
},
"context": "http://pasture-one-actor/actor/ldjNl8bQ8Gg",
"conversation_id": 50722642,
"direct_conversation_id": null,
"emoji_reactions": [],
"expires_at": null,
"in_reply_to_account_acct": null,
"local": false,
"parent_visible": false,
"pinned_at": null,
"spoiler_text": {
"text/plain": ""
},
"thread_muted": false
},
"uri": "http://pasture-one-actor/actor/ldjNl8bQ8Gg",
"spoiler_text": "",
"emojis": [],
"quote": null,
"visibility": "public",
"muted": false,
"id": "ApsGjMxMNEMgBDtwBs",
"favourited": false,
"poll": null,
"favourites_count": 0,
"media_attachments": [
{
"blurhash": null,
"description": "the moo sound of a cow",
"id": "1474550563",
"pleroma": {
"mime_type": "audio/mpeg"
},
"preview_url": "http://pasture-one-actor/assets/cow_moo.mp3",
"remote_url": "http://pasture-one-actor/assets/cow_moo.mp3",
"text_url": "http://pasture-one-actor/assets/cow_moo.mp3",
"type": "audio",
"url": "http://pasture-one-actor/assets/cow_moo.mp3"
}
],
"reblogged": false,
"url": "http://pasture-one-actor/actor/ldjNl8bQ8Gg",
"bookmarked": false,
"content": "Audio as Document",
"edited_at": null,
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture-one-actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2025-01-08T13:55:48.000Z",
"display_name": "Test Actor",
"emojis": [],
"fields": [],
"followers_count": 0,
"following_count": 0,
"fqn": "actor@pasture-one-actor",
"header": "http://akkoma/images/banner.png",
"header_static": "http://akkoma/images/banner.png",
"id": "ApsGC0zJ219UUOuI76",
"last_status_at": "2025-01-08",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture-one-actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 185,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"emoji_reactions": [],
"mentions": [
{
"acct": "witch",
"id": "ApsG1rzZWhrk7k57fU",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"in_reply_to_account_id": null,
"created_at": "2025-01-08T14:01:49.000Z",
"akkoma": {
"source": null
},
"quote_id": null,
"text": null,
"application": null,
"sensitive": false,
"card": null,
"language": null,
"reblog": null,
"reblogs_count": 0,
"pinned": false,
"replies_count": 0,
"tags": []
}
Example 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/kKRJWFE07Eo",
"published": "2025-01-08T14:01:50Z",
"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/0oqg3w4nomk",
"published": "2025-01-08T14:01:50Z",
"content": "Link",
"attachment": {
"href": "https://funfedi.dev",
"type": "Link"
}
}
}
akkoma
{
"in_reply_to_id": null,
"pleroma": {
"content": {
"text/plain": "Link"
},
"context": "http://pasture-one-actor/actor/0oqg3w4nomk",
"conversation_id": 2051780058,
"direct_conversation_id": null,
"emoji_reactions": [],
"expires_at": null,
"in_reply_to_account_acct": null,
"local": false,
"parent_visible": false,
"pinned_at": null,
"spoiler_text": {
"text/plain": ""
},
"thread_muted": false
},
"uri": "http://pasture-one-actor/actor/0oqg3w4nomk",
"spoiler_text": "",
"emojis": [],
"quote": null,
"visibility": "public",
"muted": false,
"id": "ApsGjRCkZx3JM78Hjc",
"favourited": false,
"poll": null,
"favourites_count": 0,
"media_attachments": [
{
"blurhash": null,
"description": null,
"id": "1380485988",
"pleroma": {
"mime_type": "application/octet-stream"
},
"preview_url": "https://funfedi.dev",
"remote_url": "https://funfedi.dev",
"text_url": "https://funfedi.dev",
"type": "unknown",
"url": "https://funfedi.dev"
}
],
"reblogged": false,
"url": "http://pasture-one-actor/actor/0oqg3w4nomk",
"bookmarked": false,
"content": "Link",
"edited_at": null,
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture-one-actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2025-01-08T13:55:48.000Z",
"display_name": "Test Actor",
"emojis": [],
"fields": [],
"followers_count": 0,
"following_count": 0,
"fqn": "actor@pasture-one-actor",
"header": "http://akkoma/images/banner.png",
"header_static": "http://akkoma/images/banner.png",
"id": "ApsGC0zJ219UUOuI76",
"last_status_at": "2025-01-08",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture-one-actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 186,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"emoji_reactions": [],
"mentions": [
{
"acct": "witch",
"id": "ApsG1rzZWhrk7k57fU",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"in_reply_to_account_id": null,
"created_at": "2025-01-08T14:01:50.000Z",
"akkoma": {
"source": null
},
"quote_id": null,
"text": null,
"application": null,
"sensitive": false,
"card": null,
"language": null,
"reblog": null,
"reblogs_count": 0,
"pinned": false,
"replies_count": 0,
"tags": []
}
Example 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/MM6Tu7_EJ1o",
"published": "2025-01-08T14:01:51Z",
"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/76ct01HC0nI",
"published": "2025-01-08T14:01:51Z",
"content": "Payment Link, see FEP-0ea0",
"attachment": {
"type": "Link",
"name": "Donate",
"href": "payto://iban/DE75512108001245126199",
"rel": "payment"
}
}
}
no result
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/4ku2-19bCRU",
"published": "2025-01-08T14:02: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/jYtZXfjIrBQ",
"published": "2025-01-08T14:02:02Z",
"content": "Text document",
"attachment": {
"type": "Document",
"name": "text document",
"url": "http://pasture-one-actor/assets/sample.txt"
}
}
}
akkoma
{
"in_reply_to_id": null,
"pleroma": {
"content": {
"text/plain": "Text document"
},
"context": "http://pasture-one-actor/actor/jYtZXfjIrBQ",
"conversation_id": 1794844438,
"direct_conversation_id": null,
"emoji_reactions": [],
"expires_at": null,
"in_reply_to_account_acct": null,
"local": false,
"parent_visible": false,
"pinned_at": null,
"spoiler_text": {
"text/plain": ""
},
"thread_muted": false
},
"uri": "http://pasture-one-actor/actor/jYtZXfjIrBQ",
"spoiler_text": "",
"emojis": [],
"quote": null,
"visibility": "public",
"muted": false,
"id": "ApsGkbNuDQkzDYuD7Q",
"favourited": false,
"poll": null,
"favourites_count": 0,
"media_attachments": [
{
"blurhash": null,
"description": "text document",
"id": "1125436732",
"pleroma": {
"mime_type": "application/octet-stream"
},
"preview_url": "http://pasture-one-actor/assets/sample.txt",
"remote_url": "http://pasture-one-actor/assets/sample.txt",
"text_url": "http://pasture-one-actor/assets/sample.txt",
"type": "unknown",
"url": "http://pasture-one-actor/assets/sample.txt"
}
],
"reblogged": false,
"url": "http://pasture-one-actor/actor/jYtZXfjIrBQ",
"bookmarked": false,
"content": "Text document",
"edited_at": null,
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture-one-actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2025-01-08T13:55:48.000Z",
"display_name": "Test Actor",
"emojis": [],
"fields": [],
"followers_count": 0,
"following_count": 0,
"fqn": "actor@pasture-one-actor",
"header": "http://akkoma/images/banner.png",
"header_static": "http://akkoma/images/banner.png",
"id": "ApsGC0zJ219UUOuI76",
"last_status_at": "2025-01-08",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture-one-actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 187,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"emoji_reactions": [],
"mentions": [
{
"acct": "witch",
"id": "ApsG1rzZWhrk7k57fU",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"in_reply_to_account_id": null,
"created_at": "2025-01-08T14:02:02.000Z",
"akkoma": {
"source": null
},
"quote_id": null,
"text": null,
"application": null,
"sensitive": false,
"card": null,
"language": null,
"reblog": null,
"reblogs_count": 0,
"pinned": false,
"replies_count": 0,
"tags": []
}
Example 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/0q37pmxMHpI",
"published": "2025-01-08T14:02:03Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/actor/UAVQDcSyECU",
"published": "2025-01-08T14:02:03Z",
"content": "Text document, href instead of url",
"attachment": {
"type": "Document",
"name": "text document",
"href": "http://pasture-one-actor/assets/sample.txt"
}
}
}
akkoma
{
"in_reply_to_id": null,
"pleroma": {
"content": {
"text/plain": "Text document, href instead of url"
},
"context": "http://pasture-one-actor/actor/UAVQDcSyECU",
"conversation_id": 126266545,
"direct_conversation_id": null,
"emoji_reactions": [],
"expires_at": null,
"in_reply_to_account_acct": null,
"local": false,
"parent_visible": false,
"pinned_at": null,
"spoiler_text": {
"text/plain": ""
},
"thread_muted": false
},
"uri": "http://pasture-one-actor/actor/UAVQDcSyECU",
"spoiler_text": "",
"emojis": [],
"quote": null,
"visibility": "public",
"muted": false,
"id": "ApsGkfD3zgSd55rbm4",
"favourited": false,
"poll": null,
"favourites_count": 0,
"media_attachments": [
{
"blurhash": null,
"description": "text document",
"id": "1125436732",
"pleroma": {
"mime_type": "application/octet-stream"
},
"preview_url": "http://pasture-one-actor/assets/sample.txt",
"remote_url": "http://pasture-one-actor/assets/sample.txt",
"text_url": "http://pasture-one-actor/assets/sample.txt",
"type": "unknown",
"url": "http://pasture-one-actor/assets/sample.txt"
}
],
"reblogged": false,
"url": "http://pasture-one-actor/actor/UAVQDcSyECU",
"bookmarked": false,
"content": "Text document, href instead of url",
"edited_at": null,
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture-one-actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2025-01-08T13:55:48.000Z",
"display_name": "Test Actor",
"emojis": [],
"fields": [],
"followers_count": 0,
"following_count": 0,
"fqn": "actor@pasture-one-actor",
"header": "http://akkoma/images/banner.png",
"header_static": "http://akkoma/images/banner.png",
"id": "ApsGC0zJ219UUOuI76",
"last_status_at": "2025-01-08",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture-one-actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 188,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"emoji_reactions": [],
"mentions": [
{
"acct": "witch",
"id": "ApsG1rzZWhrk7k57fU",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"in_reply_to_account_id": null,
"created_at": "2025-01-08T14:02:03.000Z",
"akkoma": {
"source": null
},
"quote_id": null,
"text": null,
"application": null,
"sensitive": false,
"card": null,
"language": null,
"reblog": null,
"reblogs_count": 0,
"pinned": false,
"replies_count": 0,
"tags": []
}
Example 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/mGwcv9Cmrco",
"published": "2025-01-08T14:02:04Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/actor/yJmCtUGNyB0",
"published": "2025-01-08T14:02:04Z",
"content": "attached note",
"attachment": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"name": "attached note",
"content": "This is just a note",
"published": "2024-03-06T07:23:56Z"
}
}
}
akkoma
{
"in_reply_to_id": null,
"pleroma": {
"content": {
"text/plain": "attached note"
},
"context": "http://pasture-one-actor/actor/yJmCtUGNyB0",
"conversation_id": 1785998037,
"direct_conversation_id": null,
"emoji_reactions": [],
"expires_at": null,
"in_reply_to_account_acct": null,
"local": false,
"parent_visible": false,
"pinned_at": null,
"spoiler_text": {
"text/plain": ""
},
"thread_muted": false
},
"uri": "http://pasture-one-actor/actor/yJmCtUGNyB0",
"spoiler_text": "",
"emojis": [],
"quote": null,
"visibility": "public",
"muted": false,
"id": "ApsGkjQKKJRm9O6G0G",
"favourited": false,
"poll": null,
"favourites_count": 0,
"media_attachments": [],
"reblogged": false,
"url": "http://pasture-one-actor/actor/yJmCtUGNyB0",
"bookmarked": false,
"content": "attached note",
"edited_at": null,
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture-one-actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2025-01-08T13:55:48.000Z",
"display_name": "Test Actor",
"emojis": [],
"fields": [],
"followers_count": 0,
"following_count": 0,
"fqn": "actor@pasture-one-actor",
"header": "http://akkoma/images/banner.png",
"header_static": "http://akkoma/images/banner.png",
"id": "ApsGC0zJ219UUOuI76",
"last_status_at": "2025-01-08",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture-one-actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 189,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"emoji_reactions": [],
"mentions": [
{
"acct": "witch",
"id": "ApsG1rzZWhrk7k57fU",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"in_reply_to_account_id": null,
"created_at": "2025-01-08T14:02:04.000Z",
"akkoma": {
"source": null
},
"quote_id": null,
"text": null,
"application": null,
"sensitive": false,
"card": null,
"language": null,
"reblog": null,
"reblogs_count": 0,
"pinned": false,
"replies_count": 0,
"tags": []
}
Example 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/He_z50N18OE",
"published": "2025-01-08T14:02:05Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/actor/NVukPHfAu6E",
"published": "2025-01-08T14:02:05Z",
"content": "Recipe",
"attachment": {
"@context": "https://schema.org/docs/jsonldcontext.jsonld",
"@type": "Recipe",
"name": "Peanut Butter and Jelly Sandwich",
"recipeIngredient": [
"Bread",
"Peanut Butter",
"Raspberry Jam",
"Coffee (optional)"
],
"recipeCategory": "Breakfast",
"recipeInstructions": [
{
"@type": "HowToStep",
"text": "Take a slice of bread and put it on a plate"
},
{
"@type": "HowToStep",
"text": "Spread peanut butter on the bread"
},
{
"@type": "HowToStep",
"text": "Spread raspberry jam on top of the peanut butter"
},
{
"@type": "HowToStep",
"text": "Eat your PB&J Sandwich and drink your coffee if you have it"
},
{
"@type": "HowToStep",
"text": "Check if you are still hungry, if yes a repeat step 1"
}
]
}
}
}
akkoma
{
"in_reply_to_id": null,
"pleroma": {
"content": {
"text/plain": "Recipe"
},
"context": "http://pasture-one-actor/actor/NVukPHfAu6E",
"conversation_id": 694310571,
"direct_conversation_id": null,
"emoji_reactions": [],
"expires_at": null,
"in_reply_to_account_acct": null,
"local": false,
"parent_visible": false,
"pinned_at": null,
"spoiler_text": {
"text/plain": ""
},
"thread_muted": false
},
"uri": "http://pasture-one-actor/actor/NVukPHfAu6E",
"spoiler_text": "",
"emojis": [],
"quote": null,
"visibility": "public",
"muted": false,
"id": "ApsGknnA5M5bhMoY9Q",
"favourited": false,
"poll": null,
"favourites_count": 0,
"media_attachments": [],
"reblogged": false,
"url": "http://pasture-one-actor/actor/NVukPHfAu6E",
"bookmarked": false,
"content": "Recipe",
"edited_at": null,
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture-one-actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2025-01-08T13:55:48.000Z",
"display_name": "Test Actor",
"emojis": [],
"fields": [],
"followers_count": 0,
"following_count": 0,
"fqn": "actor@pasture-one-actor",
"header": "http://akkoma/images/banner.png",
"header_static": "http://akkoma/images/banner.png",
"id": "ApsGC0zJ219UUOuI76",
"last_status_at": "2025-01-08",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture-one-actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 190,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"emoji_reactions": [],
"mentions": [
{
"acct": "witch",
"id": "ApsG1rzZWhrk7k57fU",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"in_reply_to_account_id": null,
"created_at": "2025-01-08T14:02:05.000Z",
"akkoma": {
"source": null
},
"quote_id": null,
"text": null,
"application": null,
"sensitive": false,
"card": null,
"language": null,
"reblog": null,
"reblogs_count": 0,
"pinned": false,
"replies_count": 0,
"tags": []
}
Example 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/hOKjhd5Dm38",
"published": "2025-01-08T14:02:05Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/actor/MNcX7varNGc",
"published": "2025-01-08T14:02:05Z",
"content": "10 images",
"attachment": [
{
"type": "Document",
"url": "http://pasture-one-actor/images/101.png"
},
{
"type": "Document",
"url": "http://pasture-one-actor/images/102.png"
},
{
"type": "Document",
"url": "http://pasture-one-actor/images/103.png"
},
{
"type": "Document",
"url": "http://pasture-one-actor/images/104.png"
},
{
"type": "Document",
"url": "http://pasture-one-actor/images/105.png"
},
{
"type": "Document",
"url": "http://pasture-one-actor/images/106.png"
},
{
"type": "Document",
"url": "http://pasture-one-actor/images/107.png"
},
{
"type": "Document",
"url": "http://pasture-one-actor/images/108.png"
},
{
"type": "Document",
"url": "http://pasture-one-actor/images/109.png"
},
{
"type": "Document",
"url": "http://pasture-one-actor/images/1010.png"
}
]
}
}
akkoma
{
"in_reply_to_id": null,
"pleroma": {
"content": {
"text/plain": "10 images"
},
"context": "http://pasture-one-actor/actor/MNcX7varNGc",
"conversation_id": 1017759233,
"direct_conversation_id": null,
"emoji_reactions": [],
"expires_at": null,
"in_reply_to_account_acct": null,
"local": false,
"parent_visible": false,
"pinned_at": null,
"spoiler_text": {
"text/plain": ""
},
"thread_muted": false
},
"uri": "http://pasture-one-actor/actor/MNcX7varNGc",
"spoiler_text": "",
"emojis": [],
"quote": null,
"visibility": "public",
"muted": false,
"id": "ApsGkrziScVajSidH6",
"favourited": false,
"poll": null,
"favourites_count": 0,
"media_attachments": [
{
"blurhash": null,
"description": null,
"id": "-593645245",
"pleroma": {
"mime_type": "application/octet-stream"
},
"preview_url": "http://pasture-one-actor/images/101.png",
"remote_url": "http://pasture-one-actor/images/101.png",
"text_url": "http://pasture-one-actor/images/101.png",
"type": "unknown",
"url": "http://pasture-one-actor/images/101.png"
},
{
"blurhash": null,
"description": null,
"id": "-88812142",
"pleroma": {
"mime_type": "application/octet-stream"
},
"preview_url": "http://pasture-one-actor/images/102.png",
"remote_url": "http://pasture-one-actor/images/102.png",
"text_url": "http://pasture-one-actor/images/102.png",
"type": "unknown",
"url": "http://pasture-one-actor/images/102.png"
},
{
"blurhash": null,
"description": null,
"id": "1476243381",
"pleroma": {
"mime_type": "application/octet-stream"
},
"preview_url": "http://pasture-one-actor/images/103.png",
"remote_url": "http://pasture-one-actor/images/103.png",
"text_url": "http://pasture-one-actor/images/103.png",
"type": "unknown",
"url": "http://pasture-one-actor/images/103.png"
},
{
"blurhash": null,
"description": null,
"id": "1691056015",
"pleroma": {
"mime_type": "application/octet-stream"
},
"preview_url": "http://pasture-one-actor/images/104.png",
"remote_url": "http://pasture-one-actor/images/104.png",
"text_url": "http://pasture-one-actor/images/104.png",
"type": "unknown",
"url": "http://pasture-one-actor/images/104.png"
},
{
"blurhash": null,
"description": null,
"id": "-1536550267",
"pleroma": {
"mime_type": "application/octet-stream"
},
"preview_url": "http://pasture-one-actor/images/105.png",
"remote_url": "http://pasture-one-actor/images/105.png",
"text_url": "http://pasture-one-actor/images/105.png",
"type": "unknown",
"url": "http://pasture-one-actor/images/105.png"
},
{
"blurhash": null,
"description": null,
"id": "-2100394776",
"pleroma": {
"mime_type": "application/octet-stream"
},
"preview_url": "http://pasture-one-actor/images/106.png",
"remote_url": "http://pasture-one-actor/images/106.png",
"text_url": "http://pasture-one-actor/images/106.png",
"type": "unknown",
"url": "http://pasture-one-actor/images/106.png"
},
{
"blurhash": null,
"description": null,
"id": "1406709207",
"pleroma": {
"mime_type": "application/octet-stream"
},
"preview_url": "http://pasture-one-actor/images/107.png",
"remote_url": "http://pasture-one-actor/images/107.png",
"text_url": "http://pasture-one-actor/images/107.png",
"type": "unknown",
"url": "http://pasture-one-actor/images/107.png"
},
{
"blurhash": null,
"description": null,
"id": "-1648424940",
"pleroma": {
"mime_type": "application/octet-stream"
},
"preview_url": "http://pasture-one-actor/images/108.png",
"remote_url": "http://pasture-one-actor/images/108.png",
"text_url": "http://pasture-one-actor/images/108.png",
"type": "unknown",
"url": "http://pasture-one-actor/images/108.png"
},
{
"blurhash": null,
"description": null,
"id": "2075120386",
"pleroma": {
"mime_type": "application/octet-stream"
},
"preview_url": "http://pasture-one-actor/images/109.png",
"remote_url": "http://pasture-one-actor/images/109.png",
"text_url": "http://pasture-one-actor/images/109.png",
"type": "unknown",
"url": "http://pasture-one-actor/images/109.png"
},
{
"blurhash": null,
"description": null,
"id": "-1763988039",
"pleroma": {
"mime_type": "application/octet-stream"
},
"preview_url": "http://pasture-one-actor/images/1010.png",
"remote_url": "http://pasture-one-actor/images/1010.png",
"text_url": "http://pasture-one-actor/images/1010.png",
"type": "unknown",
"url": "http://pasture-one-actor/images/1010.png"
}
],
"reblogged": false,
"url": "http://pasture-one-actor/actor/MNcX7varNGc",
"bookmarked": false,
"content": "10 images",
"edited_at": null,
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture-one-actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2025-01-08T13:55:48.000Z",
"display_name": "Test Actor",
"emojis": [],
"fields": [],
"followers_count": 0,
"following_count": 0,
"fqn": "actor@pasture-one-actor",
"header": "http://akkoma/images/banner.png",
"header_static": "http://akkoma/images/banner.png",
"id": "ApsGC0zJ219UUOuI76",
"last_status_at": "2025-01-08",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture-one-actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 191,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"emoji_reactions": [],
"mentions": [
{
"acct": "witch",
"id": "ApsG1rzZWhrk7k57fU",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"in_reply_to_account_id": null,
"created_at": "2025-01-08T14:02:05.000Z",
"akkoma": {
"source": null
},
"quote_id": null,
"text": null,
"application": null,
"sensitive": false,
"card": null,
"language": null,
"reblog": null,
"reblogs_count": 0,
"pinned": false,
"replies_count": 0,
"tags": []
}