Skip to content

Emoji

Emojis are documented in FEP-9098

In the support table:

  • ✅ means Emoji parsed
    • means Emoji not parsed
  • ❌ failed to process, i.e. no message received in the application.

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://sharkey/users/acg3ru0zh3uf0003",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/activity/1tl3jyur6hI",
  "published": "2025-09-09T12:43:09Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/acg3ru0zh3uf0003"
    ],
    "id": "http://pasture-one-actor/object/wn_DcZ5qe3E",
    "published": "2025-09-09T12:43:09Z",
    "content": "emoji base properties :cow1:",
    "tag": [
      {
        "type": "Emoji",
        "name": ":cow1:",
        "updated": "2025-01-22T12:57:33Z",
        "icon": {
          "type": "Image",
          "mediaType": "image/png",
          "url": "http://pasture-one-actor/assets/cow_emoji.png"
        }
      }
    ]
  }
}
pyfedi
{
  "id": 58,
  "user_id": 2,
  "community_id": 1,
  "title": "emoji base properties :cow1:",
  "deleted": false,
  "nsfw": false,
  "sticky": false,
  "published": "2025-09-09T12:27:53.272680Z",
  "ap_id": "http://pasture-one-actor/object/69Vnl3aByXw",
  "local": false,
  "language_id": 2,
  "removed": false,
  "locked": false,
  "body": "emoji base properties :cow1:"
}
sharkey
{
  "id": "acg3vccotn880025",
  "uri": "http://pasture-one-actor/object/wn_DcZ5qe3E",
  "url": "http://pasture-one-actor/object/wn_DcZ5qe3E",
  "account": {
    "id": "acg3tlswtn880004",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "fqn": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": false,
    "created_at": "2025-09-09T12:41:47.936Z",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 64,
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "uri": "http://pasture-one-actor/actor",
    "avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "header": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "emojis": [],
    "moved": null,
    "fields": [],
    "bot": false,
    "discoverable": true,
    "noindex": false,
    "group": null,
    "suspended": false,
    "limited": false
  },
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "content": "<p>emoji base properties \u200b:cow1:\u200b</p>",
  "content_type": "text/x.misskeymarkdown",
  "text": "emoji base properties :cow1:",
  "created_at": "2025-09-09T12:43:09.000Z",
  "edited_at": null,
  "emojis": [
    {
      "shortcode": "cow1",
      "static_url": "http://pasture-one-actor/assets/cow_emoji.png",
      "url": "http://pasture-one-actor/assets/cow_emoji.png",
      "visible_in_picker": true
    }
  ],
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "reblogged": false,
  "favourited": false,
  "muted": false,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "card": null,
  "poll": null,
  "application": null,
  "language": null,
  "pinned": false,
  "bookmarked": false,
  "quote": null,
  "reactions": []
}

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://sharkey/users/acg3ru0zh3uf0003",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/activity/whTcsDEShb0",
  "published": "2025-09-09T12:43:10Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/acg3ru0zh3uf0003"
    ],
    "id": "http://pasture-one-actor/object/FcHRCtSq9nY",
    "published": "2025-09-09T12:43:10Z",
    "content": "emoji minimal properties :cow2:",
    "tag": [
      {
        "type": "Emoji",
        "name": ":cow2:",
        "icon": {
          "url": "http://pasture-one-actor/assets/cow_emoji.png"
        }
      }
    ]
  }
}
pyfedi
{
  "id": 59,
  "user_id": 2,
  "community_id": 1,
  "title": "emoji minimal properties :cow2:",
  "deleted": false,
  "nsfw": false,
  "sticky": false,
  "published": "2025-09-09T12:27:54.031281Z",
  "ap_id": "http://pasture-one-actor/object/_cKs_s5Fi5A",
  "local": false,
  "language_id": 2,
  "removed": false,
  "locked": false,
  "body": "emoji minimal properties :cow2:"
}
sharkey
{
  "id": "acg3vd4gtn880027",
  "uri": "http://pasture-one-actor/object/FcHRCtSq9nY",
  "url": "http://pasture-one-actor/object/FcHRCtSq9nY",
  "account": {
    "id": "acg3tlswtn880004",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "fqn": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": false,
    "created_at": "2025-09-09T12:41:47.936Z",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 65,
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "uri": "http://pasture-one-actor/actor",
    "avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "header": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "emojis": [],
    "moved": null,
    "fields": [],
    "bot": false,
    "discoverable": true,
    "noindex": false,
    "group": null,
    "suspended": false,
    "limited": false
  },
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "content": "<p>emoji minimal properties \u200b:cow2:\u200b</p>",
  "content_type": "text/x.misskeymarkdown",
  "text": "emoji minimal properties :cow2:",
  "created_at": "2025-09-09T12:43:10.000Z",
  "edited_at": null,
  "emojis": [
    {
      "shortcode": "cow2",
      "static_url": "http://pasture-one-actor/assets/cow_emoji.png",
      "url": "http://pasture-one-actor/assets/cow_emoji.png",
      "visible_in_picker": true
    }
  ],
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "reblogged": false,
  "favourited": false,
  "muted": false,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "card": null,
  "poll": null,
  "application": null,
  "language": null,
  "pinned": false,
  "bookmarked": false,
  "quote": null,
  "reactions": []
}

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://sharkey/users/acg3ru0zh3uf0003",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/activity/-ctJBrypAcg",
  "published": "2025-09-09T12:43:10Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/acg3ru0zh3uf0003"
    ],
    "id": "http://pasture-one-actor/object/jpkccHKFFFo",
    "published": "2025-09-09T12:43:10Z",
    "content": "emoji with type of icon :cow3:",
    "tag": [
      {
        "type": "Emoji",
        "name": ":cow3:",
        "icon": {
          "type": "Image",
          "url": "http://pasture-one-actor/assets/cow_emoji.png"
        }
      }
    ]
  }
}
pyfedi
{
  "id": 60,
  "user_id": 2,
  "community_id": 1,
  "title": "emoji with type of icon :cow3:",
  "deleted": false,
  "nsfw": false,
  "sticky": false,
  "published": "2025-09-09T12:27:54.784211Z",
  "ap_id": "http://pasture-one-actor/object/-Ros1h89oN8",
  "local": false,
  "language_id": 2,
  "removed": false,
  "locked": false,
  "body": "emoji with type of icon :cow3:"
}
sharkey
{
  "id": "acg3vd4gtn880029",
  "uri": "http://pasture-one-actor/object/jpkccHKFFFo",
  "url": "http://pasture-one-actor/object/jpkccHKFFFo",
  "account": {
    "id": "acg3tlswtn880004",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "fqn": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": false,
    "created_at": "2025-09-09T12:41:47.936Z",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 66,
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "uri": "http://pasture-one-actor/actor",
    "avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "header": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "emojis": [],
    "moved": null,
    "fields": [],
    "bot": false,
    "discoverable": true,
    "noindex": false,
    "group": null,
    "suspended": false,
    "limited": false
  },
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "content": "<p>emoji with type of icon \u200b:cow3:\u200b</p>",
  "content_type": "text/x.misskeymarkdown",
  "text": "emoji with type of icon :cow3:",
  "created_at": "2025-09-09T12:43:10.000Z",
  "edited_at": null,
  "emojis": [
    {
      "shortcode": "cow3",
      "static_url": "http://pasture-one-actor/assets/cow_emoji.png",
      "url": "http://pasture-one-actor/assets/cow_emoji.png",
      "visible_in_picker": true
    }
  ],
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "reblogged": false,
  "favourited": false,
  "muted": false,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "card": null,
  "poll": null,
  "application": null,
  "language": null,
  "pinned": false,
  "bookmarked": false,
  "quote": null,
  "reactions": []
}

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://sharkey/users/acg3ru0zh3uf0003",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/activity/Fx1vef36yLw",
  "published": "2025-09-09T12:43:11Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/acg3ru0zh3uf0003"
    ],
    "id": "http://pasture-one-actor/object/XN75CNiWCxU",
    "published": "2025-09-09T12:43:11Z",
    "content": "emoji with inlined icon :cow4:",
    "tag": [
      {
        "type": "Emoji",
        "name": ":cow4:",
        "icon": "http://pasture-one-actor/assets/cow_emoji.png"
      }
    ]
  }
}
pyfedi
{
  "id": 61,
  "user_id": 2,
  "community_id": 1,
  "title": "emoji with inlined icon :cow4:",
  "deleted": false,
  "nsfw": false,
  "sticky": false,
  "published": "2025-09-09T12:27:55.551429Z",
  "ap_id": "http://pasture-one-actor/object/L4O-KZVN2IA",
  "local": false,
  "language_id": 2,
  "removed": false,
  "locked": false,
  "body": "emoji with inlined icon :cow4:"
}
sharkey
{
  "id": "acg3vdw8tn88002a",
  "uri": "http://pasture-one-actor/object/XN75CNiWCxU",
  "url": "http://pasture-one-actor/object/XN75CNiWCxU",
  "account": {
    "id": "acg3tlswtn880004",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "fqn": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": false,
    "created_at": "2025-09-09T12:41:47.936Z",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 67,
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "uri": "http://pasture-one-actor/actor",
    "avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "header": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "emojis": [],
    "moved": null,
    "fields": [],
    "bot": false,
    "discoverable": true,
    "noindex": false,
    "group": null,
    "suspended": false,
    "limited": false
  },
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "content": "<p>emoji with inlined icon \u200b:cow4:\u200b</p>",
  "content_type": "text/x.misskeymarkdown",
  "text": "emoji with inlined icon :cow4:",
  "created_at": "2025-09-09T12:43:11.000Z",
  "edited_at": null,
  "emojis": [],
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "reblogged": false,
  "favourited": false,
  "muted": false,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "card": null,
  "poll": null,
  "application": null,
  "language": null,
  "pinned": false,
  "bookmarked": false,
  "quote": null,
  "reactions": []
}

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://sharkey/users/acg3ru0zh3uf0003",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/activity/hLGUJDm0_jQ",
  "published": "2025-09-09T12:43:12Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/acg3ru0zh3uf0003"
    ],
    "id": "http://pasture-one-actor/object/7era00FnO3Q",
    "published": "2025-09-09T12:43:12Z",
    "content": "emoji with id :cow5:",
    "tag": [
      {
        "id": "http://pasture-one-actor/assets/cow_emoji.jsonap",
        "type": "Emoji",
        "name": ":cow5:",
        "updated": "2025-01-22T12:57:33Z",
        "icon": {
          "type": "Image",
          "mediaType": "image/png",
          "url": "http://pasture-one-actor/assets/cow_emoji.png"
        }
      }
    ]
  }
}
pyfedi
{
  "id": 62,
  "user_id": 2,
  "community_id": 1,
  "title": "emoji with id :cow5:",
  "deleted": false,
  "nsfw": false,
  "sticky": false,
  "published": "2025-09-09T12:27:56.301544Z",
  "ap_id": "http://pasture-one-actor/object/ysiLhOypWHI",
  "local": false,
  "language_id": 2,
  "removed": false,
  "locked": false,
  "body": "emoji with id :cow5:"
}
sharkey
{
  "id": "acg3veo0tn88002c",
  "uri": "http://pasture-one-actor/object/7era00FnO3Q",
  "url": "http://pasture-one-actor/object/7era00FnO3Q",
  "account": {
    "id": "acg3tlswtn880004",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "fqn": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": false,
    "created_at": "2025-09-09T12:41:47.936Z",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 68,
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "uri": "http://pasture-one-actor/actor",
    "avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "header": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "emojis": [],
    "moved": null,
    "fields": [],
    "bot": false,
    "discoverable": true,
    "noindex": false,
    "group": null,
    "suspended": false,
    "limited": false
  },
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "content": "<p>emoji with id \u200b:cow5:\u200b</p>",
  "content_type": "text/x.misskeymarkdown",
  "text": "emoji with id :cow5:",
  "created_at": "2025-09-09T12:43:12.000Z",
  "edited_at": null,
  "emojis": [
    {
      "shortcode": "cow5",
      "static_url": "http://pasture-one-actor/assets/cow_emoji.png",
      "url": "http://pasture-one-actor/assets/cow_emoji.png",
      "visible_in_picker": true
    }
  ],
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "reblogged": false,
  "favourited": false,
  "muted": false,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "card": null,
  "poll": null,
  "application": null,
  "language": null,
  "pinned": false,
  "bookmarked": false,
  "quote": null,
  "reactions": []
}

Example 6

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "http://sharkey/users/acg3ru0zh3uf0003",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/activity/myEqtyUfvLg",
  "published": "2025-09-09T12:43:13Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/acg3ru0zh3uf0003"
    ],
    "id": "http://pasture-one-actor/object/z3v02zQqx0M",
    "published": "2025-09-09T12:43:13Z",
    "content": "emoji with missing icon :cow6:",
    "tag": [
      {
        "type": "Emoji",
        "name": ":cow6:"
      }
    ]
  }
}
pyfedi
{
  "id": 63,
  "user_id": 2,
  "community_id": 1,
  "title": "emoji with missing icon :cow6:",
  "deleted": false,
  "nsfw": false,
  "sticky": false,
  "published": "2025-09-09T12:27:57.070655Z",
  "ap_id": "http://pasture-one-actor/object/6yOcgx_l8go",
  "local": false,
  "language_id": 2,
  "removed": false,
  "locked": false,
  "body": "emoji with missing icon :cow6:"
}
sharkey
{
  "id": "acg3vffstn88002d",
  "uri": "http://pasture-one-actor/object/z3v02zQqx0M",
  "url": "http://pasture-one-actor/object/z3v02zQqx0M",
  "account": {
    "id": "acg3tlswtn880004",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "fqn": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": false,
    "created_at": "2025-09-09T12:41:47.936Z",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 69,
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "uri": "http://pasture-one-actor/actor",
    "avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "header": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "emojis": [],
    "moved": null,
    "fields": [],
    "bot": false,
    "discoverable": true,
    "noindex": false,
    "group": null,
    "suspended": false,
    "limited": false
  },
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "content": "<p>emoji with missing icon \u200b:cow6:\u200b</p>",
  "content_type": "text/x.misskeymarkdown",
  "text": "emoji with missing icon :cow6:",
  "created_at": "2025-09-09T12:43:13.000Z",
  "edited_at": null,
  "emojis": [],
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "reblogged": false,
  "favourited": false,
  "muted": false,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "card": null,
  "poll": null,
  "application": null,
  "language": null,
  "pinned": false,
  "bookmarked": false,
  "quote": null,
  "reactions": []
}

Example 7

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "http://sharkey/users/acg3ru0zh3uf0003",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/activity/NYTmvXmw55E",
  "published": "2025-09-09T12:43:13Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/acg3ru0zh3uf0003"
    ],
    "id": "http://pasture-one-actor/object/82wNFEvq2zs",
    "published": "2025-09-09T12:43:13Z",
    "content": "emoji just id :cow:",
    "tag": [
      "http://pasture-one-actor/assets/cow_emoji.jsonap"
    ]
  }
}

no result

sharkey
{
  "id": "acg3vffstn88002e",
  "uri": "http://pasture-one-actor/object/82wNFEvq2zs",
  "url": "http://pasture-one-actor/object/82wNFEvq2zs",
  "account": {
    "id": "acg3tlswtn880004",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "fqn": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": false,
    "created_at": "2025-09-09T12:41:47.936Z",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 70,
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "uri": "http://pasture-one-actor/actor",
    "avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "header": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "emojis": [],
    "moved": null,
    "fields": [],
    "bot": false,
    "discoverable": true,
    "noindex": false,
    "group": null,
    "suspended": false,
    "limited": false
  },
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "content": "<p>emoji just id \u200b:cow:\u200b</p>",
  "content_type": "text/x.misskeymarkdown",
  "text": "emoji just id :cow:",
  "created_at": "2025-09-09T12:43:13.000Z",
  "edited_at": null,
  "emojis": [],
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "reblogged": false,
  "favourited": false,
  "muted": false,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "card": null,
  "poll": null,
  "application": null,
  "language": null,
  "pinned": false,
  "bookmarked": false,
  "quote": null,
  "reactions": []
}