Content Warnings¶
Content Warnings are set using sensitive, then summary seems to be used as a spoiler text.
The last three examples are an attempt to add a content warning to an image.
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": [
"http://sharkey/users/acg3ru0zh3uf0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/gZX9zziUfrc",
"published": "2025-09-09T12:42:19Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/acg3ru0zh3uf0003"
],
"id": "http://pasture-one-actor/object/7gY0m-7Mnus",
"published": "2025-09-09T12:42:19Z",
"content": "text",
"sensitive": true
}
}
pyfedi
{
"id": 44,
"user_id": 2,
"community_id": 1,
"title": "(content in post body)",
"deleted": false,
"nsfw": true,
"sticky": false,
"published": "2025-09-09T12:26:13.303870Z",
"ap_id": "http://pasture-one-actor/object/WQSOZ7Y57jo",
"local": false,
"language_id": 2,
"removed": false,
"locked": false,
"body": "text"
}
sharkey
{
"id": "acg3u9rstn88001e",
"uri": "http://pasture-one-actor/object/7gY0m-7Mnus",
"url": "http://pasture-one-actor/object/7gY0m-7Mnus",
"account": {
"id": "acg3tlswtn880004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-09-09T12:41:47.936Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 45,
"note": "",
"url": "http://pasture-one-actor/actor",
"uri": "http://pasture-one-actor/actor",
"avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
"avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
"header": "https://dev.joinsharkey.org/static-assets/transparent.png",
"header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
"emojis": [],
"moved": null,
"fields": [],
"bot": false,
"discoverable": true,
"noindex": false,
"group": null,
"suspended": false,
"limited": false
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p>text</p>",
"content_type": "text/x.misskeymarkdown",
"text": "text",
"created_at": "2025-09-09T12:42:19.000Z",
"edited_at": null,
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"bookmarked": false,
"quote": null,
"reactions": []
}
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": [
"http://sharkey/users/acg3ru0zh3uf0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/lcQtzQQ2HnI",
"published": "2025-09-09T12:42:20Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/acg3ru0zh3uf0003"
],
"id": "http://pasture-one-actor/object/V7GSDKOUDos",
"published": "2025-09-09T12:42:20Z",
"content": "text",
"summary": "summary"
}
}
pyfedi
{
"id": 45,
"user_id": 2,
"community_id": 1,
"title": "(content in post body)",
"deleted": false,
"nsfw": false,
"sticky": false,
"published": "2025-09-09T12:26:14.079331Z",
"ap_id": "http://pasture-one-actor/object/4KI068vDASc",
"local": false,
"language_id": 2,
"removed": false,
"locked": false,
"body": "text"
}
sharkey
{
"id": "acg3uajktn88001f",
"uri": "http://pasture-one-actor/object/V7GSDKOUDos",
"url": "http://pasture-one-actor/object/V7GSDKOUDos",
"account": {
"id": "acg3tlswtn880004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-09-09T12:41:47.936Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 46,
"note": "",
"url": "http://pasture-one-actor/actor",
"uri": "http://pasture-one-actor/actor",
"avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
"avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
"header": "https://dev.joinsharkey.org/static-assets/transparent.png",
"header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
"emojis": [],
"moved": null,
"fields": [],
"bot": false,
"discoverable": true,
"noindex": false,
"group": null,
"suspended": false,
"limited": false
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p>text</p>",
"content_type": "text/x.misskeymarkdown",
"text": "text",
"created_at": "2025-09-09T12:42:20.000Z",
"edited_at": null,
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": true,
"spoiler_text": "summary",
"visibility": "public",
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"bookmarked": false,
"quote": null,
"reactions": []
}
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": [
"http://sharkey/users/acg3ru0zh3uf0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/507XuM340A0",
"published": "2025-09-09T12:42:20Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/acg3ru0zh3uf0003"
],
"id": "http://pasture-one-actor/object/Y2K7JaeoICE",
"published": "2025-09-09T12:42:20Z",
"content": "text",
"summary": "summary",
"sensitive": true
}
}
pyfedi
{
"id": 46,
"user_id": 2,
"community_id": 1,
"title": "(content in post body)",
"deleted": false,
"nsfw": true,
"sticky": false,
"published": "2025-09-09T12:26:14.840039Z",
"ap_id": "http://pasture-one-actor/object/PWm9o5dkP88",
"local": false,
"language_id": 2,
"removed": false,
"locked": false,
"body": "text"
}
sharkey
{
"id": "acg3uajktn88001g",
"uri": "http://pasture-one-actor/object/Y2K7JaeoICE",
"url": "http://pasture-one-actor/object/Y2K7JaeoICE",
"account": {
"id": "acg3tlswtn880004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-09-09T12:41:47.936Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 47,
"note": "",
"url": "http://pasture-one-actor/actor",
"uri": "http://pasture-one-actor/actor",
"avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
"avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
"header": "https://dev.joinsharkey.org/static-assets/transparent.png",
"header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
"emojis": [],
"moved": null,
"fields": [],
"bot": false,
"discoverable": true,
"noindex": false,
"group": null,
"suspended": false,
"limited": false
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p>text</p>",
"content_type": "text/x.misskeymarkdown",
"text": "text",
"created_at": "2025-09-09T12:42:20.000Z",
"edited_at": null,
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": true,
"spoiler_text": "summary",
"visibility": "public",
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"bookmarked": false,
"quote": null,
"reactions": []
}
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": [
"http://sharkey/users/acg3ru0zh3uf0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/J_pWntVztWM",
"published": "2025-09-09T12:42:21Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/acg3ru0zh3uf0003"
],
"id": "http://pasture-one-actor/object/-TYBTgiPSgo",
"published": "2025-09-09T12:42:21Z",
"content": "see image",
"attachment": {
"type": "Image",
"sensitive": true,
"url": "http://pasture-one-actor/images/w001.png"
}
}
}
pyfedi
{
"id": 47,
"user_id": 2,
"community_id": 1,
"title": "(content in post body)",
"deleted": false,
"nsfw": false,
"sticky": false,
"published": "2025-09-09T12:26:15.605959Z",
"ap_id": "http://pasture-one-actor/object/qbfckicMn_g",
"local": false,
"language_id": 2,
"removed": false,
"locked": false,
"body": "see image",
"url": "http://pasture-one-actor/images/w001.png",
"thumbnail_url": "http://pasture-one-actor/images/w001.png",
"small_thumbnail_url": "http://pasture-one-actor/images/w001.png"
}
sharkey
{
"id": "acg3ubbctn88001i",
"uri": "http://pasture-one-actor/object/-TYBTgiPSgo",
"url": "http://pasture-one-actor/object/-TYBTgiPSgo",
"account": {
"id": "acg3tlswtn880004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-09-09T12:41:47.936Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 48,
"note": "",
"url": "http://pasture-one-actor/actor",
"uri": "http://pasture-one-actor/actor",
"avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
"avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
"header": "https://dev.joinsharkey.org/static-assets/transparent.png",
"header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
"emojis": [],
"moved": null,
"fields": [],
"bot": false,
"discoverable": true,
"noindex": false,
"group": null,
"suspended": false,
"limited": false
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p>see image</p>",
"content_type": "text/x.misskeymarkdown",
"text": "see image",
"created_at": "2025-09-09T12:42:21.000Z",
"edited_at": null,
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": true,
"spoiler_text": "",
"visibility": "public",
"media_attachments": [
{
"id": "acg3ubwwtn88001h",
"type": "image",
"url": "http://pasture-one-actor/images/w001.png",
"remote_url": "http://pasture-one-actor/images/w001.png",
"preview_url": "http://pasture-one-actor/images/w001.png",
"text_url": "http://pasture-one-actor/images/w001.png",
"meta": {
"width": 40,
"height": 40,
"original": {
"width": 40,
"height": 40,
"size": "40x40",
"aspect": 1,
"frame_rate": "undefined"
},
"size": "40x40",
"aspect": 1
},
"description": null,
"blurhash": "e0B-fy]?fQ]?fQ]?jufQjufQfQfQfQfQfQ]?jufQjufQfQfQfQfQfQ"
}
],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"bookmarked": false,
"quote": null,
"reactions": []
}
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": [
"http://sharkey/users/acg3ru0zh3uf0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/X0TbliTgc_M",
"published": "2025-09-09T12:42:22Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/acg3ru0zh3uf0003"
],
"id": "http://pasture-one-actor/object/ZnU-qLMIurM",
"published": "2025-09-09T12:42:22Z",
"content": "see image",
"sensitive": true,
"attachment": {
"type": "Image",
"sensitive": true,
"url": "http://pasture-one-actor/images/w002.png"
}
}
}
pyfedi
{
"id": 48,
"user_id": 2,
"community_id": 1,
"title": "(content in post body)",
"deleted": false,
"nsfw": true,
"sticky": false,
"published": "2025-09-09T12:26:16.325598Z",
"ap_id": "http://pasture-one-actor/object/gH-5JmtGB3Y",
"local": false,
"language_id": 2,
"removed": false,
"locked": false,
"body": "see image",
"url": "http://pasture-one-actor/images/w002.png",
"thumbnail_url": "http://pasture-one-actor/images/w002.png",
"small_thumbnail_url": "http://pasture-one-actor/images/w002.png"
}
sharkey
{
"id": "acg3uc34tn88001k",
"uri": "http://pasture-one-actor/object/ZnU-qLMIurM",
"url": "http://pasture-one-actor/object/ZnU-qLMIurM",
"account": {
"id": "acg3tlswtn880004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-09-09T12:41:47.936Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 49,
"note": "",
"url": "http://pasture-one-actor/actor",
"uri": "http://pasture-one-actor/actor",
"avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
"avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
"header": "https://dev.joinsharkey.org/static-assets/transparent.png",
"header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
"emojis": [],
"moved": null,
"fields": [],
"bot": false,
"discoverable": true,
"noindex": false,
"group": null,
"suspended": false,
"limited": false
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p>see image</p>",
"content_type": "text/x.misskeymarkdown",
"text": "see image",
"created_at": "2025-09-09T12:42:22.000Z",
"edited_at": null,
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": true,
"spoiler_text": "",
"visibility": "public",
"media_attachments": [
{
"id": "acg3uce4tn88001j",
"type": "image",
"url": "http://pasture-one-actor/images/w002.png",
"remote_url": "http://pasture-one-actor/images/w002.png",
"preview_url": "http://pasture-one-actor/images/w002.png",
"text_url": "http://pasture-one-actor/images/w002.png",
"meta": {
"width": 40,
"height": 40,
"original": {
"width": 40,
"height": 40,
"size": "40x40",
"aspect": 1,
"frame_rate": "undefined"
},
"size": "40x40",
"aspect": 1
},
"description": null,
"blurhash": "e30b2GhZfQhZfQhZfjfQfjfQfQfQfQfQfQhZfjfQfjfQfQfQfQfQfQ"
}
],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"bookmarked": false,
"quote": null,
"reactions": []
}
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": [
"http://sharkey/users/acg3ru0zh3uf0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/KuHBtIkRbVM",
"published": "2025-09-09T12:42:22Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/acg3ru0zh3uf0003"
],
"id": "http://pasture-one-actor/object/-H9W_OLNRsw",
"published": "2025-09-09T12:42:22Z",
"content": "see image",
"attachment": {
"content": "content",
"type": "Image",
"sensitive": true,
"url": "http://pasture-one-actor/images/w003.png"
}
}
}
pyfedi
{
"id": 49,
"user_id": 2,
"community_id": 1,
"title": "(content in post body)",
"deleted": false,
"nsfw": false,
"sticky": false,
"published": "2025-09-09T12:26:17.153748Z",
"ap_id": "http://pasture-one-actor/object/Y8Guxt4Sk60",
"local": false,
"language_id": 2,
"removed": false,
"locked": false,
"body": "see image",
"url": "http://pasture-one-actor/images/w003.png",
"thumbnail_url": "http://pasture-one-actor/images/w003.png",
"small_thumbnail_url": "http://pasture-one-actor/images/w003.png"
}
sharkey
{
"id": "acg3uc34tn88001m",
"uri": "http://pasture-one-actor/object/-H9W_OLNRsw",
"url": "http://pasture-one-actor/object/-H9W_OLNRsw",
"account": {
"id": "acg3tlswtn880004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-09-09T12:41:47.936Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 50,
"note": "",
"url": "http://pasture-one-actor/actor",
"uri": "http://pasture-one-actor/actor",
"avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
"avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
"header": "https://dev.joinsharkey.org/static-assets/transparent.png",
"header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
"emojis": [],
"moved": null,
"fields": [],
"bot": false,
"discoverable": true,
"noindex": false,
"group": null,
"suspended": false,
"limited": false
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p>see image</p>",
"content_type": "text/x.misskeymarkdown",
"text": "see image",
"created_at": "2025-09-09T12:42:22.000Z",
"edited_at": null,
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": true,
"spoiler_text": "",
"visibility": "public",
"media_attachments": [
{
"id": "acg3ucxqtn88001l",
"type": "image",
"url": "http://pasture-one-actor/images/w003.png",
"remote_url": "http://pasture-one-actor/images/w003.png",
"preview_url": "http://pasture-one-actor/images/w003.png",
"text_url": "http://pasture-one-actor/images/w003.png",
"meta": {
"width": 40,
"height": 40,
"original": {
"width": 40,
"height": 40,
"size": "40x40",
"aspect": 1,
"frame_rate": "undefined"
},
"size": "40x40",
"aspect": 1
},
"description": null,
"blurhash": "e2IQB.?;fQ?;fQ?;j@fQj@fQfQfQfQfQfQ?;j@fQj@fQfQfQfQfQfQ"
}
],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"bookmarked": false,
"quote": null,
"reactions": []
}
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": [
"http://sharkey/users/acg3ru0zh3uf0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/QZJS55-za9Q",
"published": "2025-09-09T12:42:23Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/acg3ru0zh3uf0003"
],
"id": "http://pasture-one-actor/object/00RaZn8e2GA",
"published": "2025-09-09T12:42:23Z",
"content": "see image",
"attachment": {
"type": "Image",
"summary": "summary",
"sensitive": true,
"url": "http://pasture-one-actor/images/w004.png"
}
}
}
pyfedi
{
"id": 50,
"user_id": 2,
"community_id": 1,
"title": "(content in post body)",
"deleted": false,
"nsfw": false,
"sticky": false,
"published": "2025-09-09T12:26:17.973976Z",
"ap_id": "http://pasture-one-actor/object/J7HI_drEJTY",
"local": false,
"language_id": 2,
"removed": false,
"locked": false,
"body": "see image",
"url": "http://pasture-one-actor/images/w004.png",
"thumbnail_url": "http://pasture-one-actor/images/w004.png",
"small_thumbnail_url": "http://pasture-one-actor/images/w004.png"
}
sharkey
{
"id": "acg3ucuwtn88001o",
"uri": "http://pasture-one-actor/object/00RaZn8e2GA",
"url": "http://pasture-one-actor/object/00RaZn8e2GA",
"account": {
"id": "acg3tlswtn880004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-09-09T12:41:47.936Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 51,
"note": "",
"url": "http://pasture-one-actor/actor",
"uri": "http://pasture-one-actor/actor",
"avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
"avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
"header": "https://dev.joinsharkey.org/static-assets/transparent.png",
"header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
"emojis": [],
"moved": null,
"fields": [],
"bot": false,
"discoverable": true,
"noindex": false,
"group": null,
"suspended": false,
"limited": false
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p>see image</p>",
"content_type": "text/x.misskeymarkdown",
"text": "see image",
"created_at": "2025-09-09T12:42:23.000Z",
"edited_at": null,
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": true,
"spoiler_text": "",
"visibility": "public",
"media_attachments": [
{
"id": "acg3udiatn88001n",
"type": "image",
"url": "http://pasture-one-actor/images/w004.png",
"remote_url": "http://pasture-one-actor/images/w004.png",
"preview_url": "http://pasture-one-actor/images/w004.png",
"text_url": "http://pasture-one-actor/images/w004.png",
"meta": {
"width": 40,
"height": 40,
"original": {
"width": 40,
"height": 40,
"size": "40x40",
"aspect": 1,
"frame_rate": "undefined"
},
"size": "40x40",
"aspect": 1
},
"description": null,
"blurhash": "e22_27lVfQlVfQlVfkfQfkfQfQfQfQfQfQlVfkfQfkfQfQfQfQfQfQ"
}
],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"bookmarked": false,
"quote": null,
"reactions": []
}