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.
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/vW_l2N4POhU",
"published": "2024-10-26T08:42: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/6hCHO6hEeFw",
"published": "2024-10-26T08:42:47Z",
"content": "Format png",
"attachment": {
"type": "Document",
"url": "http://pasture-one-actor/images/001.png"
}
}
}
akkoma
{
"muted": false,
"quote_id": null,
"mentions": [
{
"acct": "witch",
"id": "AnOPyxwIMlkvDPqMs4",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"pleroma": {
"content": {
"text/plain": "Format png"
},
"context": "http://pasture-one-actor/actor/6hCHO6hEeFw",
"conversation_id": 1514777053,
"direct_conversation_id": null,
"emoji_reactions": [],
"expires_at": null,
"in_reply_to_account_acct": null,
"local": false,
"parent_visible": false,
"pinned_at": null,
"spoiler_text": {
"text/plain": ""
},
"thread_muted": false
},
"emojis": [],
"uri": "http://pasture-one-actor/actor/6hCHO6hEeFw",
"reblog": null,
"visibility": "public",
"quote": null,
"reblogged": false,
"id": "AnOQEhPVAM2fzHeoNs",
"replies_count": 0,
"in_reply_to_account_id": null,
"emoji_reactions": [],
"url": "http://pasture-one-actor/actor/6hCHO6hEeFw",
"media_attachments": [
{
"blurhash": null,
"description": null,
"id": "1131282266",
"pleroma": {
"mime_type": "application/octet-stream"
},
"preview_url": "http://pasture-one-actor/images/001.png",
"remote_url": "http://pasture-one-actor/images/001.png",
"text_url": "http://pasture-one-actor/images/001.png",
"type": "unknown",
"url": "http://pasture-one-actor/images/001.png"
}
],
"poll": null,
"akkoma": {
"source": null
},
"text": null,
"card": null,
"reblogs_count": 0,
"pinned": false,
"content": "Format png",
"in_reply_to_id": null,
"created_at": "2024-10-26T08:42:47.000Z",
"bookmarked": false,
"language": null,
"application": null,
"sensitive": false,
"favourited": false,
"tags": [],
"edited_at": null,
"spoiler_text": "",
"favourites_count": 0,
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture-one-actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2024-10-26T08:41:26.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": "AnOQ7DiFBPKjr2rEB6",
"last_status_at": "2024-10-26",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture-one-actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 67,
"url": "http://pasture-one-actor/actor",
"username": "actor"
}
}
Example 2¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/actor/otfwUG2t3oA",
"published": "2024-10-26T08:42: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/nYBsBHrF0yA",
"published": "2024-10-26T08:42:48Z",
"content": "Format png",
"attachment": {
"type": "Document",
"url": "http://pasture-one-actor/images/001b.png",
"mediaType": "image/png"
}
}
}
akkoma
{
"muted": false,
"quote_id": null,
"mentions": [
{
"acct": "witch",
"id": "AnOPyxwIMlkvDPqMs4",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"pleroma": {
"content": {
"text/plain": "Format png"
},
"context": "http://pasture-one-actor/actor/nYBsBHrF0yA",
"conversation_id": 1171282320,
"direct_conversation_id": null,
"emoji_reactions": [],
"expires_at": null,
"in_reply_to_account_acct": null,
"local": false,
"parent_visible": false,
"pinned_at": null,
"spoiler_text": {
"text/plain": ""
},
"thread_muted": false
},
"emojis": [],
"uri": "http://pasture-one-actor/actor/nYBsBHrF0yA",
"reblog": null,
"visibility": "public",
"quote": null,
"reblogged": false,
"id": "AnOQElcPWIkF2TjB3o",
"replies_count": 0,
"in_reply_to_account_id": null,
"emoji_reactions": [],
"url": "http://pasture-one-actor/actor/nYBsBHrF0yA",
"media_attachments": [
{
"blurhash": null,
"description": null,
"id": "1989242508",
"pleroma": {
"mime_type": "image/png"
},
"preview_url": "http://pasture-one-actor/images/001b.png",
"remote_url": "http://pasture-one-actor/images/001b.png",
"text_url": "http://pasture-one-actor/images/001b.png",
"type": "image",
"url": "http://pasture-one-actor/images/001b.png"
}
],
"poll": null,
"akkoma": {
"source": null
},
"text": null,
"card": null,
"reblogs_count": 0,
"pinned": false,
"content": "Format png",
"in_reply_to_id": null,
"created_at": "2024-10-26T08:42:48.000Z",
"bookmarked": false,
"language": null,
"application": null,
"sensitive": false,
"favourited": false,
"tags": [],
"edited_at": null,
"spoiler_text": "",
"favourites_count": 0,
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture-one-actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2024-10-26T08:41:26.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": "AnOQ7DiFBPKjr2rEB6",
"last_status_at": "2024-10-26",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture-one-actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 68,
"url": "http://pasture-one-actor/actor",
"username": "actor"
}
}
Example 3¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/actor/bmozE3-O-qI",
"published": "2024-10-26T08:42: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/CktaDBZ1FeE",
"published": "2024-10-26T08:42:48Z",
"content": "Format jpg",
"attachment": {
"type": "Image",
"url": "http://pasture-one-actor/images/002.jpg"
}
}
}
akkoma
{
"muted": false,
"quote_id": null,
"mentions": [
{
"acct": "witch",
"id": "AnOPyxwIMlkvDPqMs4",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"pleroma": {
"content": {
"text/plain": "Format jpg"
},
"context": "http://pasture-one-actor/actor/CktaDBZ1FeE",
"conversation_id": 1931419985,
"direct_conversation_id": null,
"emoji_reactions": [],
"expires_at": null,
"in_reply_to_account_acct": null,
"local": false,
"parent_visible": false,
"pinned_at": null,
"spoiler_text": {
"text/plain": ""
},
"thread_muted": false
},
"emojis": [],
"uri": "http://pasture-one-actor/actor/CktaDBZ1FeE",
"reblog": null,
"visibility": "public",
"quote": null,
"reblogged": false,
"id": "AnOQEpVT43ZH66VgnI",
"replies_count": 0,
"in_reply_to_account_id": null,
"emoji_reactions": [],
"url": "http://pasture-one-actor/actor/CktaDBZ1FeE",
"media_attachments": [
{
"blurhash": null,
"description": null,
"id": "1061397354",
"pleroma": {
"mime_type": "application/octet-stream"
},
"preview_url": "http://pasture-one-actor/images/002.jpg",
"remote_url": "http://pasture-one-actor/images/002.jpg",
"text_url": "http://pasture-one-actor/images/002.jpg",
"type": "unknown",
"url": "http://pasture-one-actor/images/002.jpg"
}
],
"poll": null,
"akkoma": {
"source": null
},
"text": null,
"card": null,
"reblogs_count": 0,
"pinned": false,
"content": "Format jpg",
"in_reply_to_id": null,
"created_at": "2024-10-26T08:42:48.000Z",
"bookmarked": false,
"language": null,
"application": null,
"sensitive": false,
"favourited": false,
"tags": [],
"edited_at": null,
"spoiler_text": "",
"favourites_count": 0,
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture-one-actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2024-10-26T08:41:26.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": "AnOQ7DiFBPKjr2rEB6",
"last_status_at": "2024-10-26",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture-one-actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 69,
"url": "http://pasture-one-actor/actor",
"username": "actor"
}
}
Example 4¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/actor/zHmo0x23sac",
"published": "2024-10-26T08:42: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/AZ4D1Ju0x8c",
"published": "2024-10-26T08:42:49Z",
"content": "Format jpg",
"attachment": {
"type": "Image",
"url": "http://pasture-one-actor/images/002b.jpg",
"mediaType": "image/jpeg"
}
}
}
akkoma
{
"muted": false,
"quote_id": null,
"mentions": [
{
"acct": "witch",
"id": "AnOPyxwIMlkvDPqMs4",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"pleroma": {
"content": {
"text/plain": "Format jpg"
},
"context": "http://pasture-one-actor/actor/AZ4D1Ju0x8c",
"conversation_id": 428200588,
"direct_conversation_id": null,
"emoji_reactions": [],
"expires_at": null,
"in_reply_to_account_acct": null,
"local": false,
"parent_visible": false,
"pinned_at": null,
"spoiler_text": {
"text/plain": ""
},
"thread_muted": false
},
"emojis": [],
"uri": "http://pasture-one-actor/actor/AZ4D1Ju0x8c",
"reblog": null,
"visibility": "public",
"quote": null,
"reblogged": false,
"id": "AnOQEtWg7UufZ16iEi",
"replies_count": 0,
"in_reply_to_account_id": null,
"emoji_reactions": [],
"url": "http://pasture-one-actor/actor/AZ4D1Ju0x8c",
"media_attachments": [
{
"blurhash": null,
"description": null,
"id": "-1455849681",
"pleroma": {
"mime_type": "image/jpeg"
},
"preview_url": "http://pasture-one-actor/images/002b.jpg",
"remote_url": "http://pasture-one-actor/images/002b.jpg",
"text_url": "http://pasture-one-actor/images/002b.jpg",
"type": "image",
"url": "http://pasture-one-actor/images/002b.jpg"
}
],
"poll": null,
"akkoma": {
"source": null
},
"text": null,
"card": null,
"reblogs_count": 0,
"pinned": false,
"content": "Format jpg",
"in_reply_to_id": null,
"created_at": "2024-10-26T08:42:49.000Z",
"bookmarked": false,
"language": null,
"application": null,
"sensitive": false,
"favourited": false,
"tags": [],
"edited_at": null,
"spoiler_text": "",
"favourites_count": 0,
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture-one-actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2024-10-26T08:41:26.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": "AnOQ7DiFBPKjr2rEB6",
"last_status_at": "2024-10-26",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture-one-actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 70,
"url": "http://pasture-one-actor/actor",
"username": "actor"
}
}
Example 5¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/actor/tVCryV8BsBc",
"published": "2024-10-26T08:42: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/FtaEI13Z_do",
"published": "2024-10-26T08:42:50Z",
"content": "Format svg",
"attachment": {
"type": "Image",
"url": "http://pasture-one-actor/assets/FediverseLogo.svg"
}
}
}
akkoma
{
"muted": false,
"quote_id": null,
"mentions": [
{
"acct": "witch",
"id": "AnOPyxwIMlkvDPqMs4",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"pleroma": {
"content": {
"text/plain": "Format svg"
},
"context": "http://pasture-one-actor/actor/FtaEI13Z_do",
"conversation_id": 179644189,
"direct_conversation_id": null,
"emoji_reactions": [],
"expires_at": null,
"in_reply_to_account_acct": null,
"local": false,
"parent_visible": false,
"pinned_at": null,
"spoiler_text": {
"text/plain": ""
},
"thread_muted": false
},
"emojis": [],
"uri": "http://pasture-one-actor/actor/FtaEI13Z_do",
"reblog": null,
"visibility": "public",
"quote": null,
"reblogged": false,
"id": "AnOQExXtAwG41vhjg8",
"replies_count": 0,
"in_reply_to_account_id": null,
"emoji_reactions": [],
"url": "http://pasture-one-actor/actor/FtaEI13Z_do",
"media_attachments": [
{
"blurhash": null,
"description": null,
"id": "1816847230",
"pleroma": {
"mime_type": "application/octet-stream"
},
"preview_url": "http://pasture-one-actor/assets/FediverseLogo.svg",
"remote_url": "http://pasture-one-actor/assets/FediverseLogo.svg",
"text_url": "http://pasture-one-actor/assets/FediverseLogo.svg",
"type": "unknown",
"url": "http://pasture-one-actor/assets/FediverseLogo.svg"
}
],
"poll": null,
"akkoma": {
"source": null
},
"text": null,
"card": null,
"reblogs_count": 0,
"pinned": false,
"content": "Format svg",
"in_reply_to_id": null,
"created_at": "2024-10-26T08:42:50.000Z",
"bookmarked": false,
"language": null,
"application": null,
"sensitive": false,
"favourited": false,
"tags": [],
"edited_at": null,
"spoiler_text": "",
"favourites_count": 0,
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture-one-actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2024-10-26T08:41:26.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": "AnOQ7DiFBPKjr2rEB6",
"last_status_at": "2024-10-26",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture-one-actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 71,
"url": "http://pasture-one-actor/actor",
"username": "actor"
}
}
Example 6¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/actor/z0WrKLpn5qc",
"published": "2024-10-26T08:42: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/a93cft5yqTg",
"published": "2024-10-26T08:42:51Z",
"content": "Format eps",
"attachment": {
"type": "Image",
"url": "http://pasture-one-actor/images/003.eps"
}
}
}
akkoma
{
"muted": false,
"quote_id": null,
"mentions": [
{
"acct": "witch",
"id": "AnOPyxwIMlkvDPqMs4",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"pleroma": {
"content": {
"text/plain": "Format eps"
},
"context": "http://pasture-one-actor/actor/a93cft5yqTg",
"conversation_id": 352502153,
"direct_conversation_id": null,
"emoji_reactions": [],
"expires_at": null,
"in_reply_to_account_acct": null,
"local": false,
"parent_visible": false,
"pinned_at": null,
"spoiler_text": {
"text/plain": ""
},
"thread_muted": false
},
"emojis": [],
"uri": "http://pasture-one-actor/actor/a93cft5yqTg",
"reblog": null,
"visibility": "public",
"quote": null,
"reblogged": false,
"id": "AnOQF1dhxFI0j8SRIu",
"replies_count": 0,
"in_reply_to_account_id": null,
"emoji_reactions": [],
"url": "http://pasture-one-actor/actor/a93cft5yqTg",
"media_attachments": [
{
"blurhash": null,
"description": null,
"id": "-2052359074",
"pleroma": {
"mime_type": "application/octet-stream"
},
"preview_url": "http://pasture-one-actor/images/003.eps",
"remote_url": "http://pasture-one-actor/images/003.eps",
"text_url": "http://pasture-one-actor/images/003.eps",
"type": "unknown",
"url": "http://pasture-one-actor/images/003.eps"
}
],
"poll": null,
"akkoma": {
"source": null
},
"text": null,
"card": null,
"reblogs_count": 0,
"pinned": false,
"content": "Format eps",
"in_reply_to_id": null,
"created_at": "2024-10-26T08:42:51.000Z",
"bookmarked": false,
"language": null,
"application": null,
"sensitive": false,
"favourited": false,
"tags": [],
"edited_at": null,
"spoiler_text": "",
"favourites_count": 0,
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture-one-actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2024-10-26T08:41:26.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": "AnOQ7DiFBPKjr2rEB6",
"last_status_at": "2024-10-26",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture-one-actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 72,
"url": "http://pasture-one-actor/actor",
"username": "actor"
}
}
Example 7¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/actor/DDPTxEL-LBk",
"published": "2024-10-26T08:42: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/LV0YSemGgeE",
"published": "2024-10-26T08:42:51Z",
"content": "Format gif",
"attachment": {
"type": "Image",
"url": "http://pasture-one-actor/images/003b.gif"
}
}
}
akkoma
{
"muted": false,
"quote_id": null,
"mentions": [
{
"acct": "witch",
"id": "AnOPyxwIMlkvDPqMs4",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"pleroma": {
"content": {
"text/plain": "Format gif"
},
"context": "http://pasture-one-actor/actor/LV0YSemGgeE",
"conversation_id": 1958143507,
"direct_conversation_id": null,
"emoji_reactions": [],
"expires_at": null,
"in_reply_to_account_acct": null,
"local": false,
"parent_visible": false,
"pinned_at": null,
"spoiler_text": {
"text/plain": ""
},
"thread_muted": false
},
"emojis": [],
"uri": "http://pasture-one-actor/actor/LV0YSemGgeE",
"reblog": null,
"visibility": "public",
"quote": null,
"reblogged": false,
"id": "AnOQF5jWjYJxQLD8vg",
"replies_count": 0,
"in_reply_to_account_id": null,
"emoji_reactions": [],
"url": "http://pasture-one-actor/actor/LV0YSemGgeE",
"media_attachments": [
{
"blurhash": null,
"description": null,
"id": "980370550",
"pleroma": {
"mime_type": "application/octet-stream"
},
"preview_url": "http://pasture-one-actor/images/003b.gif",
"remote_url": "http://pasture-one-actor/images/003b.gif",
"text_url": "http://pasture-one-actor/images/003b.gif",
"type": "unknown",
"url": "http://pasture-one-actor/images/003b.gif"
}
],
"poll": null,
"akkoma": {
"source": null
},
"text": null,
"card": null,
"reblogs_count": 0,
"pinned": false,
"content": "Format gif",
"in_reply_to_id": null,
"created_at": "2024-10-26T08:42:51.000Z",
"bookmarked": false,
"language": null,
"application": null,
"sensitive": false,
"favourited": false,
"tags": [],
"edited_at": null,
"spoiler_text": "",
"favourites_count": 0,
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture-one-actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2024-10-26T08:41:26.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": "AnOQ7DiFBPKjr2rEB6",
"last_status_at": "2024-10-26",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture-one-actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 73,
"url": "http://pasture-one-actor/actor",
"username": "actor"
}
}
Example 8¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/actor/va3PCsRX5WA",
"published": "2024-10-26T08:42:52Z",
"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/BTO7xuObVrM",
"published": "2024-10-26T08:42:52Z",
"content": "Format tiff",
"attachment": {
"type": "Image",
"url": "http://pasture-one-actor/images/003c.tiff"
}
}
}
akkoma
{
"muted": false,
"quote_id": null,
"mentions": [
{
"acct": "witch",
"id": "AnOPyxwIMlkvDPqMs4",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"pleroma": {
"content": {
"text/plain": "Format tiff"
},
"context": "http://pasture-one-actor/actor/BTO7xuObVrM",
"conversation_id": 71199795,
"direct_conversation_id": null,
"emoji_reactions": [],
"expires_at": null,
"in_reply_to_account_acct": null,
"local": false,
"parent_visible": false,
"pinned_at": null,
"spoiler_text": {
"text/plain": ""
},
"thread_muted": false
},
"emojis": [],
"uri": "http://pasture-one-actor/actor/BTO7xuObVrM",
"reblog": null,
"visibility": "public",
"quote": null,
"reblogged": false,
"id": "AnOQF9kNoJNls9dsoq",
"replies_count": 0,
"in_reply_to_account_id": null,
"emoji_reactions": [],
"url": "http://pasture-one-actor/actor/BTO7xuObVrM",
"media_attachments": [
{
"blurhash": null,
"description": null,
"id": "1889602093",
"pleroma": {
"mime_type": "application/octet-stream"
},
"preview_url": "http://pasture-one-actor/images/003c.tiff",
"remote_url": "http://pasture-one-actor/images/003c.tiff",
"text_url": "http://pasture-one-actor/images/003c.tiff",
"type": "unknown",
"url": "http://pasture-one-actor/images/003c.tiff"
}
],
"poll": null,
"akkoma": {
"source": null
},
"text": null,
"card": null,
"reblogs_count": 0,
"pinned": false,
"content": "Format tiff",
"in_reply_to_id": null,
"created_at": "2024-10-26T08:42:52.000Z",
"bookmarked": false,
"language": null,
"application": null,
"sensitive": false,
"favourited": false,
"tags": [],
"edited_at": null,
"spoiler_text": "",
"favourites_count": 0,
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture-one-actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2024-10-26T08:41:26.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": "AnOQ7DiFBPKjr2rEB6",
"last_status_at": "2024-10-26",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture-one-actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 74,
"url": "http://pasture-one-actor/actor",
"username": "actor"
}
}
Example 9¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/actor/QiLUMe5uSPY",
"published": "2024-10-26T08:42:53Z",
"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/fQzjssk1UmI",
"published": "2024-10-26T08:42:53Z",
"content": "Format webp",
"attachment": {
"type": "Image",
"url": "http://pasture-one-actor/images/003d.webp"
}
}
}
akkoma
{
"muted": false,
"quote_id": null,
"mentions": [
{
"acct": "witch",
"id": "AnOPyxwIMlkvDPqMs4",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"pleroma": {
"content": {
"text/plain": "Format webp"
},
"context": "http://pasture-one-actor/actor/fQzjssk1UmI",
"conversation_id": 251777561,
"direct_conversation_id": null,
"emoji_reactions": [],
"expires_at": null,
"in_reply_to_account_acct": null,
"local": false,
"parent_visible": false,
"pinned_at": null,
"spoiler_text": {
"text/plain": ""
},
"thread_muted": false
},
"emojis": [],
"uri": "http://pasture-one-actor/actor/fQzjssk1UmI",
"reblog": null,
"visibility": "public",
"quote": null,
"reblogged": false,
"id": "AnOQFDquXyysbYj9Y8",
"replies_count": 0,
"in_reply_to_account_id": null,
"emoji_reactions": [],
"url": "http://pasture-one-actor/actor/fQzjssk1UmI",
"media_attachments": [
{
"blurhash": null,
"description": null,
"id": "2032942461",
"pleroma": {
"mime_type": "application/octet-stream"
},
"preview_url": "http://pasture-one-actor/images/003d.webp",
"remote_url": "http://pasture-one-actor/images/003d.webp",
"text_url": "http://pasture-one-actor/images/003d.webp",
"type": "unknown",
"url": "http://pasture-one-actor/images/003d.webp"
}
],
"poll": null,
"akkoma": {
"source": null
},
"text": null,
"card": null,
"reblogs_count": 0,
"pinned": false,
"content": "Format webp",
"in_reply_to_id": null,
"created_at": "2024-10-26T08:42:53.000Z",
"bookmarked": false,
"language": null,
"application": null,
"sensitive": false,
"favourited": false,
"tags": [],
"edited_at": null,
"spoiler_text": "",
"favourites_count": 0,
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture-one-actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2024-10-26T08:41:26.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": "AnOQ7DiFBPKjr2rEB6",
"last_status_at": "2024-10-26",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture-one-actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 75,
"url": "http://pasture-one-actor/actor",
"username": "actor"
}
}
Example 10¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/actor/ZzFPaTB9MCw",
"published": "2024-10-26T08:42:53Z",
"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/JwvC44N3Dms",
"published": "2024-10-26T08:42:53Z",
"content": "url does not exit",
"attachment": {
"type": "Document",
"url": "http://pasture-one-actor/assets/does_not_exist.png"
}
}
}
akkoma
{
"muted": false,
"quote_id": null,
"mentions": [
{
"acct": "witch",
"id": "AnOPyxwIMlkvDPqMs4",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"pleroma": {
"content": {
"text/plain": "url does not exit"
},
"context": "http://pasture-one-actor/actor/JwvC44N3Dms",
"conversation_id": 720912350,
"direct_conversation_id": null,
"emoji_reactions": [],
"expires_at": null,
"in_reply_to_account_acct": null,
"local": false,
"parent_visible": false,
"pinned_at": null,
"spoiler_text": {
"text/plain": ""
},
"thread_muted": false
},
"emojis": [],
"uri": "http://pasture-one-actor/actor/JwvC44N3Dms",
"reblog": null,
"visibility": "public",
"quote": null,
"reblogged": false,
"id": "AnOQFHkK4Q5UgHfwps",
"replies_count": 0,
"in_reply_to_account_id": null,
"emoji_reactions": [],
"url": "http://pasture-one-actor/actor/JwvC44N3Dms",
"media_attachments": [
{
"blurhash": null,
"description": null,
"id": "-287079044",
"pleroma": {
"mime_type": "application/octet-stream"
},
"preview_url": "http://pasture-one-actor/assets/does_not_exist.png",
"remote_url": "http://pasture-one-actor/assets/does_not_exist.png",
"text_url": "http://pasture-one-actor/assets/does_not_exist.png",
"type": "unknown",
"url": "http://pasture-one-actor/assets/does_not_exist.png"
}
],
"poll": null,
"akkoma": {
"source": null
},
"text": null,
"card": null,
"reblogs_count": 0,
"pinned": false,
"content": "url does not exit",
"in_reply_to_id": null,
"created_at": "2024-10-26T08:42:53.000Z",
"bookmarked": false,
"language": null,
"application": null,
"sensitive": false,
"favourited": false,
"tags": [],
"edited_at": null,
"spoiler_text": "",
"favourites_count": 0,
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture-one-actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2024-10-26T08:41:26.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": "AnOQ7DiFBPKjr2rEB6",
"last_status_at": "2024-10-26",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture-one-actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 76,
"url": "http://pasture-one-actor/actor",
"username": "actor"
}
}
Example 11¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/actor/uDTKPZwe9sA",
"published": "2024-10-26T08:42:54Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/actor/z2_1smED57g",
"published": "2024-10-26T08:42:54Z",
"content": "Wrong height / width",
"attachment": {
"type": "Document",
"width": 13,
"height": 17,
"url": "http://pasture-one-actor/images/004.png"
}
}
}
akkoma
{
"muted": false,
"quote_id": null,
"mentions": [
{
"acct": "witch",
"id": "AnOPyxwIMlkvDPqMs4",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"pleroma": {
"content": {
"text/plain": "Wrong height / width"
},
"context": "http://pasture-one-actor/actor/z2_1smED57g",
"conversation_id": 512672267,
"direct_conversation_id": null,
"emoji_reactions": [],
"expires_at": null,
"in_reply_to_account_acct": null,
"local": false,
"parent_visible": false,
"pinned_at": null,
"spoiler_text": {
"text/plain": ""
},
"thread_muted": false
},
"emojis": [],
"uri": "http://pasture-one-actor/actor/z2_1smED57g",
"reblog": null,
"visibility": "public",
"quote": null,
"reblogged": false,
"id": "AnOQFLrYlSFlRt5mfg",
"replies_count": 0,
"in_reply_to_account_id": null,
"emoji_reactions": [],
"url": "http://pasture-one-actor/actor/z2_1smED57g",
"media_attachments": [
{
"blurhash": null,
"description": null,
"id": "-236881146",
"meta": {
"original": {
"aspect": 0.7647058823529411,
"height": 17,
"width": 13
}
},
"pleroma": {
"mime_type": "application/octet-stream"
},
"preview_url": "http://pasture-one-actor/images/004.png",
"remote_url": "http://pasture-one-actor/images/004.png",
"text_url": "http://pasture-one-actor/images/004.png",
"type": "unknown",
"url": "http://pasture-one-actor/images/004.png"
}
],
"poll": null,
"akkoma": {
"source": null
},
"text": null,
"card": null,
"reblogs_count": 0,
"pinned": false,
"content": "Wrong height / width",
"in_reply_to_id": null,
"created_at": "2024-10-26T08:42:54.000Z",
"bookmarked": false,
"language": null,
"application": null,
"sensitive": false,
"favourited": false,
"tags": [],
"edited_at": null,
"spoiler_text": "",
"favourites_count": 0,
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture-one-actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2024-10-26T08:41:26.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": "AnOQ7DiFBPKjr2rEB6",
"last_status_at": "2024-10-26",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture-one-actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 77,
"url": "http://pasture-one-actor/actor",
"username": "actor"
}
}
Example 12¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/actor/u79oUT-1YPI",
"published": "2024-10-26T08:42:55Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/actor/8IiMxsWTP9E",
"published": "2024-10-26T08:42:55Z",
"content": "No type",
"attachment": {
"url": "http://pasture-one-actor/images/005.png"
}
}
}
akkoma
{
"muted": false,
"quote_id": null,
"mentions": [
{
"acct": "witch",
"id": "AnOPyxwIMlkvDPqMs4",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"pleroma": {
"content": {
"text/plain": "No type"
},
"context": "http://pasture-one-actor/actor/8IiMxsWTP9E",
"conversation_id": 1288364032,
"direct_conversation_id": null,
"emoji_reactions": [],
"expires_at": null,
"in_reply_to_account_acct": null,
"local": false,
"parent_visible": false,
"pinned_at": null,
"spoiler_text": {
"text/plain": ""
},
"thread_muted": false
},
"emojis": [],
"uri": "http://pasture-one-actor/actor/8IiMxsWTP9E",
"reblog": null,
"visibility": "public",
"quote": null,
"reblogged": false,
"id": "AnOQFPt7nZsjvtr5fM",
"replies_count": 0,
"in_reply_to_account_id": null,
"emoji_reactions": [],
"url": "http://pasture-one-actor/actor/8IiMxsWTP9E",
"media_attachments": [
{
"blurhash": null,
"description": null,
"id": "-566296140",
"pleroma": {
"mime_type": "application/octet-stream"
},
"preview_url": "http://pasture-one-actor/images/005.png",
"remote_url": "http://pasture-one-actor/images/005.png",
"text_url": "http://pasture-one-actor/images/005.png",
"type": "unknown",
"url": "http://pasture-one-actor/images/005.png"
}
],
"poll": null,
"akkoma": {
"source": null
},
"text": null,
"card": null,
"reblogs_count": 0,
"pinned": false,
"content": "No type",
"in_reply_to_id": null,
"created_at": "2024-10-26T08:42:55.000Z",
"bookmarked": false,
"language": null,
"application": null,
"sensitive": false,
"favourited": false,
"tags": [],
"edited_at": null,
"spoiler_text": "",
"favourites_count": 0,
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture-one-actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2024-10-26T08:41:26.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": "AnOQ7DiFBPKjr2rEB6",
"last_status_at": "2024-10-26",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture-one-actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 78,
"url": "http://pasture-one-actor/actor",
"username": "actor"
}
}
Example 13¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/actor/1vVqQb_WMJQ",
"published": "2024-10-26T08:42:55Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/actor/Qh5BH7-34l4",
"published": "2024-10-26T08:42:55Z",
"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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/actor/lzGGgDq5hSY",
"published": "2024-10-26T08:43:07Z",
"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/_YhL4VixnKA",
"published": "2024-10-26T08:43:07Z",
"content": "url is Link object with media type",
"attachment": {
"type": "Image",
"url": {
"type": "Link",
"href": "http://pasture-one-actor/images/006b.png",
"mediaType": "image/png"
}
}
}
}
akkoma
{
"muted": false,
"quote_id": null,
"mentions": [
{
"acct": "witch",
"id": "AnOPyxwIMlkvDPqMs4",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"pleroma": {
"content": {
"text/plain": "url is Link object with media type"
},
"context": "http://pasture-one-actor/actor/_YhL4VixnKA",
"conversation_id": 1576303760,
"direct_conversation_id": null,
"emoji_reactions": [],
"expires_at": null,
"in_reply_to_account_acct": null,
"local": false,
"parent_visible": false,
"pinned_at": null,
"spoiler_text": {
"text/plain": ""
},
"thread_muted": false
},
"emojis": [],
"uri": "http://pasture-one-actor/actor/_YhL4VixnKA",
"reblog": null,
"visibility": "public",
"quote": null,
"reblogged": false,
"id": "AnOQGXoboLrWoAHTLU",
"replies_count": 0,
"in_reply_to_account_id": null,
"emoji_reactions": [],
"url": "http://pasture-one-actor/actor/_YhL4VixnKA",
"media_attachments": [
{
"blurhash": null,
"description": null,
"id": "914904108",
"pleroma": {
"mime_type": "image/png"
},
"preview_url": "http://pasture-one-actor/images/006b.png",
"remote_url": "http://pasture-one-actor/images/006b.png",
"text_url": "http://pasture-one-actor/images/006b.png",
"type": "image",
"url": "http://pasture-one-actor/images/006b.png"
}
],
"poll": null,
"akkoma": {
"source": null
},
"text": null,
"card": null,
"reblogs_count": 0,
"pinned": false,
"content": "url is Link object with media type",
"in_reply_to_id": null,
"created_at": "2024-10-26T08:43:07.000Z",
"bookmarked": false,
"language": null,
"application": null,
"sensitive": false,
"favourited": false,
"tags": [],
"edited_at": null,
"spoiler_text": "",
"favourites_count": 0,
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture-one-actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2024-10-26T08:41:26.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": "AnOQ7DiFBPKjr2rEB6",
"last_status_at": "2024-10-26",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture-one-actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 79,
"url": "http://pasture-one-actor/actor",
"username": "actor"
}
}
Example 15¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/actor/8WcwIjJcHKs",
"published": "2024-10-26T08:43:08Z",
"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/w-MovMeYHmU",
"published": "2024-10-26T08:43:08Z",
"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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/actor/WwpaJBXGSCU",
"published": "2024-10-26T08:43:19Z",
"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/kzoD9mPIvro",
"published": "2024-10-26T08:43:19Z",
"content": "url is array of two Link objects",
"attachment": {
"type": "Image",
"url": [
{
"type": "Link",
"href": "http://pasture-one-actor/images/007.png",
"mediaType": "image/png"
},
{
"type": "Link",
"href": "http://pasture-one-actor/images/008.jpg",
"mediaType": "image/jpeg"
}
]
}
}
}
akkoma
{
"muted": false,
"quote_id": null,
"mentions": [
{
"acct": "witch",
"id": "AnOPyxwIMlkvDPqMs4",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"pleroma": {
"content": {
"text/plain": "url is array of two Link objects"
},
"context": "http://pasture-one-actor/actor/kzoD9mPIvro",
"conversation_id": 2097294209,
"direct_conversation_id": null,
"emoji_reactions": [],
"expires_at": null,
"in_reply_to_account_acct": null,
"local": false,
"parent_visible": false,
"pinned_at": null,
"spoiler_text": {
"text/plain": ""
},
"thread_muted": false
},
"emojis": [],
"uri": "http://pasture-one-actor/actor/kzoD9mPIvro",
"reblog": null,
"visibility": "public",
"quote": null,
"reblogged": false,
"id": "AnOQHgRLEKRBqYwOR6",
"replies_count": 0,
"in_reply_to_account_id": null,
"emoji_reactions": [],
"url": "http://pasture-one-actor/actor/kzoD9mPIvro",
"media_attachments": [
{
"blurhash": null,
"description": null,
"id": "-40757466",
"pleroma": {
"mime_type": "image/png"
},
"preview_url": "http://pasture-one-actor/images/007.png",
"remote_url": "http://pasture-one-actor/images/007.png",
"text_url": "http://pasture-one-actor/images/007.png",
"type": "image",
"url": "http://pasture-one-actor/images/007.png"
}
],
"poll": null,
"akkoma": {
"source": null
},
"text": null,
"card": null,
"reblogs_count": 0,
"pinned": false,
"content": "url is array of two Link objects",
"in_reply_to_id": null,
"created_at": "2024-10-26T08:43:19.000Z",
"bookmarked": false,
"language": null,
"application": null,
"sensitive": false,
"favourited": false,
"tags": [],
"edited_at": null,
"spoiler_text": "",
"favourites_count": 0,
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture-one-actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2024-10-26T08:41:26.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": "AnOQ7DiFBPKjr2rEB6",
"last_status_at": "2024-10-26",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture-one-actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 80,
"url": "http://pasture-one-actor/actor",
"username": "actor"
}
}