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 the attribute 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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/activity/kz8wa7TP8XI",
"published": "2025-08-15T09:48: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/object/Gap3qq4cxNg",
"published": "2025-08-15T09:48:54Z",
"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/Gap3qq4cxNg",
"conversation_id": 369465140,
"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/Gap3qq4cxNg",
"edited_at": null,
"quote": null,
"favourited": false,
"pinned": false,
"emojis": [],
"id": "AxBqgRCoQ9sjeBg3M0",
"text": null,
"mentions": [
{
"acct": "witch",
"id": "AxBq3USizJ0jtW54e8",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"content": "quote attribute",
"akkoma": {
"source": null
},
"spoiler_text": "",
"media_attachments": [],
"url": "http://pasture-one-actor/object/Gap3qq4cxNg",
"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-08-15T09:43:28.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": "AxBqCQ9FmuGHgEhQw4",
"last_status_at": "2025-08-15",
"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": 141,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"reblog": null,
"language": null,
"created_at": "2025-08-15T09:48:54.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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/activity/LHBmMxmudwU",
"published": "2025-08-15T09:48: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/object/n39SViaKy1s",
"published": "2025-08-15T09:48:54Z",
"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/n39SViaKy1s",
"conversation_id": 935001609,
"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/n39SViaKy1s",
"edited_at": null,
"quote": null,
"favourited": false,
"pinned": false,
"emojis": [],
"id": "AxBqgVGrJ3UmFtbLDU",
"text": null,
"mentions": [
{
"acct": "witch",
"id": "AxBq3USizJ0jtW54e8",
"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/n39SViaKy1s",
"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-08-15T09:43:28.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": "AxBqCQ9FmuGHgEhQw4",
"last_status_at": "2025-08-15",
"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": 142,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"reblog": null,
"language": null,
"created_at": "2025-08-15T09:48:54.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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/activity/LzCGLhu9qtA",
"published": "2025-08-15T09:48: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/object/HKvp2U2v_qA",
"published": "2025-08-15T09:48:55Z",
"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/HKvp2U2v_qA",
"conversation_id": 1057147138,
"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/HKvp2U2v_qA",
"edited_at": null,
"quote": null,
"favourited": false,
"pinned": false,
"emojis": [],
"id": "AxBqgZJUHDyUnCrUrw",
"text": null,
"mentions": [
{
"acct": "witch",
"id": "AxBq3USizJ0jtW54e8",
"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/HKvp2U2v_qA",
"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-08-15T09:43:28.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": "AxBqCQ9FmuGHgEhQw4",
"last_status_at": "2025-08-15",
"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": 143,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"reblog": null,
"language": null,
"created_at": "2025-08-15T09:48:55.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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/activity/8vpH2iwru2I",
"published": "2025-08-15T09:48:56Z",
"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/YosUwS72Ewg",
"published": "2025-08-15T09:48:56Z",
"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/YosUwS72Ewg",
"conversation_id": 1691854298,
"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/YosUwS72Ewg",
"edited_at": null,
"quote": null,
"favourited": false,
"pinned": false,
"emojis": [],
"id": "AxBqgdWOdAg3qOvrXs",
"text": null,
"mentions": [
{
"acct": "witch",
"id": "AxBq3USizJ0jtW54e8",
"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/YosUwS72Ewg",
"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-08-15T09:43:28.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": "AxBqCQ9FmuGHgEhQw4",
"last_status_at": "2025-08-15",
"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": 144,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"reblog": null,
"language": null,
"created_at": "2025-08-15T09:48:56.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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/activity/CQIYevwZvPk",
"published": "2025-08-15T09:48:56Z",
"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/58K7F5ZLoms",
"published": "2025-08-15T09:48:56Z",
"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/58K7F5ZLoms",
"conversation_id": 1193292410,
"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/58K7F5ZLoms",
"edited_at": null,
"quote": null,
"favourited": false,
"pinned": false,
"emojis": [],
"id": "AxBqghk0wTwmvnKnKK",
"text": null,
"mentions": [
{
"acct": "witch",
"id": "AxBq3USizJ0jtW54e8",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"content": "FEP-e232 tag",
"akkoma": {
"source": null
},
"spoiler_text": "",
"media_attachments": [],
"url": "http://pasture-one-actor/object/58K7F5ZLoms",
"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-08-15T09:43:28.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": "AxBqCQ9FmuGHgEhQw4",
"last_status_at": "2025-08-15",
"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": 145,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"reblog": null,
"language": null,
"created_at": "2025-08-15T09:48:56.000Z",
"muted": false,
"replies_count": 0
}