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/iSl7B3UflWU",
"published": "2025-08-30T19:03: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/fwAdVyeDAJ8",
"published": "2025-08-30T19:03:58Z",
"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": "01K3Y5TV9G91EBFRKTEX1EFBZR",
"created_at": "2025-08-30T19:03: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/fwAdVyeDAJ8",
"url": "http://pasture-one-actor/object/fwAdVyeDAJ8",
"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": "01K3Y5DQCATKE3219T6HGE9WRD",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2025-08-30T18:56:48.022Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon2.png",
"avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon2.png",
"header": "http://gotosocial/assets/default_header.png",
"header_static": "http://gotosocial/assets/default_header.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 234,
"last_status_at": "2025-08-30T19:03:58.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [
{
"id": "01K3Y5TVMHKHJ406JQGR9SKPVF",
"type": "image",
"url": "http://gotosocial/fileserver/01K3Y5DQCATKE3219T6HGE9WRD/attachment/original/01K3Y5TVMHKHJ406JQGR9SKPVF.jpg",
"text_url": "http://gotosocial/fileserver/01K3Y5DQCATKE3219T6HGE9WRD/attachment/original/01K3Y5TVMHKHJ406JQGR9SKPVF.jpg",
"preview_url": "http://gotosocial/fileserver/01K3Y5DQCATKE3219T6HGE9WRD/attachment/small/01K3Y5TVMHKHJ406JQGR9SKPVF.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": "01JWFBJTXM7GDMXXK40GW9WXT9",
"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/cfsui4XNK50",
"published": "2025-08-30T19:03: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/__h2qh2eZbU",
"published": "2025-08-30T19:03:58Z",
"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": "01K3Y5TV9GPYZJFSFETA1AFN5V",
"created_at": "2025-08-30T19:03: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/__h2qh2eZbU",
"url": "http://pasture-one-actor/object/__h2qh2eZbU",
"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": "01K3Y5DQCATKE3219T6HGE9WRD",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2025-08-30T18:56:48.022Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon2.png",
"avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon2.png",
"header": "http://gotosocial/assets/default_header.png",
"header_static": "http://gotosocial/assets/default_header.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 235,
"last_status_at": "2025-08-30T19:03:58.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [
{
"id": "01K3Y5TW9XYH0S5YFCWEMQ0Y02",
"type": "video",
"url": "http://gotosocial/fileserver/01K3Y5DQCATKE3219T6HGE9WRD/attachment/original/01K3Y5TW9XYH0S5YFCWEMQ0Y02.mp4",
"text_url": "http://gotosocial/fileserver/01K3Y5DQCATKE3219T6HGE9WRD/attachment/original/01K3Y5TW9XYH0S5YFCWEMQ0Y02.mp4",
"preview_url": "http://gotosocial/fileserver/01K3Y5DQCATKE3219T6HGE9WRD/attachment/small/01K3Y5TW9XYH0S5YFCWEMQ0Y02.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": "01JWFBJTXM7GDMXXK40GW9WXT9",
"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/ddmRz8AbdII",
"published": "2025-08-30T19:03: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/CG5BcmtPUu4",
"published": "2025-08-30T19:03:59Z",
"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": "01K3Y5TW8RNVC0QYGXNZE6SJF2",
"created_at": "2025-08-30T19:03: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/CG5BcmtPUu4",
"url": "http://pasture-one-actor/object/CG5BcmtPUu4",
"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": "01K3Y5DQCATKE3219T6HGE9WRD",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2025-08-30T18:56:48.022Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon2.png",
"avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon2.png",
"header": "http://gotosocial/assets/default_header.png",
"header_static": "http://gotosocial/assets/default_header.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 236,
"last_status_at": "2025-08-30T19:03:59.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [
{
"id": "01JWFBJTXM7GDMXXK40GW9WXT9",
"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/KSvCMayZZvE",
"published": "2025-08-30T19:04: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/7H6BBKMAVCs",
"published": "2025-08-30T19:04:00Z",
"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": "01K3Y5TX80YZGRW92XZZQ1F7ZR",
"created_at": "2025-08-30T19:04: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/7H6BBKMAVCs",
"url": "http://pasture-one-actor/object/7H6BBKMAVCs",
"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": "01K3Y5DQCATKE3219T6HGE9WRD",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2025-08-30T18:56:48.022Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon2.png",
"avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon2.png",
"header": "http://gotosocial/assets/default_header.png",
"header_static": "http://gotosocial/assets/default_header.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 237,
"last_status_at": "2025-08-30T19:04:00.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [
{
"id": "01JWFBJTXM7GDMXXK40GW9WXT9",
"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/Do8o2o-Q0iY",
"published": "2025-08-30T19:04: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/LRdQ-s-Zsfc",
"published": "2025-08-30T19:04:00Z",
"content": "Link",
"attachment": {
"href": "https://funfedi.dev",
"type": "Link"
},
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
gotosocial
{
"id": "01K3Y5TX8025B20RS4FRCX1SJM",
"created_at": "2025-08-30T19:04: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/LRdQ-s-Zsfc",
"url": "http://pasture-one-actor/object/LRdQ-s-Zsfc",
"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": "01K3Y5DQCATKE3219T6HGE9WRD",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2025-08-30T18:56:48.022Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon2.png",
"avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon2.png",
"header": "http://gotosocial/assets/default_header.png",
"header_static": "http://gotosocial/assets/default_header.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 238,
"last_status_at": "2025-08-30T19:04:00.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [
{
"id": "01JWFBJTXM7GDMXXK40GW9WXT9",
"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/FGMMIGvYBZo",
"published": "2025-08-30T19:04: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/eGGHIE2hXt8",
"published": "2025-08-30T19:04:01Z",
"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": "01K3Y5TY784KWC7CQB1KTEER0V",
"created_at": "2025-08-30T19:04: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/eGGHIE2hXt8",
"url": "http://pasture-one-actor/object/eGGHIE2hXt8",
"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": "01K3Y5DQCATKE3219T6HGE9WRD",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2025-08-30T18:56:48.022Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon2.png",
"avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon2.png",
"header": "http://gotosocial/assets/default_header.png",
"header_static": "http://gotosocial/assets/default_header.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 239,
"last_status_at": "2025-08-30T19:04:01.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [
{
"id": "01JWFBJTXM7GDMXXK40GW9WXT9",
"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/j-k5Q90pSW8",
"published": "2025-08-30T19:04:02Z",
"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/lgQloFC0IQc",
"published": "2025-08-30T19:04:02Z",
"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": "01K3Y5TZ6GGFN5KQ7VN18BY8M3",
"created_at": "2025-08-30T19:04:02.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/lgQloFC0IQc",
"url": "http://pasture-one-actor/object/lgQloFC0IQc",
"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": "01K3Y5DQCATKE3219T6HGE9WRD",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2025-08-30T18:56:48.022Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon2.png",
"avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon2.png",
"header": "http://gotosocial/assets/default_header.png",
"header_static": "http://gotosocial/assets/default_header.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 240,
"last_status_at": "2025-08-30T19:04:02.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [
{
"id": "01JWFBJTXM7GDMXXK40GW9WXT9",
"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/UyUA0GUcKag",
"published": "2025-08-30T19:04:03Z",
"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/6VWNyr30Wjg",
"published": "2025-08-30T19:04:03Z",
"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": "01K3Y5V05RDCKC3RB0301Q7Z74",
"created_at": "2025-08-30T19:04:03.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/6VWNyr30Wjg",
"url": "http://pasture-one-actor/object/6VWNyr30Wjg",
"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": "01K3Y5DQCATKE3219T6HGE9WRD",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2025-08-30T18:56:48.022Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon2.png",
"avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon2.png",
"header": "http://gotosocial/assets/default_header.png",
"header_static": "http://gotosocial/assets/default_header.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 241,
"last_status_at": "2025-08-30T19:04:03.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [
{
"id": "01JWFBJTXM7GDMXXK40GW9WXT9",
"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/7H2plSGSCJY",
"published": "2025-08-30T19:04:03Z",
"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/uz7xer6Dys0",
"published": "2025-08-30T19:04:03Z",
"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": "01K3Y5V05R246XHGPHE4EE9SWB",
"created_at": "2025-08-30T19:04:03.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/uz7xer6Dys0",
"url": "http://pasture-one-actor/object/uz7xer6Dys0",
"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": "01K3Y5DQCATKE3219T6HGE9WRD",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2025-08-30T18:56:48.022Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon2.png",
"avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon2.png",
"header": "http://gotosocial/assets/default_header.png",
"header_static": "http://gotosocial/assets/default_header.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 242,
"last_status_at": "2025-08-30T19:04:03.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [
{
"id": "01JWFBJTXM7GDMXXK40GW9WXT9",
"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/VuWvh_G5K-A",
"published": "2025-08-30T19:04:04Z",
"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/v_DOvC1AFjE",
"published": "2025-08-30T19:04:04Z",
"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": "01K3Y5V150ZXCVMDEM57V66KZ5",
"created_at": "2025-08-30T19:04:04.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/v_DOvC1AFjE",
"url": "http://pasture-one-actor/object/v_DOvC1AFjE",
"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": "01K3Y5DQCATKE3219T6HGE9WRD",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2025-08-30T18:56:48.022Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon2.png",
"avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon2.png",
"header": "http://gotosocial/assets/default_header.png",
"header_static": "http://gotosocial/assets/default_header.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 243,
"last_status_at": "2025-08-30T19:04:04.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [
{
"id": "01JWFBJTXM7GDMXXK40GW9WXT9",
"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/OqP4kqwiui8",
"published": "2025-08-30T19:04:05Z",
"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/AA_32Lcnib8",
"published": "2025-08-30T19:04:05Z",
"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": "01K3Y5V248RWG3H8DC5C597VQA",
"created_at": "2025-08-30T19:04:05.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/AA_32Lcnib8",
"url": "http://pasture-one-actor/object/AA_32Lcnib8",
"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": "01K3Y5DQCATKE3219T6HGE9WRD",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2025-08-30T18:56:48.022Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon2.png",
"avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon2.png",
"header": "http://gotosocial/assets/default_header.png",
"header_static": "http://gotosocial/assets/default_header.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 244,
"last_status_at": "2025-08-30T19:04:05.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [
{
"id": "01K3Y5V29B2NK5GN9764123JCZ",
"type": "image",
"url": "http://gotosocial/fileserver/01K3Y5DQCATKE3219T6HGE9WRD/attachment/original/01K3Y5V29B2NK5GN9764123JCZ.png",
"text_url": "http://gotosocial/fileserver/01K3Y5DQCATKE3219T6HGE9WRD/attachment/original/01K3Y5V29B2NK5GN9764123JCZ.png",
"preview_url": "http://gotosocial/fileserver/01K3Y5DQCATKE3219T6HGE9WRD/attachment/small/01K3Y5V29B2NK5GN9764123JCZ.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": "L25SC2ubfQububf%fQf%fQfQfQfQ"
},
{
"id": "01K3Y5V29HHWJ430MS37BMRFK3",
"type": "image",
"url": "http://gotosocial/fileserver/01K3Y5DQCATKE3219T6HGE9WRD/attachment/original/01K3Y5V29HHWJ430MS37BMRFK3.png",
"text_url": "http://gotosocial/fileserver/01K3Y5DQCATKE3219T6HGE9WRD/attachment/original/01K3Y5V29HHWJ430MS37BMRFK3.png",
"preview_url": "http://gotosocial/fileserver/01K3Y5DQCATKE3219T6HGE9WRD/attachment/small/01K3Y5V29HHWJ430MS37BMRFK3.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": "L6F+95*CfQ*C*CkAfQkAfQfQfQfQ"
},
{
"id": "01K3Y5V29QF250BNXH80KJTGY9",
"type": "image",
"url": "http://gotosocial/fileserver/01K3Y5DQCATKE3219T6HGE9WRD/attachment/original/01K3Y5V29QF250BNXH80KJTGY9.png",
"text_url": "http://gotosocial/fileserver/01K3Y5DQCATKE3219T6HGE9WRD/attachment/original/01K3Y5V29QF250BNXH80KJTGY9.png",
"preview_url": "http://gotosocial/fileserver/01K3Y5DQCATKE3219T6HGE9WRD/attachment/small/01K3Y5V29QF250BNXH80KJTGY9.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": "L1C%Tm_LfQ_L_LkBfQkBfQfQfQfQ"
},
{
"id": "01K3Y5V29XM9CEY0GN9144X2P8",
"type": "image",
"url": "http://gotosocial/fileserver/01K3Y5DQCATKE3219T6HGE9WRD/attachment/original/01K3Y5V29XM9CEY0GN9144X2P8.png",
"text_url": "http://gotosocial/fileserver/01K3Y5DQCATKE3219T6HGE9WRD/attachment/original/01K3Y5V29XM9CEY0GN9144X2P8.png",
"preview_url": "http://gotosocial/fileserver/01K3Y5DQCATKE3219T6HGE9WRD/attachment/small/01K3Y5V29XM9CEY0GN9144X2P8.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": "L4J9Oe_JfQ_J_JkBfQkBfQfQfQfQ"
},
{
"id": "01K3Y5V2A32Q43DF3KKSX213ZJ",
"type": "image",
"url": "http://gotosocial/fileserver/01K3Y5DQCATKE3219T6HGE9WRD/attachment/original/01K3Y5V2A32Q43DF3KKSX213ZJ.png",
"text_url": "http://gotosocial/fileserver/01K3Y5DQCATKE3219T6HGE9WRD/attachment/original/01K3Y5V2A32Q43DF3KKSX213ZJ.png",
"preview_url": "http://gotosocial/fileserver/01K3Y5DQCATKE3219T6HGE9WRD/attachment/small/01K3Y5V2A32Q43DF3KKSX213ZJ.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": "L3JL?4|xfQ|x|xo1fQo1fQfQfQfQ"
},
{
"id": "01K3Y5V2A9EVT9R5V5ZCH219RD",
"type": "image",
"url": "http://gotosocial/fileserver/01K3Y5DQCATKE3219T6HGE9WRD/attachment/original/01K3Y5V2A9EVT9R5V5ZCH219RD.png",
"text_url": "http://gotosocial/fileserver/01K3Y5DQCATKE3219T6HGE9WRD/attachment/original/01K3Y5V2A9EVT9R5V5ZCH219RD.png",
"preview_url": "http://gotosocial/fileserver/01K3Y5DQCATKE3219T6HGE9WRD/attachment/small/01K3Y5V2A9EVT9R5V5ZCH219RD.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": "L49Uewy.fQy.y.kBfQkBfQfQfQfQ"
},
{
"id": "01K3Y5V2AFQTQR29BN8PF4CX68",
"type": "image",
"url": "http://gotosocial/fileserver/01K3Y5DQCATKE3219T6HGE9WRD/attachment/original/01K3Y5V2AFQTQR29BN8PF4CX68.png",
"text_url": "http://gotosocial/fileserver/01K3Y5DQCATKE3219T6HGE9WRD/attachment/original/01K3Y5V2AFQTQR29BN8PF4CX68.png",
"preview_url": "http://gotosocial/fileserver/01K3Y5DQCATKE3219T6HGE9WRD/attachment/small/01K3Y5V2AFQTQR29BN8PF4CX68.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": "L6OzH6~ifQ~i~iodfQodfQfQfQfQ"
},
{
"id": "01K3Y5V2AN4E78QWH4KCEAWK15",
"type": "image",
"url": "http://gotosocial/fileserver/01K3Y5DQCATKE3219T6HGE9WRD/attachment/original/01K3Y5V2AN4E78QWH4KCEAWK15.png",
"text_url": "http://gotosocial/fileserver/01K3Y5DQCATKE3219T6HGE9WRD/attachment/original/01K3Y5V2AN4E78QWH4KCEAWK15.png",
"preview_url": "http://gotosocial/fileserver/01K3Y5DQCATKE3219T6HGE9WRD/attachment/small/01K3Y5V2AN4E78QWH4KCEAWK15.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": "L8I$OE-@fQ-@-@j]fQj]fQfQfQfQ"
},
{
"id": "01K3Y5V2AVGZAZGDMWNT19RBVD",
"type": "image",
"url": "http://gotosocial/fileserver/01K3Y5DQCATKE3219T6HGE9WRD/attachment/original/01K3Y5V2AVGZAZGDMWNT19RBVD.png",
"text_url": "http://gotosocial/fileserver/01K3Y5DQCATKE3219T6HGE9WRD/attachment/original/01K3Y5V2AVGZAZGDMWNT19RBVD.png",
"preview_url": "http://gotosocial/fileserver/01K3Y5DQCATKE3219T6HGE9WRD/attachment/small/01K3Y5V2AVGZAZGDMWNT19RBVD.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": "L9B[R1uPfQuPuPj]fQj]fQfQfQfQ"
},
{
"id": "01K3Y5V2B1E4SJG523A2S86NXG",
"type": "image",
"url": "http://gotosocial/fileserver/01K3Y5DQCATKE3219T6HGE9WRD/attachment/original/01K3Y5V2B1E4SJG523A2S86NXG.png",
"text_url": "http://gotosocial/fileserver/01K3Y5DQCATKE3219T6HGE9WRD/attachment/original/01K3Y5V2B1E4SJG523A2S86NXG.png",
"preview_url": "http://gotosocial/fileserver/01K3Y5DQCATKE3219T6HGE9WRD/attachment/small/01K3Y5V2B1E4SJG523A2S86NXG.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": "L9IIIK*BfQ*B*BkAfQkAfQfQfQfQ"
}
],
"mentions": [
{
"id": "01JWFBJTXM7GDMXXK40GW9WXT9",
"username": "cookie",
"url": "http://gotosocial/@cookie",
"acct": "cookie"
}
],
"tags": [],
"emojis": [],
"card": null,
"poll": null
}