Skip to content

Attachments

In the support table:

  • "✅" means at least one attachment,
  • "-" means parsed
  • "❌" means failed to parse

For more on image attachments see Image Description and Image Attachments.

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://gotosocial/users/cookie",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/activity/4ThX3GVrtqw",
  "published": "2025-08-15T10:13:41Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://gotosocial/users/cookie"
    ],
    "id": "http://pasture-one-actor/object/9SX7_CMelGI",
    "published": "2025-08-15T10:13:41Z",
    "content": "Image",
    "attachment": [
      {
        "type": "Image",
        "url": "http://pasture-one-actor/assets/cow.jpg",
        "mediaType": "image/jpeg",
        "name": "a cow"
      }
    ],
    "tag": [
      {
        "type": "Mention",
        "href": "http://gotosocial/users/cookie"
      }
    ]
  }
}
gotosocial
{
  "id": "01K2PKH308JXPAC2M1FXW0ET0D",
  "created_at": "2025-08-15T10:13:41.000Z",
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "language": null,
  "uri": "http://pasture-one-actor/object/9SX7_CMelGI",
  "url": "http://pasture-one-actor/object/9SX7_CMelGI",
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "favourited": false,
  "reblogged": false,
  "muted": false,
  "bookmarked": false,
  "pinned": false,
  "content": "Image",
  "reblog": null,
  "account": {
    "id": "01K2PK570GR1SPGEKVD44YKHSF",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": true,
    "discoverable": false,
    "bot": false,
    "created_at": "2025-08-15T10:07:11.900Z",
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon1.png",
    "avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon1.png",
    "header": "http://gotosocial/assets/default_header.png",
    "header_static": "http://gotosocial/assets/default_header.png",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 230,
    "last_status_at": "2025-08-15T10:13:41.000Z",
    "emojis": [],
    "fields": []
  },
  "media_attachments": [
    {
      "id": "01K2PKH3GT4MS9VT2TBQA6H7BW",
      "type": "image",
      "url": "http://gotosocial/fileserver/01K2PK570GR1SPGEKVD44YKHSF/attachment/original/01K2PKH3GT4MS9VT2TBQA6H7BW.jpg",
      "text_url": "http://gotosocial/fileserver/01K2PK570GR1SPGEKVD44YKHSF/attachment/original/01K2PKH3GT4MS9VT2TBQA6H7BW.jpg",
      "preview_url": "http://gotosocial/fileserver/01K2PK570GR1SPGEKVD44YKHSF/attachment/small/01K2PKH3GT4MS9VT2TBQA6H7BW.jpg",
      "remote_url": "http://pasture-one-actor/assets/cow.jpg",
      "preview_remote_url": null,
      "meta": {
        "original": {
          "width": 200,
          "height": 164,
          "size": "200x164",
          "aspect": 1.2195122
        },
        "small": {
          "width": 200,
          "height": 164,
          "size": "200x164",
          "aspect": 1.2195122
        },
        "focus": {
          "x": 0,
          "y": 0
        }
      },
      "description": "a cow",
      "blurhash": "LnL4d3I9?cxt_4%NR+WB%ha}Mxt7"
    }
  ],
  "mentions": [
    {
      "id": "01XMTC72S3W0BJ27XEVBSF1W9Z",
      "username": "cookie",
      "url": "http://gotosocial/@cookie",
      "acct": "cookie"
    }
  ],
  "tags": [],
  "emojis": [],
  "card": null,
  "poll": null
}

Example 2

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "http://gotosocial/users/cookie",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/activity/iLEMtRnmZwA",
  "published": "2025-08-15T10:13:42Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://gotosocial/users/cookie"
    ],
    "id": "http://pasture-one-actor/object/hLLR5lzBSLk",
    "published": "2025-08-15T10:13:42Z",
    "content": "Video",
    "attachment": [
      {
        "type": "Video",
        "url": "http://pasture-one-actor/assets/cow_eating.mp4",
        "mediaType": "video/mp4",
        "name": "a cow eating grass"
      }
    ],
    "tag": [
      {
        "type": "Mention",
        "href": "http://gotosocial/users/cookie"
      }
    ]
  }
}
gotosocial
{
  "id": "01K2PKH3ZGRFC5G1G9D1KSERZP",
  "created_at": "2025-08-15T10:13:42.000Z",
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "language": null,
  "uri": "http://pasture-one-actor/object/hLLR5lzBSLk",
  "url": "http://pasture-one-actor/object/hLLR5lzBSLk",
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "favourited": false,
  "reblogged": false,
  "muted": false,
  "bookmarked": false,
  "pinned": false,
  "content": "Video",
  "reblog": null,
  "account": {
    "id": "01K2PK570GR1SPGEKVD44YKHSF",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": true,
    "discoverable": false,
    "bot": false,
    "created_at": "2025-08-15T10:07:11.900Z",
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon1.png",
    "avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon1.png",
    "header": "http://gotosocial/assets/default_header.png",
    "header_static": "http://gotosocial/assets/default_header.png",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 231,
    "last_status_at": "2025-08-15T10:13:42.000Z",
    "emojis": [],
    "fields": []
  },
  "media_attachments": [
    {
      "id": "01K2PKH45N3CK0E0VVDMKXQY1G",
      "type": "video",
      "url": "http://gotosocial/fileserver/01K2PK570GR1SPGEKVD44YKHSF/attachment/original/01K2PKH45N3CK0E0VVDMKXQY1G.mp4",
      "text_url": "http://gotosocial/fileserver/01K2PK570GR1SPGEKVD44YKHSF/attachment/original/01K2PKH45N3CK0E0VVDMKXQY1G.mp4",
      "preview_url": "http://gotosocial/fileserver/01K2PK570GR1SPGEKVD44YKHSF/attachment/small/01K2PKH45N3CK0E0VVDMKXQY1G.jpg",
      "remote_url": "http://pasture-one-actor/assets/cow_eating.mp4",
      "preview_remote_url": null,
      "meta": {
        "original": {
          "width": 256,
          "height": 144,
          "frame_rate": "25/1",
          "duration": 3,
          "bitrate": 140376
        },
        "small": {
          "width": 256,
          "height": 144,
          "size": "256x144",
          "aspect": 1.7777778
        }
      },
      "description": "a cow eating grass",
      "blurhash": "L00000fQfQfQfQfQfQfQfQfQfQfQ"
    }
  ],
  "mentions": [
    {
      "id": "01XMTC72S3W0BJ27XEVBSF1W9Z",
      "username": "cookie",
      "url": "http://gotosocial/@cookie",
      "acct": "cookie"
    }
  ],
  "tags": [],
  "emojis": [],
  "card": null,
  "poll": null
}

Example 3

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "http://gotosocial/users/cookie",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/activity/l13h5HHbO2s",
  "published": "2025-08-15T10:13:42Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://gotosocial/users/cookie"
    ],
    "id": "http://pasture-one-actor/object/Kx8nF0FtUt0",
    "published": "2025-08-15T10:13:42Z",
    "content": "Audio",
    "attachment": [
      {
        "type": "Audio",
        "url": "http://pasture-one-actor/assets/cow_moo.mp3",
        "mediaType": "audio/mpeg",
        "name": "the moo sound of a cow"
      }
    ],
    "tag": [
      {
        "type": "Mention",
        "href": "http://gotosocial/users/cookie"
      }
    ]
  }
}
gotosocial
{
  "id": "01K2PKH3ZG8JFFTBBCKBVG9ZRA",
  "created_at": "2025-08-15T10:13:42.000Z",
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "language": null,
  "uri": "http://pasture-one-actor/object/Kx8nF0FtUt0",
  "url": "http://pasture-one-actor/object/Kx8nF0FtUt0",
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "favourited": false,
  "reblogged": false,
  "muted": false,
  "bookmarked": false,
  "pinned": false,
  "content": "Audio<hr><p><i lang=\"en\">\u2139\ufe0f Note from gotosocial: 1 attachment in this status could not be downloaded. Treat the following external link with care:</i></p><ul><li><a href=\"http://pasture-one-actor/assets/cow_moo.mp3\" rel=\"nofollow noreferrer noopener\" target=\"_blank\">cow_moo.mp3</a> [the moo sound of a cow]</li></ul>",
  "reblog": null,
  "account": {
    "id": "01K2PK570GR1SPGEKVD44YKHSF",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": true,
    "discoverable": false,
    "bot": false,
    "created_at": "2025-08-15T10:07:11.900Z",
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon1.png",
    "avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon1.png",
    "header": "http://gotosocial/assets/default_header.png",
    "header_static": "http://gotosocial/assets/default_header.png",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 232,
    "last_status_at": "2025-08-15T10:13:42.000Z",
    "emojis": [],
    "fields": []
  },
  "media_attachments": [],
  "mentions": [
    {
      "id": "01XMTC72S3W0BJ27XEVBSF1W9Z",
      "username": "cookie",
      "url": "http://gotosocial/@cookie",
      "acct": "cookie"
    }
  ],
  "tags": [],
  "emojis": [],
  "card": null,
  "poll": null
}

Example 4

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "http://gotosocial/users/cookie",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/activity/98pcT_Dsduw",
  "published": "2025-08-15T10:13:43Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://gotosocial/users/cookie"
    ],
    "id": "http://pasture-one-actor/object/J7vM8N2VbPk",
    "published": "2025-08-15T10:13:43Z",
    "content": "Audio as Document",
    "attachment": [
      {
        "type": "Document",
        "url": "http://pasture-one-actor/assets/cow_moo.mp3",
        "mediaType": "audio/mpeg",
        "name": "the moo sound of a cow"
      }
    ],
    "tag": [
      {
        "type": "Mention",
        "href": "http://gotosocial/users/cookie"
      }
    ]
  }
}
gotosocial
{
  "id": "01K2PKH4YRTKZ03XYCW0C2BDG6",
  "created_at": "2025-08-15T10:13:43.000Z",
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "language": null,
  "uri": "http://pasture-one-actor/object/J7vM8N2VbPk",
  "url": "http://pasture-one-actor/object/J7vM8N2VbPk",
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "favourited": false,
  "reblogged": false,
  "muted": false,
  "bookmarked": false,
  "pinned": false,
  "content": "Audio as Document<hr><p><i lang=\"en\">\u2139\ufe0f Note from gotosocial: 1 attachment in this status could not be downloaded. Treat the following external link with care:</i></p><ul><li><a href=\"http://pasture-one-actor/assets/cow_moo.mp3\" rel=\"nofollow noreferrer noopener\" target=\"_blank\">cow_moo.mp3</a> [the moo sound of a cow]</li></ul>",
  "reblog": null,
  "account": {
    "id": "01K2PK570GR1SPGEKVD44YKHSF",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": true,
    "discoverable": false,
    "bot": false,
    "created_at": "2025-08-15T10:07:11.900Z",
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon1.png",
    "avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon1.png",
    "header": "http://gotosocial/assets/default_header.png",
    "header_static": "http://gotosocial/assets/default_header.png",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 233,
    "last_status_at": "2025-08-15T10:13:43.000Z",
    "emojis": [],
    "fields": []
  },
  "media_attachments": [],
  "mentions": [
    {
      "id": "01XMTC72S3W0BJ27XEVBSF1W9Z",
      "username": "cookie",
      "url": "http://gotosocial/@cookie",
      "acct": "cookie"
    }
  ],
  "tags": [],
  "emojis": [],
  "card": null,
  "poll": null
}

Example 5

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "http://gotosocial/users/cookie",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/activity/IO0Woo9YQ58",
  "published": "2025-08-15T10:13:44Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://gotosocial/users/cookie"
    ],
    "id": "http://pasture-one-actor/object/Jwr4GRxrlkQ",
    "published": "2025-08-15T10:13:44Z",
    "content": "Link",
    "attachment": {
      "href": "https://funfedi.dev",
      "type": "Link"
    },
    "tag": [
      {
        "type": "Mention",
        "href": "http://gotosocial/users/cookie"
      }
    ]
  }
}
gotosocial
{
  "id": "01K2PKH5Y0E7BK27DG1GA2ECR2",
  "created_at": "2025-08-15T10:13:44.000Z",
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "language": null,
  "uri": "http://pasture-one-actor/object/Jwr4GRxrlkQ",
  "url": "http://pasture-one-actor/object/Jwr4GRxrlkQ",
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "favourited": false,
  "reblogged": false,
  "muted": false,
  "bookmarked": false,
  "pinned": false,
  "content": "Link",
  "reblog": null,
  "account": {
    "id": "01K2PK570GR1SPGEKVD44YKHSF",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": true,
    "discoverable": false,
    "bot": false,
    "created_at": "2025-08-15T10:07:11.900Z",
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon1.png",
    "avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon1.png",
    "header": "http://gotosocial/assets/default_header.png",
    "header_static": "http://gotosocial/assets/default_header.png",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 234,
    "last_status_at": "2025-08-15T10:13:44.000Z",
    "emojis": [],
    "fields": []
  },
  "media_attachments": [],
  "mentions": [
    {
      "id": "01XMTC72S3W0BJ27XEVBSF1W9Z",
      "username": "cookie",
      "url": "http://gotosocial/@cookie",
      "acct": "cookie"
    }
  ],
  "tags": [],
  "emojis": [],
  "card": null,
  "poll": null
}

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://gotosocial/users/cookie",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/activity/D6MlWlCREMQ",
  "published": "2025-08-15T10:13:44Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://gotosocial/users/cookie"
    ],
    "id": "http://pasture-one-actor/object/PPWFMIy1xxs",
    "published": "2025-08-15T10:13:44Z",
    "content": "Payment Link, see FEP-0ea0",
    "attachment": {
      "type": "Link",
      "name": "Donate",
      "href": "payto://iban/DE75512108001245126199",
      "rel": "payment"
    },
    "tag": [
      {
        "type": "Mention",
        "href": "http://gotosocial/users/cookie"
      }
    ]
  }
}
gotosocial
{
  "id": "01K2PKH5Y08DX0EWCF1EBRT5MV",
  "created_at": "2025-08-15T10:13:44.000Z",
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "language": null,
  "uri": "http://pasture-one-actor/object/PPWFMIy1xxs",
  "url": "http://pasture-one-actor/object/PPWFMIy1xxs",
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "favourited": false,
  "reblogged": false,
  "muted": false,
  "bookmarked": false,
  "pinned": false,
  "content": "Payment Link, see FEP-0ea0",
  "reblog": null,
  "account": {
    "id": "01K2PK570GR1SPGEKVD44YKHSF",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": true,
    "discoverable": false,
    "bot": false,
    "created_at": "2025-08-15T10:07:11.900Z",
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon1.png",
    "avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon1.png",
    "header": "http://gotosocial/assets/default_header.png",
    "header_static": "http://gotosocial/assets/default_header.png",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 235,
    "last_status_at": "2025-08-15T10:13:44.000Z",
    "emojis": [],
    "fields": []
  },
  "media_attachments": [],
  "mentions": [
    {
      "id": "01XMTC72S3W0BJ27XEVBSF1W9Z",
      "username": "cookie",
      "url": "http://gotosocial/@cookie",
      "acct": "cookie"
    }
  ],
  "tags": [],
  "emojis": [],
  "card": null,
  "poll": null
}

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://gotosocial/users/cookie",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/activity/hFtX6nI6CdU",
  "published": "2025-08-15T10:13:45Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://gotosocial/users/cookie"
    ],
    "id": "http://pasture-one-actor/object/qqU2T80gjGA",
    "published": "2025-08-15T10:13:45Z",
    "content": "Text document",
    "attachment": {
      "type": "Document",
      "name": "text document",
      "url": "http://pasture-one-actor/assets/sample.txt"
    },
    "tag": [
      {
        "type": "Mention",
        "href": "http://gotosocial/users/cookie"
      }
    ]
  }
}
gotosocial
{
  "id": "01K2PKH6X8GX4EJV1Z75BKBQ31",
  "created_at": "2025-08-15T10:13:45.000Z",
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "language": null,
  "uri": "http://pasture-one-actor/object/qqU2T80gjGA",
  "url": "http://pasture-one-actor/object/qqU2T80gjGA",
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "favourited": false,
  "reblogged": false,
  "muted": false,
  "bookmarked": false,
  "pinned": false,
  "content": "Text document<hr><p><i lang=\"en\">\u2139\ufe0f Note from gotosocial: 1 attachment in this status could not be downloaded. Treat the following external link with care:</i></p><ul><li><a href=\"http://pasture-one-actor/assets/sample.txt\" rel=\"nofollow noreferrer noopener\" target=\"_blank\">sample.txt</a> [text document]</li></ul>",
  "reblog": null,
  "account": {
    "id": "01K2PK570GR1SPGEKVD44YKHSF",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": true,
    "discoverable": false,
    "bot": false,
    "created_at": "2025-08-15T10:07:11.900Z",
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon1.png",
    "avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon1.png",
    "header": "http://gotosocial/assets/default_header.png",
    "header_static": "http://gotosocial/assets/default_header.png",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 236,
    "last_status_at": "2025-08-15T10:13:45.000Z",
    "emojis": [],
    "fields": []
  },
  "media_attachments": [],
  "mentions": [
    {
      "id": "01XMTC72S3W0BJ27XEVBSF1W9Z",
      "username": "cookie",
      "url": "http://gotosocial/@cookie",
      "acct": "cookie"
    }
  ],
  "tags": [],
  "emojis": [],
  "card": null,
  "poll": null
}

Example 8

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "http://gotosocial/users/cookie",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/activity/JwA8xR_e4ig",
  "published": "2025-08-15T10:13:46Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://gotosocial/users/cookie"
    ],
    "id": "http://pasture-one-actor/object/V7yGEOdeOgM",
    "published": "2025-08-15T10:13:46Z",
    "content": "Text document, href instead of url",
    "attachment": {
      "type": "Document",
      "name": "text document",
      "href": "http://pasture-one-actor/assets/sample.txt"
    },
    "tag": [
      {
        "type": "Mention",
        "href": "http://gotosocial/users/cookie"
      }
    ]
  }
}
gotosocial
{
  "id": "01K2PKH7WGFD5E2MWHWZHAFS36",
  "created_at": "2025-08-15T10:13:46.000Z",
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "language": null,
  "uri": "http://pasture-one-actor/object/V7yGEOdeOgM",
  "url": "http://pasture-one-actor/object/V7yGEOdeOgM",
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "favourited": false,
  "reblogged": false,
  "muted": false,
  "bookmarked": false,
  "pinned": false,
  "content": "Text document, href instead of url",
  "reblog": null,
  "account": {
    "id": "01K2PK570GR1SPGEKVD44YKHSF",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": true,
    "discoverable": false,
    "bot": false,
    "created_at": "2025-08-15T10:07:11.900Z",
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon1.png",
    "avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon1.png",
    "header": "http://gotosocial/assets/default_header.png",
    "header_static": "http://gotosocial/assets/default_header.png",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 237,
    "last_status_at": "2025-08-15T10:13:46.000Z",
    "emojis": [],
    "fields": []
  },
  "media_attachments": [],
  "mentions": [
    {
      "id": "01XMTC72S3W0BJ27XEVBSF1W9Z",
      "username": "cookie",
      "url": "http://gotosocial/@cookie",
      "acct": "cookie"
    }
  ],
  "tags": [],
  "emojis": [],
  "card": null,
  "poll": null
}

Example 9

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "http://gotosocial/users/cookie",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/activity/iM5qm6wkxvo",
  "published": "2025-08-15T10:13:46Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://gotosocial/users/cookie"
    ],
    "id": "http://pasture-one-actor/object/JNUFXaBzk8Y",
    "published": "2025-08-15T10:13:46Z",
    "content": "attached note",
    "attachment": {
      "type": "Note",
      "attributedTo": "http://pasture-one-actor/actor",
      "name": "attached note",
      "content": "This is just a note",
      "published": "2024-03-06T07:23:56Z"
    },
    "tag": [
      {
        "type": "Mention",
        "href": "http://gotosocial/users/cookie"
      }
    ]
  }
}
gotosocial
{
  "id": "01K2PKH7WGB71KRWKZFRAV8AZ1",
  "created_at": "2025-08-15T10:13:46.000Z",
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "language": null,
  "uri": "http://pasture-one-actor/object/JNUFXaBzk8Y",
  "url": "http://pasture-one-actor/object/JNUFXaBzk8Y",
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "favourited": false,
  "reblogged": false,
  "muted": false,
  "bookmarked": false,
  "pinned": false,
  "content": "attached note",
  "reblog": null,
  "account": {
    "id": "01K2PK570GR1SPGEKVD44YKHSF",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": true,
    "discoverable": false,
    "bot": false,
    "created_at": "2025-08-15T10:07:11.900Z",
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon1.png",
    "avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon1.png",
    "header": "http://gotosocial/assets/default_header.png",
    "header_static": "http://gotosocial/assets/default_header.png",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 238,
    "last_status_at": "2025-08-15T10:13:46.000Z",
    "emojis": [],
    "fields": []
  },
  "media_attachments": [],
  "mentions": [
    {
      "id": "01XMTC72S3W0BJ27XEVBSF1W9Z",
      "username": "cookie",
      "url": "http://gotosocial/@cookie",
      "acct": "cookie"
    }
  ],
  "tags": [],
  "emojis": [],
  "card": null,
  "poll": null
}

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://gotosocial/users/cookie",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/activity/FYDIqNXZ6Bc",
  "published": "2025-08-15T10:13:47Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://gotosocial/users/cookie"
    ],
    "id": "http://pasture-one-actor/object/_Dn1R_eoC54",
    "published": "2025-08-15T10:13:47Z",
    "content": "Recipe",
    "attachment": {
      "@context": "https://schema.org/docs/jsonldcontext.jsonld",
      "@type": "Recipe",
      "name": "Peanut Butter and Jelly Sandwich",
      "recipeIngredient": [
        "Bread",
        "Peanut Butter",
        "Raspberry Jam",
        "Coffee (optional)"
      ],
      "recipeCategory": "Breakfast",
      "recipeInstructions": [
        {
          "@type": "HowToStep",
          "text": "Take a slice of bread and put it on a plate"
        },
        {
          "@type": "HowToStep",
          "text": "Spread peanut butter on the bread"
        },
        {
          "@type": "HowToStep",
          "text": "Spread raspberry jam on top of the peanut butter"
        },
        {
          "@type": "HowToStep",
          "text": "Eat your PB&J Sandwich and drink your coffee if you have it"
        },
        {
          "@type": "HowToStep",
          "text": "Check if you are still hungry, if yes a repeat step 1"
        }
      ]
    },
    "tag": [
      {
        "type": "Mention",
        "href": "http://gotosocial/users/cookie"
      }
    ]
  }
}
gotosocial
{
  "id": "01K2PKH8VR5YFFY9J0MNBXZ943",
  "created_at": "2025-08-15T10:13:47.000Z",
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "language": null,
  "uri": "http://pasture-one-actor/object/_Dn1R_eoC54",
  "url": "http://pasture-one-actor/object/_Dn1R_eoC54",
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "favourited": false,
  "reblogged": false,
  "muted": false,
  "bookmarked": false,
  "pinned": false,
  "content": "Recipe",
  "reblog": null,
  "account": {
    "id": "01K2PK570GR1SPGEKVD44YKHSF",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": true,
    "discoverable": false,
    "bot": false,
    "created_at": "2025-08-15T10:07:11.900Z",
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon1.png",
    "avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon1.png",
    "header": "http://gotosocial/assets/default_header.png",
    "header_static": "http://gotosocial/assets/default_header.png",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 239,
    "last_status_at": "2025-08-15T10:13:47.000Z",
    "emojis": [],
    "fields": []
  },
  "media_attachments": [],
  "mentions": [
    {
      "id": "01XMTC72S3W0BJ27XEVBSF1W9Z",
      "username": "cookie",
      "url": "http://gotosocial/@cookie",
      "acct": "cookie"
    }
  ],
  "tags": [],
  "emojis": [],
  "card": null,
  "poll": null
}

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://gotosocial/users/cookie",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/activity/XK5pQGEFw60",
  "published": "2025-08-15T10:13:48Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://gotosocial/users/cookie"
    ],
    "id": "http://pasture-one-actor/object/9er86KUwzjQ",
    "published": "2025-08-15T10:13:48Z",
    "content": "10 images",
    "attachment": [
      {
        "type": "Document",
        "url": "http://pasture-one-actor/images/101.png"
      },
      {
        "type": "Document",
        "url": "http://pasture-one-actor/images/102.png"
      },
      {
        "type": "Document",
        "url": "http://pasture-one-actor/images/103.png"
      },
      {
        "type": "Document",
        "url": "http://pasture-one-actor/images/104.png"
      },
      {
        "type": "Document",
        "url": "http://pasture-one-actor/images/105.png"
      },
      {
        "type": "Document",
        "url": "http://pasture-one-actor/images/106.png"
      },
      {
        "type": "Document",
        "url": "http://pasture-one-actor/images/107.png"
      },
      {
        "type": "Document",
        "url": "http://pasture-one-actor/images/108.png"
      },
      {
        "type": "Document",
        "url": "http://pasture-one-actor/images/109.png"
      },
      {
        "type": "Document",
        "url": "http://pasture-one-actor/images/1010.png"
      }
    ],
    "tag": [
      {
        "type": "Mention",
        "href": "http://gotosocial/users/cookie"
      }
    ]
  }
}
gotosocial
{
  "id": "01K2PKH9V0DVSH1XMGZH6NC945",
  "created_at": "2025-08-15T10:13:48.000Z",
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "language": null,
  "uri": "http://pasture-one-actor/object/9er86KUwzjQ",
  "url": "http://pasture-one-actor/object/9er86KUwzjQ",
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "favourited": false,
  "reblogged": false,
  "muted": false,
  "bookmarked": false,
  "pinned": false,
  "content": "10 images",
  "reblog": null,
  "account": {
    "id": "01K2PK570GR1SPGEKVD44YKHSF",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": true,
    "discoverable": false,
    "bot": false,
    "created_at": "2025-08-15T10:07:11.900Z",
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon1.png",
    "avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon1.png",
    "header": "http://gotosocial/assets/default_header.png",
    "header_static": "http://gotosocial/assets/default_header.png",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 240,
    "last_status_at": "2025-08-15T10:13:48.000Z",
    "emojis": [],
    "fields": []
  },
  "media_attachments": [
    {
      "id": "01K2PKHA3PZ6G80Q2RXB078VMA",
      "type": "image",
      "url": "http://gotosocial/fileserver/01K2PK570GR1SPGEKVD44YKHSF/attachment/original/01K2PKHA3PZ6G80Q2RXB078VMA.png",
      "text_url": "http://gotosocial/fileserver/01K2PK570GR1SPGEKVD44YKHSF/attachment/original/01K2PKHA3PZ6G80Q2RXB078VMA.png",
      "preview_url": "http://gotosocial/fileserver/01K2PK570GR1SPGEKVD44YKHSF/attachment/small/01K2PKHA3PZ6G80Q2RXB078VMA.jpg",
      "remote_url": "http://pasture-one-actor/images/101.png",
      "preview_remote_url": null,
      "meta": {
        "original": {
          "width": 40,
          "height": 40,
          "size": "40x40",
          "aspect": 1
        },
        "small": {
          "width": 40,
          "height": 40,
          "size": "40x40",
          "aspect": 1
        },
        "focus": {
          "x": 0,
          "y": 0
        }
      },
      "description": null,
      "blurhash": "L6LYKq_FfQ_F_FkAfQkAfQfQfQfQ"
    },
    {
      "id": "01K2PKHA3WJCCZA80Z15RSV60T",
      "type": "image",
      "url": "http://gotosocial/fileserver/01K2PK570GR1SPGEKVD44YKHSF/attachment/original/01K2PKHA3WJCCZA80Z15RSV60T.png",
      "text_url": "http://gotosocial/fileserver/01K2PK570GR1SPGEKVD44YKHSF/attachment/original/01K2PKHA3WJCCZA80Z15RSV60T.png",
      "preview_url": "http://gotosocial/fileserver/01K2PK570GR1SPGEKVD44YKHSF/attachment/small/01K2PKHA3WJCCZA80Z15RSV60T.jpg",
      "remote_url": "http://pasture-one-actor/images/102.png",
      "preview_remote_url": null,
      "meta": {
        "original": {
          "width": 40,
          "height": 40,
          "size": "40x40",
          "aspect": 1
        },
        "small": {
          "width": 40,
          "height": 40,
          "size": "40x40",
          "aspect": 1
        },
        "focus": {
          "x": 0,
          "y": 0
        }
      },
      "description": null,
      "blurhash": "L6OW6P~QfQ~Q~QoKfQoKfQfQfQfQ"
    },
    {
      "id": "01K2PKHA42TASV01D8KFYAC7C1",
      "type": "image",
      "url": "http://gotosocial/fileserver/01K2PK570GR1SPGEKVD44YKHSF/attachment/original/01K2PKHA42TASV01D8KFYAC7C1.png",
      "text_url": "http://gotosocial/fileserver/01K2PK570GR1SPGEKVD44YKHSF/attachment/original/01K2PKHA42TASV01D8KFYAC7C1.png",
      "preview_url": "http://gotosocial/fileserver/01K2PK570GR1SPGEKVD44YKHSF/attachment/small/01K2PKHA42TASV01D8KFYAC7C1.jpg",
      "remote_url": "http://pasture-one-actor/images/103.png",
      "preview_remote_url": null,
      "meta": {
        "original": {
          "width": 40,
          "height": 40,
          "size": "40x40",
          "aspect": 1
        },
        "small": {
          "width": 40,
          "height": 40,
          "size": "40x40",
          "aspect": 1
        },
        "focus": {
          "x": 0,
          "y": 0
        }
      },
      "description": null,
      "blurhash": "L8N69F=kfQ=k=kjvfQjvfQfQfQfQ"
    },
    {
      "id": "01K2PKHA49G8GX3VWS2CFJBEQP",
      "type": "image",
      "url": "http://gotosocial/fileserver/01K2PK570GR1SPGEKVD44YKHSF/attachment/original/01K2PKHA49G8GX3VWS2CFJBEQP.png",
      "text_url": "http://gotosocial/fileserver/01K2PK570GR1SPGEKVD44YKHSF/attachment/original/01K2PKHA49G8GX3VWS2CFJBEQP.png",
      "preview_url": "http://gotosocial/fileserver/01K2PK570GR1SPGEKVD44YKHSF/attachment/small/01K2PKHA49G8GX3VWS2CFJBEQP.jpg",
      "remote_url": "http://pasture-one-actor/images/104.png",
      "preview_remote_url": null,
      "meta": {
        "original": {
          "width": 40,
          "height": 40,
          "size": "40x40",
          "aspect": 1
        },
        "small": {
          "width": 40,
          "height": 40,
          "size": "40x40",
          "aspect": 1
        },
        "focus": {
          "x": 0,
          "y": 0
        }
      },
      "description": null,
      "blurhash": "L9Jnf].hfQ.h.hkBfQkBfQfQfQfQ"
    },
    {
      "id": "01K2PKHA4HZ538Q9239PZ467PM",
      "type": "image",
      "url": "http://gotosocial/fileserver/01K2PK570GR1SPGEKVD44YKHSF/attachment/original/01K2PKHA4HZ538Q9239PZ467PM.png",
      "text_url": "http://gotosocial/fileserver/01K2PK570GR1SPGEKVD44YKHSF/attachment/original/01K2PKHA4HZ538Q9239PZ467PM.png",
      "preview_url": "http://gotosocial/fileserver/01K2PK570GR1SPGEKVD44YKHSF/attachment/small/01K2PKHA4HZ538Q9239PZ467PM.jpg",
      "remote_url": "http://pasture-one-actor/images/105.png",
      "preview_remote_url": null,
      "meta": {
        "original": {
          "width": 40,
          "height": 40,
          "size": "40x40",
          "aspect": 1
        },
        "small": {
          "width": 40,
          "height": 40,
          "size": "40x40",
          "aspect": 1
        },
        "focus": {
          "x": 0,
          "y": 0
        }
      },
      "description": null,
      "blurhash": "L5MNk{}pfQ}p}poKfQoKfQfQfQfQ"
    },
    {
      "id": "01K2PKHA4S3SDW4ZWYYCQBP0X5",
      "type": "image",
      "url": "http://gotosocial/fileserver/01K2PK570GR1SPGEKVD44YKHSF/attachment/original/01K2PKHA4S3SDW4ZWYYCQBP0X5.png",
      "text_url": "http://gotosocial/fileserver/01K2PK570GR1SPGEKVD44YKHSF/attachment/original/01K2PKHA4S3SDW4ZWYYCQBP0X5.png",
      "preview_url": "http://gotosocial/fileserver/01K2PK570GR1SPGEKVD44YKHSF/attachment/small/01K2PKHA4S3SDW4ZWYYCQBP0X5.jpg",
      "remote_url": "http://pasture-one-actor/images/106.png",
      "preview_remote_url": null,
      "meta": {
        "original": {
          "width": 40,
          "height": 40,
          "size": "40x40",
          "aspect": 1
        },
        "small": {
          "width": 40,
          "height": 40,
          "size": "40x40",
          "aspect": 1
        },
        "focus": {
          "x": 0,
          "y": 0
        }
      },
      "description": null,
      "blurhash": "L9GpVL*CfQ*C*CkAfQkAfQfQfQfQ"
    },
    {
      "id": "01K2PKHA559VJCHR6WTW171FHG",
      "type": "image",
      "url": "http://gotosocial/fileserver/01K2PK570GR1SPGEKVD44YKHSF/attachment/original/01K2PKHA559VJCHR6WTW171FHG.png",
      "text_url": "http://gotosocial/fileserver/01K2PK570GR1SPGEKVD44YKHSF/attachment/original/01K2PKHA559VJCHR6WTW171FHG.png",
      "preview_url": "http://gotosocial/fileserver/01K2PK570GR1SPGEKVD44YKHSF/attachment/small/01K2PKHA559VJCHR6WTW171FHG.jpg",
      "remote_url": "http://pasture-one-actor/images/107.png",
      "preview_remote_url": null,
      "meta": {
        "original": {
          "width": 40,
          "height": 40,
          "size": "40x40",
          "aspect": 1
        },
        "small": {
          "width": 40,
          "height": 40,
          "size": "40x40",
          "aspect": 1
        },
        "focus": {
          "x": 0,
          "y": 0
        }
      },
      "description": null,
      "blurhash": "L000G1fofQfofofRfQfRfQfQfQfQ"
    },
    {
      "id": "01K2PKHA5DWD3K4RJ228KSGVR8",
      "type": "image",
      "url": "http://gotosocial/fileserver/01K2PK570GR1SPGEKVD44YKHSF/attachment/original/01K2PKHA5DWD3K4RJ228KSGVR8.png",
      "text_url": "http://gotosocial/fileserver/01K2PK570GR1SPGEKVD44YKHSF/attachment/original/01K2PKHA5DWD3K4RJ228KSGVR8.png",
      "preview_url": "http://gotosocial/fileserver/01K2PK570GR1SPGEKVD44YKHSF/attachment/small/01K2PKHA5DWD3K4RJ228KSGVR8.jpg",
      "remote_url": "http://pasture-one-actor/images/108.png",
      "preview_remote_url": null,
      "meta": {
        "original": {
          "width": 40,
          "height": 40,
          "size": "40x40",
          "aspect": 1
        },
        "small": {
          "width": 40,
          "height": 40,
          "size": "40x40",
          "aspect": 1
        },
        "focus": {
          "x": 0,
          "y": 0
        }
      },
      "description": null,
      "blurhash": "L93nmkkcfQkckcflfQflfQfQfQfQ"
    },
    {
      "id": "01K2PKHA5M3AY8J88N33Q2T6RC",
      "type": "image",
      "url": "http://gotosocial/fileserver/01K2PK570GR1SPGEKVD44YKHSF/attachment/original/01K2PKHA5M3AY8J88N33Q2T6RC.png",
      "text_url": "http://gotosocial/fileserver/01K2PK570GR1SPGEKVD44YKHSF/attachment/original/01K2PKHA5M3AY8J88N33Q2T6RC.png",
      "preview_url": "http://gotosocial/fileserver/01K2PK570GR1SPGEKVD44YKHSF/attachment/small/01K2PKHA5M3AY8J88N33Q2T6RC.jpg",
      "remote_url": "http://pasture-one-actor/images/109.png",
      "preview_remote_url": null,
      "meta": {
        "original": {
          "width": 40,
          "height": 40,
          "size": "40x40",
          "aspect": 1
        },
        "small": {
          "width": 40,
          "height": 40,
          "size": "40x40",
          "aspect": 1
        },
        "focus": {
          "x": 0,
          "y": 0
        }
      },
      "description": null,
      "blurhash": "L8RKuQ~6fQ~6~6oKfQoKfQfQfQfQ"
    },
    {
      "id": "01K2PKHA616B2N72BVA661T28D",
      "type": "image",
      "url": "http://gotosocial/fileserver/01K2PK570GR1SPGEKVD44YKHSF/attachment/original/01K2PKHA616B2N72BVA661T28D.png",
      "text_url": "http://gotosocial/fileserver/01K2PK570GR1SPGEKVD44YKHSF/attachment/original/01K2PKHA616B2N72BVA661T28D.png",
      "preview_url": "http://gotosocial/fileserver/01K2PK570GR1SPGEKVD44YKHSF/attachment/small/01K2PKHA616B2N72BVA661T28D.jpg",
      "remote_url": "http://pasture-one-actor/images/1010.png",
      "preview_remote_url": null,
      "meta": {
        "original": {
          "width": 40,
          "height": 40,
          "size": "40x40",
          "aspect": 1
        },
        "small": {
          "width": 40,
          "height": 40,
          "size": "40x40",
          "aspect": 1
        },
        "focus": {
          "x": 0,
          "y": 0
        }
      },
      "description": null,
      "blurhash": "L9T4YY}afQ}a}aoLfQoLfQfQfQfQ"
    }
  ],
  "mentions": [
    {
      "id": "01XMTC72S3W0BJ27XEVBSF1W9Z",
      "username": "cookie",
      "url": "http://gotosocial/@cookie",
      "acct": "cookie"
    }
  ],
  "tags": [],
  "emojis": [],
  "card": null,
  "poll": null
}