Quotes¶
The examples are generated as follows. For name
attribute, the object contains
{
"name": "http://pasture-one-actor/assets/note1.jsonap”
}
where name is one of quote
, quoteUri
, quoteUrl
, _misskey_quote
. For FEP-e232 tag
, the quote is formatted according to FEP-e232: Object Links, i.e.
{
"tag": [
{
"type": "Link",
"mediaType": "application/ld+json; profile="https://www.w3.org/ns/activitystreams"",
"rel": "https://misskey-hub.net/ns#_misskey_quote",
"href": "http://pasture-one-actor/assets/note1.jsonap",
}
],
}
The various forms of a quote post are documented here.
We note that some examples treat the content as JSON and not as JSON-LD,
i.e. the @context
property is not modified. See inputs#71 for more information.
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/activity/neyUfR7a3nY",
"published": "2025-10-04T13:46:26Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/object/Pr6NdeVlbow",
"published": "2025-10-04T13:46:26Z",
"content": "quote attribute",
"quote": "http://pasture-one-actor/assets/note1.jsonap"
}
}
akkoma
{
"reblogged": false,
"pleroma": {
"content": {
"text/plain": "quote attribute"
},
"context": "http://pasture-one-actor/object/Pr6NdeVlbow",
"conversation_id": 1361405669,
"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
},
"in_reply_to_account_id": null,
"uri": "http://pasture-one-actor/object/Pr6NdeVlbow",
"edited_at": null,
"text": null,
"quote": null,
"favourited": false,
"pinned": false,
"emojis": [],
"id": "AyrpZaDVsskONHbRtw",
"mentions": [
{
"acct": "witch",
"id": "AyrovJNFF3epxbqVEG",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"content": "quote attribute",
"akkoma": {
"source": null
},
"spoiler_text": "",
"media_attachments": [],
"url": "http://pasture-one-actor/object/Pr6NdeVlbow",
"reblogs_count": 0,
"visibility": "public",
"bookmarked": false,
"card": null,
"favourites_count": 0,
"in_reply_to_id": null,
"quote_id": null,
"poll": null,
"emoji_reactions": [],
"application": null,
"tags": [],
"sensitive": false,
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture-one-actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2025-10-04T13:40:35.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": "Ayrp3GhKv5rSZS8yA4",
"last_status_at": "2025-10-04",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture-one-actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 189,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"reblog": null,
"language": null,
"created_at": "2025-10-04T13:46:26.000Z",
"muted": false,
"replies_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/activity/BChjtvZG1Ws",
"published": "2025-10-04T13:46:26Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/object/CosCpitmvYU",
"published": "2025-10-04T13:46:26Z",
"content": "quoteUri attribute",
"quoteUri": "http://pasture-one-actor/assets/note1.jsonap"
}
}
akkoma
{
"reblogged": false,
"pleroma": {
"content": {
"text/plain": "quoteUri attributeRE: http://pasture-one-actor/assets/note1.jsonap"
},
"context": "http://pasture-one-actor/object/CosCpitmvYU",
"conversation_id": 467412340,
"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
},
"in_reply_to_account_id": null,
"uri": "http://pasture-one-actor/object/CosCpitmvYU",
"edited_at": null,
"text": null,
"quote": {
"reblogged": false,
"pleroma": {
"content": {
"text/plain": "One"
},
"context": "http://pasture-one-actor/assets/note1.jsonap",
"conversation_id": 1821429206,
"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
},
"in_reply_to_account_id": null,
"uri": "http://pasture-one-actor/assets/note1.jsonap",
"edited_at": null,
"text": null,
"quote": null,
"favourited": false,
"pinned": false,
"emojis": [],
"id": "Ayrp7ZP9JKxZkMgiNk",
"mentions": [],
"content": "One",
"akkoma": {
"source": null
},
"spoiler_text": "",
"media_attachments": [],
"url": "http://pasture-one-actor/assets/note1.jsonap",
"reblogs_count": 0,
"visibility": "unlisted",
"bookmarked": false,
"card": null,
"favourites_count": 0,
"in_reply_to_id": null,
"quote_id": null,
"poll": null,
"emoji_reactions": [],
"application": null,
"tags": [],
"sensitive": false,
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture-one-actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2025-10-04T13:40:35.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": "Ayrp3GhKv5rSZS8yA4",
"last_status_at": "2025-10-04",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture-one-actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 190,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"reblog": null,
"language": null,
"created_at": "2024-01-06T13:11:45.000Z",
"muted": false,
"replies_count": 4
},
"favourited": false,
"pinned": false,
"emojis": [],
"id": "AyrpZdcnDLkcwYSBDk",
"mentions": [
{
"acct": "witch",
"id": "AyrovJNFF3epxbqVEG",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"content": "quoteUri attribute<span class=\"quote-inline\"><br/><br/>RE: <a href=\"http://pasture-one-actor/assets/note1.jsonap\">http://pasture-one-actor/assets/note1.jsonap</a></span>",
"akkoma": {
"source": null
},
"spoiler_text": "",
"media_attachments": [],
"url": "http://pasture-one-actor/object/CosCpitmvYU",
"reblogs_count": 0,
"visibility": "public",
"bookmarked": false,
"card": null,
"favourites_count": 0,
"in_reply_to_id": null,
"quote_id": "Ayrp7ZP9JKxZkMgiNk",
"poll": null,
"emoji_reactions": [],
"application": null,
"tags": [],
"sensitive": false,
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture-one-actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2025-10-04T13:40:35.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": "Ayrp3GhKv5rSZS8yA4",
"last_status_at": "2025-10-04",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture-one-actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 190,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"reblog": null,
"language": null,
"created_at": "2025-10-04T13:46:26.000Z",
"muted": false,
"replies_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/activity/zgqXjPC7TaQ",
"published": "2025-10-04T13:46:27Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/object/g0QX0nLeIXo",
"published": "2025-10-04T13:46:27Z",
"content": "quoteUrl attribute",
"quoteUrl": "http://pasture-one-actor/assets/note1.jsonap"
}
}
akkoma
{
"reblogged": false,
"pleroma": {
"content": {
"text/plain": "quoteUrl attributeRE: http://pasture-one-actor/assets/note1.jsonap"
},
"context": "http://pasture-one-actor/object/g0QX0nLeIXo",
"conversation_id": 362502027,
"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
},
"in_reply_to_account_id": null,
"uri": "http://pasture-one-actor/object/g0QX0nLeIXo",
"edited_at": null,
"text": null,
"quote": {
"reblogged": false,
"pleroma": {
"content": {
"text/plain": "One"
},
"context": "http://pasture-one-actor/assets/note1.jsonap",
"conversation_id": 1821429206,
"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
},
"in_reply_to_account_id": null,
"uri": "http://pasture-one-actor/assets/note1.jsonap",
"edited_at": null,
"text": null,
"quote": null,
"favourited": false,
"pinned": false,
"emojis": [],
"id": "Ayrp7ZP9JKxZkMgiNk",
"mentions": [],
"content": "One",
"akkoma": {
"source": null
},
"spoiler_text": "",
"media_attachments": [],
"url": "http://pasture-one-actor/assets/note1.jsonap",
"reblogs_count": 0,
"visibility": "unlisted",
"bookmarked": false,
"card": null,
"favourites_count": 0,
"in_reply_to_id": null,
"quote_id": null,
"poll": null,
"emoji_reactions": [],
"application": null,
"tags": [],
"sensitive": false,
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture-one-actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2025-10-04T13:40:35.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": "Ayrp3GhKv5rSZS8yA4",
"last_status_at": "2025-10-04",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture-one-actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 191,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"reblog": null,
"language": null,
"created_at": "2024-01-06T13:11:45.000Z",
"muted": false,
"replies_count": 4
},
"favourited": false,
"pinned": false,
"emojis": [],
"id": "AyrpZhDPrdpS50byDo",
"mentions": [
{
"acct": "witch",
"id": "AyrovJNFF3epxbqVEG",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"content": "quoteUrl attribute<span class=\"quote-inline\"><br/><br/>RE: <a href=\"http://pasture-one-actor/assets/note1.jsonap\">http://pasture-one-actor/assets/note1.jsonap</a></span>",
"akkoma": {
"source": null
},
"spoiler_text": "",
"media_attachments": [],
"url": "http://pasture-one-actor/object/g0QX0nLeIXo",
"reblogs_count": 0,
"visibility": "public",
"bookmarked": false,
"card": null,
"favourites_count": 0,
"in_reply_to_id": null,
"quote_id": "Ayrp7ZP9JKxZkMgiNk",
"poll": null,
"emoji_reactions": [],
"application": null,
"tags": [],
"sensitive": false,
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture-one-actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2025-10-04T13:40:35.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": "Ayrp3GhKv5rSZS8yA4",
"last_status_at": "2025-10-04",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture-one-actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 191,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"reblog": null,
"language": null,
"created_at": "2025-10-04T13:46:27.000Z",
"muted": false,
"replies_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/activity/_BUYyTobPPw",
"published": "2025-10-04T13:46:27Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/object/CJMKOstu-SE",
"published": "2025-10-04T13:46:27Z",
"content": "_misskey_quote attribute",
"_misskey_quote": "http://pasture-one-actor/assets/note1.jsonap"
}
}
akkoma
{
"reblogged": false,
"pleroma": {
"content": {
"text/plain": "_misskey_quote attributeRE: http://pasture-one-actor/assets/note1.jsonap"
},
"context": "http://pasture-one-actor/object/CJMKOstu-SE",
"conversation_id": 1774477212,
"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
},
"in_reply_to_account_id": null,
"uri": "http://pasture-one-actor/object/CJMKOstu-SE",
"edited_at": null,
"text": null,
"quote": {
"reblogged": false,
"pleroma": {
"content": {
"text/plain": "One"
},
"context": "http://pasture-one-actor/assets/note1.jsonap",
"conversation_id": 1821429206,
"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
},
"in_reply_to_account_id": null,
"uri": "http://pasture-one-actor/assets/note1.jsonap",
"edited_at": null,
"text": null,
"quote": null,
"favourited": false,
"pinned": false,
"emojis": [],
"id": "Ayrp7ZP9JKxZkMgiNk",
"mentions": [],
"content": "One",
"akkoma": {
"source": null
},
"spoiler_text": "",
"media_attachments": [],
"url": "http://pasture-one-actor/assets/note1.jsonap",
"reblogs_count": 0,
"visibility": "unlisted",
"bookmarked": false,
"card": null,
"favourites_count": 0,
"in_reply_to_id": null,
"quote_id": null,
"poll": null,
"emoji_reactions": [],
"application": null,
"tags": [],
"sensitive": false,
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture-one-actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2025-10-04T13:40:35.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": "Ayrp3GhKv5rSZS8yA4",
"last_status_at": "2025-10-04",
"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": 192,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"reblog": null,
"language": null,
"created_at": "2024-01-06T13:11:45.000Z",
"muted": false,
"replies_count": 4
},
"favourited": false,
"pinned": false,
"emojis": [],
"id": "AyrpZkuQ8D0jXFkrAW",
"mentions": [
{
"acct": "witch",
"id": "AyrovJNFF3epxbqVEG",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"content": "_misskey_quote attribute<span class=\"quote-inline\"><br/><br/>RE: <a href=\"http://pasture-one-actor/assets/note1.jsonap\">http://pasture-one-actor/assets/note1.jsonap</a></span>",
"akkoma": {
"source": null
},
"spoiler_text": "",
"media_attachments": [],
"url": "http://pasture-one-actor/object/CJMKOstu-SE",
"reblogs_count": 0,
"visibility": "public",
"bookmarked": false,
"card": null,
"favourites_count": 0,
"in_reply_to_id": null,
"quote_id": "Ayrp7ZP9JKxZkMgiNk",
"poll": null,
"emoji_reactions": [],
"application": null,
"tags": [],
"sensitive": false,
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture-one-actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2025-10-04T13:40:35.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": "Ayrp3GhKv5rSZS8yA4",
"last_status_at": "2025-10-04",
"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": 192,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"reblog": null,
"language": null,
"created_at": "2025-10-04T13:46:27.000Z",
"muted": false,
"replies_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/activity/0N_0FBWFWfI",
"published": "2025-10-04T13:46:28Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/object/lAsA_fIhyOQ",
"published": "2025-10-04T13:46:28Z",
"content": "FEP-e232 tag",
"tag": [
{
"type": "Link",
"mediaType": "application/ld+json; profile=\"https://www.w3.org/ns/activitystreams\"",
"rel": "https://misskey-hub.net/ns#_misskey_quote",
"href": "http://pasture-one-actor/assets/note1.jsonap"
}
]
}
}
akkoma
{
"reblogged": false,
"pleroma": {
"content": {
"text/plain": "FEP-e232 tag"
},
"context": "http://pasture-one-actor/object/lAsA_fIhyOQ",
"conversation_id": 728509229,
"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
},
"in_reply_to_account_id": null,
"uri": "http://pasture-one-actor/object/lAsA_fIhyOQ",
"edited_at": null,
"text": null,
"quote": null,
"favourited": false,
"pinned": false,
"emojis": [],
"id": "AyrpZoTGt5feaD5EPI",
"mentions": [
{
"acct": "witch",
"id": "AyrovJNFF3epxbqVEG",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"content": "FEP-e232 tag",
"akkoma": {
"source": null
},
"spoiler_text": "",
"media_attachments": [],
"url": "http://pasture-one-actor/object/lAsA_fIhyOQ",
"reblogs_count": 0,
"visibility": "public",
"bookmarked": false,
"card": null,
"favourites_count": 0,
"in_reply_to_id": null,
"quote_id": null,
"poll": null,
"emoji_reactions": [],
"application": null,
"tags": [],
"sensitive": false,
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture-one-actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2025-10-04T13:40:35.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": "Ayrp3GhKv5rSZS8yA4",
"last_status_at": "2025-10-04",
"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": 193,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"reblog": null,
"language": null,
"created_at": "2025-10-04T13:46:28.000Z",
"muted": false,
"replies_count": 0
}
Example 6¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"quoteUrl": "as:quoteUrl",
"quoteUri": "http://fedibird.com/ns#quoteUri",
"_misskey_quote": "https://misskey-hub.net/ns/#_misskey_quote",
"quote": {
"@id": "https://w3id.org/fep/044f#quote",
"@type": "@id"
}
}
],
"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/activity/284gSKG0SMs",
"published": "2025-10-04T13:46:29Z",
"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/object/soeQXlxLWjk",
"published": "2025-10-04T13:46:29Z",
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"quoteUrl": "as:quoteUrl",
"quoteUri": "http://fedibird.com/ns#quoteUri",
"_misskey_quote": "https://misskey-hub.net/ns/#_misskey_quote",
"quote": {
"@id": "https://w3id.org/fep/044f#quote",
"@type": "@id"
}
}
],
"content": "quote attribute with @context",
"quote": "http://pasture-one-actor/assets/note1.jsonap"
}
}
akkoma
{
"reblogged": false,
"pleroma": {
"content": {
"text/plain": "quote attribute with @context"
},
"context": "http://pasture-one-actor/object/soeQXlxLWjk",
"conversation_id": 798422171,
"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
},
"in_reply_to_account_id": null,
"uri": "http://pasture-one-actor/object/soeQXlxLWjk",
"edited_at": null,
"text": null,
"quote": null,
"favourited": false,
"pinned": false,
"emojis": [],
"id": "AyrpZroITNGuwHwZ60",
"mentions": [
{
"acct": "witch",
"id": "AyrovJNFF3epxbqVEG",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"content": "quote attribute with @context",
"akkoma": {
"source": null
},
"spoiler_text": "",
"media_attachments": [],
"url": "http://pasture-one-actor/object/soeQXlxLWjk",
"reblogs_count": 0,
"visibility": "public",
"bookmarked": false,
"card": null,
"favourites_count": 0,
"in_reply_to_id": null,
"quote_id": null,
"poll": null,
"emoji_reactions": [],
"application": null,
"tags": [],
"sensitive": false,
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture-one-actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2025-10-04T13:40:35.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": "Ayrp3GhKv5rSZS8yA4",
"last_status_at": "2025-10-04",
"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": 194,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"reblog": null,
"language": null,
"created_at": "2025-10-04T13:46:29.000Z",
"muted": false,
"replies_count": 0
}
Example 7¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"quoteUrl": "as:quoteUrl",
"quoteUri": "http://fedibird.com/ns#quoteUri",
"_misskey_quote": "https://misskey-hub.net/ns/#_misskey_quote",
"quote": {
"@id": "https://w3id.org/fep/044f#quote",
"@type": "@id"
}
}
],
"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/activity/stI3R9-Tey0",
"published": "2025-10-04T13:46:29Z",
"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/object/sPuDMcDAIH8",
"published": "2025-10-04T13:46:29Z",
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"quoteUrl": "as:quoteUrl",
"quoteUri": "http://fedibird.com/ns#quoteUri",
"_misskey_quote": "https://misskey-hub.net/ns/#_misskey_quote",
"quote": {
"@id": "https://w3id.org/fep/044f#quote",
"@type": "@id"
}
}
],
"content": "quoteUri attribute with @context",
"quoteUri": "http://pasture-one-actor/assets/note1.jsonap"
}
}
akkoma
{
"reblogged": false,
"pleroma": {
"content": {
"text/plain": "quoteUri attribute with @contextRE: http://pasture-one-actor/assets/note1.jsonap"
},
"context": "http://pasture-one-actor/object/sPuDMcDAIH8",
"conversation_id": 1066800354,
"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
},
"in_reply_to_account_id": null,
"uri": "http://pasture-one-actor/object/sPuDMcDAIH8",
"edited_at": null,
"text": null,
"quote": {
"reblogged": false,
"pleroma": {
"content": {
"text/plain": "One"
},
"context": "http://pasture-one-actor/assets/note1.jsonap",
"conversation_id": 1821429206,
"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
},
"in_reply_to_account_id": null,
"uri": "http://pasture-one-actor/assets/note1.jsonap",
"edited_at": null,
"text": null,
"quote": null,
"favourited": false,
"pinned": false,
"emojis": [],
"id": "Ayrp7ZP9JKxZkMgiNk",
"mentions": [],
"content": "One",
"akkoma": {
"source": null
},
"spoiler_text": "",
"media_attachments": [],
"url": "http://pasture-one-actor/assets/note1.jsonap",
"reblogs_count": 0,
"visibility": "unlisted",
"bookmarked": false,
"card": null,
"favourites_count": 0,
"in_reply_to_id": null,
"quote_id": null,
"poll": null,
"emoji_reactions": [],
"application": null,
"tags": [],
"sensitive": false,
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture-one-actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2025-10-04T13:40:35.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": "Ayrp3GhKv5rSZS8yA4",
"last_status_at": "2025-10-04",
"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": 195,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"reblog": null,
"language": null,
"created_at": "2024-01-06T13:11:45.000Z",
"muted": false,
"replies_count": 4
},
"favourited": false,
"pinned": false,
"emojis": [],
"id": "AyrpZvUwlGAcNQvAUS",
"mentions": [
{
"acct": "witch",
"id": "AyrovJNFF3epxbqVEG",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"content": "quoteUri attribute with @context<span class=\"quote-inline\"><br/><br/>RE: <a href=\"http://pasture-one-actor/assets/note1.jsonap\">http://pasture-one-actor/assets/note1.jsonap</a></span>",
"akkoma": {
"source": null
},
"spoiler_text": "",
"media_attachments": [],
"url": "http://pasture-one-actor/object/sPuDMcDAIH8",
"reblogs_count": 0,
"visibility": "public",
"bookmarked": false,
"card": null,
"favourites_count": 0,
"in_reply_to_id": null,
"quote_id": "Ayrp7ZP9JKxZkMgiNk",
"poll": null,
"emoji_reactions": [],
"application": null,
"tags": [],
"sensitive": false,
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture-one-actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2025-10-04T13:40:35.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": "Ayrp3GhKv5rSZS8yA4",
"last_status_at": "2025-10-04",
"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": 195,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"reblog": null,
"language": null,
"created_at": "2025-10-04T13:46:29.000Z",
"muted": false,
"replies_count": 0
}
Example 8¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"quoteUrl": "as:quoteUrl",
"quoteUri": "http://fedibird.com/ns#quoteUri",
"_misskey_quote": "https://misskey-hub.net/ns/#_misskey_quote",
"quote": {
"@id": "https://w3id.org/fep/044f#quote",
"@type": "@id"
}
}
],
"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/activity/kEda7bboekM",
"published": "2025-10-04T13:46:30Z",
"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/object/O3GsdDkdryw",
"published": "2025-10-04T13:46:30Z",
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"quoteUrl": "as:quoteUrl",
"quoteUri": "http://fedibird.com/ns#quoteUri",
"_misskey_quote": "https://misskey-hub.net/ns/#_misskey_quote",
"quote": {
"@id": "https://w3id.org/fep/044f#quote",
"@type": "@id"
}
}
],
"content": "quoteUrl attribute with @context",
"quoteUrl": "http://pasture-one-actor/assets/note1.jsonap"
}
}
akkoma
{
"reblogged": false,
"pleroma": {
"content": {
"text/plain": "quoteUrl attribute with @contextRE: http://pasture-one-actor/assets/note1.jsonap"
},
"context": "http://pasture-one-actor/object/O3GsdDkdryw",
"conversation_id": 872955808,
"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
},
"in_reply_to_account_id": null,
"uri": "http://pasture-one-actor/object/O3GsdDkdryw",
"edited_at": null,
"text": null,
"quote": {
"reblogged": false,
"pleroma": {
"content": {
"text/plain": "One"
},
"context": "http://pasture-one-actor/assets/note1.jsonap",
"conversation_id": 1821429206,
"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
},
"in_reply_to_account_id": null,
"uri": "http://pasture-one-actor/assets/note1.jsonap",
"edited_at": null,
"text": null,
"quote": null,
"favourited": false,
"pinned": false,
"emojis": [],
"id": "Ayrp7ZP9JKxZkMgiNk",
"mentions": [],
"content": "One",
"akkoma": {
"source": null
},
"spoiler_text": "",
"media_attachments": [],
"url": "http://pasture-one-actor/assets/note1.jsonap",
"reblogs_count": 0,
"visibility": "unlisted",
"bookmarked": false,
"card": null,
"favourites_count": 0,
"in_reply_to_id": null,
"quote_id": null,
"poll": null,
"emoji_reactions": [],
"application": null,
"tags": [],
"sensitive": false,
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture-one-actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2025-10-04T13:40:35.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": "Ayrp3GhKv5rSZS8yA4",
"last_status_at": "2025-10-04",
"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": 196,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"reblog": null,
"language": null,
"created_at": "2024-01-06T13:11:45.000Z",
"muted": false,
"replies_count": 4
},
"favourited": false,
"pinned": false,
"emojis": [],
"id": "AyrpZywhwV9v4Ovsg4",
"mentions": [
{
"acct": "witch",
"id": "AyrovJNFF3epxbqVEG",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"content": "quoteUrl attribute with @context<span class=\"quote-inline\"><br/><br/>RE: <a href=\"http://pasture-one-actor/assets/note1.jsonap\">http://pasture-one-actor/assets/note1.jsonap</a></span>",
"akkoma": {
"source": null
},
"spoiler_text": "",
"media_attachments": [],
"url": "http://pasture-one-actor/object/O3GsdDkdryw",
"reblogs_count": 0,
"visibility": "public",
"bookmarked": false,
"card": null,
"favourites_count": 0,
"in_reply_to_id": null,
"quote_id": "Ayrp7ZP9JKxZkMgiNk",
"poll": null,
"emoji_reactions": [],
"application": null,
"tags": [],
"sensitive": false,
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture-one-actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2025-10-04T13:40:35.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": "Ayrp3GhKv5rSZS8yA4",
"last_status_at": "2025-10-04",
"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": 196,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"reblog": null,
"language": null,
"created_at": "2025-10-04T13:46:30.000Z",
"muted": false,
"replies_count": 0
}
Example 9¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"quoteUrl": "as:quoteUrl",
"quoteUri": "http://fedibird.com/ns#quoteUri",
"_misskey_quote": "https://misskey-hub.net/ns/#_misskey_quote",
"quote": {
"@id": "https://w3id.org/fep/044f#quote",
"@type": "@id"
}
}
],
"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/activity/x9fP2rqs4WQ",
"published": "2025-10-04T13:46:31Z",
"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/object/5gf81rB4bgI",
"published": "2025-10-04T13:46:31Z",
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"quoteUrl": "as:quoteUrl",
"quoteUri": "http://fedibird.com/ns#quoteUri",
"_misskey_quote": "https://misskey-hub.net/ns/#_misskey_quote",
"quote": {
"@id": "https://w3id.org/fep/044f#quote",
"@type": "@id"
}
}
],
"content": "_misskey_quote attribute with @context",
"_misskey_quote": "http://pasture-one-actor/assets/note1.jsonap"
}
}
akkoma
{
"reblogged": false,
"pleroma": {
"content": {
"text/plain": "_misskey_quote attribute with @contextRE: http://pasture-one-actor/assets/note1.jsonap"
},
"context": "http://pasture-one-actor/object/5gf81rB4bgI",
"conversation_id": 1410579149,
"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
},
"in_reply_to_account_id": null,
"uri": "http://pasture-one-actor/object/5gf81rB4bgI",
"edited_at": null,
"text": null,
"quote": {
"reblogged": false,
"pleroma": {
"content": {
"text/plain": "One"
},
"context": "http://pasture-one-actor/assets/note1.jsonap",
"conversation_id": 1821429206,
"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
},
"in_reply_to_account_id": null,
"uri": "http://pasture-one-actor/assets/note1.jsonap",
"edited_at": null,
"text": null,
"quote": null,
"favourited": false,
"pinned": false,
"emojis": [],
"id": "Ayrp7ZP9JKxZkMgiNk",
"mentions": [],
"content": "One",
"akkoma": {
"source": null
},
"spoiler_text": "",
"media_attachments": [],
"url": "http://pasture-one-actor/assets/note1.jsonap",
"reblogs_count": 0,
"visibility": "unlisted",
"bookmarked": false,
"card": null,
"favourites_count": 0,
"in_reply_to_id": null,
"quote_id": null,
"poll": null,
"emoji_reactions": [],
"application": null,
"tags": [],
"sensitive": false,
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture-one-actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2025-10-04T13:40:35.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": "Ayrp3GhKv5rSZS8yA4",
"last_status_at": "2025-10-04",
"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": 197,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"reblog": null,
"language": null,
"created_at": "2024-01-06T13:11:45.000Z",
"muted": false,
"replies_count": 4
},
"favourited": false,
"pinned": false,
"emojis": [],
"id": "Ayrpa3C69DqYFIAEDo",
"mentions": [
{
"acct": "witch",
"id": "AyrovJNFF3epxbqVEG",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"content": "_misskey_quote attribute with @context<span class=\"quote-inline\"><br/><br/>RE: <a href=\"http://pasture-one-actor/assets/note1.jsonap\">http://pasture-one-actor/assets/note1.jsonap</a></span>",
"akkoma": {
"source": null
},
"spoiler_text": "",
"media_attachments": [],
"url": "http://pasture-one-actor/object/5gf81rB4bgI",
"reblogs_count": 0,
"visibility": "public",
"bookmarked": false,
"card": null,
"favourites_count": 0,
"in_reply_to_id": null,
"quote_id": "Ayrp7ZP9JKxZkMgiNk",
"poll": null,
"emoji_reactions": [],
"application": null,
"tags": [],
"sensitive": false,
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture-one-actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2025-10-04T13:40:35.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": "Ayrp3GhKv5rSZS8yA4",
"last_status_at": "2025-10-04",
"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": 197,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"reblog": null,
"language": null,
"created_at": "2025-10-04T13:46:31.000Z",
"muted": false,
"replies_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/activity/jBZYWwqvT9A",
"published": "2025-10-04T13:46:31Z",
"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/object/giylfTKV3tY",
"published": "2025-10-04T13:46:31Z",
"content": "quote attribute as list",
"quote": [
"http://pasture-one-actor/assets/note1.jsonap",
"http://pasture-one-actor/assets/note2.jsonap"
]
}
}
akkoma
{
"reblogged": false,
"pleroma": {
"content": {
"text/plain": "quote attribute as list"
},
"context": "http://pasture-one-actor/object/giylfTKV3tY",
"conversation_id": 1921247133,
"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
},
"in_reply_to_account_id": null,
"uri": "http://pasture-one-actor/object/giylfTKV3tY",
"edited_at": null,
"text": null,
"quote": null,
"favourited": false,
"pinned": false,
"emojis": [],
"id": "Ayrpa6fdDsFl1l0MAi",
"mentions": [
{
"acct": "witch",
"id": "AyrovJNFF3epxbqVEG",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"content": "quote attribute as list",
"akkoma": {
"source": null
},
"spoiler_text": "",
"media_attachments": [],
"url": "http://pasture-one-actor/object/giylfTKV3tY",
"reblogs_count": 0,
"visibility": "public",
"bookmarked": false,
"card": null,
"favourites_count": 0,
"in_reply_to_id": null,
"quote_id": null,
"poll": null,
"emoji_reactions": [],
"application": null,
"tags": [],
"sensitive": false,
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture-one-actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2025-10-04T13:40:35.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": "Ayrp3GhKv5rSZS8yA4",
"last_status_at": "2025-10-04",
"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": 198,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"reblog": null,
"language": null,
"created_at": "2025-10-04T13:46:31.000Z",
"muted": false,
"replies_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/activity/TNp9k2g-eHo",
"published": "2025-10-04T13:46:32Z",
"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/object/yZA14jzjKnU",
"published": "2025-10-04T13:46:32Z",
"content": "quoteUri attribute as list",
"quoteUri": [
"http://pasture-one-actor/assets/note1.jsonap",
"http://pasture-one-actor/assets/note2.jsonap"
]
}
}
no result
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/activity/EU-GmglD1Rw",
"published": "2025-10-04T13:46:44Z",
"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/object/_Z7MxeJGMX8",
"published": "2025-10-04T13:46:44Z",
"content": "quoteUrl attribute as list",
"quoteUrl": [
"http://pasture-one-actor/assets/note1.jsonap",
"http://pasture-one-actor/assets/note2.jsonap"
]
}
}
no result
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/activity/BUnBzyxrYII",
"published": "2025-10-04T13:46:57Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/object/xRTbBE_-fMo",
"published": "2025-10-04T13:46:57Z",
"content": "_misskey_quote attribute as list",
"_misskey_quote": [
"http://pasture-one-actor/assets/note1.jsonap",
"http://pasture-one-actor/assets/note2.jsonap"
]
}
}
no result