Image Attachments¶
The Image type is defined in ActivityStreams Vocabulary.
In the following, we test how various configurations of it are rendered.
A ❌ in the support table means that the entire message has failed to parse. A "-" means that the message was parsed, but
no attachment was generated. The text, e.g. image
or
unknown
is the the media type the Fediverse application
determined for the attachment.
We furthermore wish to point out that having several links
in the url
property is useful to both offer the attachment
in different formats and say dimensions, e.g. one high resolution
and one low resolution one.
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/actor/JNpEZC_MVfs",
"published": "2025-07-15T09:42: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/actor/wSot529GskE",
"published": "2025-07-15T09:42:04Z",
"content": "Format png",
"attachment": {
"type": "Document",
"url": "http://pasture-one-actor/images/001.png"
},
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
gotosocial
{
"id": "01K06QCXF0MZQ8HBK6ZK695Q3M",
"created_at": "2025-07-15T09:42: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/actor/wSot529GskE",
"url": "http://pasture-one-actor/actor/wSot529GskE",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "Format png",
"reblog": null,
"account": {
"id": "01K06Q91X1R92RNFKRJ5FN0A50",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2025-07-15T09:39:57.484Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon4.png",
"avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon4.png",
"header": "http://gotosocial/assets/default_header.png",
"header_static": "http://gotosocial/assets/default_header.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 79,
"last_status_at": "2025-07-15T09:42:04.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [
{
"id": "01K06QCXNV5PJ1J2JQNDCFTT63",
"type": "image",
"url": "http://gotosocial/fileserver/01K06Q91X1R92RNFKRJ5FN0A50/attachment/original/01K06QCXNV5PJ1J2JQNDCFTT63.png",
"text_url": "http://gotosocial/fileserver/01K06Q91X1R92RNFKRJ5FN0A50/attachment/original/01K06QCXNV5PJ1J2JQNDCFTT63.png",
"preview_url": "http://gotosocial/fileserver/01K06Q91X1R92RNFKRJ5FN0A50/attachment/small/01K06QCXNV5PJ1J2JQNDCFTT63.jpg",
"remote_url": "http://pasture-one-actor/images/001.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": "L02uOmuafQuauaf%fQf%fQfQfQfQ"
}
],
"mentions": [
{
"id": "01PNDDP5K9GH5G0V954907P8AZ",
"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/actor/IOxEiTBfQtk",
"published": "2025-07-15T09:42: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/actor/W15pAx3m6GM",
"published": "2025-07-15T09:42:04Z",
"content": "Format png",
"attachment": {
"type": "Document",
"url": "http://pasture-one-actor/images/001b.png",
"mediaType": "image/png"
},
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
gotosocial
{
"id": "01K06QCXF0T0G65EVTQ7DSKSY4",
"created_at": "2025-07-15T09:42: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/actor/W15pAx3m6GM",
"url": "http://pasture-one-actor/actor/W15pAx3m6GM",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "Format png",
"reblog": null,
"account": {
"id": "01K06Q91X1R92RNFKRJ5FN0A50",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2025-07-15T09:39:57.484Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon4.png",
"avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon4.png",
"header": "http://gotosocial/assets/default_header.png",
"header_static": "http://gotosocial/assets/default_header.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 80,
"last_status_at": "2025-07-15T09:42:04.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [
{
"id": "01K06QCYAX9CKKNMS0DZH0MA7M",
"type": "image",
"url": "http://gotosocial/fileserver/01K06Q91X1R92RNFKRJ5FN0A50/attachment/original/01K06QCYAX9CKKNMS0DZH0MA7M.png",
"text_url": "http://gotosocial/fileserver/01K06Q91X1R92RNFKRJ5FN0A50/attachment/original/01K06QCYAX9CKKNMS0DZH0MA7M.png",
"preview_url": "http://gotosocial/fileserver/01K06Q91X1R92RNFKRJ5FN0A50/attachment/small/01K06QCYAX9CKKNMS0DZH0MA7M.jpg",
"remote_url": "http://pasture-one-actor/images/001b.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": "L8HFFe*JfQ*J*JkCfQkCfQfQfQfQ"
}
],
"mentions": [
{
"id": "01PNDDP5K9GH5G0V954907P8AZ",
"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/actor/uu16oSuWIZM",
"published": "2025-07-15T09:42: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/actor/cE5R30n7OCc",
"published": "2025-07-15T09:42:05Z",
"content": "Format jpg",
"attachment": {
"type": "Image",
"url": "http://pasture-one-actor/images/002.jpg"
},
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
gotosocial
{
"id": "01K06QCYE8G0TJWTCY73475EV1",
"created_at": "2025-07-15T09:42: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/actor/cE5R30n7OCc",
"url": "http://pasture-one-actor/actor/cE5R30n7OCc",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "Format jpg",
"reblog": null,
"account": {
"id": "01K06Q91X1R92RNFKRJ5FN0A50",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2025-07-15T09:39:57.484Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon4.png",
"avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon4.png",
"header": "http://gotosocial/assets/default_header.png",
"header_static": "http://gotosocial/assets/default_header.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 81,
"last_status_at": "2025-07-15T09:42:05.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [
{
"id": "01K06QCYZHZZ3SJN4K397H26ZK",
"type": "image",
"url": "http://gotosocial/fileserver/01K06Q91X1R92RNFKRJ5FN0A50/attachment/original/01K06QCYZHZZ3SJN4K397H26ZK.jpg",
"text_url": "http://gotosocial/fileserver/01K06Q91X1R92RNFKRJ5FN0A50/attachment/original/01K06QCYZHZZ3SJN4K397H26ZK.jpg",
"preview_url": "http://gotosocial/fileserver/01K06Q91X1R92RNFKRJ5FN0A50/attachment/small/01K06QCYZHZZ3SJN4K397H26ZK.jpg",
"remote_url": "http://pasture-one-actor/images/002.jpg",
"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": "L14E#huJfQuJuJf*fQf*fQfQfQfQ"
}
],
"mentions": [
{
"id": "01PNDDP5K9GH5G0V954907P8AZ",
"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/actor/NYF7j6zZJk0",
"published": "2025-07-15T09:42:06Z",
"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/actor/XEHkQJ5YMi4",
"published": "2025-07-15T09:42:06Z",
"content": "Format jpg",
"attachment": {
"type": "Image",
"url": "http://pasture-one-actor/images/002b.jpg",
"mediaType": "image/jpeg"
},
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
gotosocial
{
"id": "01K06QCZDGBRHTC9GRH3JHHT5N",
"created_at": "2025-07-15T09:42:06.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/actor/XEHkQJ5YMi4",
"url": "http://pasture-one-actor/actor/XEHkQJ5YMi4",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "Format jpg",
"reblog": null,
"account": {
"id": "01K06Q91X1R92RNFKRJ5FN0A50",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2025-07-15T09:39:57.484Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon4.png",
"avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon4.png",
"header": "http://gotosocial/assets/default_header.png",
"header_static": "http://gotosocial/assets/default_header.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 82,
"last_status_at": "2025-07-15T09:42:06.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [
{
"id": "01K06QCZM5NJSFV52YNPG6ZK8E",
"type": "image",
"url": "http://gotosocial/fileserver/01K06Q91X1R92RNFKRJ5FN0A50/attachment/original/01K06QCZM5NJSFV52YNPG6ZK8E.jpg",
"text_url": "http://gotosocial/fileserver/01K06Q91X1R92RNFKRJ5FN0A50/attachment/original/01K06QCZM5NJSFV52YNPG6ZK8E.jpg",
"preview_url": "http://gotosocial/fileserver/01K06Q91X1R92RNFKRJ5FN0A50/attachment/small/01K06QCZM5NJSFV52YNPG6ZK8E.jpg",
"remote_url": "http://pasture-one-actor/images/002b.jpg",
"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": "L93jsxl$fQl$l$f%fQf%fQfQfQfQ"
}
],
"mentions": [
{
"id": "01PNDDP5K9GH5G0V954907P8AZ",
"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/actor/bGV8_1Qvi94",
"published": "2025-07-15T09:42:06Z",
"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/actor/ZxPYKHGMeOk",
"published": "2025-07-15T09:42:06Z",
"content": "Format svg",
"attachment": {
"type": "Image",
"url": "http://pasture-one-actor/assets/FediverseLogo.svg"
},
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
gotosocial
{
"id": "01K06QCZDGQZ0WWFWKPHTB9HT2",
"created_at": "2025-07-15T09:42:06.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/actor/ZxPYKHGMeOk",
"url": "http://pasture-one-actor/actor/ZxPYKHGMeOk",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "Format svg<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/FediverseLogo.svg\" rel=\"nofollow noreferrer noopener\" target=\"_blank\">FediverseLogo.svg</a></li></ul>",
"reblog": null,
"account": {
"id": "01K06Q91X1R92RNFKRJ5FN0A50",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2025-07-15T09:39:57.484Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon4.png",
"avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon4.png",
"header": "http://gotosocial/assets/default_header.png",
"header_static": "http://gotosocial/assets/default_header.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 83,
"last_status_at": "2025-07-15T09:42:06.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [
{
"id": "01PNDDP5K9GH5G0V954907P8AZ",
"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/actor/-nlK0y0vD5U",
"published": "2025-07-15T09:42: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/actor/CUrfnr4q4b8",
"published": "2025-07-15T09:42:07Z",
"content": "Format eps",
"attachment": {
"type": "Image",
"url": "http://pasture-one-actor/images/003.eps"
},
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
gotosocial
{
"id": "01K06QD0CRSKE5FHAG8YR76GTW",
"created_at": "2025-07-15T09:42: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/actor/CUrfnr4q4b8",
"url": "http://pasture-one-actor/actor/CUrfnr4q4b8",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "Format eps<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/images/003.eps\" rel=\"nofollow noreferrer noopener\" target=\"_blank\">003.eps</a></li></ul>",
"reblog": null,
"account": {
"id": "01K06Q91X1R92RNFKRJ5FN0A50",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2025-07-15T09:39:57.484Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon4.png",
"avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon4.png",
"header": "http://gotosocial/assets/default_header.png",
"header_static": "http://gotosocial/assets/default_header.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 84,
"last_status_at": "2025-07-15T09:42:07.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [
{
"id": "01PNDDP5K9GH5G0V954907P8AZ",
"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/actor/sbeXlpHbLEI",
"published": "2025-07-15T09:42: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/actor/WF_CbFMQr4o",
"published": "2025-07-15T09:42:08Z",
"content": "Format gif",
"attachment": {
"type": "Image",
"url": "http://pasture-one-actor/images/003b.gif"
},
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
gotosocial
{
"id": "01K06QD1C08HVEEA53XN06674D",
"created_at": "2025-07-15T09:42: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/actor/WF_CbFMQr4o",
"url": "http://pasture-one-actor/actor/WF_CbFMQr4o",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "Format gif",
"reblog": null,
"account": {
"id": "01K06Q91X1R92RNFKRJ5FN0A50",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2025-07-15T09:39:57.484Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon4.png",
"avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon4.png",
"header": "http://gotosocial/assets/default_header.png",
"header_static": "http://gotosocial/assets/default_header.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 85,
"last_status_at": "2025-07-15T09:42:08.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [
{
"id": "01K06QD1JWTV9QTGSB32XEKS0K",
"type": "image",
"url": "http://gotosocial/fileserver/01K06Q91X1R92RNFKRJ5FN0A50/attachment/original/01K06QD1JWTV9QTGSB32XEKS0K.gif",
"text_url": "http://gotosocial/fileserver/01K06Q91X1R92RNFKRJ5FN0A50/attachment/original/01K06QD1JWTV9QTGSB32XEKS0K.gif",
"preview_url": "http://gotosocial/fileserver/01K06Q91X1R92RNFKRJ5FN0A50/attachment/small/01K06QD1JWTV9QTGSB32XEKS0K.jpg",
"remote_url": "http://pasture-one-actor/images/003b.gif",
"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": "L4CS$T*HfQ*H*HkBfQkBfQfQfQfQ"
}
],
"mentions": [
{
"id": "01PNDDP5K9GH5G0V954907P8AZ",
"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/actor/V1odSpsY3Dg",
"published": "2025-07-15T09:42: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/actor/3dgnv9nYidM",
"published": "2025-07-15T09:42:08Z",
"content": "Format tiff",
"attachment": {
"type": "Image",
"url": "http://pasture-one-actor/images/003c.tiff"
},
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
gotosocial
{
"id": "01K06QD1C0KW6G1S32JQHAY3N4",
"created_at": "2025-07-15T09:42: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/actor/3dgnv9nYidM",
"url": "http://pasture-one-actor/actor/3dgnv9nYidM",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "Format tiff<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/images/003c.tiff\" rel=\"nofollow noreferrer noopener\" target=\"_blank\">003c.tiff</a></li></ul>",
"reblog": null,
"account": {
"id": "01K06Q91X1R92RNFKRJ5FN0A50",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2025-07-15T09:39:57.484Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon4.png",
"avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon4.png",
"header": "http://gotosocial/assets/default_header.png",
"header_static": "http://gotosocial/assets/default_header.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 86,
"last_status_at": "2025-07-15T09:42:08.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [
{
"id": "01PNDDP5K9GH5G0V954907P8AZ",
"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/actor/ebibo4yUUcE",
"published": "2025-07-15T09:42: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/actor/5N5OXTvTavo",
"published": "2025-07-15T09:42:09Z",
"content": "Format webp",
"attachment": {
"type": "Image",
"url": "http://pasture-one-actor/images/003d.webp"
},
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
gotosocial
{
"id": "01K06QD2B88E65FN7F20D9YJTE",
"created_at": "2025-07-15T09:42: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/actor/5N5OXTvTavo",
"url": "http://pasture-one-actor/actor/5N5OXTvTavo",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "Format webp",
"reblog": null,
"account": {
"id": "01K06Q91X1R92RNFKRJ5FN0A50",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2025-07-15T09:39:57.484Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon4.png",
"avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon4.png",
"header": "http://gotosocial/assets/default_header.png",
"header_static": "http://gotosocial/assets/default_header.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 87,
"last_status_at": "2025-07-15T09:42:09.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [
{
"id": "01K06QD2YKYJWVF14A2VK3WQVW",
"type": "image",
"url": "http://gotosocial/fileserver/01K06Q91X1R92RNFKRJ5FN0A50/attachment/original/01K06QD2YKYJWVF14A2VK3WQVW.webp",
"text_url": "http://gotosocial/fileserver/01K06Q91X1R92RNFKRJ5FN0A50/attachment/original/01K06QD2YKYJWVF14A2VK3WQVW.webp",
"preview_url": "http://gotosocial/fileserver/01K06Q91X1R92RNFKRJ5FN0A50/attachment/small/01K06QD2YKYJWVF14A2VK3WQVW.jpg",
"remote_url": "http://pasture-one-actor/images/003d.webp",
"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": "L3ADXv*CfQ*C*CkAfQkAfQfQfQfQ"
}
],
"mentions": [
{
"id": "01PNDDP5K9GH5G0V954907P8AZ",
"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/actor/DD29valn8KI",
"published": "2025-07-15T09:42: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/actor/Jq3s0X6YQII",
"published": "2025-07-15T09:42:10Z",
"content": "url does not exit",
"attachment": {
"type": "Document",
"url": "http://pasture-one-actor/assets/does_not_exist.png"
},
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
gotosocial
{
"id": "01K06QD3AGQ3H0S2ZCCE8B8V2T",
"created_at": "2025-07-15T09:42: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/actor/Jq3s0X6YQII",
"url": "http://pasture-one-actor/actor/Jq3s0X6YQII",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "url does not exit<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/does_not_exist.png\" rel=\"nofollow noreferrer noopener\" target=\"_blank\">does_not_exist.png</a></li></ul>",
"reblog": null,
"account": {
"id": "01K06Q91X1R92RNFKRJ5FN0A50",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2025-07-15T09:39:57.484Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon4.png",
"avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon4.png",
"header": "http://gotosocial/assets/default_header.png",
"header_static": "http://gotosocial/assets/default_header.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 88,
"last_status_at": "2025-07-15T09:42:10.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [
{
"id": "01PNDDP5K9GH5G0V954907P8AZ",
"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/actor/AzMDRuvf-KY",
"published": "2025-07-15T09:42: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/actor/HgymXwDGZgg",
"published": "2025-07-15T09:42:10Z",
"content": "Wrong height / width",
"attachment": {
"type": "Document",
"width": 13,
"height": 17,
"url": "http://pasture-one-actor/images/004.png"
},
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
gotosocial
{
"id": "01K06QD3AG9A18V24BKWGG6FDJ",
"created_at": "2025-07-15T09:42: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/actor/HgymXwDGZgg",
"url": "http://pasture-one-actor/actor/HgymXwDGZgg",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "Wrong height / width",
"reblog": null,
"account": {
"id": "01K06Q91X1R92RNFKRJ5FN0A50",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2025-07-15T09:39:57.484Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon4.png",
"avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon4.png",
"header": "http://gotosocial/assets/default_header.png",
"header_static": "http://gotosocial/assets/default_header.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 89,
"last_status_at": "2025-07-15T09:42:10.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [
{
"id": "01K06QD48KKN7XP707G94PMAEV",
"type": "image",
"url": "http://gotosocial/fileserver/01K06Q91X1R92RNFKRJ5FN0A50/attachment/original/01K06QD48KKN7XP707G94PMAEV.png",
"text_url": "http://gotosocial/fileserver/01K06Q91X1R92RNFKRJ5FN0A50/attachment/original/01K06QD48KKN7XP707G94PMAEV.png",
"preview_url": "http://gotosocial/fileserver/01K06Q91X1R92RNFKRJ5FN0A50/attachment/small/01K06QD48KKN7XP707G94PMAEV.jpg",
"remote_url": "http://pasture-one-actor/images/004.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": "L7J,rZ?@fQ?@?@kBfQkBfQfQfQfQ"
}
],
"mentions": [
{
"id": "01PNDDP5K9GH5G0V954907P8AZ",
"username": "cookie",
"url": "http://gotosocial/@cookie",
"acct": "cookie"
}
],
"tags": [],
"emojis": [],
"card": null,
"poll": null
}
Example 12¶
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/actor/7S5bjVsUa_E",
"published": "2025-07-15T09:42: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/actor/IQR11F2Pmt0",
"published": "2025-07-15T09:42:11Z",
"content": "No type",
"attachment": {
"url": "http://pasture-one-actor/images/005.png"
},
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
gotosocial
{
"id": "01K06QD49RW1R86N5TXVYKW60B",
"created_at": "2025-07-15T09:42: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/actor/IQR11F2Pmt0",
"url": "http://pasture-one-actor/actor/IQR11F2Pmt0",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "No type",
"reblog": null,
"account": {
"id": "01K06Q91X1R92RNFKRJ5FN0A50",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2025-07-15T09:39:57.484Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon4.png",
"avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon4.png",
"header": "http://gotosocial/assets/default_header.png",
"header_static": "http://gotosocial/assets/default_header.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 90,
"last_status_at": "2025-07-15T09:42:11.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [
{
"id": "01PNDDP5K9GH5G0V954907P8AZ",
"username": "cookie",
"url": "http://gotosocial/@cookie",
"acct": "cookie"
}
],
"tags": [],
"emojis": [],
"card": null,
"poll": null
}
Example 13¶
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/actor/E78a3RK_CFM",
"published": "2025-07-15T09:42: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/actor/LcX91EqvbQg",
"published": "2025-07-15T09:42:12Z",
"content": "url is Link object",
"attachment": {
"type": "Image",
"url": {
"type": "Link",
"href": "http://pasture-one-actor/images/006.png"
}
},
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
gotosocial
{
"id": "01K06QD590VTKZCWPZAWEZQ809",
"created_at": "2025-07-15T09:42: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/actor/LcX91EqvbQg",
"url": "http://pasture-one-actor/actor/LcX91EqvbQg",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "url is Link object",
"reblog": null,
"account": {
"id": "01K06Q91X1R92RNFKRJ5FN0A50",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2025-07-15T09:39:57.484Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon4.png",
"avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon4.png",
"header": "http://gotosocial/assets/default_header.png",
"header_static": "http://gotosocial/assets/default_header.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 91,
"last_status_at": "2025-07-15T09:42:12.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [
{
"id": "01PNDDP5K9GH5G0V954907P8AZ",
"username": "cookie",
"url": "http://gotosocial/@cookie",
"acct": "cookie"
}
],
"tags": [],
"emojis": [],
"card": null,
"poll": null
}
Example 14¶
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/actor/Pr4vzMzHh9w",
"published": "2025-07-15T09:42: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/actor/l3Ezt46I0dg",
"published": "2025-07-15T09:42:12Z",
"content": "url is Link object with media type",
"attachment": {
"type": "Image",
"url": {
"type": "Link",
"href": "http://pasture-one-actor/images/006b.png",
"mediaType": "image/png"
}
},
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
gotosocial
{
"id": "01K06QD590BDJ6FZV7N4KAYAQQ",
"created_at": "2025-07-15T09:42: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/actor/l3Ezt46I0dg",
"url": "http://pasture-one-actor/actor/l3Ezt46I0dg",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "url is Link object with media type",
"reblog": null,
"account": {
"id": "01K06Q91X1R92RNFKRJ5FN0A50",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2025-07-15T09:39:57.484Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon4.png",
"avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon4.png",
"header": "http://gotosocial/assets/default_header.png",
"header_static": "http://gotosocial/assets/default_header.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 92,
"last_status_at": "2025-07-15T09:42:12.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [
{
"id": "01PNDDP5K9GH5G0V954907P8AZ",
"username": "cookie",
"url": "http://gotosocial/@cookie",
"acct": "cookie"
}
],
"tags": [],
"emojis": [],
"card": null,
"poll": null
}
Example 15¶
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/actor/5Ub_ynPEB0A",
"published": "2025-07-15T09:42:13Z",
"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/actor/A68_nDP3d-A",
"published": "2025-07-15T09:42:13Z",
"content": "url is Link object in an array",
"attachment": {
"type": "Image",
"url": [
{
"type": "Link",
"href": "http://pasture-one-actor/images/006c.png"
}
]
},
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
gotosocial
{
"id": "01K06QD688JKV67JYRB20636ZJ",
"created_at": "2025-07-15T09:42:13.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/actor/A68_nDP3d-A",
"url": "http://pasture-one-actor/actor/A68_nDP3d-A",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "url is Link object in an array",
"reblog": null,
"account": {
"id": "01K06Q91X1R92RNFKRJ5FN0A50",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2025-07-15T09:39:57.484Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon4.png",
"avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon4.png",
"header": "http://gotosocial/assets/default_header.png",
"header_static": "http://gotosocial/assets/default_header.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 93,
"last_status_at": "2025-07-15T09:42:13.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [
{
"id": "01PNDDP5K9GH5G0V954907P8AZ",
"username": "cookie",
"url": "http://gotosocial/@cookie",
"acct": "cookie"
}
],
"tags": [],
"emojis": [],
"card": null,
"poll": null
}
Example 16¶
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/actor/-EMa2Gpl7pU",
"published": "2025-07-15T09:42:14Z",
"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/actor/KQpjiB6wsV4",
"published": "2025-07-15T09:42:14Z",
"content": "url is array of two Link objects",
"attachment": {
"type": "Image",
"url": [
{
"type": "Link",
"href": "http://pasture-one-actor/images/007.png",
"mediaType": "image/png"
},
{
"type": "Link",
"href": "http://pasture-one-actor/images/008.jpg",
"mediaType": "image/jpeg"
}
]
},
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
gotosocial
{
"id": "01K06QD77GM7VSMS8TEC59XFJ5",
"created_at": "2025-07-15T09:42:14.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/actor/KQpjiB6wsV4",
"url": "http://pasture-one-actor/actor/KQpjiB6wsV4",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "url is array of two Link objects",
"reblog": null,
"account": {
"id": "01K06Q91X1R92RNFKRJ5FN0A50",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2025-07-15T09:39:57.484Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon4.png",
"avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon4.png",
"header": "http://gotosocial/assets/default_header.png",
"header_static": "http://gotosocial/assets/default_header.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 94,
"last_status_at": "2025-07-15T09:42:14.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [
{
"id": "01PNDDP5K9GH5G0V954907P8AZ",
"username": "cookie",
"url": "http://gotosocial/@cookie",
"acct": "cookie"
}
],
"tags": [],
"emojis": [],
"card": null,
"poll": null
}