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/FLVCtv502x4",
"published": "2025-11-21T13:10:07Z",
"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/1yE1iIXDwNU",
"published": "2025-11-21T13:10:07Z",
"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": "01KAK8JJWR1J14HWT0RMJKB31Z",
"created_at": "2025-11-21T13:10:07.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/1yE1iIXDwNU",
"url": "http://pasture-one-actor/object/1yE1iIXDwNU",
"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": "01KAK84S6SGKYKYKR2H78C5KSF",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2025-11-21T13:02:34.736Z",
"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": 305,
"last_status_at": "2025-11-21T13:10:07.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [
{
"id": "01KAK8JK1CTAME728E4QGBEEE7",
"type": "image",
"url": "http://gotosocial/fileserver/01KAK84S6SGKYKYKR2H78C5KSF/attachment/original/01KAK8JK1CTAME728E4QGBEEE7.jpg",
"text_url": "http://gotosocial/fileserver/01KAK84S6SGKYKYKR2H78C5KSF/attachment/original/01KAK8JK1CTAME728E4QGBEEE7.jpg",
"preview_url": "http://gotosocial/fileserver/01KAK84S6SGKYKYKR2H78C5KSF/attachment/small/01KAK8JK1CTAME728E4QGBEEE7.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": "01EW65M4VPKBKHDASXNJ8B2E0A",
"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/8qke7ln3J4Y",
"published": "2025-11-21T13:10:07Z",
"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/a61jDvJmnWc",
"published": "2025-11-21T13:10:07Z",
"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": "01KAK8JJWR9VXQ6E19J5DH20KG",
"created_at": "2025-11-21T13:10:07.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/a61jDvJmnWc",
"url": "http://pasture-one-actor/object/a61jDvJmnWc",
"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": "01KAK84S6SGKYKYKR2H78C5KSF",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2025-11-21T13:02:34.736Z",
"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": 306,
"last_status_at": "2025-11-21T13:10:07.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [
{
"id": "01KAK8JKKA5H60X14K7R7JJSQS",
"type": "video",
"url": "http://gotosocial/fileserver/01KAK84S6SGKYKYKR2H78C5KSF/attachment/original/01KAK8JKKA5H60X14K7R7JJSQS.mp4",
"text_url": "http://gotosocial/fileserver/01KAK84S6SGKYKYKR2H78C5KSF/attachment/original/01KAK8JKKA5H60X14K7R7JJSQS.mp4",
"preview_url": "http://gotosocial/fileserver/01KAK84S6SGKYKYKR2H78C5KSF/attachment/small/01KAK8JKKA5H60X14K7R7JJSQS.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": "01EW65M4VPKBKHDASXNJ8B2E0A",
"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/gQGJA1Dqtko",
"published": "2025-11-21T13:10:08Z",
"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/MivXmXE-aP4",
"published": "2025-11-21T13:10:08Z",
"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": "01KAK8JKW0WBWJ5KN278NSVHSS",
"created_at": "2025-11-21T13:10:08.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/MivXmXE-aP4",
"url": "http://pasture-one-actor/object/MivXmXE-aP4",
"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": "01KAK84S6SGKYKYKR2H78C5KSF",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2025-11-21T13:02:34.736Z",
"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": 307,
"last_status_at": "2025-11-21T13:10:08.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [
{
"id": "01EW65M4VPKBKHDASXNJ8B2E0A",
"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/Ep0a7Zvq0ek",
"published": "2025-11-21T13:10:08Z",
"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/TsNCHPHmTTw",
"published": "2025-11-21T13:10:08Z",
"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": "01KAK8JKW0FAPR0ZXQ32S0SNRZ",
"created_at": "2025-11-21T13:10:08.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/TsNCHPHmTTw",
"url": "http://pasture-one-actor/object/TsNCHPHmTTw",
"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": "01KAK84S6SGKYKYKR2H78C5KSF",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2025-11-21T13:02:34.736Z",
"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": 308,
"last_status_at": "2025-11-21T13:10:08.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [
{
"id": "01EW65M4VPKBKHDASXNJ8B2E0A",
"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/aQJeh_cscqU",
"published": "2025-11-21T13:10:09Z",
"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/3Ri0UlPER84",
"published": "2025-11-21T13:10:09Z",
"content": "Link",
"attachment": {
"href": "https://funfedi.dev",
"type": "Link"
},
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
gotosocial
{
"id": "01KAK8JMV8RA84APTNG53QN9PQ",
"created_at": "2025-11-21T13:10:09.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/3Ri0UlPER84",
"url": "http://pasture-one-actor/object/3Ri0UlPER84",
"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": "01KAK84S6SGKYKYKR2H78C5KSF",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2025-11-21T13:02:34.736Z",
"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": 309,
"last_status_at": "2025-11-21T13:10:09.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [
{
"id": "01EW65M4VPKBKHDASXNJ8B2E0A",
"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/_QxvW1qJMkA",
"published": "2025-11-21T13:10:10Z",
"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/HLadLsc6GmU",
"published": "2025-11-21T13:10:10Z",
"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": "01KAK8JNTGBSE0RW3T1D54NKXV",
"created_at": "2025-11-21T13:10:10.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/HLadLsc6GmU",
"url": "http://pasture-one-actor/object/HLadLsc6GmU",
"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": "01KAK84S6SGKYKYKR2H78C5KSF",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2025-11-21T13:02:34.736Z",
"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": 310,
"last_status_at": "2025-11-21T13:10:10.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [
{
"id": "01EW65M4VPKBKHDASXNJ8B2E0A",
"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/NaqhNewords",
"published": "2025-11-21T13:10:10Z",
"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/t2ir96brI24",
"published": "2025-11-21T13:10:10Z",
"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": "01KAK8JNTG31MT3SGFNNRCYZVD",
"created_at": "2025-11-21T13:10:10.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/t2ir96brI24",
"url": "http://pasture-one-actor/object/t2ir96brI24",
"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": "01KAK84S6SGKYKYKR2H78C5KSF",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2025-11-21T13:02:34.736Z",
"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": 311,
"last_status_at": "2025-11-21T13:10:10.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [
{
"id": "01EW65M4VPKBKHDASXNJ8B2E0A",
"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/x2EdbECfdRg",
"published": "2025-11-21T13:10:11Z",
"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/RSCdSmsLH7o",
"published": "2025-11-21T13:10:11Z",
"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": "01KAK8JPSRN0Q53B52CVWM8KQ8",
"created_at": "2025-11-21T13:10:11.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/RSCdSmsLH7o",
"url": "http://pasture-one-actor/object/RSCdSmsLH7o",
"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": "01KAK84S6SGKYKYKR2H78C5KSF",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2025-11-21T13:02:34.736Z",
"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": 312,
"last_status_at": "2025-11-21T13:10:11.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [
{
"id": "01EW65M4VPKBKHDASXNJ8B2E0A",
"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/Bi_j7hAGrV8",
"published": "2025-11-21T13:10:11Z",
"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/syM5mGXpB5A",
"published": "2025-11-21T13:10:11Z",
"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": "01KAK8JPSRCK116SQSMKY0TXHD",
"created_at": "2025-11-21T13:10:11.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/syM5mGXpB5A",
"url": "http://pasture-one-actor/object/syM5mGXpB5A",
"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": "01KAK84S6SGKYKYKR2H78C5KSF",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2025-11-21T13:02:34.736Z",
"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": 313,
"last_status_at": "2025-11-21T13:10:11.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [
{
"id": "01EW65M4VPKBKHDASXNJ8B2E0A",
"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/jkdy6FYDC_0",
"published": "2025-11-21T13:10:12Z",
"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/1X1yMoWG5EI",
"published": "2025-11-21T13:10:12Z",
"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": "01KAK8JQS03KESZEQJ95569YEV",
"created_at": "2025-11-21T13:10:12.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/1X1yMoWG5EI",
"url": "http://pasture-one-actor/object/1X1yMoWG5EI",
"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": "01KAK84S6SGKYKYKR2H78C5KSF",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2025-11-21T13:02:34.736Z",
"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": 314,
"last_status_at": "2025-11-21T13:10:12.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [
{
"id": "01EW65M4VPKBKHDASXNJ8B2E0A",
"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/s1tD252r6jQ",
"published": "2025-11-21T13:10:12Z",
"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/A1syOwu_CDs",
"published": "2025-11-21T13:10:12Z",
"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": "01KAK8JQS0J25TAEJQ4J1ZBYGA",
"created_at": "2025-11-21T13:10:12.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/A1syOwu_CDs",
"url": "http://pasture-one-actor/object/A1syOwu_CDs",
"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": "01KAK84S6SGKYKYKR2H78C5KSF",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2025-11-21T13:02:34.736Z",
"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": 315,
"last_status_at": "2025-11-21T13:10:12.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [
{
"id": "01KAK8JRKWGYT0MNV9QHSBA9X7",
"type": "image",
"url": "http://gotosocial/fileserver/01KAK84S6SGKYKYKR2H78C5KSF/attachment/original/01KAK8JRKWGYT0MNV9QHSBA9X7.png",
"text_url": "http://gotosocial/fileserver/01KAK84S6SGKYKYKR2H78C5KSF/attachment/original/01KAK8JRKWGYT0MNV9QHSBA9X7.png",
"preview_url": "http://gotosocial/fileserver/01KAK84S6SGKYKYKR2H78C5KSF/attachment/small/01KAK8JRKWGYT0MNV9QHSBA9X7.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": "L347KHq7fQq7q7f%fQf%fQfQfQfQ"
},
{
"id": "01KAK8JRM2W5T23F3BKMWFPW8Z",
"type": "image",
"url": "http://gotosocial/fileserver/01KAK84S6SGKYKYKR2H78C5KSF/attachment/original/01KAK8JRM2W5T23F3BKMWFPW8Z.png",
"text_url": "http://gotosocial/fileserver/01KAK84S6SGKYKYKR2H78C5KSF/attachment/original/01KAK8JRM2W5T23F3BKMWFPW8Z.png",
"preview_url": "http://gotosocial/fileserver/01KAK84S6SGKYKYKR2H78C5KSF/attachment/small/01KAK8JRM2W5T23F3BKMWFPW8Z.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": "L94]W,lofQloloflfQflfQfQfQfQ"
},
{
"id": "01KAK8JRM8ER385R3P3ZR2HQ4S",
"type": "image",
"url": "http://gotosocial/fileserver/01KAK84S6SGKYKYKR2H78C5KSF/attachment/original/01KAK8JRM8ER385R3P3ZR2HQ4S.png",
"text_url": "http://gotosocial/fileserver/01KAK84S6SGKYKYKR2H78C5KSF/attachment/original/01KAK8JRM8ER385R3P3ZR2HQ4S.png",
"preview_url": "http://gotosocial/fileserver/01KAK84S6SGKYKYKR2H78C5KSF/attachment/small/01KAK8JRM8ER385R3P3ZR2HQ4S.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": "L8Ql3I~EfQ~E~EoMfQoMfQfQfQfQ"
},
{
"id": "01KAK8JRMDN2PS6SQ5PZCEVFPD",
"type": "image",
"url": "http://gotosocial/fileserver/01KAK84S6SGKYKYKR2H78C5KSF/attachment/original/01KAK8JRMDN2PS6SQ5PZCEVFPD.png",
"text_url": "http://gotosocial/fileserver/01KAK84S6SGKYKYKR2H78C5KSF/attachment/original/01KAK8JRMDN2PS6SQ5PZCEVFPD.png",
"preview_url": "http://gotosocial/fileserver/01KAK84S6SGKYKYKR2H78C5KSF/attachment/small/01KAK8JRMDN2PS6SQ5PZCEVFPD.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": "L3JqIq}LfQ}L}LoMfQoMfQfQfQfQ"
},
{
"id": "01KAK8JRMKXT8RTWG7GTQVZSFK",
"type": "image",
"url": "http://gotosocial/fileserver/01KAK84S6SGKYKYKR2H78C5KSF/attachment/original/01KAK8JRMKXT8RTWG7GTQVZSFK.png",
"text_url": "http://gotosocial/fileserver/01KAK84S6SGKYKYKR2H78C5KSF/attachment/original/01KAK8JRMKXT8RTWG7GTQVZSFK.png",
"preview_url": "http://gotosocial/fileserver/01KAK84S6SGKYKYKR2H78C5KSF/attachment/small/01KAK8JRMKXT8RTWG7GTQVZSFK.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": "L9SMda}.fQ}.}.oKfQoKfQfQfQfQ"
},
{
"id": "01KAK8JRMSAHQKKETYZ782H2VP",
"type": "image",
"url": "http://gotosocial/fileserver/01KAK84S6SGKYKYKR2H78C5KSF/attachment/original/01KAK8JRMSAHQKKETYZ782H2VP.png",
"text_url": "http://gotosocial/fileserver/01KAK84S6SGKYKYKR2H78C5KSF/attachment/original/01KAK8JRMSAHQKKETYZ782H2VP.png",
"preview_url": "http://gotosocial/fileserver/01KAK84S6SGKYKYKR2H78C5KSF/attachment/small/01KAK8JRMSAHQKKETYZ782H2VP.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": "L8NVAT?.fQ?.?.kAfQkAfQfQfQfQ"
},
{
"id": "01KAK8JRMZN6SBXRBJM15XSG63",
"type": "image",
"url": "http://gotosocial/fileserver/01KAK84S6SGKYKYKR2H78C5KSF/attachment/original/01KAK8JRMZN6SBXRBJM15XSG63.png",
"text_url": "http://gotosocial/fileserver/01KAK84S6SGKYKYKR2H78C5KSF/attachment/original/01KAK8JRMZN6SBXRBJM15XSG63.png",
"preview_url": "http://gotosocial/fileserver/01KAK84S6SGKYKYKR2H78C5KSF/attachment/small/01KAK8JRMZN6SBXRBJM15XSG63.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": "L2HLE-~jfQ~j~jodfQodfQfQfQfQ"
},
{
"id": "01KAK8JRN5VKDECNKT00A721ES",
"type": "image",
"url": "http://gotosocial/fileserver/01KAK84S6SGKYKYKR2H78C5KSF/attachment/original/01KAK8JRN5VKDECNKT00A721ES.png",
"text_url": "http://gotosocial/fileserver/01KAK84S6SGKYKYKR2H78C5KSF/attachment/original/01KAK8JRN5VKDECNKT00A721ES.png",
"preview_url": "http://gotosocial/fileserver/01KAK84S6SGKYKYKR2H78C5KSF/attachment/small/01KAK8JRN5VKDECNKT00A721ES.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": "L05y{U$QfQ$Q$QjtfQjtfQfQfQfQ"
},
{
"id": "01KAK8JRNCJVDR501HDJAEES0Z",
"type": "image",
"url": "http://gotosocial/fileserver/01KAK84S6SGKYKYKR2H78C5KSF/attachment/original/01KAK8JRNCJVDR501HDJAEES0Z.png",
"text_url": "http://gotosocial/fileserver/01KAK84S6SGKYKYKR2H78C5KSF/attachment/original/01KAK8JRNCJVDR501HDJAEES0Z.png",
"preview_url": "http://gotosocial/fileserver/01KAK84S6SGKYKYKR2H78C5KSF/attachment/small/01KAK8JRNCJVDR501HDJAEES0Z.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": "L1EuH,|$fQ|$|$o2fQo2fQfQfQfQ"
},
{
"id": "01KAK8JRNJ8ZR66B42T7XWR16N",
"type": "image",
"url": "http://gotosocial/fileserver/01KAK84S6SGKYKYKR2H78C5KSF/attachment/original/01KAK8JRNJ8ZR66B42T7XWR16N.png",
"text_url": "http://gotosocial/fileserver/01KAK84S6SGKYKYKR2H78C5KSF/attachment/original/01KAK8JRNJ8ZR66B42T7XWR16N.png",
"preview_url": "http://gotosocial/fileserver/01KAK84S6SGKYKYKR2H78C5KSF/attachment/small/01KAK8JRNJ8ZR66B42T7XWR16N.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": "L1FBR$|yfQ|y|yo2fQo2fQfQfQfQ"
}
],
"mentions": [
{
"id": "01EW65M4VPKBKHDASXNJ8B2E0A",
"username": "cookie",
"url": "http://gotosocial/@cookie",
"acct": "cookie"
}
],
"tags": [],
"emojis": [],
"card": null,
"poll": null
}