Skip to content

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://mastodon/users/hippo",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/activity/vh49vNrg_RM",
  "published": "2025-09-26T07:42:38Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://mastodon/users/hippo"
    ],
    "id": "http://pasture-one-actor/object/xUsL3XOw8eU",
    "published": "2025-09-26T07:42:38Z",
    "content": "quote attribute",
    "quote": "http://pasture-one-actor/assets/note1.jsonap"
  }
}
mastodon
{
  "id": "115269472023353610",
  "created_at": "2025-09-26T07:42:38.000Z",
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "language": null,
  "uri": "http://pasture-one-actor/object/xUsL3XOw8eU",
  "url": "http://pasture-one-actor/object/xUsL3XOw8eU",
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "edited_at": null,
  "favourited": false,
  "reblogged": false,
  "muted": false,
  "bookmarked": false,
  "content": "quote attribute",
  "filtered": [],
  "reblog": null,
  "account": {
    "id": "115269447959331442",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": false,
    "bot": false,
    "discoverable": false,
    "indexable": false,
    "group": false,
    "created_at": "2025-09-26T00:00:00.000Z",
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "uri": "http://pasture-one-actor/actor",
    "avatar": "http://mastodon/avatars/original/missing.png",
    "avatar_static": "http://mastodon/avatars/original/missing.png",
    "header": "http://mastodon/headers/original/missing.png",
    "header_static": "http://mastodon/headers/original/missing.png",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 194,
    "last_status_at": "2025-09-26",
    "hide_collections": true,
    "emojis": [],
    "fields": []
  },
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "emojis": [],
  "quote": {
    "state": "accepted",
    "quoted_status": {
      "id": "111709172919922800",
      "created_at": "2024-01-06T13:11:45.000Z",
      "in_reply_to_id": null,
      "in_reply_to_account_id": null,
      "sensitive": false,
      "spoiler_text": "",
      "visibility": "public",
      "language": null,
      "uri": "http://pasture-one-actor/assets/note1.jsonap",
      "url": "http://pasture-one-actor/assets/note1.jsonap",
      "replies_count": 1,
      "reblogs_count": 0,
      "favourites_count": 0,
      "edited_at": null,
      "favourited": false,
      "reblogged": false,
      "muted": false,
      "bookmarked": false,
      "content": "One",
      "filtered": [],
      "reblog": null,
      "account": {
        "id": "115269447959331442",
        "username": "actor",
        "acct": "actor@pasture-one-actor",
        "display_name": "Test Actor",
        "locked": false,
        "bot": false,
        "discoverable": false,
        "indexable": false,
        "group": false,
        "created_at": "2025-09-26T00:00:00.000Z",
        "note": "",
        "url": "http://pasture-one-actor/actor",
        "uri": "http://pasture-one-actor/actor",
        "avatar": "http://mastodon/avatars/original/missing.png",
        "avatar_static": "http://mastodon/avatars/original/missing.png",
        "header": "http://mastodon/headers/original/missing.png",
        "header_static": "http://mastodon/headers/original/missing.png",
        "followers_count": 0,
        "following_count": 0,
        "statuses_count": 194,
        "last_status_at": "2025-09-26",
        "hide_collections": true,
        "emojis": [],
        "fields": []
      },
      "media_attachments": [],
      "mentions": [],
      "tags": [],
      "emojis": [],
      "quote": null,
      "card": null,
      "poll": null
    }
  },
  "card": null,
  "poll": null
}

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://mastodon/users/hippo",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/activity/iJkUwfiF8j4",
  "published": "2025-09-26T07:42:39Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://mastodon/users/hippo"
    ],
    "id": "http://pasture-one-actor/object/zYzQQ07LeKg",
    "published": "2025-09-26T07:42:39Z",
    "content": "quoteUri attribute",
    "quoteUri": "http://pasture-one-actor/assets/note1.jsonap"
  }
}
mastodon
{
  "id": "115269472084245040",
  "created_at": "2025-09-26T07:42:39.000Z",
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "language": null,
  "uri": "http://pasture-one-actor/object/zYzQQ07LeKg",
  "url": "http://pasture-one-actor/object/zYzQQ07LeKg",
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "edited_at": null,
  "favourited": false,
  "reblogged": false,
  "muted": false,
  "bookmarked": false,
  "content": "quoteUri attribute",
  "filtered": [],
  "reblog": null,
  "account": {
    "id": "115269447959331442",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": false,
    "bot": false,
    "discoverable": false,
    "indexable": false,
    "group": false,
    "created_at": "2025-09-26T00:00:00.000Z",
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "uri": "http://pasture-one-actor/actor",
    "avatar": "http://mastodon/avatars/original/missing.png",
    "avatar_static": "http://mastodon/avatars/original/missing.png",
    "header": "http://mastodon/headers/original/missing.png",
    "header_static": "http://mastodon/headers/original/missing.png",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 195,
    "last_status_at": "2025-09-26",
    "hide_collections": true,
    "emojis": [],
    "fields": []
  },
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "emojis": [],
  "quote": {
    "state": "accepted",
    "quoted_status": {
      "id": "111709172919922800",
      "created_at": "2024-01-06T13:11:45.000Z",
      "in_reply_to_id": null,
      "in_reply_to_account_id": null,
      "sensitive": false,
      "spoiler_text": "",
      "visibility": "public",
      "language": null,
      "uri": "http://pasture-one-actor/assets/note1.jsonap",
      "url": "http://pasture-one-actor/assets/note1.jsonap",
      "replies_count": 1,
      "reblogs_count": 0,
      "favourites_count": 0,
      "edited_at": null,
      "favourited": false,
      "reblogged": false,
      "muted": false,
      "bookmarked": false,
      "content": "One",
      "filtered": [],
      "reblog": null,
      "account": {
        "id": "115269447959331442",
        "username": "actor",
        "acct": "actor@pasture-one-actor",
        "display_name": "Test Actor",
        "locked": false,
        "bot": false,
        "discoverable": false,
        "indexable": false,
        "group": false,
        "created_at": "2025-09-26T00:00:00.000Z",
        "note": "",
        "url": "http://pasture-one-actor/actor",
        "uri": "http://pasture-one-actor/actor",
        "avatar": "http://mastodon/avatars/original/missing.png",
        "avatar_static": "http://mastodon/avatars/original/missing.png",
        "header": "http://mastodon/headers/original/missing.png",
        "header_static": "http://mastodon/headers/original/missing.png",
        "followers_count": 0,
        "following_count": 0,
        "statuses_count": 195,
        "last_status_at": "2025-09-26",
        "hide_collections": true,
        "emojis": [],
        "fields": []
      },
      "media_attachments": [],
      "mentions": [],
      "tags": [],
      "emojis": [],
      "quote": null,
      "card": null,
      "poll": null
    }
  },
  "card": null,
  "poll": null
}

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://mastodon/users/hippo",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/activity/ixC9jIEoOvk",
  "published": "2025-09-26T07:42:40Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://mastodon/users/hippo"
    ],
    "id": "http://pasture-one-actor/object/baqqfMkcMNE",
    "published": "2025-09-26T07:42:40Z",
    "content": "quoteUrl attribute",
    "quoteUrl": "http://pasture-one-actor/assets/note1.jsonap"
  }
}
mastodon
{
  "id": "115269472139872429",
  "created_at": "2025-09-26T07:42:40.000Z",
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "language": null,
  "uri": "http://pasture-one-actor/object/baqqfMkcMNE",
  "url": "http://pasture-one-actor/object/baqqfMkcMNE",
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "edited_at": null,
  "favourited": false,
  "reblogged": false,
  "muted": false,
  "bookmarked": false,
  "content": "quoteUrl attribute",
  "filtered": [],
  "reblog": null,
  "account": {
    "id": "115269447959331442",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": false,
    "bot": false,
    "discoverable": false,
    "indexable": false,
    "group": false,
    "created_at": "2025-09-26T00:00:00.000Z",
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "uri": "http://pasture-one-actor/actor",
    "avatar": "http://mastodon/avatars/original/missing.png",
    "avatar_static": "http://mastodon/avatars/original/missing.png",
    "header": "http://mastodon/headers/original/missing.png",
    "header_static": "http://mastodon/headers/original/missing.png",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 196,
    "last_status_at": "2025-09-26",
    "hide_collections": true,
    "emojis": [],
    "fields": []
  },
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "emojis": [],
  "quote": {
    "state": "accepted",
    "quoted_status": {
      "id": "111709172919922800",
      "created_at": "2024-01-06T13:11:45.000Z",
      "in_reply_to_id": null,
      "in_reply_to_account_id": null,
      "sensitive": false,
      "spoiler_text": "",
      "visibility": "public",
      "language": null,
      "uri": "http://pasture-one-actor/assets/note1.jsonap",
      "url": "http://pasture-one-actor/assets/note1.jsonap",
      "replies_count": 1,
      "reblogs_count": 0,
      "favourites_count": 0,
      "edited_at": null,
      "favourited": false,
      "reblogged": false,
      "muted": false,
      "bookmarked": false,
      "content": "One",
      "filtered": [],
      "reblog": null,
      "account": {
        "id": "115269447959331442",
        "username": "actor",
        "acct": "actor@pasture-one-actor",
        "display_name": "Test Actor",
        "locked": false,
        "bot": false,
        "discoverable": false,
        "indexable": false,
        "group": false,
        "created_at": "2025-09-26T00:00:00.000Z",
        "note": "",
        "url": "http://pasture-one-actor/actor",
        "uri": "http://pasture-one-actor/actor",
        "avatar": "http://mastodon/avatars/original/missing.png",
        "avatar_static": "http://mastodon/avatars/original/missing.png",
        "header": "http://mastodon/headers/original/missing.png",
        "header_static": "http://mastodon/headers/original/missing.png",
        "followers_count": 0,
        "following_count": 0,
        "statuses_count": 196,
        "last_status_at": "2025-09-26",
        "hide_collections": true,
        "emojis": [],
        "fields": []
      },
      "media_attachments": [],
      "mentions": [],
      "tags": [],
      "emojis": [],
      "quote": null,
      "card": null,
      "poll": null
    }
  },
  "card": null,
  "poll": null
}

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://mastodon/users/hippo",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/activity/Z4rbM2gveA4",
  "published": "2025-09-26T07:42:41Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://mastodon/users/hippo"
    ],
    "id": "http://pasture-one-actor/object/1_RgKJKcgKs",
    "published": "2025-09-26T07:42:41Z",
    "content": "_misskey_quote attribute",
    "_misskey_quote": "http://pasture-one-actor/assets/note1.jsonap"
  }
}
mastodon
{
  "id": "115269472195996510",
  "created_at": "2025-09-26T07:42:41.000Z",
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "language": null,
  "uri": "http://pasture-one-actor/object/1_RgKJKcgKs",
  "url": "http://pasture-one-actor/object/1_RgKJKcgKs",
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "edited_at": null,
  "favourited": false,
  "reblogged": false,
  "muted": false,
  "bookmarked": false,
  "content": "_misskey_quote attribute",
  "filtered": [],
  "reblog": null,
  "account": {
    "id": "115269447959331442",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": false,
    "bot": false,
    "discoverable": false,
    "indexable": false,
    "group": false,
    "created_at": "2025-09-26T00:00:00.000Z",
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "uri": "http://pasture-one-actor/actor",
    "avatar": "http://mastodon/avatars/original/missing.png",
    "avatar_static": "http://mastodon/avatars/original/missing.png",
    "header": "http://mastodon/headers/original/missing.png",
    "header_static": "http://mastodon/headers/original/missing.png",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 197,
    "last_status_at": "2025-09-26",
    "hide_collections": true,
    "emojis": [],
    "fields": []
  },
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "emojis": [],
  "quote": {
    "state": "accepted",
    "quoted_status": {
      "id": "111709172919922800",
      "created_at": "2024-01-06T13:11:45.000Z",
      "in_reply_to_id": null,
      "in_reply_to_account_id": null,
      "sensitive": false,
      "spoiler_text": "",
      "visibility": "public",
      "language": null,
      "uri": "http://pasture-one-actor/assets/note1.jsonap",
      "url": "http://pasture-one-actor/assets/note1.jsonap",
      "replies_count": 1,
      "reblogs_count": 0,
      "favourites_count": 0,
      "edited_at": null,
      "favourited": false,
      "reblogged": false,
      "muted": false,
      "bookmarked": false,
      "content": "One",
      "filtered": [],
      "reblog": null,
      "account": {
        "id": "115269447959331442",
        "username": "actor",
        "acct": "actor@pasture-one-actor",
        "display_name": "Test Actor",
        "locked": false,
        "bot": false,
        "discoverable": false,
        "indexable": false,
        "group": false,
        "created_at": "2025-09-26T00:00:00.000Z",
        "note": "",
        "url": "http://pasture-one-actor/actor",
        "uri": "http://pasture-one-actor/actor",
        "avatar": "http://mastodon/avatars/original/missing.png",
        "avatar_static": "http://mastodon/avatars/original/missing.png",
        "header": "http://mastodon/headers/original/missing.png",
        "header_static": "http://mastodon/headers/original/missing.png",
        "followers_count": 0,
        "following_count": 0,
        "statuses_count": 197,
        "last_status_at": "2025-09-26",
        "hide_collections": true,
        "emojis": [],
        "fields": []
      },
      "media_attachments": [],
      "mentions": [],
      "tags": [],
      "emojis": [],
      "quote": null,
      "card": null,
      "poll": null
    }
  },
  "card": null,
  "poll": null
}

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://mastodon/users/hippo",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/activity/KP0-QSO7syA",
  "published": "2025-09-26T07:42:42Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://mastodon/users/hippo"
    ],
    "id": "http://pasture-one-actor/object/ALjg3dvQZm0",
    "published": "2025-09-26T07:42:42Z",
    "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"
      }
    ]
  }
}
mastodon
{
  "id": "115269472253449814",
  "created_at": "2025-09-26T07:42:42.000Z",
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "language": null,
  "uri": "http://pasture-one-actor/object/ALjg3dvQZm0",
  "url": "http://pasture-one-actor/object/ALjg3dvQZm0",
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "edited_at": null,
  "favourited": false,
  "reblogged": false,
  "muted": false,
  "bookmarked": false,
  "content": "FEP-e232 tag",
  "filtered": [],
  "reblog": null,
  "account": {
    "id": "115269447959331442",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": false,
    "bot": false,
    "discoverable": false,
    "indexable": false,
    "group": false,
    "created_at": "2025-09-26T00:00:00.000Z",
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "uri": "http://pasture-one-actor/actor",
    "avatar": "http://mastodon/avatars/original/missing.png",
    "avatar_static": "http://mastodon/avatars/original/missing.png",
    "header": "http://mastodon/headers/original/missing.png",
    "header_static": "http://mastodon/headers/original/missing.png",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 198,
    "last_status_at": "2025-09-26",
    "hide_collections": true,
    "emojis": [],
    "fields": []
  },
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "emojis": [],
  "quote": null,
  "card": null,
  "poll": null
}

Example 6

no result

no result

Example 7

no result

no result

Example 8

no result

no result

Example 9

no result

no result

Example 10

no result

no result

Example 11

no result

no result

Example 12

no result

no result

Example 13

no result

no result