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://mitra/users/admin"
  ],
  "id": "http://pasture-one-actor/actor/6AD4rfKxP50",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://mitra/users/admin"
    ],
    "id": "http://pasture-one-actor/actor/vwfNtZHZpJE",
    "published": "2024-08-03T15:47:53Z",
    "content": "Link",
    "attachment": {
      "href": "https://funfedi.dev",
      "type": "Link"
    }
  }
}
mitra
{
  "id": "019118ed-1152-6453-dc50-e85035a3ce47",
  "uri": "http://pasture-one-actor/actor/vwfNtZHZpJE",
  "url": null,
  "created_at": "2024-08-03T15:47:53Z",
  "edited_at": null,
  "account": {
    "id": "019118e7-ded9-7460-3eab-e229fb6ef7d0",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "actor_id": "http://pasture-one-actor/actor",
    "url": "http://pasture-one-actor/actor",
    "display_name": "Test Actor",
    "created_at": "2024-08-03T15:42:14.744767Z",
    "note": "",
    "avatar": null,
    "header": null,
    "locked": false,
    "mention_policy": "none",
    "bot": false,
    "identity_proofs": [],
    "payment_options": [],
    "fields": [],
    "emojis": [],
    "followers_count": 0,
    "following_count": 0,
    "subscribers_count": 0,
    "statuses_count": 104,
    "source": null,
    "role": null,
    "authentication_methods": null,
    "client_config": null
  },
  "content": "Link<p><a href=\"https://funfedi.dev\" rel=\"noopener\">https://funfedi.dev</a></p>",
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "visibility": "public",
  "sensitive": false,
  "spoiler_text": "",
  "pinned": false,
  "replies_count": 0,
  "favourites_count": 0,
  "reblogs_count": 0,
  "media_attachments": [],
  "mentions": [
    {
      "id": "019118e6-d690-71d3-ff0d-fec253e88c18",
      "username": "admin",
      "acct": "admin",
      "url": "http://mitra/users/admin"
    }
  ],
  "tags": [],
  "emojis": [],
  "favourited": false,
  "reblogged": false,
  "pleroma": {
    "emoji_reactions": [],
    "in_reply_to_account_acct": null,
    "quote": null,
    "quote_visible": false
  },
  "ipfs_cid": null,
  "links": []
}

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://mitra/users/admin"
  ],
  "id": "http://pasture-one-actor/actor/r9YKphDVjZc",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://mitra/users/admin"
    ],
    "id": "http://pasture-one-actor/actor/BXH1-wICFXE",
    "published": "2024-08-03T15:47:55Z",
    "content": "Payment Link, see FEP-0ea0",
    "attachment": {
      "type": "Link",
      "name": "Donate",
      "href": "payto://iban/DE75512108001245126199",
      "rel": "payment"
    }
  }
}
mitra
{
  "id": "019118ed-1724-8f87-a83e-92b6799aabcb",
  "uri": "http://pasture-one-actor/actor/BXH1-wICFXE",
  "url": null,
  "created_at": "2024-08-03T15:47:55Z",
  "edited_at": null,
  "account": {
    "id": "019118e7-ded9-7460-3eab-e229fb6ef7d0",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "actor_id": "http://pasture-one-actor/actor",
    "url": "http://pasture-one-actor/actor",
    "display_name": "Test Actor",
    "created_at": "2024-08-03T15:42:14.744767Z",
    "note": "",
    "avatar": null,
    "header": null,
    "locked": false,
    "mention_policy": "none",
    "bot": false,
    "identity_proofs": [],
    "payment_options": [],
    "fields": [],
    "emojis": [],
    "followers_count": 0,
    "following_count": 0,
    "subscribers_count": 0,
    "statuses_count": 105,
    "source": null,
    "role": null,
    "authentication_methods": null,
    "client_config": null
  },
  "content": "Payment Link, see FEP-0ea0<p><a href=\"payto://iban/DE75512108001245126199\" rel=\"noopener\">payto://iban/DE75512108001245126199</a></p>",
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "visibility": "public",
  "sensitive": false,
  "spoiler_text": "",
  "pinned": false,
  "replies_count": 0,
  "favourites_count": 0,
  "reblogs_count": 0,
  "media_attachments": [],
  "mentions": [
    {
      "id": "019118e6-d690-71d3-ff0d-fec253e88c18",
      "username": "admin",
      "acct": "admin",
      "url": "http://mitra/users/admin"
    }
  ],
  "tags": [],
  "emojis": [],
  "favourited": false,
  "reblogged": false,
  "pleroma": {
    "emoji_reactions": [],
    "in_reply_to_account_acct": null,
    "quote": null,
    "quote_visible": false
  },
  "ipfs_cid": null,
  "links": []
}

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://mitra/users/admin"
  ],
  "id": "http://pasture-one-actor/actor/xQ8I6aX7ewU",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://mitra/users/admin"
    ],
    "id": "http://pasture-one-actor/actor/r1v9l7DK9tA",
    "published": "2024-08-03T15:47:57Z",
    "content": "Text document",
    "attachment": {
      "type": "Document",
      "name": "text document",
      "url": "http://pasture-one-actor/assets/sample.txt"
    }
  }
}
mitra
{
  "id": "019118ed-1d19-9887-a3b3-eea67ca002b7",
  "uri": "http://pasture-one-actor/actor/r1v9l7DK9tA",
  "url": null,
  "created_at": "2024-08-03T15:47:57Z",
  "edited_at": null,
  "account": {
    "id": "019118e7-ded9-7460-3eab-e229fb6ef7d0",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "actor_id": "http://pasture-one-actor/actor",
    "url": "http://pasture-one-actor/actor",
    "display_name": "Test Actor",
    "created_at": "2024-08-03T15:42:14.744767Z",
    "note": "",
    "avatar": null,
    "header": null,
    "locked": false,
    "mention_policy": "none",
    "bot": false,
    "identity_proofs": [],
    "payment_options": [],
    "fields": [],
    "emojis": [],
    "followers_count": 0,
    "following_count": 0,
    "subscribers_count": 0,
    "statuses_count": 106,
    "source": null,
    "role": null,
    "authentication_methods": null,
    "client_config": null
  },
  "content": "Text document<p><a href=\"http://pasture-one-actor/assets/sample.txt\" rel=\"noopener\">http://pasture-one-actor/assets/sample.txt</a></p>",
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "visibility": "public",
  "sensitive": false,
  "spoiler_text": "",
  "pinned": false,
  "replies_count": 0,
  "favourites_count": 0,
  "reblogs_count": 0,
  "media_attachments": [],
  "mentions": [
    {
      "id": "019118e6-d690-71d3-ff0d-fec253e88c18",
      "username": "admin",
      "acct": "admin",
      "url": "http://mitra/users/admin"
    }
  ],
  "tags": [],
  "emojis": [],
  "favourited": false,
  "reblogged": false,
  "pleroma": {
    "emoji_reactions": [],
    "in_reply_to_account_acct": null,
    "quote": null,
    "quote_visible": false
  },
  "ipfs_cid": null,
  "links": []
}

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://mitra/users/admin"
  ],
  "id": "http://pasture-one-actor/actor/7NF8ZSga0Uo",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://mitra/users/admin"
    ],
    "id": "http://pasture-one-actor/actor/qaNXp7Nbbow",
    "published": "2024-08-03T15:47:58Z",
    "content": "Text document, href instead of url",
    "attachment": {
      "type": "Document",
      "name": "text document",
      "href": "http://pasture-one-actor/assets/sample.txt"
    }
  }
}
mitra
{
  "id": "019118ed-22ee-743d-2e89-12a75173bf42",
  "uri": "http://pasture-one-actor/actor/qaNXp7Nbbow",
  "url": null,
  "created_at": "2024-08-03T15:47:58Z",
  "edited_at": null,
  "account": {
    "id": "019118e7-ded9-7460-3eab-e229fb6ef7d0",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "actor_id": "http://pasture-one-actor/actor",
    "url": "http://pasture-one-actor/actor",
    "display_name": "Test Actor",
    "created_at": "2024-08-03T15:42:14.744767Z",
    "note": "",
    "avatar": null,
    "header": null,
    "locked": false,
    "mention_policy": "none",
    "bot": false,
    "identity_proofs": [],
    "payment_options": [],
    "fields": [],
    "emojis": [],
    "followers_count": 0,
    "following_count": 0,
    "subscribers_count": 0,
    "statuses_count": 107,
    "source": null,
    "role": null,
    "authentication_methods": null,
    "client_config": null
  },
  "content": "Text document, href instead of url",
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "visibility": "public",
  "sensitive": false,
  "spoiler_text": "",
  "pinned": false,
  "replies_count": 0,
  "favourites_count": 0,
  "reblogs_count": 0,
  "media_attachments": [],
  "mentions": [
    {
      "id": "019118e6-d690-71d3-ff0d-fec253e88c18",
      "username": "admin",
      "acct": "admin",
      "url": "http://mitra/users/admin"
    }
  ],
  "tags": [],
  "emojis": [],
  "favourited": false,
  "reblogged": false,
  "pleroma": {
    "emoji_reactions": [],
    "in_reply_to_account_acct": null,
    "quote": null,
    "quote_visible": false
  },
  "ipfs_cid": null,
  "links": []
}

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://mitra/users/admin"
  ],
  "id": "http://pasture-one-actor/actor/1CsX-MW91yI",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://mitra/users/admin"
    ],
    "id": "http://pasture-one-actor/actor/qefbvL0Xdt0",
    "published": "2024-08-03T15:48:00Z",
    "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"
    }
  }
}
mitra
{
  "id": "019118ed-28c6-158a-ed9a-fcca7a7e4080",
  "uri": "http://pasture-one-actor/actor/qefbvL0Xdt0",
  "url": null,
  "created_at": "2024-08-03T15:48:00Z",
  "edited_at": null,
  "account": {
    "id": "019118e7-ded9-7460-3eab-e229fb6ef7d0",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "actor_id": "http://pasture-one-actor/actor",
    "url": "http://pasture-one-actor/actor",
    "display_name": "Test Actor",
    "created_at": "2024-08-03T15:42:14.744767Z",
    "note": "",
    "avatar": null,
    "header": null,
    "locked": false,
    "mention_policy": "none",
    "bot": false,
    "identity_proofs": [],
    "payment_options": [],
    "fields": [],
    "emojis": [],
    "followers_count": 0,
    "following_count": 0,
    "subscribers_count": 0,
    "statuses_count": 108,
    "source": null,
    "role": null,
    "authentication_methods": null,
    "client_config": null
  },
  "content": "attached note",
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "visibility": "public",
  "sensitive": false,
  "spoiler_text": "",
  "pinned": false,
  "replies_count": 0,
  "favourites_count": 0,
  "reblogs_count": 0,
  "media_attachments": [],
  "mentions": [
    {
      "id": "019118e6-d690-71d3-ff0d-fec253e88c18",
      "username": "admin",
      "acct": "admin",
      "url": "http://mitra/users/admin"
    }
  ],
  "tags": [],
  "emojis": [],
  "favourited": false,
  "reblogged": false,
  "pleroma": {
    "emoji_reactions": [],
    "in_reply_to_account_acct": null,
    "quote": null,
    "quote_visible": false
  },
  "ipfs_cid": null,
  "links": []
}

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://mitra/users/admin"
  ],
  "id": "http://pasture-one-actor/actor/IoJAbPlklas",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://mitra/users/admin"
    ],
    "id": "http://pasture-one-actor/actor/L4pv3pjTIns",
    "published": "2024-08-03T15:48:01Z",
    "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"
        }
      ]
    }
  }
}
mitra
{
  "id": "019118ed-2e9e-db80-b64a-35413f0dced4",
  "uri": "http://pasture-one-actor/actor/L4pv3pjTIns",
  "url": null,
  "created_at": "2024-08-03T15:48:01Z",
  "edited_at": null,
  "account": {
    "id": "019118e7-ded9-7460-3eab-e229fb6ef7d0",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "actor_id": "http://pasture-one-actor/actor",
    "url": "http://pasture-one-actor/actor",
    "display_name": "Test Actor",
    "created_at": "2024-08-03T15:42:14.744767Z",
    "note": "",
    "avatar": null,
    "header": null,
    "locked": false,
    "mention_policy": "none",
    "bot": false,
    "identity_proofs": [],
    "payment_options": [],
    "fields": [],
    "emojis": [],
    "followers_count": 0,
    "following_count": 0,
    "subscribers_count": 0,
    "statuses_count": 109,
    "source": null,
    "role": null,
    "authentication_methods": null,
    "client_config": null
  },
  "content": "Recipe",
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "visibility": "public",
  "sensitive": false,
  "spoiler_text": "",
  "pinned": false,
  "replies_count": 0,
  "favourites_count": 0,
  "reblogs_count": 0,
  "media_attachments": [],
  "mentions": [
    {
      "id": "019118e6-d690-71d3-ff0d-fec253e88c18",
      "username": "admin",
      "acct": "admin",
      "url": "http://mitra/users/admin"
    }
  ],
  "tags": [],
  "emojis": [],
  "favourited": false,
  "reblogged": false,
  "pleroma": {
    "emoji_reactions": [],
    "in_reply_to_account_acct": null,
    "quote": null,
    "quote_visible": false
  },
  "ipfs_cid": null,
  "links": []
}

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://mitra/users/admin"
  ],
  "id": "http://pasture-one-actor/actor/CJ4XW9ar_Q8",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://mitra/users/admin"
    ],
    "id": "http://pasture-one-actor/actor/ZRXs0bh_H5I",
    "published": "2024-08-03T15:48:03Z",
    "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"
      }
    ]
  }
}
mitra
{
  "id": "019118ed-34bd-eb02-7a24-831641e41770",
  "uri": "http://pasture-one-actor/actor/ZRXs0bh_H5I",
  "url": null,
  "created_at": "2024-08-03T15:48:03Z",
  "edited_at": null,
  "account": {
    "id": "019118e7-ded9-7460-3eab-e229fb6ef7d0",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "actor_id": "http://pasture-one-actor/actor",
    "url": "http://pasture-one-actor/actor",
    "display_name": "Test Actor",
    "created_at": "2024-08-03T15:42:14.744767Z",
    "note": "",
    "avatar": null,
    "header": null,
    "locked": false,
    "mention_policy": "none",
    "bot": false,
    "identity_proofs": [],
    "payment_options": [],
    "fields": [],
    "emojis": [],
    "followers_count": 0,
    "following_count": 0,
    "subscribers_count": 0,
    "statuses_count": 110,
    "source": null,
    "role": null,
    "authentication_methods": null,
    "client_config": null
  },
  "content": "10 images",
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "visibility": "public",
  "sensitive": false,
  "spoiler_text": "",
  "pinned": false,
  "replies_count": 0,
  "favourites_count": 0,
  "reblogs_count": 0,
  "media_attachments": [
    {
      "id": "019118ed-34a1-a17e-cd29-07d80cee63cf",
      "type": "image",
      "url": "http://mitra/media/b3038725e5823a269d1996ddcb930027c22c35ab8fca3bf2cdd9169a32238743.png",
      "preview_url": "http://mitra/media/b3038725e5823a269d1996ddcb930027c22c35ab8fca3bf2cdd9169a32238743.png",
      "description": null
    },
    {
      "id": "019118ed-34a3-6fe5-ac12-9c9f30590026",
      "type": "image",
      "url": "http://mitra/media/0300ee88664d56635aeb83cc3d188024432460172ff3b9f8fbbe788b3ee4bf0a.png",
      "preview_url": "http://mitra/media/0300ee88664d56635aeb83cc3d188024432460172ff3b9f8fbbe788b3ee4bf0a.png",
      "description": null
    },
    {
      "id": "019118ed-34a6-813d-831c-1a7789f673c1",
      "type": "image",
      "url": "http://mitra/media/922dd05a4faad91104caa53541231ae3afab7510e7f12c89c984b2a7eb202712.png",
      "preview_url": "http://mitra/media/922dd05a4faad91104caa53541231ae3afab7510e7f12c89c984b2a7eb202712.png",
      "description": null
    },
    {
      "id": "019118ed-34a7-0be3-05bb-040d5cc0bbae",
      "type": "image",
      "url": "http://mitra/media/c2b10d4eb93d54bc6d3b4dcb0830e9c7184f5cb7c25fa68b75654cafd5ce3eb7.png",
      "preview_url": "http://mitra/media/c2b10d4eb93d54bc6d3b4dcb0830e9c7184f5cb7c25fa68b75654cafd5ce3eb7.png",
      "description": null
    },
    {
      "id": "019118ed-34a9-207e-6165-91372557ecda",
      "type": "image",
      "url": "http://mitra/media/02d4b1bf98e7701b5ed4373ab4801479e18eafd69c38f834e162ad53356b6a10.png",
      "preview_url": "http://mitra/media/02d4b1bf98e7701b5ed4373ab4801479e18eafd69c38f834e162ad53356b6a10.png",
      "description": null
    },
    {
      "id": "019118ed-34ac-d1e9-ee81-c1303614a1b5",
      "type": "image",
      "url": "http://mitra/media/2a3cd14ce0652b78c66e600267caf29be623d8e9252c3e6e93d6669c16c3c152.png",
      "preview_url": "http://mitra/media/2a3cd14ce0652b78c66e600267caf29be623d8e9252c3e6e93d6669c16c3c152.png",
      "description": null
    },
    {
      "id": "019118ed-34af-5e88-109c-a1d01ae91854",
      "type": "image",
      "url": "http://mitra/media/c29579db1bc56a0cc296f97117877b8d3902e3fa15dafeba4875ea17590cbd31.png",
      "preview_url": "http://mitra/media/c29579db1bc56a0cc296f97117877b8d3902e3fa15dafeba4875ea17590cbd31.png",
      "description": null
    },
    {
      "id": "019118ed-34b1-cdbf-779f-c28c3f9595b0",
      "type": "image",
      "url": "http://mitra/media/3ab70c258d6a6960a70004601d351ec4602279265ee01a2fd50e04dc25c73dda.png",
      "preview_url": "http://mitra/media/3ab70c258d6a6960a70004601d351ec4602279265ee01a2fd50e04dc25c73dda.png",
      "description": null
    },
    {
      "id": "019118ed-34b4-a332-da40-c912e4d33836",
      "type": "image",
      "url": "http://mitra/media/075748e4888acfa2426a956c535640b6b5eeb9543407d21628b0977f4ddd0b11.png",
      "preview_url": "http://mitra/media/075748e4888acfa2426a956c535640b6b5eeb9543407d21628b0977f4ddd0b11.png",
      "description": null
    },
    {
      "id": "019118ed-34b6-4f28-1b1c-7fb9cedcbece",
      "type": "image",
      "url": "http://mitra/media/bb145de2c4ecda484975e26a5b59e13bf17c02d6d19a95389ef949a12fcfdfa8.png",
      "preview_url": "http://mitra/media/bb145de2c4ecda484975e26a5b59e13bf17c02d6d19a95389ef949a12fcfdfa8.png",
      "description": null
    }
  ],
  "mentions": [
    {
      "id": "019118e6-d690-71d3-ff0d-fec253e88c18",
      "username": "admin",
      "acct": "admin",
      "url": "http://mitra/users/admin"
    }
  ],
  "tags": [],
  "emojis": [],
  "favourited": false,
  "reblogged": false,
  "pleroma": {
    "emoji_reactions": [],
    "in_reply_to_account_acct": null,
    "quote": null,
    "quote_visible": false
  },
  "ipfs_cid": null,
  "links": []
}

Example 8

no result

no result

Example 9

no result

no result

Example 10

no result

no result

Example 11

no result

no result