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 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://pleroma/users/full"
  ],
  "id": "http://pasture-one-actor/activity/MSBMhAsoZOo",
  "published": "2025-09-01T08:25:09Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://pleroma/users/full"
    ],
    "id": "http://pasture-one-actor/object/wDHy0IQp_hs",
    "published": "2025-09-01T08:25:09Z",
    "content": "quote attribute",
    "quote": "http://pasture-one-actor/assets/note1.jsonap"
  }
}
pleroma
{
  "account": {
    "acct": "actor@pasture-one-actor",
    "avatar": "http://pleroma/images/avi.png",
    "avatar_static": "http://pleroma/images/avi.png",
    "bot": false,
    "created_at": "2025-09-01T08:18:11.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://pleroma/images/banner.png",
    "header_static": "http://pleroma/images/banner.png",
    "id": "AxkxK4Z31sK9DEpHO4",
    "last_status_at": "2025-09-01",
    "locked": false,
    "note": "",
    "pleroma": {
      "accepts_chat_messages": null,
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "avatar_description": "",
      "background_image": null,
      "favicon": null,
      "header_description": "",
      "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,
      "privileges": [],
      "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"
  },
  "application": null,
  "bookmarked": false,
  "card": null,
  "content": "quote attribute",
  "created_at": "2025-09-01T08:25:09.000Z",
  "edited_at": null,
  "emojis": [],
  "favourited": false,
  "favourites_count": 0,
  "id": "Axkxwg6RuRv8dnrFBI",
  "in_reply_to_account_id": null,
  "in_reply_to_id": null,
  "language": null,
  "media_attachments": [],
  "mentions": [
    {
      "acct": "full",
      "id": "AxkxCTwE4ZAKfmcWeW",
      "url": "http://pleroma/users/full",
      "username": "full"
    }
  ],
  "muted": false,
  "pinned": false,
  "pleroma": {
    "bookmark_folder": null,
    "content": {
      "text/plain": "quote attribute"
    },
    "context": "http://pasture-one-actor/object/wDHy0IQp_hs",
    "conversation_id": 1199723566,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "list_id": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "quote": null,
    "quote_id": null,
    "quote_url": null,
    "quote_visible": false,
    "quotes_count": 0,
    "spoiler_text": {
      "text/plain": ""
    },
    "thread_muted": false
  },
  "poll": null,
  "reblog": null,
  "reblogged": false,
  "reblogs_count": 0,
  "replies_count": 0,
  "sensitive": false,
  "spoiler_text": "",
  "tags": [],
  "text": null,
  "uri": "http://pasture-one-actor/object/wDHy0IQp_hs",
  "url": "http://pasture-one-actor/object/wDHy0IQp_hs",
  "visibility": "public"
}

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://pleroma/users/full"
  ],
  "id": "http://pasture-one-actor/activity/SRlLtZ1dUNs",
  "published": "2025-09-01T08:25:10Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://pleroma/users/full"
    ],
    "id": "http://pasture-one-actor/object/IquhPkazKu0",
    "published": "2025-09-01T08:25:10Z",
    "content": "quoteUri attribute",
    "quoteUri": "http://pasture-one-actor/assets/note1.jsonap"
  }
}
pleroma
{
  "account": {
    "acct": "actor@pasture-one-actor",
    "avatar": "http://pleroma/images/avi.png",
    "avatar_static": "http://pleroma/images/avi.png",
    "bot": false,
    "created_at": "2025-09-01T08:18:11.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://pleroma/images/banner.png",
    "header_static": "http://pleroma/images/banner.png",
    "id": "AxkxK4Z31sK9DEpHO4",
    "last_status_at": "2025-09-01",
    "locked": false,
    "note": "",
    "pleroma": {
      "accepts_chat_messages": null,
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "avatar_description": "",
      "background_image": null,
      "favicon": null,
      "header_description": "",
      "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,
      "privileges": [],
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 146,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "application": null,
  "bookmarked": false,
  "card": null,
  "content": "quoteUri attribute<span class=\"quote-inline\"><br/><br/><bdi>RT:</bdi> <a href=\"http://pasture-one-actor/assets/note1.jsonap\">http://pasture-one-actor/assets/note1.jsonap</a></span>",
  "created_at": "2025-09-01T08:25:10.000Z",
  "edited_at": null,
  "emojis": [],
  "favourited": false,
  "favourites_count": 0,
  "id": "Axkxwk47B4QivinR68",
  "in_reply_to_account_id": null,
  "in_reply_to_id": null,
  "language": null,
  "media_attachments": [],
  "mentions": [
    {
      "acct": "full",
      "id": "AxkxCTwE4ZAKfmcWeW",
      "url": "http://pleroma/users/full",
      "username": "full"
    }
  ],
  "muted": false,
  "pinned": false,
  "pleroma": {
    "bookmark_folder": null,
    "content": {
      "text/plain": "quoteUri attributeRT: http://pasture-one-actor/assets/note1.jsonap"
    },
    "context": "http://pasture-one-actor/object/IquhPkazKu0",
    "conversation_id": 1492364504,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "list_id": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "quote": {
      "account": {
        "acct": "actor@pasture-one-actor",
        "avatar": "http://pleroma/images/avi.png",
        "avatar_static": "http://pleroma/images/avi.png",
        "bot": false,
        "created_at": "2025-09-01T08:18:11.000Z",
        "display_name": "Test Actor",
        "emojis": [],
        "fields": [],
        "followers_count": 0,
        "following_count": 0,
        "fqn": "actor@pasture-one-actor",
        "header": "http://pleroma/images/banner.png",
        "header_static": "http://pleroma/images/banner.png",
        "id": "AxkxK4Z31sK9DEpHO4",
        "last_status_at": "2025-09-01",
        "locked": false,
        "note": "",
        "pleroma": {
          "accepts_chat_messages": null,
          "also_known_as": [],
          "ap_id": "http://pasture-one-actor/actor",
          "avatar_description": "",
          "background_image": null,
          "favicon": null,
          "header_description": "",
          "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,
          "privileges": [],
          "relationship": {},
          "skip_thread_containment": false,
          "tags": []
        },
        "source": {
          "fields": [],
          "note": "",
          "pleroma": {
            "actor_type": "Person",
            "discoverable": false
          },
          "sensitive": false
        },
        "statuses_count": 146,
        "url": "http://pasture-one-actor/actor",
        "username": "actor"
      },
      "application": null,
      "bookmarked": false,
      "card": null,
      "content": "One",
      "created_at": "2024-01-06T13:11:45.000Z",
      "edited_at": null,
      "emojis": [],
      "favourited": false,
      "favourites_count": 0,
      "id": "AxkxXJVul6dpLGfrzE",
      "in_reply_to_account_id": null,
      "in_reply_to_id": null,
      "language": null,
      "media_attachments": [],
      "mentions": [],
      "muted": false,
      "pinned": false,
      "pleroma": {
        "bookmark_folder": null,
        "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,
        "list_id": null,
        "local": false,
        "parent_visible": false,
        "pinned_at": null,
        "quote": null,
        "quote_id": null,
        "quote_url": null,
        "quote_visible": false,
        "quotes_count": 1,
        "spoiler_text": {
          "text/plain": ""
        },
        "thread_muted": false
      },
      "poll": null,
      "reblog": null,
      "reblogged": false,
      "reblogs_count": 0,
      "replies_count": 4,
      "sensitive": false,
      "spoiler_text": "",
      "tags": [],
      "text": null,
      "uri": "http://pasture-one-actor/assets/note1.jsonap",
      "url": "http://pasture-one-actor/assets/note1.jsonap",
      "visibility": "unlisted"
    },
    "quote_id": "AxkxXJVul6dpLGfrzE",
    "quote_url": "http://pasture-one-actor/assets/note1.jsonap",
    "quote_visible": true,
    "quotes_count": 0,
    "spoiler_text": {
      "text/plain": ""
    },
    "thread_muted": false
  },
  "poll": null,
  "reblog": null,
  "reblogged": false,
  "reblogs_count": 0,
  "replies_count": 0,
  "sensitive": false,
  "spoiler_text": "",
  "tags": [],
  "text": null,
  "uri": "http://pasture-one-actor/object/IquhPkazKu0",
  "url": "http://pasture-one-actor/object/IquhPkazKu0",
  "visibility": "public"
}

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://pleroma/users/full"
  ],
  "id": "http://pasture-one-actor/activity/S-6egJnxdSs",
  "published": "2025-09-01T08:25:11Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://pleroma/users/full"
    ],
    "id": "http://pasture-one-actor/object/kiLYOmgSHnk",
    "published": "2025-09-01T08:25:11Z",
    "content": "quoteUrl attribute",
    "quoteUrl": "http://pasture-one-actor/assets/note1.jsonap"
  }
}
pleroma
{
  "account": {
    "acct": "actor@pasture-one-actor",
    "avatar": "http://pleroma/images/avi.png",
    "avatar_static": "http://pleroma/images/avi.png",
    "bot": false,
    "created_at": "2025-09-01T08:18:11.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://pleroma/images/banner.png",
    "header_static": "http://pleroma/images/banner.png",
    "id": "AxkxK4Z31sK9DEpHO4",
    "last_status_at": "2025-09-01",
    "locked": false,
    "note": "",
    "pleroma": {
      "accepts_chat_messages": null,
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "avatar_description": "",
      "background_image": null,
      "favicon": null,
      "header_description": "",
      "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,
      "privileges": [],
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 147,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "application": null,
  "bookmarked": false,
  "card": null,
  "content": "quoteUrl attribute<span class=\"quote-inline\"><br/><br/><bdi>RT:</bdi> <a href=\"http://pasture-one-actor/assets/note1.jsonap\">http://pasture-one-actor/assets/note1.jsonap</a></span>",
  "created_at": "2025-09-01T08:25:11.000Z",
  "edited_at": null,
  "emojis": [],
  "favourited": false,
  "favourites_count": 0,
  "id": "AxkxwoFbcHzxuWCfZ2",
  "in_reply_to_account_id": null,
  "in_reply_to_id": null,
  "language": null,
  "media_attachments": [],
  "mentions": [
    {
      "acct": "full",
      "id": "AxkxCTwE4ZAKfmcWeW",
      "url": "http://pleroma/users/full",
      "username": "full"
    }
  ],
  "muted": false,
  "pinned": false,
  "pleroma": {
    "bookmark_folder": null,
    "content": {
      "text/plain": "quoteUrl attributeRT: http://pasture-one-actor/assets/note1.jsonap"
    },
    "context": "http://pasture-one-actor/object/kiLYOmgSHnk",
    "conversation_id": 1005820201,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "list_id": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "quote": {
      "account": {
        "acct": "actor@pasture-one-actor",
        "avatar": "http://pleroma/images/avi.png",
        "avatar_static": "http://pleroma/images/avi.png",
        "bot": false,
        "created_at": "2025-09-01T08:18:11.000Z",
        "display_name": "Test Actor",
        "emojis": [],
        "fields": [],
        "followers_count": 0,
        "following_count": 0,
        "fqn": "actor@pasture-one-actor",
        "header": "http://pleroma/images/banner.png",
        "header_static": "http://pleroma/images/banner.png",
        "id": "AxkxK4Z31sK9DEpHO4",
        "last_status_at": "2025-09-01",
        "locked": false,
        "note": "",
        "pleroma": {
          "accepts_chat_messages": null,
          "also_known_as": [],
          "ap_id": "http://pasture-one-actor/actor",
          "avatar_description": "",
          "background_image": null,
          "favicon": null,
          "header_description": "",
          "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,
          "privileges": [],
          "relationship": {},
          "skip_thread_containment": false,
          "tags": []
        },
        "source": {
          "fields": [],
          "note": "",
          "pleroma": {
            "actor_type": "Person",
            "discoverable": false
          },
          "sensitive": false
        },
        "statuses_count": 147,
        "url": "http://pasture-one-actor/actor",
        "username": "actor"
      },
      "application": null,
      "bookmarked": false,
      "card": null,
      "content": "One",
      "created_at": "2024-01-06T13:11:45.000Z",
      "edited_at": null,
      "emojis": [],
      "favourited": false,
      "favourites_count": 0,
      "id": "AxkxXJVul6dpLGfrzE",
      "in_reply_to_account_id": null,
      "in_reply_to_id": null,
      "language": null,
      "media_attachments": [],
      "mentions": [],
      "muted": false,
      "pinned": false,
      "pleroma": {
        "bookmark_folder": null,
        "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,
        "list_id": null,
        "local": false,
        "parent_visible": false,
        "pinned_at": null,
        "quote": null,
        "quote_id": null,
        "quote_url": null,
        "quote_visible": false,
        "quotes_count": 2,
        "spoiler_text": {
          "text/plain": ""
        },
        "thread_muted": false
      },
      "poll": null,
      "reblog": null,
      "reblogged": false,
      "reblogs_count": 0,
      "replies_count": 4,
      "sensitive": false,
      "spoiler_text": "",
      "tags": [],
      "text": null,
      "uri": "http://pasture-one-actor/assets/note1.jsonap",
      "url": "http://pasture-one-actor/assets/note1.jsonap",
      "visibility": "unlisted"
    },
    "quote_id": "AxkxXJVul6dpLGfrzE",
    "quote_url": "http://pasture-one-actor/assets/note1.jsonap",
    "quote_visible": true,
    "quotes_count": 0,
    "spoiler_text": {
      "text/plain": ""
    },
    "thread_muted": false
  },
  "poll": null,
  "reblog": null,
  "reblogged": false,
  "reblogs_count": 0,
  "replies_count": 0,
  "sensitive": false,
  "spoiler_text": "",
  "tags": [],
  "text": null,
  "uri": "http://pasture-one-actor/object/kiLYOmgSHnk",
  "url": "http://pasture-one-actor/object/kiLYOmgSHnk",
  "visibility": "public"
}

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://pleroma/users/full"
  ],
  "id": "http://pasture-one-actor/activity/3JAAK44ojqQ",
  "published": "2025-09-01T08:25:12Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://pleroma/users/full"
    ],
    "id": "http://pasture-one-actor/object/Wyz1AiAXEaM",
    "published": "2025-09-01T08:25:12Z",
    "content": "_misskey_quote attribute",
    "_misskey_quote": "http://pasture-one-actor/assets/note1.jsonap"
  }
}
pleroma
{
  "account": {
    "acct": "actor@pasture-one-actor",
    "avatar": "http://pleroma/images/avi.png",
    "avatar_static": "http://pleroma/images/avi.png",
    "bot": false,
    "created_at": "2025-09-01T08:18:11.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://pleroma/images/banner.png",
    "header_static": "http://pleroma/images/banner.png",
    "id": "AxkxK4Z31sK9DEpHO4",
    "last_status_at": "2025-09-01",
    "locked": false,
    "note": "",
    "pleroma": {
      "accepts_chat_messages": null,
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "avatar_description": "",
      "background_image": null,
      "favicon": null,
      "header_description": "",
      "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,
      "privileges": [],
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 148,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "application": null,
  "bookmarked": false,
  "card": null,
  "content": "_misskey_quote attribute<span class=\"quote-inline\"><br/><br/><bdi>RT:</bdi> <a href=\"http://pasture-one-actor/assets/note1.jsonap\">http://pasture-one-actor/assets/note1.jsonap</a></span>",
  "created_at": "2025-09-01T08:25:12.000Z",
  "edited_at": null,
  "emojis": [],
  "favourited": false,
  "favourites_count": 0,
  "id": "AxkxwsevE6craC4wa0",
  "in_reply_to_account_id": null,
  "in_reply_to_id": null,
  "language": null,
  "media_attachments": [],
  "mentions": [
    {
      "acct": "full",
      "id": "AxkxCTwE4ZAKfmcWeW",
      "url": "http://pleroma/users/full",
      "username": "full"
    }
  ],
  "muted": false,
  "pinned": false,
  "pleroma": {
    "bookmark_folder": null,
    "content": {
      "text/plain": "_misskey_quote attributeRT: http://pasture-one-actor/assets/note1.jsonap"
    },
    "context": "http://pasture-one-actor/object/Wyz1AiAXEaM",
    "conversation_id": 1869327811,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "list_id": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "quote": {
      "account": {
        "acct": "actor@pasture-one-actor",
        "avatar": "http://pleroma/images/avi.png",
        "avatar_static": "http://pleroma/images/avi.png",
        "bot": false,
        "created_at": "2025-09-01T08:18:11.000Z",
        "display_name": "Test Actor",
        "emojis": [],
        "fields": [],
        "followers_count": 0,
        "following_count": 0,
        "fqn": "actor@pasture-one-actor",
        "header": "http://pleroma/images/banner.png",
        "header_static": "http://pleroma/images/banner.png",
        "id": "AxkxK4Z31sK9DEpHO4",
        "last_status_at": "2025-09-01",
        "locked": false,
        "note": "",
        "pleroma": {
          "accepts_chat_messages": null,
          "also_known_as": [],
          "ap_id": "http://pasture-one-actor/actor",
          "avatar_description": "",
          "background_image": null,
          "favicon": null,
          "header_description": "",
          "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,
          "privileges": [],
          "relationship": {},
          "skip_thread_containment": false,
          "tags": []
        },
        "source": {
          "fields": [],
          "note": "",
          "pleroma": {
            "actor_type": "Person",
            "discoverable": false
          },
          "sensitive": false
        },
        "statuses_count": 148,
        "url": "http://pasture-one-actor/actor",
        "username": "actor"
      },
      "application": null,
      "bookmarked": false,
      "card": null,
      "content": "One",
      "created_at": "2024-01-06T13:11:45.000Z",
      "edited_at": null,
      "emojis": [],
      "favourited": false,
      "favourites_count": 0,
      "id": "AxkxXJVul6dpLGfrzE",
      "in_reply_to_account_id": null,
      "in_reply_to_id": null,
      "language": null,
      "media_attachments": [],
      "mentions": [],
      "muted": false,
      "pinned": false,
      "pleroma": {
        "bookmark_folder": null,
        "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,
        "list_id": null,
        "local": false,
        "parent_visible": false,
        "pinned_at": null,
        "quote": null,
        "quote_id": null,
        "quote_url": null,
        "quote_visible": false,
        "quotes_count": 3,
        "spoiler_text": {
          "text/plain": ""
        },
        "thread_muted": false
      },
      "poll": null,
      "reblog": null,
      "reblogged": false,
      "reblogs_count": 0,
      "replies_count": 4,
      "sensitive": false,
      "spoiler_text": "",
      "tags": [],
      "text": null,
      "uri": "http://pasture-one-actor/assets/note1.jsonap",
      "url": "http://pasture-one-actor/assets/note1.jsonap",
      "visibility": "unlisted"
    },
    "quote_id": "AxkxXJVul6dpLGfrzE",
    "quote_url": "http://pasture-one-actor/assets/note1.jsonap",
    "quote_visible": true,
    "quotes_count": 0,
    "spoiler_text": {
      "text/plain": ""
    },
    "thread_muted": false
  },
  "poll": null,
  "reblog": null,
  "reblogged": false,
  "reblogs_count": 0,
  "replies_count": 0,
  "sensitive": false,
  "spoiler_text": "",
  "tags": [],
  "text": null,
  "uri": "http://pasture-one-actor/object/Wyz1AiAXEaM",
  "url": "http://pasture-one-actor/object/Wyz1AiAXEaM",
  "visibility": "public"
}

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://pleroma/users/full"
  ],
  "id": "http://pasture-one-actor/activity/Ep5ufqniX6s",
  "published": "2025-09-01T08:25:12Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://pleroma/users/full"
    ],
    "id": "http://pasture-one-actor/object/SWklCIp-_D0",
    "published": "2025-09-01T08:25:12Z",
    "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"
      }
    ]
  }
}
pleroma
{
  "account": {
    "acct": "actor@pasture-one-actor",
    "avatar": "http://pleroma/images/avi.png",
    "avatar_static": "http://pleroma/images/avi.png",
    "bot": false,
    "created_at": "2025-09-01T08:18:11.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://pleroma/images/banner.png",
    "header_static": "http://pleroma/images/banner.png",
    "id": "AxkxK4Z31sK9DEpHO4",
    "last_status_at": "2025-09-01",
    "locked": false,
    "note": "",
    "pleroma": {
      "accepts_chat_messages": null,
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "avatar_description": "",
      "background_image": null,
      "favicon": null,
      "header_description": "",
      "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,
      "privileges": [],
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 149,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "application": null,
  "bookmarked": false,
  "card": null,
  "content": "FEP-e232 tag<span class=\"quote-inline\"><br/><br/><bdi>RT:</bdi> <a href=\"http://pasture-one-actor/assets/note1.jsonap\">http://pasture-one-actor/assets/note1.jsonap</a></span>",
  "created_at": "2025-09-01T08:25:12.000Z",
  "edited_at": null,
  "emojis": [],
  "favourited": false,
  "favourites_count": 0,
  "id": "Axkxwwozkb3mUap2ps",
  "in_reply_to_account_id": null,
  "in_reply_to_id": null,
  "language": null,
  "media_attachments": [],
  "mentions": [
    {
      "acct": "full",
      "id": "AxkxCTwE4ZAKfmcWeW",
      "url": "http://pleroma/users/full",
      "username": "full"
    }
  ],
  "muted": false,
  "pinned": false,
  "pleroma": {
    "bookmark_folder": null,
    "content": {
      "text/plain": "FEP-e232 tagRT: http://pasture-one-actor/assets/note1.jsonap"
    },
    "context": "http://pasture-one-actor/object/SWklCIp-_D0",
    "conversation_id": 2094756672,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "list_id": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "quote": {
      "account": {
        "acct": "actor@pasture-one-actor",
        "avatar": "http://pleroma/images/avi.png",
        "avatar_static": "http://pleroma/images/avi.png",
        "bot": false,
        "created_at": "2025-09-01T08:18:11.000Z",
        "display_name": "Test Actor",
        "emojis": [],
        "fields": [],
        "followers_count": 0,
        "following_count": 0,
        "fqn": "actor@pasture-one-actor",
        "header": "http://pleroma/images/banner.png",
        "header_static": "http://pleroma/images/banner.png",
        "id": "AxkxK4Z31sK9DEpHO4",
        "last_status_at": "2025-09-01",
        "locked": false,
        "note": "",
        "pleroma": {
          "accepts_chat_messages": null,
          "also_known_as": [],
          "ap_id": "http://pasture-one-actor/actor",
          "avatar_description": "",
          "background_image": null,
          "favicon": null,
          "header_description": "",
          "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,
          "privileges": [],
          "relationship": {},
          "skip_thread_containment": false,
          "tags": []
        },
        "source": {
          "fields": [],
          "note": "",
          "pleroma": {
            "actor_type": "Person",
            "discoverable": false
          },
          "sensitive": false
        },
        "statuses_count": 149,
        "url": "http://pasture-one-actor/actor",
        "username": "actor"
      },
      "application": null,
      "bookmarked": false,
      "card": null,
      "content": "One",
      "created_at": "2024-01-06T13:11:45.000Z",
      "edited_at": null,
      "emojis": [],
      "favourited": false,
      "favourites_count": 0,
      "id": "AxkxXJVul6dpLGfrzE",
      "in_reply_to_account_id": null,
      "in_reply_to_id": null,
      "language": null,
      "media_attachments": [],
      "mentions": [],
      "muted": false,
      "pinned": false,
      "pleroma": {
        "bookmark_folder": null,
        "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,
        "list_id": null,
        "local": false,
        "parent_visible": false,
        "pinned_at": null,
        "quote": null,
        "quote_id": null,
        "quote_url": null,
        "quote_visible": false,
        "quotes_count": 4,
        "spoiler_text": {
          "text/plain": ""
        },
        "thread_muted": false
      },
      "poll": null,
      "reblog": null,
      "reblogged": false,
      "reblogs_count": 0,
      "replies_count": 4,
      "sensitive": false,
      "spoiler_text": "",
      "tags": [],
      "text": null,
      "uri": "http://pasture-one-actor/assets/note1.jsonap",
      "url": "http://pasture-one-actor/assets/note1.jsonap",
      "visibility": "unlisted"
    },
    "quote_id": "AxkxXJVul6dpLGfrzE",
    "quote_url": "http://pasture-one-actor/assets/note1.jsonap",
    "quote_visible": true,
    "quotes_count": 0,
    "spoiler_text": {
      "text/plain": ""
    },
    "thread_muted": false
  },
  "poll": null,
  "reblog": null,
  "reblogged": false,
  "reblogs_count": 0,
  "replies_count": 0,
  "sensitive": false,
  "spoiler_text": "",
  "tags": [],
  "text": null,
  "uri": "http://pasture-one-actor/object/SWklCIp-_D0",
  "url": "http://pasture-one-actor/object/SWklCIp-_D0",
  "visibility": "public"
}