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/cd2f4vriWEo",
  "published": "2025-09-01T16:45:20Z",
  "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/FkK8rqr61Ik",
    "published": "2025-09-01T16:45:20Z",
    "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": "01K432PE80ZRKTZM58QQYWBFQH",
  "created_at": "2025-09-01T16:45:20.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/FkK8rqr61Ik",
  "url": "http://pasture-one-actor/object/FkK8rqr61Ik",
  "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": "01K432AKHKDTGSPQWT577GVG51",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": true,
    "discoverable": false,
    "bot": false,
    "created_at": "2025-09-01T16:38:52.221Z",
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon3.png",
    "avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon3.png",
    "header": "http://gotosocial/assets/default_header.png",
    "header_static": "http://gotosocial/assets/default_header.png",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 245,
    "last_status_at": "2025-09-01T16:45:20.000Z",
    "emojis": [],
    "fields": []
  },
  "media_attachments": [
    {
      "id": "01K432PEFCZTHRQFCZMCZY6DK2",
      "type": "image",
      "url": "http://gotosocial/fileserver/01K432AKHKDTGSPQWT577GVG51/attachment/original/01K432PEFCZTHRQFCZMCZY6DK2.jpg",
      "text_url": "http://gotosocial/fileserver/01K432AKHKDTGSPQWT577GVG51/attachment/original/01K432PEFCZTHRQFCZMCZY6DK2.jpg",
      "preview_url": "http://gotosocial/fileserver/01K432AKHKDTGSPQWT577GVG51/attachment/small/01K432PEFCZTHRQFCZMCZY6DK2.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": "01Q27C6HW8VQDC6CMBY9ATZV0P",
      "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/4kP8qvUq52g",
  "published": "2025-09-01T16:45:20Z",
  "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/0fmfFDLJuOQ",
    "published": "2025-09-01T16:45:20Z",
    "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": "01K432PE80YR47YM6JD5495FHS",
  "created_at": "2025-09-01T16:45:20.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/0fmfFDLJuOQ",
  "url": "http://pasture-one-actor/object/0fmfFDLJuOQ",
  "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": "01K432AKHKDTGSPQWT577GVG51",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": true,
    "discoverable": false,
    "bot": false,
    "created_at": "2025-09-01T16:38:52.221Z",
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon3.png",
    "avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon3.png",
    "header": "http://gotosocial/assets/default_header.png",
    "header_static": "http://gotosocial/assets/default_header.png",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 246,
    "last_status_at": "2025-09-01T16:45:20.000Z",
    "emojis": [],
    "fields": []
  },
  "media_attachments": [
    {
      "id": "01K432PF0VP6ESN80YW1EVMZR9",
      "type": "video",
      "url": "http://gotosocial/fileserver/01K432AKHKDTGSPQWT577GVG51/attachment/original/01K432PF0VP6ESN80YW1EVMZR9.mp4",
      "text_url": "http://gotosocial/fileserver/01K432AKHKDTGSPQWT577GVG51/attachment/original/01K432PF0VP6ESN80YW1EVMZR9.mp4",
      "preview_url": "http://gotosocial/fileserver/01K432AKHKDTGSPQWT577GVG51/attachment/small/01K432PF0VP6ESN80YW1EVMZR9.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": "01Q27C6HW8VQDC6CMBY9ATZV0P",
      "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/dwWSzUvHuB0",
  "published": "2025-09-01T16:45:21Z",
  "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/pex0_h11DyQ",
    "published": "2025-09-01T16:45:21Z",
    "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": "01K432PF787JWHHKAPKFAHFCFN",
  "created_at": "2025-09-01T16:45:21.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/pex0_h11DyQ",
  "url": "http://pasture-one-actor/object/pex0_h11DyQ",
  "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": "01K432AKHKDTGSPQWT577GVG51",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": true,
    "discoverable": false,
    "bot": false,
    "created_at": "2025-09-01T16:38:52.221Z",
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon3.png",
    "avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon3.png",
    "header": "http://gotosocial/assets/default_header.png",
    "header_static": "http://gotosocial/assets/default_header.png",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 247,
    "last_status_at": "2025-09-01T16:45:21.000Z",
    "emojis": [],
    "fields": []
  },
  "media_attachments": [],
  "mentions": [
    {
      "id": "01Q27C6HW8VQDC6CMBY9ATZV0P",
      "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/dOTKoBBj-n4",
  "published": "2025-09-01T16:45:21Z",
  "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/H-YhCgmtnsA",
    "published": "2025-09-01T16:45:21Z",
    "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": "01K432PF78VPWYNCDVVT14NP7B",
  "created_at": "2025-09-01T16:45:21.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/H-YhCgmtnsA",
  "url": "http://pasture-one-actor/object/H-YhCgmtnsA",
  "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": "01K432AKHKDTGSPQWT577GVG51",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": true,
    "discoverable": false,
    "bot": false,
    "created_at": "2025-09-01T16:38:52.221Z",
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon3.png",
    "avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon3.png",
    "header": "http://gotosocial/assets/default_header.png",
    "header_static": "http://gotosocial/assets/default_header.png",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 248,
    "last_status_at": "2025-09-01T16:45:21.000Z",
    "emojis": [],
    "fields": []
  },
  "media_attachments": [],
  "mentions": [
    {
      "id": "01Q27C6HW8VQDC6CMBY9ATZV0P",
      "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/eKWNeHdD5MU",
  "published": "2025-09-01T16:45:22Z",
  "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/T-vNEAJO0f0",
    "published": "2025-09-01T16:45:22Z",
    "content": "Link",
    "attachment": {
      "href": "https://funfedi.dev",
      "type": "Link"
    },
    "tag": [
      {
        "type": "Mention",
        "href": "http://gotosocial/users/cookie"
      }
    ]
  }
}
gotosocial
{
  "id": "01K432PG6GYGD80QG03RGMY2SJ",
  "created_at": "2025-09-01T16:45:22.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/T-vNEAJO0f0",
  "url": "http://pasture-one-actor/object/T-vNEAJO0f0",
  "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": "01K432AKHKDTGSPQWT577GVG51",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": true,
    "discoverable": false,
    "bot": false,
    "created_at": "2025-09-01T16:38:52.221Z",
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon3.png",
    "avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon3.png",
    "header": "http://gotosocial/assets/default_header.png",
    "header_static": "http://gotosocial/assets/default_header.png",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 249,
    "last_status_at": "2025-09-01T16:45:22.000Z",
    "emojis": [],
    "fields": []
  },
  "media_attachments": [],
  "mentions": [
    {
      "id": "01Q27C6HW8VQDC6CMBY9ATZV0P",
      "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/KkT3NH3clgQ",
  "published": "2025-09-01T16:45:23Z",
  "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/q77zTnLWv44",
    "published": "2025-09-01T16:45:23Z",
    "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": "01K432PH5RYQD1SZEB6Q59KW5G",
  "created_at": "2025-09-01T16:45:23.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/q77zTnLWv44",
  "url": "http://pasture-one-actor/object/q77zTnLWv44",
  "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": "01K432AKHKDTGSPQWT577GVG51",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": true,
    "discoverable": false,
    "bot": false,
    "created_at": "2025-09-01T16:38:52.221Z",
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon3.png",
    "avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon3.png",
    "header": "http://gotosocial/assets/default_header.png",
    "header_static": "http://gotosocial/assets/default_header.png",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 250,
    "last_status_at": "2025-09-01T16:45:23.000Z",
    "emojis": [],
    "fields": []
  },
  "media_attachments": [],
  "mentions": [
    {
      "id": "01Q27C6HW8VQDC6CMBY9ATZV0P",
      "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/v3uAA1go514",
  "published": "2025-09-01T16:45:23Z",
  "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/n8EMiFg4ti8",
    "published": "2025-09-01T16:45:23Z",
    "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": "01K432PH5R074M0H4XMZ33EHR5",
  "created_at": "2025-09-01T16:45:23.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/n8EMiFg4ti8",
  "url": "http://pasture-one-actor/object/n8EMiFg4ti8",
  "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": "01K432AKHKDTGSPQWT577GVG51",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": true,
    "discoverable": false,
    "bot": false,
    "created_at": "2025-09-01T16:38:52.221Z",
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon3.png",
    "avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon3.png",
    "header": "http://gotosocial/assets/default_header.png",
    "header_static": "http://gotosocial/assets/default_header.png",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 251,
    "last_status_at": "2025-09-01T16:45:23.000Z",
    "emojis": [],
    "fields": []
  },
  "media_attachments": [],
  "mentions": [
    {
      "id": "01Q27C6HW8VQDC6CMBY9ATZV0P",
      "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/fZrqjrucFdM",
  "published": "2025-09-01T16:45:24Z",
  "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/SsEK0u7XkLQ",
    "published": "2025-09-01T16:45:24Z",
    "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": "01K432PJ50SMGV0FEXS3CRH447",
  "created_at": "2025-09-01T16:45:24.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/SsEK0u7XkLQ",
  "url": "http://pasture-one-actor/object/SsEK0u7XkLQ",
  "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": "01K432AKHKDTGSPQWT577GVG51",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": true,
    "discoverable": false,
    "bot": false,
    "created_at": "2025-09-01T16:38:52.221Z",
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon3.png",
    "avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon3.png",
    "header": "http://gotosocial/assets/default_header.png",
    "header_static": "http://gotosocial/assets/default_header.png",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 252,
    "last_status_at": "2025-09-01T16:45:24.000Z",
    "emojis": [],
    "fields": []
  },
  "media_attachments": [],
  "mentions": [
    {
      "id": "01Q27C6HW8VQDC6CMBY9ATZV0P",
      "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/RCLB4WRGr-U",
  "published": "2025-09-01T16:45:24Z",
  "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/hHNEyHhMowg",
    "published": "2025-09-01T16:45:24Z",
    "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": "01K432PJ50MNG96TDNXTRQX2DZ",
  "created_at": "2025-09-01T16:45:24.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/hHNEyHhMowg",
  "url": "http://pasture-one-actor/object/hHNEyHhMowg",
  "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": "01K432AKHKDTGSPQWT577GVG51",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": true,
    "discoverable": false,
    "bot": false,
    "created_at": "2025-09-01T16:38:52.221Z",
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon3.png",
    "avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon3.png",
    "header": "http://gotosocial/assets/default_header.png",
    "header_static": "http://gotosocial/assets/default_header.png",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 253,
    "last_status_at": "2025-09-01T16:45:24.000Z",
    "emojis": [],
    "fields": []
  },
  "media_attachments": [],
  "mentions": [
    {
      "id": "01Q27C6HW8VQDC6CMBY9ATZV0P",
      "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/kCcHGOPAv-Y",
  "published": "2025-09-01T16:45:25Z",
  "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/7hX7zs8w5jo",
    "published": "2025-09-01T16:45:25Z",
    "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": "01K432PK488FG3CFEQ42BDVFN4",
  "created_at": "2025-09-01T16:45:25.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/7hX7zs8w5jo",
  "url": "http://pasture-one-actor/object/7hX7zs8w5jo",
  "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": "01K432AKHKDTGSPQWT577GVG51",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": true,
    "discoverable": false,
    "bot": false,
    "created_at": "2025-09-01T16:38:52.221Z",
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon3.png",
    "avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon3.png",
    "header": "http://gotosocial/assets/default_header.png",
    "header_static": "http://gotosocial/assets/default_header.png",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 254,
    "last_status_at": "2025-09-01T16:45:25.000Z",
    "emojis": [],
    "fields": []
  },
  "media_attachments": [],
  "mentions": [
    {
      "id": "01Q27C6HW8VQDC6CMBY9ATZV0P",
      "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/z29ZyM22Ol4",
  "published": "2025-09-01T16:45:25Z",
  "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/VE-fNaKlc_U",
    "published": "2025-09-01T16:45:25Z",
    "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": "01K432PK48WCXH1DH2VXQCJVVC",
  "created_at": "2025-09-01T16:45:25.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/VE-fNaKlc_U",
  "url": "http://pasture-one-actor/object/VE-fNaKlc_U",
  "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": "01K432AKHKDTGSPQWT577GVG51",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": true,
    "discoverable": false,
    "bot": false,
    "created_at": "2025-09-01T16:38:52.221Z",
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon3.png",
    "avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon3.png",
    "header": "http://gotosocial/assets/default_header.png",
    "header_static": "http://gotosocial/assets/default_header.png",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 255,
    "last_status_at": "2025-09-01T16:45:25.000Z",
    "emojis": [],
    "fields": []
  },
  "media_attachments": [
    {
      "id": "01K432PM3FKNQ2NQ7BEDCVV3EK",
      "type": "image",
      "url": "http://gotosocial/fileserver/01K432AKHKDTGSPQWT577GVG51/attachment/original/01K432PM3FKNQ2NQ7BEDCVV3EK.png",
      "text_url": "http://gotosocial/fileserver/01K432AKHKDTGSPQWT577GVG51/attachment/original/01K432PM3FKNQ2NQ7BEDCVV3EK.png",
      "preview_url": "http://gotosocial/fileserver/01K432AKHKDTGSPQWT577GVG51/attachment/small/01K432PM3FKNQ2NQ7BEDCVV3EK.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": "L4L+kZ}IfQ}I}Io2fQo2fQfQfQfQ"
    },
    {
      "id": "01K432PM3R8TP34VJD4TRB7BWT",
      "type": "image",
      "url": "http://gotosocial/fileserver/01K432AKHKDTGSPQWT577GVG51/attachment/original/01K432PM3R8TP34VJD4TRB7BWT.png",
      "text_url": "http://gotosocial/fileserver/01K432AKHKDTGSPQWT577GVG51/attachment/original/01K432PM3R8TP34VJD4TRB7BWT.png",
      "preview_url": "http://gotosocial/fileserver/01K432AKHKDTGSPQWT577GVG51/attachment/small/01K432PM3R8TP34VJD4TRB7BWT.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": "L86rQZq7fQq7q7f%fQf%fQfQfQfQ"
    },
    {
      "id": "01K432PM3XB443SSTC13452S7A",
      "type": "image",
      "url": "http://gotosocial/fileserver/01K432AKHKDTGSPQWT577GVG51/attachment/original/01K432PM3XB443SSTC13452S7A.png",
      "text_url": "http://gotosocial/fileserver/01K432AKHKDTGSPQWT577GVG51/attachment/original/01K432PM3XB443SSTC13452S7A.png",
      "preview_url": "http://gotosocial/fileserver/01K432AKHKDTGSPQWT577GVG51/attachment/small/01K432PM3XB443SSTC13452S7A.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": "L6Ko%N?:fQ?:?:kAfQkAfQfQfQfQ"
    },
    {
      "id": "01K432PM44DEGP9NA80B4Q4FAX",
      "type": "image",
      "url": "http://gotosocial/fileserver/01K432AKHKDTGSPQWT577GVG51/attachment/original/01K432PM44DEGP9NA80B4Q4FAX.png",
      "text_url": "http://gotosocial/fileserver/01K432AKHKDTGSPQWT577GVG51/attachment/original/01K432PM44DEGP9NA80B4Q4FAX.png",
      "preview_url": "http://gotosocial/fileserver/01K432AKHKDTGSPQWT577GVG51/attachment/small/01K432PM44DEGP9NA80B4Q4FAX.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": "L2H$?P|#fQ|#|#o2fQo2fQfQfQfQ"
    },
    {
      "id": "01K432PM4AXA0SN619XX7H2B8X",
      "type": "image",
      "url": "http://gotosocial/fileserver/01K432AKHKDTGSPQWT577GVG51/attachment/original/01K432PM4AXA0SN619XX7H2B8X.png",
      "text_url": "http://gotosocial/fileserver/01K432AKHKDTGSPQWT577GVG51/attachment/original/01K432PM4AXA0SN619XX7H2B8X.png",
      "preview_url": "http://gotosocial/fileserver/01K432AKHKDTGSPQWT577GVG51/attachment/small/01K432PM4AXA0SN619XX7H2B8X.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": "L9TJGp|gfQ|g|go2fQo2fQfQfQfQ"
    },
    {
      "id": "01K432PM4HCKN2XRRQEFJE4N2R",
      "type": "image",
      "url": "http://gotosocial/fileserver/01K432AKHKDTGSPQWT577GVG51/attachment/original/01K432PM4HCKN2XRRQEFJE4N2R.png",
      "text_url": "http://gotosocial/fileserver/01K432AKHKDTGSPQWT577GVG51/attachment/original/01K432PM4HCKN2XRRQEFJE4N2R.png",
      "preview_url": "http://gotosocial/fileserver/01K432AKHKDTGSPQWT577GVG51/attachment/small/01K432PM4HCKN2XRRQEFJE4N2R.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": "L49BA8y+fQy+y+kAfQkAfQfQfQfQ"
    },
    {
      "id": "01K432PM4R8D7TRSD1GJ46XF3G",
      "type": "image",
      "url": "http://gotosocial/fileserver/01K432AKHKDTGSPQWT577GVG51/attachment/original/01K432PM4R8D7TRSD1GJ46XF3G.png",
      "text_url": "http://gotosocial/fileserver/01K432AKHKDTGSPQWT577GVG51/attachment/original/01K432PM4R8D7TRSD1GJ46XF3G.png",
      "preview_url": "http://gotosocial/fileserver/01K432AKHKDTGSPQWT577GVG51/attachment/small/01K432PM4R8D7TRSD1GJ46XF3G.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": "L9STep}JfQ}J}JoLfQoLfQfQfQfQ"
    },
    {
      "id": "01K432PM4YV9VPX8P1KJBBRCFG",
      "type": "image",
      "url": "http://gotosocial/fileserver/01K432AKHKDTGSPQWT577GVG51/attachment/original/01K432PM4YV9VPX8P1KJBBRCFG.png",
      "text_url": "http://gotosocial/fileserver/01K432AKHKDTGSPQWT577GVG51/attachment/original/01K432PM4YV9VPX8P1KJBBRCFG.png",
      "preview_url": "http://gotosocial/fileserver/01K432AKHKDTGSPQWT577GVG51/attachment/small/01K432PM4YV9VPX8P1KJBBRCFG.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": "L94*vhlVfQlVlVflfQflfQfQfQfQ"
    },
    {
      "id": "01K432PM54P36VA61G6C60BACH",
      "type": "image",
      "url": "http://gotosocial/fileserver/01K432AKHKDTGSPQWT577GVG51/attachment/original/01K432PM54P36VA61G6C60BACH.png",
      "text_url": "http://gotosocial/fileserver/01K432AKHKDTGSPQWT577GVG51/attachment/original/01K432PM54P36VA61G6C60BACH.png",
      "preview_url": "http://gotosocial/fileserver/01K432AKHKDTGSPQWT577GVG51/attachment/small/01K432PM54P36VA61G6C60BACH.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": "L9SGbV|kfQ|k|ko2fQo2fQfQfQfQ"
    },
    {
      "id": "01K432PM5A0V6N1XHJ1CNGEHV7",
      "type": "image",
      "url": "http://gotosocial/fileserver/01K432AKHKDTGSPQWT577GVG51/attachment/original/01K432PM5A0V6N1XHJ1CNGEHV7.png",
      "text_url": "http://gotosocial/fileserver/01K432AKHKDTGSPQWT577GVG51/attachment/original/01K432PM5A0V6N1XHJ1CNGEHV7.png",
      "preview_url": "http://gotosocial/fileserver/01K432AKHKDTGSPQWT577GVG51/attachment/small/01K432PM5A0V6N1XHJ1CNGEHV7.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": "L1CED4][fQ][][j]fQj]fQfQfQfQ"
    }
  ],
  "mentions": [
    {
      "id": "01Q27C6HW8VQDC6CMBY9ATZV0P",
      "username": "cookie",
      "url": "http://gotosocial/@cookie",
      "acct": "cookie"
    }
  ],
  "tags": [],
  "emojis": [],
  "card": null,
  "poll": null
}