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/UtCnVVmIM1M",
"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/muLMev0mybw",
"published": "2024-08-03T16:04:14Z",
"content": "Format png",
"attachment": {
"type": "Document",
"url": "http://pasture-one-actor/images/001.png"
}
}
}
akkoma
{
"replies_count": 0,
"pleroma": {
"content": {
"text/plain": "Format png"
},
"context": "http://pasture-one-actor/actor/muLMev0mybw",
"conversation_id": 695987335,
"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
},
"visibility": "public",
"muted": false,
"uri": "http://pasture-one-actor/actor/muLMev0mybw",
"bookmarked": false,
"language": null,
"content": "Format png",
"quote": null,
"id": "AkawTMcyzSWiokBnvc",
"reblogged": false,
"akkoma": {
"source": null
},
"url": "http://pasture-one-actor/actor/muLMev0mybw",
"created_at": "2024-08-03T16:04:14.000Z",
"text": 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": "2024-08-03T16:00:46.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": "AkawACIhA8PTHnYpN2",
"last_status_at": "2024-08-03",
"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": 46,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"edited_at": null,
"spoiler_text": "",
"poll": null,
"reblogs_count": 0,
"emoji_reactions": [],
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"mentions": [
{
"acct": "witch",
"id": "Akaw2U9sOxaakLtErQ",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"application": null,
"sensitive": false,
"pinned": false,
"favourited": false,
"emojis": [],
"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"
}
],
"card": null,
"tags": [],
"reblog": null,
"quote_id": null,
"favourites_count": 0
}
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/VvWjkljNAZA",
"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/aEGYJile37o",
"published": "2024-08-03T16:04:14Z",
"content": "Format png",
"attachment": {
"type": "Document",
"url": "http://pasture-one-actor/images/001b.png",
"mediaType": "image/png"
}
}
}
akkoma
{
"replies_count": 0,
"pleroma": {
"content": {
"text/plain": "Format png"
},
"context": "http://pasture-one-actor/actor/aEGYJile37o",
"conversation_id": 1807324987,
"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
},
"visibility": "public",
"muted": false,
"uri": "http://pasture-one-actor/actor/aEGYJile37o",
"bookmarked": false,
"language": null,
"content": "Format png",
"quote": null,
"id": "AkawTQWkUZuuuZIslc",
"reblogged": false,
"akkoma": {
"source": null
},
"url": "http://pasture-one-actor/actor/aEGYJile37o",
"created_at": "2024-08-03T16:04:14.000Z",
"text": 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": "2024-08-03T16:00:46.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": "AkawACIhA8PTHnYpN2",
"last_status_at": "2024-08-03",
"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": 47,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"edited_at": null,
"spoiler_text": "",
"poll": null,
"reblogs_count": 0,
"emoji_reactions": [],
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"mentions": [
{
"acct": "witch",
"id": "Akaw2U9sOxaakLtErQ",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"application": null,
"sensitive": false,
"pinned": false,
"favourited": false,
"emojis": [],
"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"
}
],
"card": null,
"tags": [],
"reblog": null,
"quote_id": null,
"favourites_count": 0
}
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/kl-3eku5niY",
"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/PXxxxwdV7gw",
"published": "2024-08-03T16:04:15Z",
"content": "Format jpg",
"attachment": {
"type": "Image",
"url": "http://pasture-one-actor/images/002.jpg"
}
}
}
akkoma
{
"replies_count": 0,
"pleroma": {
"content": {
"text/plain": "Format jpg"
},
"context": "http://pasture-one-actor/actor/PXxxxwdV7gw",
"conversation_id": 1850327732,
"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
},
"visibility": "public",
"muted": false,
"uri": "http://pasture-one-actor/actor/PXxxxwdV7gw",
"bookmarked": false,
"language": null,
"content": "Format jpg",
"quote": null,
"id": "AkawTUV7iYzfEgZdmy",
"reblogged": false,
"akkoma": {
"source": null
},
"url": "http://pasture-one-actor/actor/PXxxxwdV7gw",
"created_at": "2024-08-03T16:04:15.000Z",
"text": 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": "2024-08-03T16:00:46.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": "AkawACIhA8PTHnYpN2",
"last_status_at": "2024-08-03",
"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": 48,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"edited_at": null,
"spoiler_text": "",
"poll": null,
"reblogs_count": 0,
"emoji_reactions": [],
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"mentions": [
{
"acct": "witch",
"id": "Akaw2U9sOxaakLtErQ",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"application": null,
"sensitive": false,
"pinned": false,
"favourited": false,
"emojis": [],
"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"
}
],
"card": null,
"tags": [],
"reblog": null,
"quote_id": null,
"favourites_count": 0
}
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/EhAz7dA9ULc",
"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/WlvtRd82Lgo",
"published": "2024-08-03T16:04:16Z",
"content": "Format jpg",
"attachment": {
"type": "Image",
"url": "http://pasture-one-actor/images/002b.jpg",
"mediaType": "image/jpeg"
}
}
}
akkoma
{
"replies_count": 0,
"pleroma": {
"content": {
"text/plain": "Format jpg"
},
"context": "http://pasture-one-actor/actor/WlvtRd82Lgo",
"conversation_id": 1441230902,
"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
},
"visibility": "public",
"muted": false,
"uri": "http://pasture-one-actor/actor/WlvtRd82Lgo",
"bookmarked": false,
"language": null,
"content": "Format jpg",
"quote": null,
"id": "AkawTYH5gg94wK2UTI",
"reblogged": false,
"akkoma": {
"source": null
},
"url": "http://pasture-one-actor/actor/WlvtRd82Lgo",
"created_at": "2024-08-03T16:04:16.000Z",
"text": 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": "2024-08-03T16:00:46.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": "AkawACIhA8PTHnYpN2",
"last_status_at": "2024-08-03",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture-one-actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 49,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"edited_at": null,
"spoiler_text": "",
"poll": null,
"reblogs_count": 0,
"emoji_reactions": [],
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"mentions": [
{
"acct": "witch",
"id": "Akaw2U9sOxaakLtErQ",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"application": null,
"sensitive": false,
"pinned": false,
"favourited": false,
"emojis": [],
"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"
}
],
"card": null,
"tags": [],
"reblog": null,
"quote_id": null,
"favourites_count": 0
}
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/5KgkjuIe9w0",
"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/xCFstKOk5G4",
"published": "2024-08-03T16:04:16Z",
"content": "Format svg",
"attachment": {
"type": "Image",
"url": "http://pasture-one-actor/assets/FediverseLogo.svg"
}
}
}
akkoma
{
"replies_count": 0,
"pleroma": {
"content": {
"text/plain": "Format svg"
},
"context": "http://pasture-one-actor/actor/xCFstKOk5G4",
"conversation_id": 1331470850,
"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
},
"visibility": "public",
"muted": false,
"uri": "http://pasture-one-actor/actor/xCFstKOk5G4",
"bookmarked": false,
"language": null,
"content": "Format svg",
"quote": null,
"id": "AkawTc6bRc8IoxAAgC",
"reblogged": false,
"akkoma": {
"source": null
},
"url": "http://pasture-one-actor/actor/xCFstKOk5G4",
"created_at": "2024-08-03T16:04:16.000Z",
"text": 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": "2024-08-03T16:00:46.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": "AkawACIhA8PTHnYpN2",
"last_status_at": "2024-08-03",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture-one-actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 50,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"edited_at": null,
"spoiler_text": "",
"poll": null,
"reblogs_count": 0,
"emoji_reactions": [],
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"mentions": [
{
"acct": "witch",
"id": "Akaw2U9sOxaakLtErQ",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"application": null,
"sensitive": false,
"pinned": false,
"favourited": false,
"emojis": [],
"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"
}
],
"card": null,
"tags": [],
"reblog": null,
"quote_id": null,
"favourites_count": 0
}
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/gVCUskBcYIo",
"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/xzXrNOMHPvU",
"published": "2024-08-03T16:04:17Z",
"content": "Format eps",
"attachment": {
"type": "Image",
"url": "http://pasture-one-actor/images/003.eps"
}
}
}
akkoma
{
"replies_count": 0,
"pleroma": {
"content": {
"text/plain": "Format eps"
},
"context": "http://pasture-one-actor/actor/xzXrNOMHPvU",
"conversation_id": 505620096,
"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
},
"visibility": "public",
"muted": false,
"uri": "http://pasture-one-actor/actor/xzXrNOMHPvU",
"bookmarked": false,
"language": null,
"content": "Format eps",
"quote": null,
"id": "AkawTftdLm8SZt7s1I",
"reblogged": false,
"akkoma": {
"source": null
},
"url": "http://pasture-one-actor/actor/xzXrNOMHPvU",
"created_at": "2024-08-03T16:04:17.000Z",
"text": 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": "2024-08-03T16:00:46.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": "AkawACIhA8PTHnYpN2",
"last_status_at": "2024-08-03",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture-one-actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 51,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"edited_at": null,
"spoiler_text": "",
"poll": null,
"reblogs_count": 0,
"emoji_reactions": [],
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"mentions": [
{
"acct": "witch",
"id": "Akaw2U9sOxaakLtErQ",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"application": null,
"sensitive": false,
"pinned": false,
"favourited": false,
"emojis": [],
"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"
}
],
"card": null,
"tags": [],
"reblog": null,
"quote_id": null,
"favourites_count": 0
}
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/NBIg8MYUNGs",
"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/VIyhk_MClWA",
"published": "2024-08-03T16:04:18Z",
"content": "Format gif",
"attachment": {
"type": "Image",
"url": "http://pasture-one-actor/images/003b.gif"
}
}
}
akkoma
{
"replies_count": 0,
"pleroma": {
"content": {
"text/plain": "Format gif"
},
"context": "http://pasture-one-actor/actor/VIyhk_MClWA",
"conversation_id": 1134186146,
"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
},
"visibility": "public",
"muted": false,
"uri": "http://pasture-one-actor/actor/VIyhk_MClWA",
"bookmarked": false,
"language": null,
"content": "Format gif",
"quote": null,
"id": "AkawTjoolceyk6u54K",
"reblogged": false,
"akkoma": {
"source": null
},
"url": "http://pasture-one-actor/actor/VIyhk_MClWA",
"created_at": "2024-08-03T16:04:18.000Z",
"text": 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": "2024-08-03T16:00:46.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": "AkawACIhA8PTHnYpN2",
"last_status_at": "2024-08-03",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture-one-actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 52,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"edited_at": null,
"spoiler_text": "",
"poll": null,
"reblogs_count": 0,
"emoji_reactions": [],
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"mentions": [
{
"acct": "witch",
"id": "Akaw2U9sOxaakLtErQ",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"application": null,
"sensitive": false,
"pinned": false,
"favourited": false,
"emojis": [],
"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"
}
],
"card": null,
"tags": [],
"reblog": null,
"quote_id": null,
"favourites_count": 0
}
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/7Cf4Rv4Y0w4",
"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/muQ4CF8jTr4",
"published": "2024-08-03T16:04:18Z",
"content": "Format tiff",
"attachment": {
"type": "Image",
"url": "http://pasture-one-actor/images/003c.tiff"
}
}
}
akkoma
{
"replies_count": 0,
"pleroma": {
"content": {
"text/plain": "Format tiff"
},
"context": "http://pasture-one-actor/actor/muQ4CF8jTr4",
"conversation_id": 1473866913,
"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
},
"visibility": "public",
"muted": false,
"uri": "http://pasture-one-actor/actor/muQ4CF8jTr4",
"bookmarked": false,
"language": null,
"content": "Format tiff",
"quote": null,
"id": "AkawTnbqfmf8V2rmPQ",
"reblogged": false,
"akkoma": {
"source": null
},
"url": "http://pasture-one-actor/actor/muQ4CF8jTr4",
"created_at": "2024-08-03T16:04:18.000Z",
"text": 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": "2024-08-03T16:00:46.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": "AkawACIhA8PTHnYpN2",
"last_status_at": "2024-08-03",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture-one-actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 53,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"edited_at": null,
"spoiler_text": "",
"poll": null,
"reblogs_count": 0,
"emoji_reactions": [],
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"mentions": [
{
"acct": "witch",
"id": "Akaw2U9sOxaakLtErQ",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"application": null,
"sensitive": false,
"pinned": false,
"favourited": false,
"emojis": [],
"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"
}
],
"card": null,
"tags": [],
"reblog": null,
"quote_id": null,
"favourites_count": 0
}
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/WOBidhj2fsc",
"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/Q70V517Aq-U",
"published": "2024-08-03T16:04:19Z",
"content": "Format webp",
"attachment": {
"type": "Image",
"url": "http://pasture-one-actor/images/003d.webp"
}
}
}
akkoma
{
"replies_count": 0,
"pleroma": {
"content": {
"text/plain": "Format webp"
},
"context": "http://pasture-one-actor/actor/Q70V517Aq-U",
"conversation_id": 1675404062,
"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
},
"visibility": "public",
"muted": false,
"uri": "http://pasture-one-actor/actor/Q70V517Aq-U",
"bookmarked": false,
"language": null,
"content": "Format webp",
"quote": null,
"id": "AkawTrdlgaZh09nMxM",
"reblogged": false,
"akkoma": {
"source": null
},
"url": "http://pasture-one-actor/actor/Q70V517Aq-U",
"created_at": "2024-08-03T16:04:19.000Z",
"text": 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": "2024-08-03T16:00:46.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": "AkawACIhA8PTHnYpN2",
"last_status_at": "2024-08-03",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture-one-actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 54,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"edited_at": null,
"spoiler_text": "",
"poll": null,
"reblogs_count": 0,
"emoji_reactions": [],
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"mentions": [
{
"acct": "witch",
"id": "Akaw2U9sOxaakLtErQ",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"application": null,
"sensitive": false,
"pinned": false,
"favourited": false,
"emojis": [],
"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"
}
],
"card": null,
"tags": [],
"reblog": null,
"quote_id": null,
"favourites_count": 0
}
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/5Jbq4XZcgwQ",
"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/GQ9cC7Awh_0",
"published": "2024-08-03T16:04:20Z",
"content": "url does not exit",
"attachment": {
"type": "Document",
"url": "http://pasture-one-actor/assets/does_not_exist.png"
}
}
}
akkoma
{
"replies_count": 0,
"pleroma": {
"content": {
"text/plain": "url does not exit"
},
"context": "http://pasture-one-actor/actor/GQ9cC7Awh_0",
"conversation_id": 1375572129,
"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
},
"visibility": "public",
"muted": false,
"uri": "http://pasture-one-actor/actor/GQ9cC7Awh_0",
"bookmarked": false,
"language": null,
"content": "url does not exit",
"quote": null,
"id": "AkawTvQ5dO0gitQVBw",
"reblogged": false,
"akkoma": {
"source": null
},
"url": "http://pasture-one-actor/actor/GQ9cC7Awh_0",
"created_at": "2024-08-03T16:04:20.000Z",
"text": 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": "2024-08-03T16:00:46.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": "AkawACIhA8PTHnYpN2",
"last_status_at": "2024-08-03",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture-one-actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 55,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"edited_at": null,
"spoiler_text": "",
"poll": null,
"reblogs_count": 0,
"emoji_reactions": [],
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"mentions": [
{
"acct": "witch",
"id": "Akaw2U9sOxaakLtErQ",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"application": null,
"sensitive": false,
"pinned": false,
"favourited": false,
"emojis": [],
"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"
}
],
"card": null,
"tags": [],
"reblog": null,
"quote_id": null,
"favourites_count": 0
}
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/vHCivzCRNF8",
"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/8awt0qVoyQk",
"published": "2024-08-03T16:04:20Z",
"content": "Wrong height / width",
"attachment": {
"type": "Document",
"width": 13,
"height": 17,
"url": "http://pasture-one-actor/images/004.png"
}
}
}
akkoma
{
"replies_count": 0,
"pleroma": {
"content": {
"text/plain": "Wrong height / width"
},
"context": "http://pasture-one-actor/actor/8awt0qVoyQk",
"conversation_id": 147337115,
"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
},
"visibility": "public",
"muted": false,
"uri": "http://pasture-one-actor/actor/8awt0qVoyQk",
"bookmarked": false,
"language": null,
"content": "Wrong height / width",
"quote": null,
"id": "AkawTzD7XY0qTpOCX2",
"reblogged": false,
"akkoma": {
"source": null
},
"url": "http://pasture-one-actor/actor/8awt0qVoyQk",
"created_at": "2024-08-03T16:04:20.000Z",
"text": 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": "2024-08-03T16:00:46.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": "AkawACIhA8PTHnYpN2",
"last_status_at": "2024-08-03",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture-one-actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 56,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"edited_at": null,
"spoiler_text": "",
"poll": null,
"reblogs_count": 0,
"emoji_reactions": [],
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"mentions": [
{
"acct": "witch",
"id": "Akaw2U9sOxaakLtErQ",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"application": null,
"sensitive": false,
"pinned": false,
"favourited": false,
"emojis": [],
"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"
}
],
"card": null,
"tags": [],
"reblog": null,
"quote_id": null,
"favourites_count": 0
}
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/B-BhxCKCY6c",
"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/RK6Zww9iz4w",
"published": "2024-08-03T16:04:21Z",
"content": "No type",
"attachment": {
"url": "http://pasture-one-actor/images/005.png"
}
}
}
akkoma
{
"replies_count": 0,
"pleroma": {
"content": {
"text/plain": "No type"
},
"context": "http://pasture-one-actor/actor/RK6Zww9iz4w",
"conversation_id": 552107840,
"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
},
"visibility": "public",
"muted": false,
"uri": "http://pasture-one-actor/actor/RK6Zww9iz4w",
"bookmarked": false,
"language": null,
"content": "No type",
"quote": null,
"id": "AkawU3Mq5MABN7y1Ee",
"reblogged": false,
"akkoma": {
"source": null
},
"url": "http://pasture-one-actor/actor/RK6Zww9iz4w",
"created_at": "2024-08-03T16:04:21.000Z",
"text": 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": "2024-08-03T16:00:46.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": "AkawACIhA8PTHnYpN2",
"last_status_at": "2024-08-03",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture-one-actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 57,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"edited_at": null,
"spoiler_text": "",
"poll": null,
"reblogs_count": 0,
"emoji_reactions": [],
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"mentions": [
{
"acct": "witch",
"id": "Akaw2U9sOxaakLtErQ",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"application": null,
"sensitive": false,
"pinned": false,
"favourited": false,
"emojis": [],
"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"
}
],
"card": null,
"tags": [],
"reblog": null,
"quote_id": null,
"favourites_count": 0
}
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/ArMymeMe9Sw",
"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/3sA--XFlLvo",
"published": "2024-08-03T16:04:22Z",
"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/rgT2pYC7Qhc",
"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/cPNHwBNdEkI",
"published": "2024-08-03T16:04:33Z",
"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
{
"replies_count": 0,
"pleroma": {
"content": {
"text/plain": "url is Link object with media type"
},
"context": "http://pasture-one-actor/actor/cPNHwBNdEkI",
"conversation_id": 1576880793,
"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
},
"visibility": "public",
"muted": false,
"uri": "http://pasture-one-actor/actor/cPNHwBNdEkI",
"bookmarked": false,
"language": null,
"content": "url is Link object with media type",
"quote": null,
"id": "AkawV9TwpwFocroeky",
"reblogged": false,
"akkoma": {
"source": null
},
"url": "http://pasture-one-actor/actor/cPNHwBNdEkI",
"created_at": "2024-08-03T16:04:33.000Z",
"text": 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": "2024-08-03T16:00:46.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": "AkawACIhA8PTHnYpN2",
"last_status_at": "2024-08-03",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture-one-actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 58,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"edited_at": null,
"spoiler_text": "",
"poll": null,
"reblogs_count": 0,
"emoji_reactions": [],
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"mentions": [
{
"acct": "witch",
"id": "Akaw2U9sOxaakLtErQ",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"application": null,
"sensitive": false,
"pinned": false,
"favourited": false,
"emojis": [],
"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"
}
],
"card": null,
"tags": [],
"reblog": null,
"quote_id": null,
"favourites_count": 0
}
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/Ps6nwCfWz3I",
"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/m8BhcxRk53Y",
"published": "2024-08-03T16:04:34Z",
"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/1Ug6VWFREXU",
"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/Y-yOYPYEsvg",
"published": "2024-08-03T16:04:45Z",
"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
{
"replies_count": 0,
"pleroma": {
"content": {
"text/plain": "url is array of two Link objects"
},
"context": "http://pasture-one-actor/actor/Y-yOYPYEsvg",
"conversation_id": 1284794690,
"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
},
"visibility": "public",
"muted": false,
"uri": "http://pasture-one-actor/actor/Y-yOYPYEsvg",
"bookmarked": false,
"language": null,
"content": "url is array of two Link objects",
"quote": null,
"id": "AkawWFvyKl4ivTRzsW",
"reblogged": false,
"akkoma": {
"source": null
},
"url": "http://pasture-one-actor/actor/Y-yOYPYEsvg",
"created_at": "2024-08-03T16:04:45.000Z",
"text": 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": "2024-08-03T16:00:46.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": "AkawACIhA8PTHnYpN2",
"last_status_at": "2024-08-03",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture-one-actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 59,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"edited_at": null,
"spoiler_text": "",
"poll": null,
"reblogs_count": 0,
"emoji_reactions": [],
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"mentions": [
{
"acct": "witch",
"id": "Akaw2U9sOxaakLtErQ",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"application": null,
"sensitive": false,
"pinned": false,
"favourited": false,
"emojis": [],
"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"
}
],
"card": null,
"tags": [],
"reblog": null,
"quote_id": null,
"favourites_count": 0
}