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": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://gotosocial/users/cookie"
  ],
  "id": "http://pasture-one-actor/activity/9Sq7LpuEXyw",
  "published": "2025-10-23T11:01:55Z",
  "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/oXPPgp5QVew",
    "published": "2025-10-23T11:01:55Z",
    "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": "01K88BQ05RSS0K1VMVA8S8XPE3",
  "created_at": "2025-10-23T11:01:55.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/oXPPgp5QVew",
  "url": "http://pasture-one-actor/object/oXPPgp5QVew",
  "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": "01K88B9DBED70DZXVFZRY6BE5H",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": true,
    "discoverable": false,
    "bot": false,
    "created_at": "2025-10-23T10:54:29.756Z",
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon6.png",
    "avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon6.png",
    "header": "http://gotosocial/assets/default_header.png",
    "header_static": "http://gotosocial/assets/default_header.png",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 293,
    "last_status_at": "2025-10-23T11:01:55.000Z",
    "emojis": [],
    "fields": []
  },
  "media_attachments": [
    {
      "id": "01K88BQ0JYVNC105A17R1PVAN5",
      "type": "image",
      "url": "http://gotosocial/fileserver/01K88B9DBED70DZXVFZRY6BE5H/attachment/original/01K88BQ0JYVNC105A17R1PVAN5.jpg",
      "text_url": "http://gotosocial/fileserver/01K88B9DBED70DZXVFZRY6BE5H/attachment/original/01K88BQ0JYVNC105A17R1PVAN5.jpg",
      "preview_url": "http://gotosocial/fileserver/01K88B9DBED70DZXVFZRY6BE5H/attachment/small/01K88BQ0JYVNC105A17R1PVAN5.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": "01QK870GYNYBKP64P81D09JF7X",
      "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": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://gotosocial/users/cookie"
  ],
  "id": "http://pasture-one-actor/activity/A78fhBRGCeg",
  "published": "2025-10-23T11:01:55Z",
  "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/K1WCjDpByDg",
    "published": "2025-10-23T11:01:55Z",
    "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": "01K88BQ05R581EB9AF6VNRCE05",
  "created_at": "2025-10-23T11:01:55.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/K1WCjDpByDg",
  "url": "http://pasture-one-actor/object/K1WCjDpByDg",
  "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": "01K88B9DBED70DZXVFZRY6BE5H",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": true,
    "discoverable": false,
    "bot": false,
    "created_at": "2025-10-23T10:54:29.756Z",
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon6.png",
    "avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon6.png",
    "header": "http://gotosocial/assets/default_header.png",
    "header_static": "http://gotosocial/assets/default_header.png",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 294,
    "last_status_at": "2025-10-23T11:01:55.000Z",
    "emojis": [],
    "fields": []
  },
  "media_attachments": [
    {
      "id": "01K88BQ150XZ1TP14ZZE6FCZGS",
      "type": "video",
      "url": "http://gotosocial/fileserver/01K88B9DBED70DZXVFZRY6BE5H/attachment/original/01K88BQ150XZ1TP14ZZE6FCZGS.mp4",
      "text_url": "http://gotosocial/fileserver/01K88B9DBED70DZXVFZRY6BE5H/attachment/original/01K88BQ150XZ1TP14ZZE6FCZGS.mp4",
      "preview_url": "http://gotosocial/fileserver/01K88B9DBED70DZXVFZRY6BE5H/attachment/small/01K88BQ150XZ1TP14ZZE6FCZGS.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": "01QK870GYNYBKP64P81D09JF7X",
      "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": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://gotosocial/users/cookie"
  ],
  "id": "http://pasture-one-actor/activity/MmR8HwIEBxQ",
  "published": "2025-10-23T11:01:56Z",
  "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/8_4cozbCxgA",
    "published": "2025-10-23T11:01:56Z",
    "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": "01K88BQ1505FVB34QEV9J5CF71",
  "created_at": "2025-10-23T11:01:56.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/8_4cozbCxgA",
  "url": "http://pasture-one-actor/object/8_4cozbCxgA",
  "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": "01K88B9DBED70DZXVFZRY6BE5H",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": true,
    "discoverable": false,
    "bot": false,
    "created_at": "2025-10-23T10:54:29.756Z",
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon6.png",
    "avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon6.png",
    "header": "http://gotosocial/assets/default_header.png",
    "header_static": "http://gotosocial/assets/default_header.png",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 295,
    "last_status_at": "2025-10-23T11:01:56.000Z",
    "emojis": [],
    "fields": []
  },
  "media_attachments": [],
  "mentions": [
    {
      "id": "01QK870GYNYBKP64P81D09JF7X",
      "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": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://gotosocial/users/cookie"
  ],
  "id": "http://pasture-one-actor/activity/c2lcLRK25Bo",
  "published": "2025-10-23T11:01:57Z",
  "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/wNxPG7dCmdc",
    "published": "2025-10-23T11:01:57Z",
    "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": "01K88BQ248AGZTGA7GJFJH39CJ",
  "created_at": "2025-10-23T11:01:57.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/wNxPG7dCmdc",
  "url": "http://pasture-one-actor/object/wNxPG7dCmdc",
  "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": "01K88B9DBED70DZXVFZRY6BE5H",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": true,
    "discoverable": false,
    "bot": false,
    "created_at": "2025-10-23T10:54:29.756Z",
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon6.png",
    "avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon6.png",
    "header": "http://gotosocial/assets/default_header.png",
    "header_static": "http://gotosocial/assets/default_header.png",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 296,
    "last_status_at": "2025-10-23T11:01:57.000Z",
    "emojis": [],
    "fields": []
  },
  "media_attachments": [],
  "mentions": [
    {
      "id": "01QK870GYNYBKP64P81D09JF7X",
      "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": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://gotosocial/users/cookie"
  ],
  "id": "http://pasture-one-actor/activity/Q8br-4HqZuM",
  "published": "2025-10-23T11:01:57Z",
  "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/wJtFu1VhV6E",
    "published": "2025-10-23T11:01:57Z",
    "content": "Link",
    "attachment": {
      "href": "https://funfedi.dev",
      "type": "Link"
    },
    "tag": [
      {
        "type": "Mention",
        "href": "http://gotosocial/users/cookie"
      }
    ]
  }
}
gotosocial
{
  "id": "01K88BQ248N0P72FXBMQKCGS0G",
  "created_at": "2025-10-23T11:01:57.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/wJtFu1VhV6E",
  "url": "http://pasture-one-actor/object/wJtFu1VhV6E",
  "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": "01K88B9DBED70DZXVFZRY6BE5H",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": true,
    "discoverable": false,
    "bot": false,
    "created_at": "2025-10-23T10:54:29.756Z",
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon6.png",
    "avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon6.png",
    "header": "http://gotosocial/assets/default_header.png",
    "header_static": "http://gotosocial/assets/default_header.png",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 297,
    "last_status_at": "2025-10-23T11:01:57.000Z",
    "emojis": [],
    "fields": []
  },
  "media_attachments": [],
  "mentions": [
    {
      "id": "01QK870GYNYBKP64P81D09JF7X",
      "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": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://gotosocial/users/cookie"
  ],
  "id": "http://pasture-one-actor/activity/pBp-Bp9prk0",
  "published": "2025-10-23T11:01:58Z",
  "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/4Wmd2lUGyOU",
    "published": "2025-10-23T11:01:58Z",
    "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": "01K88BQ33GB9DC1SP3ZN6JZYVE",
  "created_at": "2025-10-23T11:01:58.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/4Wmd2lUGyOU",
  "url": "http://pasture-one-actor/object/4Wmd2lUGyOU",
  "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": "01K88B9DBED70DZXVFZRY6BE5H",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": true,
    "discoverable": false,
    "bot": false,
    "created_at": "2025-10-23T10:54:29.756Z",
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon6.png",
    "avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon6.png",
    "header": "http://gotosocial/assets/default_header.png",
    "header_static": "http://gotosocial/assets/default_header.png",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 298,
    "last_status_at": "2025-10-23T11:01:58.000Z",
    "emojis": [],
    "fields": []
  },
  "media_attachments": [],
  "mentions": [
    {
      "id": "01QK870GYNYBKP64P81D09JF7X",
      "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": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://gotosocial/users/cookie"
  ],
  "id": "http://pasture-one-actor/activity/rX4Ikqyb9Ng",
  "published": "2025-10-23T11:01:58Z",
  "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/uvA5-AKX8Uc",
    "published": "2025-10-23T11:01:58Z",
    "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": "01K88BQ33GFXBQG5M9JYXPWD9E",
  "created_at": "2025-10-23T11:01:58.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/uvA5-AKX8Uc",
  "url": "http://pasture-one-actor/object/uvA5-AKX8Uc",
  "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": "01K88B9DBED70DZXVFZRY6BE5H",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": true,
    "discoverable": false,
    "bot": false,
    "created_at": "2025-10-23T10:54:29.756Z",
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon6.png",
    "avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon6.png",
    "header": "http://gotosocial/assets/default_header.png",
    "header_static": "http://gotosocial/assets/default_header.png",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 299,
    "last_status_at": "2025-10-23T11:01:58.000Z",
    "emojis": [],
    "fields": []
  },
  "media_attachments": [],
  "mentions": [
    {
      "id": "01QK870GYNYBKP64P81D09JF7X",
      "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": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://gotosocial/users/cookie"
  ],
  "id": "http://pasture-one-actor/activity/Ko_1ORiLuPM",
  "published": "2025-10-23T11:01:59Z",
  "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/JOAm1_cLvvg",
    "published": "2025-10-23T11:01:59Z",
    "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": "01K88BQ42RBM73Z0ZS75SXCYAZ",
  "created_at": "2025-10-23T11:01:59.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/JOAm1_cLvvg",
  "url": "http://pasture-one-actor/object/JOAm1_cLvvg",
  "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": "01K88B9DBED70DZXVFZRY6BE5H",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": true,
    "discoverable": false,
    "bot": false,
    "created_at": "2025-10-23T10:54:29.756Z",
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon6.png",
    "avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon6.png",
    "header": "http://gotosocial/assets/default_header.png",
    "header_static": "http://gotosocial/assets/default_header.png",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 300,
    "last_status_at": "2025-10-23T11:01:59.000Z",
    "emojis": [],
    "fields": []
  },
  "media_attachments": [],
  "mentions": [
    {
      "id": "01QK870GYNYBKP64P81D09JF7X",
      "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": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://gotosocial/users/cookie"
  ],
  "id": "http://pasture-one-actor/activity/9KoIeSVGhBU",
  "published": "2025-10-23T11:01:59Z",
  "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/MouC1IuDL20",
    "published": "2025-10-23T11:01:59Z",
    "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": "01K88BQ42RWPA0B6MYAN23VR17",
  "created_at": "2025-10-23T11:01:59.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/MouC1IuDL20",
  "url": "http://pasture-one-actor/object/MouC1IuDL20",
  "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": "01K88B9DBED70DZXVFZRY6BE5H",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": true,
    "discoverable": false,
    "bot": false,
    "created_at": "2025-10-23T10:54:29.756Z",
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon6.png",
    "avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon6.png",
    "header": "http://gotosocial/assets/default_header.png",
    "header_static": "http://gotosocial/assets/default_header.png",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 301,
    "last_status_at": "2025-10-23T11:01:59.000Z",
    "emojis": [],
    "fields": []
  },
  "media_attachments": [],
  "mentions": [
    {
      "id": "01QK870GYNYBKP64P81D09JF7X",
      "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": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://gotosocial/users/cookie"
  ],
  "id": "http://pasture-one-actor/activity/vfdGjoqL_uk",
  "published": "2025-10-23T11:02:00Z",
  "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/cpGG6je5i9A",
    "published": "2025-10-23T11:02:00Z",
    "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": "01K88BQ5202BM8X2Z25V27AMN3",
  "created_at": "2025-10-23T11:02:00.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/cpGG6je5i9A",
  "url": "http://pasture-one-actor/object/cpGG6je5i9A",
  "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": "01K88B9DBED70DZXVFZRY6BE5H",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": true,
    "discoverable": false,
    "bot": false,
    "created_at": "2025-10-23T10:54:29.756Z",
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon6.png",
    "avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon6.png",
    "header": "http://gotosocial/assets/default_header.png",
    "header_static": "http://gotosocial/assets/default_header.png",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 302,
    "last_status_at": "2025-10-23T11:02:00.000Z",
    "emojis": [],
    "fields": []
  },
  "media_attachments": [],
  "mentions": [
    {
      "id": "01QK870GYNYBKP64P81D09JF7X",
      "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": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://gotosocial/users/cookie"
  ],
  "id": "http://pasture-one-actor/activity/GrgbtQtIbIM",
  "published": "2025-10-23T11:02:01Z",
  "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/-B6uB6DLoT0",
    "published": "2025-10-23T11:02:01Z",
    "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": "01K88BQ618G6NWPDJM0G4RD98J",
  "created_at": "2025-10-23T11:02:01.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/-B6uB6DLoT0",
  "url": "http://pasture-one-actor/object/-B6uB6DLoT0",
  "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": "01K88B9DBED70DZXVFZRY6BE5H",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": true,
    "discoverable": false,
    "bot": false,
    "created_at": "2025-10-23T10:54:29.756Z",
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon6.png",
    "avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon6.png",
    "header": "http://gotosocial/assets/default_header.png",
    "header_static": "http://gotosocial/assets/default_header.png",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 303,
    "last_status_at": "2025-10-23T11:02:01.000Z",
    "emojis": [],
    "fields": []
  },
  "media_attachments": [
    {
      "id": "01K88BQ64WYRTBS38KPZZJZT8P",
      "type": "image",
      "url": "http://gotosocial/fileserver/01K88B9DBED70DZXVFZRY6BE5H/attachment/original/01K88BQ64WYRTBS38KPZZJZT8P.png",
      "text_url": "http://gotosocial/fileserver/01K88B9DBED70DZXVFZRY6BE5H/attachment/original/01K88BQ64WYRTBS38KPZZJZT8P.png",
      "preview_url": "http://gotosocial/fileserver/01K88B9DBED70DZXVFZRY6BE5H/attachment/small/01K88BQ64WYRTBS38KPZZJZT8P.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": "L8R7|-}XfQ}X}XoKfQoKfQfQfQfQ"
    },
    {
      "id": "01K88BQ653RY8G8WRMGGM3PGG8",
      "type": "image",
      "url": "http://gotosocial/fileserver/01K88B9DBED70DZXVFZRY6BE5H/attachment/original/01K88BQ653RY8G8WRMGGM3PGG8.png",
      "text_url": "http://gotosocial/fileserver/01K88B9DBED70DZXVFZRY6BE5H/attachment/original/01K88BQ653RY8G8WRMGGM3PGG8.png",
      "preview_url": "http://gotosocial/fileserver/01K88B9DBED70DZXVFZRY6BE5H/attachment/small/01K88BQ653RY8G8WRMGGM3PGG8.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": "L8RRXW}WfQ}W}WoKfQoKfQfQfQfQ"
    },
    {
      "id": "01K88BQ65BXQKJ3H71BGPPZPX0",
      "type": "image",
      "url": "http://gotosocial/fileserver/01K88B9DBED70DZXVFZRY6BE5H/attachment/original/01K88BQ65BXQKJ3H71BGPPZPX0.png",
      "text_url": "http://gotosocial/fileserver/01K88B9DBED70DZXVFZRY6BE5H/attachment/original/01K88BQ65BXQKJ3H71BGPPZPX0.png",
      "preview_url": "http://gotosocial/fileserver/01K88B9DBED70DZXVFZRY6BE5H/attachment/small/01K88BQ65BXQKJ3H71BGPPZPX0.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": "L9SIjQ|_fQ|_|_o1fQo1fQfQfQfQ"
    },
    {
      "id": "01K88BQ65HW4TNWQNGTJ8M9WWV",
      "type": "image",
      "url": "http://gotosocial/fileserver/01K88B9DBED70DZXVFZRY6BE5H/attachment/original/01K88BQ65HW4TNWQNGTJ8M9WWV.png",
      "text_url": "http://gotosocial/fileserver/01K88B9DBED70DZXVFZRY6BE5H/attachment/original/01K88BQ65HW4TNWQNGTJ8M9WWV.png",
      "preview_url": "http://gotosocial/fileserver/01K88B9DBED70DZXVFZRY6BE5H/attachment/small/01K88BQ65HW4TNWQNGTJ8M9WWV.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": "L4Kt^s}WfQ}W}WoKfQoKfQfQfQfQ"
    },
    {
      "id": "01K88BQ65TJPZ7W6CBFT4GAT8W",
      "type": "image",
      "url": "http://gotosocial/fileserver/01K88B9DBED70DZXVFZRY6BE5H/attachment/original/01K88BQ65TJPZ7W6CBFT4GAT8W.png",
      "text_url": "http://gotosocial/fileserver/01K88B9DBED70DZXVFZRY6BE5H/attachment/original/01K88BQ65TJPZ7W6CBFT4GAT8W.png",
      "preview_url": "http://gotosocial/fileserver/01K88B9DBED70DZXVFZRY6BE5H/attachment/small/01K88BQ65TJPZ7W6CBFT4GAT8W.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": "L6PD.~}:fQ}:}:oKfQoKfQfQfQfQ"
    },
    {
      "id": "01K88BQ66195HQSDA9APM3YKH7",
      "type": "image",
      "url": "http://gotosocial/fileserver/01K88B9DBED70DZXVFZRY6BE5H/attachment/original/01K88BQ66195HQSDA9APM3YKH7.png",
      "text_url": "http://gotosocial/fileserver/01K88B9DBED70DZXVFZRY6BE5H/attachment/original/01K88BQ66195HQSDA9APM3YKH7.png",
      "preview_url": "http://gotosocial/fileserver/01K88B9DBED70DZXVFZRY6BE5H/attachment/small/01K88BQ66195HQSDA9APM3YKH7.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": "L6P9FD|%fQ|%|%o2fQo2fQfQfQfQ"
    },
    {
      "id": "01K88BQ669E9XEQF66GKCDEHHQ",
      "type": "image",
      "url": "http://gotosocial/fileserver/01K88B9DBED70DZXVFZRY6BE5H/attachment/original/01K88BQ669E9XEQF66GKCDEHHQ.png",
      "text_url": "http://gotosocial/fileserver/01K88B9DBED70DZXVFZRY6BE5H/attachment/original/01K88BQ669E9XEQF66GKCDEHHQ.png",
      "preview_url": "http://gotosocial/fileserver/01K88B9DBED70DZXVFZRY6BE5H/attachment/small/01K88BQ669E9XEQF66GKCDEHHQ.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": "L7LF:6?]fQ?]?]kBfQkBfQfQfQfQ"
    },
    {
      "id": "01K88BQ66G9MGKWQ5WP07V018G",
      "type": "image",
      "url": "http://gotosocial/fileserver/01K88B9DBED70DZXVFZRY6BE5H/attachment/original/01K88BQ66G9MGKWQ5WP07V018G.png",
      "text_url": "http://gotosocial/fileserver/01K88B9DBED70DZXVFZRY6BE5H/attachment/original/01K88BQ66G9MGKWQ5WP07V018G.png",
      "preview_url": "http://gotosocial/fileserver/01K88B9DBED70DZXVFZRY6BE5H/attachment/small/01K88BQ66G9MGKWQ5WP07V018G.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": "L4CceE*CfQ*C*CkAfQkAfQfQfQfQ"
    },
    {
      "id": "01K88BQ66QS7PXSSDPBGQDZSVA",
      "type": "image",
      "url": "http://gotosocial/fileserver/01K88B9DBED70DZXVFZRY6BE5H/attachment/original/01K88BQ66QS7PXSSDPBGQDZSVA.png",
      "text_url": "http://gotosocial/fileserver/01K88B9DBED70DZXVFZRY6BE5H/attachment/original/01K88BQ66QS7PXSSDPBGQDZSVA.png",
      "preview_url": "http://gotosocial/fileserver/01K88B9DBED70DZXVFZRY6BE5H/attachment/small/01K88BQ66QS7PXSSDPBGQDZSVA.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": "L69yN{ucfQucuckAfQkAfQfQfQfQ"
    },
    {
      "id": "01K88BQ66ZHMGM7XTAVH4NMRZG",
      "type": "image",
      "url": "http://gotosocial/fileserver/01K88B9DBED70DZXVFZRY6BE5H/attachment/original/01K88BQ66ZHMGM7XTAVH4NMRZG.png",
      "text_url": "http://gotosocial/fileserver/01K88B9DBED70DZXVFZRY6BE5H/attachment/original/01K88BQ66ZHMGM7XTAVH4NMRZG.png",
      "preview_url": "http://gotosocial/fileserver/01K88B9DBED70DZXVFZRY6BE5H/attachment/small/01K88BQ66ZHMGM7XTAVH4NMRZG.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": "L84vX1l,fQl,l,f*fQf*fQfQfQfQ"
    }
  ],
  "mentions": [
    {
      "id": "01QK870GYNYBKP64P81D09JF7X",
      "username": "cookie",
      "url": "http://gotosocial/@cookie",
      "acct": "cookie"
    }
  ],
  "tags": [],
  "emojis": [],
  "card": null,
  "poll": null
}