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://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/activity/JlUrZDPKz7A",
  "published": "2025-10-14T09:04: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/OyFlotKxiy8",
    "published": "2025-10-14T09:04:32Z",
    "content": "quote attribute",
    "quote": "http://pasture-one-actor/assets/note1.jsonap"
  }
}
akkoma
{
  "visibility": "public",
  "replies_count": 0,
  "bookmarked": false,
  "pleroma": {
    "content": {
      "text/plain": "quote attribute"
    },
    "context": "http://pasture-one-actor/object/OyFlotKxiy8",
    "conversation_id": 605232105,
    "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
  },
  "spoiler_text": "",
  "uri": "http://pasture-one-actor/object/OyFlotKxiy8",
  "quote": null,
  "media_attachments": [],
  "card": null,
  "edited_at": null,
  "id": "AzC9YNyqTyz9cnwAdc",
  "muted": false,
  "emoji_reactions": [],
  "in_reply_to_account_id": null,
  "reblogged": false,
  "created_at": "2025-10-14T09:04:32.000Z",
  "text": null,
  "reblogs_count": 0,
  "pinned": false,
  "url": "http://pasture-one-actor/object/OyFlotKxiy8",
  "content": "quote attribute",
  "reblog": null,
  "application": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "AzC8swYwaUNrXx8owS",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "poll": null,
  "sensitive": false,
  "quote_id": null,
  "akkoma": {
    "source": null
  },
  "in_reply_to_id": null,
  "emojis": [],
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": null,
      "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-14T08:58:34.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": "AzC91MZuftkZihWr56",
    "last_status_at": "2025-10-14",
    "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"
  },
  "tags": [],
  "language": null,
  "favourited": false,
  "favourites_count": 0
}

Example 2

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "http://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/activity/JTZ_y_hMobA",
  "published": "2025-10-14T09:04:33Z",
  "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/DFNS9FWgpvY",
    "published": "2025-10-14T09:04:33Z",
    "content": "quoteUri attribute",
    "quoteUri": "http://pasture-one-actor/assets/note1.jsonap"
  }
}
akkoma
{
  "visibility": "public",
  "replies_count": 0,
  "bookmarked": false,
  "pleroma": {
    "content": {
      "text/plain": "quoteUri attributeRE: http://pasture-one-actor/assets/note1.jsonap"
    },
    "context": "http://pasture-one-actor/object/DFNS9FWgpvY",
    "conversation_id": 1945646158,
    "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
  },
  "spoiler_text": "",
  "uri": "http://pasture-one-actor/object/DFNS9FWgpvY",
  "quote": {
    "visibility": "unlisted",
    "replies_count": 4,
    "bookmarked": 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
    },
    "spoiler_text": "",
    "uri": "http://pasture-one-actor/assets/note1.jsonap",
    "quote": null,
    "media_attachments": [],
    "card": null,
    "edited_at": null,
    "id": "AzC95lNyNpPXoj2fs8",
    "muted": false,
    "emoji_reactions": [],
    "in_reply_to_account_id": null,
    "reblogged": false,
    "created_at": "2024-01-06T13:11:45.000Z",
    "text": null,
    "reblogs_count": 0,
    "pinned": false,
    "url": "http://pasture-one-actor/assets/note1.jsonap",
    "content": "One",
    "reblog": null,
    "application": null,
    "mentions": [],
    "poll": null,
    "sensitive": false,
    "quote_id": null,
    "akkoma": {
      "source": null
    },
    "in_reply_to_id": null,
    "emojis": [],
    "account": {
      "acct": "actor@pasture-one-actor",
      "akkoma": {
        "instance": null,
        "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-14T08:58:34.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": "AzC91MZuftkZihWr56",
      "last_status_at": "2025-10-14",
      "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"
    },
    "tags": [],
    "language": null,
    "favourited": false,
    "favourites_count": 0
  },
  "media_attachments": [],
  "card": null,
  "edited_at": null,
  "id": "AzC9YRjkW3HpH8uAfA",
  "muted": false,
  "emoji_reactions": [],
  "in_reply_to_account_id": null,
  "reblogged": false,
  "created_at": "2025-10-14T09:04:33.000Z",
  "text": null,
  "reblogs_count": 0,
  "pinned": false,
  "url": "http://pasture-one-actor/object/DFNS9FWgpvY",
  "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>",
  "reblog": null,
  "application": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "AzC8swYwaUNrXx8owS",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "poll": null,
  "sensitive": false,
  "quote_id": "AzC95lNyNpPXoj2fs8",
  "akkoma": {
    "source": null
  },
  "in_reply_to_id": null,
  "emojis": [],
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": null,
      "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-14T08:58:34.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": "AzC91MZuftkZihWr56",
    "last_status_at": "2025-10-14",
    "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"
  },
  "tags": [],
  "language": null,
  "favourited": false,
  "favourites_count": 0
}

Example 3

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "http://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/activity/TOT3dQQyfE0",
  "published": "2025-10-14T09:04:33Z",
  "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/GeugmKz453I",
    "published": "2025-10-14T09:04:33Z",
    "content": "quoteUrl attribute",
    "quoteUrl": "http://pasture-one-actor/assets/note1.jsonap"
  }
}
akkoma
{
  "visibility": "public",
  "replies_count": 0,
  "bookmarked": false,
  "pleroma": {
    "content": {
      "text/plain": "quoteUrl attributeRE: http://pasture-one-actor/assets/note1.jsonap"
    },
    "context": "http://pasture-one-actor/object/GeugmKz453I",
    "conversation_id": 244750488,
    "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
  },
  "spoiler_text": "",
  "uri": "http://pasture-one-actor/object/GeugmKz453I",
  "quote": {
    "visibility": "unlisted",
    "replies_count": 4,
    "bookmarked": 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
    },
    "spoiler_text": "",
    "uri": "http://pasture-one-actor/assets/note1.jsonap",
    "quote": null,
    "media_attachments": [],
    "card": null,
    "edited_at": null,
    "id": "AzC95lNyNpPXoj2fs8",
    "muted": false,
    "emoji_reactions": [],
    "in_reply_to_account_id": null,
    "reblogged": false,
    "created_at": "2024-01-06T13:11:45.000Z",
    "text": null,
    "reblogs_count": 0,
    "pinned": false,
    "url": "http://pasture-one-actor/assets/note1.jsonap",
    "content": "One",
    "reblog": null,
    "application": null,
    "mentions": [],
    "poll": null,
    "sensitive": false,
    "quote_id": null,
    "akkoma": {
      "source": null
    },
    "in_reply_to_id": null,
    "emojis": [],
    "account": {
      "acct": "actor@pasture-one-actor",
      "akkoma": {
        "instance": null,
        "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-14T08:58:34.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": "AzC91MZuftkZihWr56",
      "last_status_at": "2025-10-14",
      "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"
    },
    "tags": [],
    "language": null,
    "favourited": false,
    "favourites_count": 0
  },
  "media_attachments": [],
  "card": null,
  "edited_at": null,
  "id": "AzC9YVELWkXm6uF9Gq",
  "muted": false,
  "emoji_reactions": [],
  "in_reply_to_account_id": null,
  "reblogged": false,
  "created_at": "2025-10-14T09:04:33.000Z",
  "text": null,
  "reblogs_count": 0,
  "pinned": false,
  "url": "http://pasture-one-actor/object/GeugmKz453I",
  "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>",
  "reblog": null,
  "application": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "AzC8swYwaUNrXx8owS",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "poll": null,
  "sensitive": false,
  "quote_id": "AzC95lNyNpPXoj2fs8",
  "akkoma": {
    "source": null
  },
  "in_reply_to_id": null,
  "emojis": [],
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": null,
      "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-14T08:58:34.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": "AzC91MZuftkZihWr56",
    "last_status_at": "2025-10-14",
    "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"
  },
  "tags": [],
  "language": null,
  "favourited": false,
  "favourites_count": 0
}

Example 4

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "http://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/activity/o1f2OP6l50E",
  "published": "2025-10-14T09:04:34Z",
  "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/NWRL8X599Hg",
    "published": "2025-10-14T09:04:34Z",
    "content": "_misskey_quote attribute",
    "_misskey_quote": "http://pasture-one-actor/assets/note1.jsonap"
  }
}
akkoma
{
  "visibility": "public",
  "replies_count": 0,
  "bookmarked": false,
  "pleroma": {
    "content": {
      "text/plain": "_misskey_quote attributeRE: http://pasture-one-actor/assets/note1.jsonap"
    },
    "context": "http://pasture-one-actor/object/NWRL8X599Hg",
    "conversation_id": 506499204,
    "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
  },
  "spoiler_text": "",
  "uri": "http://pasture-one-actor/object/NWRL8X599Hg",
  "quote": {
    "visibility": "unlisted",
    "replies_count": 4,
    "bookmarked": 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
    },
    "spoiler_text": "",
    "uri": "http://pasture-one-actor/assets/note1.jsonap",
    "quote": null,
    "media_attachments": [],
    "card": null,
    "edited_at": null,
    "id": "AzC95lNyNpPXoj2fs8",
    "muted": false,
    "emoji_reactions": [],
    "in_reply_to_account_id": null,
    "reblogged": false,
    "created_at": "2024-01-06T13:11:45.000Z",
    "text": null,
    "reblogs_count": 0,
    "pinned": false,
    "url": "http://pasture-one-actor/assets/note1.jsonap",
    "content": "One",
    "reblog": null,
    "application": null,
    "mentions": [],
    "poll": null,
    "sensitive": false,
    "quote_id": null,
    "akkoma": {
      "source": null
    },
    "in_reply_to_id": null,
    "emojis": [],
    "account": {
      "acct": "actor@pasture-one-actor",
      "akkoma": {
        "instance": null,
        "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-14T08:58:34.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": "AzC91MZuftkZihWr56",
      "last_status_at": "2025-10-14",
      "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"
    },
    "tags": [],
    "language": null,
    "favourited": false,
    "favourites_count": 0
  },
  "media_attachments": [],
  "card": null,
  "edited_at": null,
  "id": "AzC9YYs9zBApPFtUFE",
  "muted": false,
  "emoji_reactions": [],
  "in_reply_to_account_id": null,
  "reblogged": false,
  "created_at": "2025-10-14T09:04:34.000Z",
  "text": null,
  "reblogs_count": 0,
  "pinned": false,
  "url": "http://pasture-one-actor/object/NWRL8X599Hg",
  "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>",
  "reblog": null,
  "application": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "AzC8swYwaUNrXx8owS",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "poll": null,
  "sensitive": false,
  "quote_id": "AzC95lNyNpPXoj2fs8",
  "akkoma": {
    "source": null
  },
  "in_reply_to_id": null,
  "emojis": [],
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": null,
      "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-14T08:58:34.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": "AzC91MZuftkZihWr56",
    "last_status_at": "2025-10-14",
    "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"
  },
  "tags": [],
  "language": null,
  "favourited": false,
  "favourites_count": 0
}

Example 5

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "http://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/activity/I9BfyD2XZSQ",
  "published": "2025-10-14T09:04:35Z",
  "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/GV2wrumxm2A",
    "published": "2025-10-14T09:04:35Z",
    "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
{
  "visibility": "public",
  "replies_count": 0,
  "bookmarked": false,
  "pleroma": {
    "content": {
      "text/plain": "FEP-e232 tag"
    },
    "context": "http://pasture-one-actor/object/GV2wrumxm2A",
    "conversation_id": 311500496,
    "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
  },
  "spoiler_text": "",
  "uri": "http://pasture-one-actor/object/GV2wrumxm2A",
  "quote": null,
  "media_attachments": [],
  "card": null,
  "edited_at": null,
  "id": "AzC9YcR0k3pkSDDrU0",
  "muted": false,
  "emoji_reactions": [],
  "in_reply_to_account_id": null,
  "reblogged": false,
  "created_at": "2025-10-14T09:04:35.000Z",
  "text": null,
  "reblogs_count": 0,
  "pinned": false,
  "url": "http://pasture-one-actor/object/GV2wrumxm2A",
  "content": "FEP-e232 tag",
  "reblog": null,
  "application": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "AzC8swYwaUNrXx8owS",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "poll": null,
  "sensitive": false,
  "quote_id": null,
  "akkoma": {
    "source": null
  },
  "in_reply_to_id": null,
  "emojis": [],
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": null,
      "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-14T08:58:34.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": "AzC91MZuftkZihWr56",
    "last_status_at": "2025-10-14",
    "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"
  },
  "tags": [],
  "language": null,
  "favourited": false,
  "favourites_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/CCZm6dPTIKk",
  "published": "2025-10-14T09:04:35Z",
  "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/DathuljsA9k",
    "published": "2025-10-14T09:04:35Z",
    "@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
{
  "visibility": "public",
  "replies_count": 0,
  "bookmarked": false,
  "pleroma": {
    "content": {
      "text/plain": "quote attribute with @context"
    },
    "context": "http://pasture-one-actor/object/DathuljsA9k",
    "conversation_id": 67641807,
    "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
  },
  "spoiler_text": "",
  "uri": "http://pasture-one-actor/object/DathuljsA9k",
  "quote": null,
  "media_attachments": [],
  "card": null,
  "edited_at": null,
  "id": "AzC9Yg6F7Db7oxXKfQ",
  "muted": false,
  "emoji_reactions": [],
  "in_reply_to_account_id": null,
  "reblogged": false,
  "created_at": "2025-10-14T09:04:35.000Z",
  "text": null,
  "reblogs_count": 0,
  "pinned": false,
  "url": "http://pasture-one-actor/object/DathuljsA9k",
  "content": "quote attribute with @context",
  "reblog": null,
  "application": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "AzC8swYwaUNrXx8owS",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "poll": null,
  "sensitive": false,
  "quote_id": null,
  "akkoma": {
    "source": null
  },
  "in_reply_to_id": null,
  "emojis": [],
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": null,
      "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-14T08:58:34.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": "AzC91MZuftkZihWr56",
    "last_status_at": "2025-10-14",
    "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"
  },
  "tags": [],
  "language": null,
  "favourited": false,
  "favourites_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/Nj8rJTAfmm4",
  "published": "2025-10-14T09:04:36Z",
  "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/vBtzihezmOw",
    "published": "2025-10-14T09:04:36Z",
    "@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
{
  "visibility": "public",
  "replies_count": 0,
  "bookmarked": false,
  "pleroma": {
    "content": {
      "text/plain": "quoteUri attribute with @contextRE: http://pasture-one-actor/assets/note1.jsonap"
    },
    "context": "http://pasture-one-actor/object/vBtzihezmOw",
    "conversation_id": 1987972315,
    "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
  },
  "spoiler_text": "",
  "uri": "http://pasture-one-actor/object/vBtzihezmOw",
  "quote": {
    "visibility": "unlisted",
    "replies_count": 4,
    "bookmarked": 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
    },
    "spoiler_text": "",
    "uri": "http://pasture-one-actor/assets/note1.jsonap",
    "quote": null,
    "media_attachments": [],
    "card": null,
    "edited_at": null,
    "id": "AzC95lNyNpPXoj2fs8",
    "muted": false,
    "emoji_reactions": [],
    "in_reply_to_account_id": null,
    "reblogged": false,
    "created_at": "2024-01-06T13:11:45.000Z",
    "text": null,
    "reblogs_count": 0,
    "pinned": false,
    "url": "http://pasture-one-actor/assets/note1.jsonap",
    "content": "One",
    "reblog": null,
    "application": null,
    "mentions": [],
    "poll": null,
    "sensitive": false,
    "quote_id": null,
    "akkoma": {
      "source": null
    },
    "in_reply_to_id": null,
    "emojis": [],
    "account": {
      "acct": "actor@pasture-one-actor",
      "akkoma": {
        "instance": null,
        "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-14T08:58:34.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": "AzC91MZuftkZihWr56",
      "last_status_at": "2025-10-14",
      "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"
    },
    "tags": [],
    "language": null,
    "favourited": false,
    "favourites_count": 0
  },
  "media_attachments": [],
  "card": null,
  "edited_at": null,
  "id": "AzC9Yjv2un1BfOKRlo",
  "muted": false,
  "emoji_reactions": [],
  "in_reply_to_account_id": null,
  "reblogged": false,
  "created_at": "2025-10-14T09:04:36.000Z",
  "text": null,
  "reblogs_count": 0,
  "pinned": false,
  "url": "http://pasture-one-actor/object/vBtzihezmOw",
  "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>",
  "reblog": null,
  "application": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "AzC8swYwaUNrXx8owS",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "poll": null,
  "sensitive": false,
  "quote_id": "AzC95lNyNpPXoj2fs8",
  "akkoma": {
    "source": null
  },
  "in_reply_to_id": null,
  "emojis": [],
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": null,
      "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-14T08:58:34.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": "AzC91MZuftkZihWr56",
    "last_status_at": "2025-10-14",
    "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"
  },
  "tags": [],
  "language": null,
  "favourited": false,
  "favourites_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/I2hA0C64cPQ",
  "published": "2025-10-14T09:04:37Z",
  "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/UMSo8A7WBis",
    "published": "2025-10-14T09:04:37Z",
    "@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
{
  "visibility": "public",
  "replies_count": 0,
  "bookmarked": false,
  "pleroma": {
    "content": {
      "text/plain": "quoteUrl attribute with @contextRE: http://pasture-one-actor/assets/note1.jsonap"
    },
    "context": "http://pasture-one-actor/object/UMSo8A7WBis",
    "conversation_id": 149452272,
    "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
  },
  "spoiler_text": "",
  "uri": "http://pasture-one-actor/object/UMSo8A7WBis",
  "quote": {
    "visibility": "unlisted",
    "replies_count": 4,
    "bookmarked": 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
    },
    "spoiler_text": "",
    "uri": "http://pasture-one-actor/assets/note1.jsonap",
    "quote": null,
    "media_attachments": [],
    "card": null,
    "edited_at": null,
    "id": "AzC95lNyNpPXoj2fs8",
    "muted": false,
    "emoji_reactions": [],
    "in_reply_to_account_id": null,
    "reblogged": false,
    "created_at": "2024-01-06T13:11:45.000Z",
    "text": null,
    "reblogs_count": 0,
    "pinned": false,
    "url": "http://pasture-one-actor/assets/note1.jsonap",
    "content": "One",
    "reblog": null,
    "application": null,
    "mentions": [],
    "poll": null,
    "sensitive": false,
    "quote_id": null,
    "akkoma": {
      "source": null
    },
    "in_reply_to_id": null,
    "emojis": [],
    "account": {
      "acct": "actor@pasture-one-actor",
      "akkoma": {
        "instance": null,
        "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-14T08:58:34.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": "AzC91MZuftkZihWr56",
      "last_status_at": "2025-10-14",
      "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"
    },
    "tags": [],
    "language": null,
    "favourited": false,
    "favourites_count": 0
  },
  "media_attachments": [],
  "card": null,
  "edited_at": null,
  "id": "AzC9YnTBiJ6wg9KFu4",
  "muted": false,
  "emoji_reactions": [],
  "in_reply_to_account_id": null,
  "reblogged": false,
  "created_at": "2025-10-14T09:04:37.000Z",
  "text": null,
  "reblogs_count": 0,
  "pinned": false,
  "url": "http://pasture-one-actor/object/UMSo8A7WBis",
  "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>",
  "reblog": null,
  "application": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "AzC8swYwaUNrXx8owS",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "poll": null,
  "sensitive": false,
  "quote_id": "AzC95lNyNpPXoj2fs8",
  "akkoma": {
    "source": null
  },
  "in_reply_to_id": null,
  "emojis": [],
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": null,
      "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-14T08:58:34.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": "AzC91MZuftkZihWr56",
    "last_status_at": "2025-10-14",
    "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"
  },
  "tags": [],
  "language": null,
  "favourited": false,
  "favourites_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/szhiyh-Mc70",
  "published": "2025-10-14T09:04:37Z",
  "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/4ot5m7w9eHY",
    "published": "2025-10-14T09:04:37Z",
    "@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
{
  "visibility": "public",
  "replies_count": 0,
  "bookmarked": false,
  "pleroma": {
    "content": {
      "text/plain": "_misskey_quote attribute with @contextRE: http://pasture-one-actor/assets/note1.jsonap"
    },
    "context": "http://pasture-one-actor/object/4ot5m7w9eHY",
    "conversation_id": 903254884,
    "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
  },
  "spoiler_text": "",
  "uri": "http://pasture-one-actor/object/4ot5m7w9eHY",
  "quote": {
    "visibility": "unlisted",
    "replies_count": 4,
    "bookmarked": 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
    },
    "spoiler_text": "",
    "uri": "http://pasture-one-actor/assets/note1.jsonap",
    "quote": null,
    "media_attachments": [],
    "card": null,
    "edited_at": null,
    "id": "AzC95lNyNpPXoj2fs8",
    "muted": false,
    "emoji_reactions": [],
    "in_reply_to_account_id": null,
    "reblogged": false,
    "created_at": "2024-01-06T13:11:45.000Z",
    "text": null,
    "reblogs_count": 0,
    "pinned": false,
    "url": "http://pasture-one-actor/assets/note1.jsonap",
    "content": "One",
    "reblog": null,
    "application": null,
    "mentions": [],
    "poll": null,
    "sensitive": false,
    "quote_id": null,
    "akkoma": {
      "source": null
    },
    "in_reply_to_id": null,
    "emojis": [],
    "account": {
      "acct": "actor@pasture-one-actor",
      "akkoma": {
        "instance": null,
        "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-14T08:58:34.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": "AzC91MZuftkZihWr56",
      "last_status_at": "2025-10-14",
      "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"
    },
    "tags": [],
    "language": null,
    "favourited": false,
    "favourites_count": 0
  },
  "media_attachments": [],
  "card": null,
  "edited_at": null,
  "id": "AzC9Yr1gUVUHi0ULaa",
  "muted": false,
  "emoji_reactions": [],
  "in_reply_to_account_id": null,
  "reblogged": false,
  "created_at": "2025-10-14T09:04:37.000Z",
  "text": null,
  "reblogs_count": 0,
  "pinned": false,
  "url": "http://pasture-one-actor/object/4ot5m7w9eHY",
  "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>",
  "reblog": null,
  "application": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "AzC8swYwaUNrXx8owS",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "poll": null,
  "sensitive": false,
  "quote_id": "AzC95lNyNpPXoj2fs8",
  "akkoma": {
    "source": null
  },
  "in_reply_to_id": null,
  "emojis": [],
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": null,
      "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-14T08:58:34.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": "AzC91MZuftkZihWr56",
    "last_status_at": "2025-10-14",
    "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"
  },
  "tags": [],
  "language": null,
  "favourited": false,
  "favourites_count": 0
}

Example 10

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "http://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/activity/NFePBA1DkrE",
  "published": "2025-10-14T09:04:38Z",
  "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/SSUxilcVlXw",
    "published": "2025-10-14T09:04:38Z",
    "content": "quote attribute as list",
    "quote": [
      "http://pasture-one-actor/assets/note1.jsonap",
      "http://pasture-one-actor/assets/note2.jsonap"
    ]
  }
}
akkoma
{
  "visibility": "public",
  "replies_count": 0,
  "bookmarked": false,
  "pleroma": {
    "content": {
      "text/plain": "quote attribute as list"
    },
    "context": "http://pasture-one-actor/object/SSUxilcVlXw",
    "conversation_id": 1677860244,
    "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
  },
  "spoiler_text": "",
  "uri": "http://pasture-one-actor/object/SSUxilcVlXw",
  "quote": null,
  "media_attachments": [],
  "card": null,
  "edited_at": null,
  "id": "AzC9Yuf8yFpkzFyP0i",
  "muted": false,
  "emoji_reactions": [],
  "in_reply_to_account_id": null,
  "reblogged": false,
  "created_at": "2025-10-14T09:04:38.000Z",
  "text": null,
  "reblogs_count": 0,
  "pinned": false,
  "url": "http://pasture-one-actor/object/SSUxilcVlXw",
  "content": "quote attribute as list",
  "reblog": null,
  "application": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "AzC8swYwaUNrXx8owS",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "poll": null,
  "sensitive": false,
  "quote_id": null,
  "akkoma": {
    "source": null
  },
  "in_reply_to_id": null,
  "emojis": [],
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": null,
      "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-14T08:58:34.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": "AzC91MZuftkZihWr56",
    "last_status_at": "2025-10-14",
    "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"
  },
  "tags": [],
  "language": null,
  "favourited": false,
  "favourites_count": 0
}

Example 11

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "http://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/activity/bY-CV7WjiLw",
  "published": "2025-10-14T09:04:39Z",
  "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/0efkIPlJPH4",
    "published": "2025-10-14T09:04:39Z",
    "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/u7F_jGbzON0",
  "published": "2025-10-14T09:04: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/object/Oud01ZMv6Ts",
    "published": "2025-10-14T09:04:51Z",
    "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/3rXCFpzh-x4",
  "published": "2025-10-14T09:05:05Z",
  "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/Yk0fl6IHAfo",
    "published": "2025-10-14T09:05:05Z",
    "content": "_misskey_quote attribute as list",
    "_misskey_quote": [
      "http://pasture-one-actor/assets/note1.jsonap",
      "http://pasture-one-actor/assets/note2.jsonap"
    ]
  }
}

no result