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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/actor/m-BmNDZyF8M",
"published": "2024-12-02T18:37:11Z",
"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/WofdTepVTTU",
"published": "2024-12-02T18:37:11Z",
"content": "Image",
"attachment": [
{
"type": "Image",
"url": "http://pasture-one-actor/assets/cow.jpg",
"mediaType": "image/jpeg",
"name": "a cow"
}
]
}
}
akkoma
{
"spoiler_text": "",
"pinned": false,
"pleroma": {
"content": {
"text/plain": "Image"
},
"context": "http://pasture-one-actor/actor/WofdTepVTTU",
"conversation_id": 984769382,
"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/WofdTepVTTU",
"favourites_count": 0,
"language": null,
"quote": null,
"text": null,
"bookmarked": false,
"reblog": null,
"id": "AodyILXCcouaWPpQ6i",
"in_reply_to_account_id": null,
"card": null,
"in_reply_to_id": null,
"replies_count": 0,
"mentions": [
{
"acct": "witch",
"id": "AodxhMTv1uCjgLZqWu",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"url": "http://pasture-one-actor/actor/WofdTepVTTU",
"emojis": [],
"content": "Image",
"created_at": "2024-12-02T18:37:11.000Z",
"muted": false,
"favourited": false,
"quote_id": null,
"edited_at": null,
"poll": null,
"application": null,
"akkoma": {
"source": null
},
"sensitive": false,
"visibility": "public",
"emoji_reactions": [],
"reblogs_count": 0,
"reblogged": false,
"tags": [],
"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-12-02T18:32:16.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": "Aodxr6yQec7FXkZoYK",
"last_status_at": "2024-12-02",
"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": 115,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"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"
}
]
}
Example 2¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/actor/tErY63O7NqY",
"published": "2024-12-02T18:37:12Z",
"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/TQY31-VSFqA",
"published": "2024-12-02T18:37:12Z",
"content": "Video",
"attachment": [
{
"type": "Video",
"url": "http://pasture-one-actor/assets/cow_eating.mp4",
"mediaType": "video/mp4",
"name": "a cow eating grass"
}
]
}
}
akkoma
{
"spoiler_text": "",
"pinned": false,
"pleroma": {
"content": {
"text/plain": "Video"
},
"context": "http://pasture-one-actor/actor/TQY31-VSFqA",
"conversation_id": 1431367777,
"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/TQY31-VSFqA",
"favourites_count": 0,
"language": null,
"quote": null,
"text": null,
"bookmarked": false,
"reblog": null,
"id": "AodyIPN4MRBOQ97Nrs",
"in_reply_to_account_id": null,
"card": null,
"in_reply_to_id": null,
"replies_count": 0,
"mentions": [
{
"acct": "witch",
"id": "AodxhMTv1uCjgLZqWu",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"url": "http://pasture-one-actor/actor/TQY31-VSFqA",
"emojis": [],
"content": "Video",
"created_at": "2024-12-02T18:37:12.000Z",
"muted": false,
"favourited": false,
"quote_id": null,
"edited_at": null,
"poll": null,
"application": null,
"akkoma": {
"source": null
},
"sensitive": false,
"visibility": "public",
"emoji_reactions": [],
"reblogs_count": 0,
"reblogged": false,
"tags": [],
"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-12-02T18:32:16.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": "Aodxr6yQec7FXkZoYK",
"last_status_at": "2024-12-02",
"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": 116,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"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"
}
]
}
Example 3¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/actor/Iu22BTm9kxw",
"published": "2024-12-02T18:37:12Z",
"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/BedQAqJ1dHQ",
"published": "2024-12-02T18:37:12Z",
"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
{
"spoiler_text": "",
"pinned": false,
"pleroma": {
"content": {
"text/plain": "Audio"
},
"context": "http://pasture-one-actor/actor/BedQAqJ1dHQ",
"conversation_id": 878317076,
"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/BedQAqJ1dHQ",
"favourites_count": 0,
"language": null,
"quote": null,
"text": null,
"bookmarked": false,
"reblog": null,
"id": "AodyITHtnbQKZGjJMe",
"in_reply_to_account_id": null,
"card": null,
"in_reply_to_id": null,
"replies_count": 0,
"mentions": [
{
"acct": "witch",
"id": "AodxhMTv1uCjgLZqWu",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"url": "http://pasture-one-actor/actor/BedQAqJ1dHQ",
"emojis": [],
"content": "Audio",
"created_at": "2024-12-02T18:37:12.000Z",
"muted": false,
"favourited": false,
"quote_id": null,
"edited_at": null,
"poll": null,
"application": null,
"akkoma": {
"source": null
},
"sensitive": false,
"visibility": "public",
"emoji_reactions": [],
"reblogs_count": 0,
"reblogged": false,
"tags": [],
"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-12-02T18:32:16.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": "Aodxr6yQec7FXkZoYK",
"last_status_at": "2024-12-02",
"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": 117,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"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"
}
]
}
Example 4¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/actor/PFcEBR2CKic",
"published": "2024-12-02T18:37:13Z",
"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/Tptv_IWINB0",
"published": "2024-12-02T18:37:13Z",
"content": "Link",
"attachment": {
"href": "https://funfedi.dev",
"type": "Link"
}
}
}
akkoma
{
"spoiler_text": "",
"pinned": false,
"pleroma": {
"content": {
"text/plain": "Link"
},
"context": "http://pasture-one-actor/actor/Tptv_IWINB0",
"conversation_id": 1885249647,
"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/Tptv_IWINB0",
"favourites_count": 0,
"language": null,
"quote": null,
"text": null,
"bookmarked": false,
"reblog": null,
"id": "AodyIXQYPMivPGoHPU",
"in_reply_to_account_id": null,
"card": null,
"in_reply_to_id": null,
"replies_count": 0,
"mentions": [
{
"acct": "witch",
"id": "AodxhMTv1uCjgLZqWu",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"url": "http://pasture-one-actor/actor/Tptv_IWINB0",
"emojis": [],
"content": "Link",
"created_at": "2024-12-02T18:37:13.000Z",
"muted": false,
"favourited": false,
"quote_id": null,
"edited_at": null,
"poll": null,
"application": null,
"akkoma": {
"source": null
},
"sensitive": false,
"visibility": "public",
"emoji_reactions": [],
"reblogs_count": 0,
"reblogged": false,
"tags": [],
"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-12-02T18:32:16.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": "Aodxr6yQec7FXkZoYK",
"last_status_at": "2024-12-02",
"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": 118,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"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"
}
]
}
Example 5¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/actor/tKfjwDWb7CI",
"published": "2024-12-02T18:37: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/T4JP4Py4cHk",
"published": "2024-12-02T18:37:14Z",
"content": "Payment Link, see FEP-0ea0",
"attachment": {
"type": "Link",
"name": "Donate",
"href": "payto://iban/DE75512108001245126199",
"rel": "payment"
}
}
}
no result
Example 6¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/actor/xakWHSrRwmg",
"published": "2024-12-02T18:37:25Z",
"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/f5UFLIbKB4c",
"published": "2024-12-02T18:37:25Z",
"content": "Text document",
"attachment": {
"type": "Document",
"name": "text document",
"url": "http://pasture-one-actor/assets/sample.txt"
}
}
}
akkoma
{
"spoiler_text": "",
"pinned": false,
"pleroma": {
"content": {
"text/plain": "Text document"
},
"context": "http://pasture-one-actor/actor/f5UFLIbKB4c",
"conversation_id": 2137982399,
"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/f5UFLIbKB4c",
"favourites_count": 0,
"language": null,
"quote": null,
"text": null,
"bookmarked": false,
"reblog": null,
"id": "AodyJelsaZmSTOJmjI",
"in_reply_to_account_id": null,
"card": null,
"in_reply_to_id": null,
"replies_count": 0,
"mentions": [
{
"acct": "witch",
"id": "AodxhMTv1uCjgLZqWu",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"url": "http://pasture-one-actor/actor/f5UFLIbKB4c",
"emojis": [],
"content": "Text document",
"created_at": "2024-12-02T18:37:25.000Z",
"muted": false,
"favourited": false,
"quote_id": null,
"edited_at": null,
"poll": null,
"application": null,
"akkoma": {
"source": null
},
"sensitive": false,
"visibility": "public",
"emoji_reactions": [],
"reblogs_count": 0,
"reblogged": false,
"tags": [],
"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-12-02T18:32:16.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": "Aodxr6yQec7FXkZoYK",
"last_status_at": "2024-12-02",
"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": 119,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"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"
}
]
}
Example 7¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/actor/Gmi76DQG6HA",
"published": "2024-12-02T18:37: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/3zQP8OKRtfw",
"published": "2024-12-02T18:37:26Z",
"content": "Text document, href instead of url",
"attachment": {
"type": "Document",
"name": "text document",
"href": "http://pasture-one-actor/assets/sample.txt"
}
}
}
akkoma
{
"spoiler_text": "",
"pinned": false,
"pleroma": {
"content": {
"text/plain": "Text document, href instead of url"
},
"context": "http://pasture-one-actor/actor/3zQP8OKRtfw",
"conversation_id": 1660973464,
"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/3zQP8OKRtfw",
"favourites_count": 0,
"language": null,
"quote": null,
"text": null,
"bookmarked": false,
"reblog": null,
"id": "AodyJidWDbTAScRAFk",
"in_reply_to_account_id": null,
"card": null,
"in_reply_to_id": null,
"replies_count": 0,
"mentions": [
{
"acct": "witch",
"id": "AodxhMTv1uCjgLZqWu",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"url": "http://pasture-one-actor/actor/3zQP8OKRtfw",
"emojis": [],
"content": "Text document, href instead of url",
"created_at": "2024-12-02T18:37:26.000Z",
"muted": false,
"favourited": false,
"quote_id": null,
"edited_at": null,
"poll": null,
"application": null,
"akkoma": {
"source": null
},
"sensitive": false,
"visibility": "public",
"emoji_reactions": [],
"reblogs_count": 0,
"reblogged": false,
"tags": [],
"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-12-02T18:32:16.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": "Aodxr6yQec7FXkZoYK",
"last_status_at": "2024-12-02",
"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": 120,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"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"
}
]
}
Example 8¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/actor/3EqNKqvNvN0",
"published": "2024-12-02T18:37:27Z",
"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/Pwps-wDatHY",
"published": "2024-12-02T18:37:27Z",
"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
{
"spoiler_text": "",
"pinned": false,
"pleroma": {
"content": {
"text/plain": "attached note"
},
"context": "http://pasture-one-actor/actor/Pwps-wDatHY",
"conversation_id": 1466633104,
"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/Pwps-wDatHY",
"favourites_count": 0,
"language": null,
"quote": null,
"text": null,
"bookmarked": false,
"reblog": null,
"id": "AodyJmVVpJRSSwipKS",
"in_reply_to_account_id": null,
"card": null,
"in_reply_to_id": null,
"replies_count": 0,
"mentions": [
{
"acct": "witch",
"id": "AodxhMTv1uCjgLZqWu",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"url": "http://pasture-one-actor/actor/Pwps-wDatHY",
"emojis": [],
"content": "attached note",
"created_at": "2024-12-02T18:37:27.000Z",
"muted": false,
"favourited": false,
"quote_id": null,
"edited_at": null,
"poll": null,
"application": null,
"akkoma": {
"source": null
},
"sensitive": false,
"visibility": "public",
"emoji_reactions": [],
"reblogs_count": 0,
"reblogged": false,
"tags": [],
"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-12-02T18:32:16.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": "Aodxr6yQec7FXkZoYK",
"last_status_at": "2024-12-02",
"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": 121,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"media_attachments": []
}
Example 9¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/actor/dATzv_fOr6k",
"published": "2024-12-02T18:37:27Z",
"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/5qLDDSsYKBU",
"published": "2024-12-02T18:37:27Z",
"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
{
"spoiler_text": "",
"pinned": false,
"pleroma": {
"content": {
"text/plain": "Recipe"
},
"context": "http://pasture-one-actor/actor/5qLDDSsYKBU",
"conversation_id": 1142478029,
"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/5qLDDSsYKBU",
"favourites_count": 0,
"language": null,
"quote": null,
"text": null,
"bookmarked": false,
"reblog": null,
"id": "AodyJqQLGTgOc4KkpE",
"in_reply_to_account_id": null,
"card": null,
"in_reply_to_id": null,
"replies_count": 0,
"mentions": [
{
"acct": "witch",
"id": "AodxhMTv1uCjgLZqWu",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"url": "http://pasture-one-actor/actor/5qLDDSsYKBU",
"emojis": [],
"content": "Recipe",
"created_at": "2024-12-02T18:37:27.000Z",
"muted": false,
"favourited": false,
"quote_id": null,
"edited_at": null,
"poll": null,
"application": null,
"akkoma": {
"source": null
},
"sensitive": false,
"visibility": "public",
"emoji_reactions": [],
"reblogs_count": 0,
"reblogged": false,
"tags": [],
"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-12-02T18:32:16.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": "Aodxr6yQec7FXkZoYK",
"last_status_at": "2024-12-02",
"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": 122,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"media_attachments": []
}
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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/actor/NGNzYvAOIKA",
"published": "2024-12-02T18:37:28Z",
"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/oMbRxnMJnUM",
"published": "2024-12-02T18:37:28Z",
"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
{
"spoiler_text": "",
"pinned": false,
"pleroma": {
"content": {
"text/plain": "10 images"
},
"context": "http://pasture-one-actor/actor/oMbRxnMJnUM",
"conversation_id": 2144530254,
"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/oMbRxnMJnUM",
"favourites_count": 0,
"language": null,
"quote": null,
"text": null,
"bookmarked": false,
"reblog": null,
"id": "AodyJuGuxSWMXzxHgu",
"in_reply_to_account_id": null,
"card": null,
"in_reply_to_id": null,
"replies_count": 0,
"mentions": [
{
"acct": "witch",
"id": "AodxhMTv1uCjgLZqWu",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"url": "http://pasture-one-actor/actor/oMbRxnMJnUM",
"emojis": [],
"content": "10 images",
"created_at": "2024-12-02T18:37:28.000Z",
"muted": false,
"favourited": false,
"quote_id": null,
"edited_at": null,
"poll": null,
"application": null,
"akkoma": {
"source": null
},
"sensitive": false,
"visibility": "public",
"emoji_reactions": [],
"reblogs_count": 0,
"reblogged": false,
"tags": [],
"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-12-02T18:32:16.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": "Aodxr6yQec7FXkZoYK",
"last_status_at": "2024-12-02",
"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": 123,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"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"
}
]
}