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://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/7Oak8713fxI",
"published": "2025-02-07T20:59:01Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/5zlaFBcNDZw",
"published": "2025-02-07T20:59:01Z",
"content": "Format png",
"attachment": {
"type": "Document",
"url": "http://pasture-one-actor/images/001.png"
}
}
}
misskey
{
"id": "a3yt1b7kpl2g002g",
"createdAt": "2025-02-07T20:50:08.000Z",
"userId": "a3ysz1b3pl2g0002",
"user": {
"id": "a3ysz1b3pl2g0002",
"name": "Test Actor",
"username": "actor",
"host": "pasture-one-actor",
"avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
"avatarBlurhash": null,
"avatarDecorations": [],
"isBot": false,
"isCat": false,
"instance": {
"name": null,
"softwareName": null,
"softwareVersion": null,
"iconUrl": null,
"faviconUrl": null,
"themeColor": null
},
"emojis": {},
"onlineStatus": "unknown"
},
"text": "Format png",
"cw": null,
"visibility": "public",
"localOnly": false,
"reactionAcceptance": null,
"renoteCount": 0,
"repliesCount": 0,
"reactionCount": 0,
"reactions": {},
"reactionEmojis": {},
"emojis": {},
"fileIds": [
"a3yt1bclpl2g002f"
],
"files": [
{
"id": "a3yt1bclpl2g002f",
"createdAt": "2025-02-07T20:50:08.181Z",
"name": "001.png",
"type": "image/png",
"md5": "22b66cea73897bea6d1ff58032c2e489",
"size": 0,
"isSensitive": false,
"blurhash": "e39C*UuZfQuZfQuZfjfQfjfQfQfQfQfQfQuZfjfQfjfQfQfQfQfQfQ",
"properties": {
"width": 40,
"height": 40
},
"url": "http://pasture-one-actor/images/001.png",
"thumbnailUrl": "http://pasture-one-actor/images/001.png",
"comment": null,
"folderId": null,
"folder": null,
"userId": "a3ysz1b3pl2g0002",
"user": null
}
],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/actor/XBR1S02-ViA",
"clippedCount": 0
}
mitra
{
"id": "0194e235-76fa-d5bd-2626-3277932859ab",
"uri": "http://pasture-one-actor/actor/5zlaFBcNDZw",
"url": "http://pasture-one-actor/actor/5zlaFBcNDZw",
"created_at": "2025-02-07T20:59:01Z",
"edited_at": null,
"account": {
"id": "0194e232-b067-124b-0799-4ade30ddd9a9",
"username": "actor",
"acct": "actor@pasture-one-actor",
"actor_id": "http://pasture-one-actor/actor",
"url": "http://pasture-one-actor/actor",
"display_name": "Test Actor",
"created_at": "2025-02-07T20:56:00.359685Z",
"note": "",
"avatar": "http://mitra/api/v1/accounts/identicon?input=http://pasture-one-actor/actor",
"header": "http://mitra/api/v1/accounts/identicon",
"locked": false,
"mention_policy": "none",
"bot": false,
"identity_proofs": [],
"payment_options": [],
"fields": [],
"emojis": [],
"followers_count": 0,
"following_count": 0,
"subscribers_count": 0,
"statuses_count": 71,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "Format png",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"visibility": "public",
"sensitive": false,
"spoiler_text": "",
"pinned": false,
"replies_count": 0,
"favourites_count": 0,
"reblogs_count": 0,
"poll": null,
"media_attachments": [
{
"id": "0194e235-76f6-6e0f-1b27-dbe08a571c38",
"type": "image",
"url": "http://mitra/media/ea0a3dcd1c3b2365d94710edb17d0b33da19eb9a652309a8470d23dc4ae4c485.png",
"preview_url": "http://mitra/media/ea0a3dcd1c3b2365d94710edb17d0b33da19eb9a652309a8470d23dc4ae4c485.png",
"description": null
}
],
"mentions": [
{
"id": "0194e231-607b-c1e5-c5c3-2ce84c557b8b",
"username": "admin",
"acct": "admin",
"url": "http://mitra/users/admin"
}
],
"tags": [],
"emojis": [],
"favourited": false,
"reblogged": false,
"bookmarked": false,
"pleroma": {
"emoji_reactions": [],
"in_reply_to_account_acct": null,
"parent_visible": true,
"quote": null,
"quote_visible": false
},
"ipfs_cid": null,
"links": []
}
Example 2¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/uZzIXFH2-hs",
"published": "2025-02-07T20:59:02Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/_kmx_fKiVYo",
"published": "2025-02-07T20:59:02Z",
"content": "Format png",
"attachment": {
"type": "Document",
"url": "http://pasture-one-actor/images/001b.png",
"mediaType": "image/png"
}
}
}
misskey
{
"id": "a3yt1b7kpl2g002i",
"createdAt": "2025-02-07T20:50:08.000Z",
"userId": "a3ysz1b3pl2g0002",
"user": {
"id": "a3ysz1b3pl2g0002",
"name": "Test Actor",
"username": "actor",
"host": "pasture-one-actor",
"avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
"avatarBlurhash": null,
"avatarDecorations": [],
"isBot": false,
"isCat": false,
"instance": {
"name": null,
"softwareName": null,
"softwareVersion": null,
"iconUrl": null,
"faviconUrl": null,
"themeColor": null
},
"emojis": {},
"onlineStatus": "unknown"
},
"text": "Format png",
"cw": null,
"visibility": "public",
"localOnly": false,
"reactionAcceptance": null,
"renoteCount": 0,
"repliesCount": 0,
"reactionCount": 0,
"reactions": {},
"reactionEmojis": {},
"emojis": {},
"fileIds": [
"a3yt1bw1pl2g002h"
],
"files": [
{
"id": "a3yt1bw1pl2g002h",
"createdAt": "2025-02-07T20:50:08.881Z",
"name": "001b.png",
"type": "image/png",
"md5": "67f1dd4ffc4a136ce6612a227560d185",
"size": 0,
"isSensitive": false,
"blurhash": "e3P_Sz}LfQ}LfQ}LjufQjufQfQfQfQfQfQ}LjufQjufQfQfQfQfQfQ",
"properties": {
"width": 40,
"height": 40
},
"url": "http://pasture-one-actor/images/001b.png",
"thumbnailUrl": "http://pasture-one-actor/images/001b.png",
"comment": null,
"folderId": null,
"folder": null,
"userId": "a3ysz1b3pl2g0002",
"user": null
}
],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/actor/QyEtWt5YuD0",
"clippedCount": 0
}
mitra
{
"id": "0194e235-7ce6-fa35-a50a-6e002b1c699c",
"uri": "http://pasture-one-actor/actor/_kmx_fKiVYo",
"url": "http://pasture-one-actor/actor/_kmx_fKiVYo",
"created_at": "2025-02-07T20:59:02Z",
"edited_at": null,
"account": {
"id": "0194e232-b067-124b-0799-4ade30ddd9a9",
"username": "actor",
"acct": "actor@pasture-one-actor",
"actor_id": "http://pasture-one-actor/actor",
"url": "http://pasture-one-actor/actor",
"display_name": "Test Actor",
"created_at": "2025-02-07T20:56:00.359685Z",
"note": "",
"avatar": "http://mitra/api/v1/accounts/identicon?input=http://pasture-one-actor/actor",
"header": "http://mitra/api/v1/accounts/identicon",
"locked": false,
"mention_policy": "none",
"bot": false,
"identity_proofs": [],
"payment_options": [],
"fields": [],
"emojis": [],
"followers_count": 0,
"following_count": 0,
"subscribers_count": 0,
"statuses_count": 72,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "Format png",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"visibility": "public",
"sensitive": false,
"spoiler_text": "",
"pinned": false,
"replies_count": 0,
"favourites_count": 0,
"reblogs_count": 0,
"poll": null,
"media_attachments": [
{
"id": "0194e235-7cde-a7db-34b6-335bb1297eb4",
"type": "image",
"url": "http://mitra/media/03c9dbeb303bafddeeb8745b06e186b7ea7b6f066ae5fef35b7120b0ec34b5b2.png",
"preview_url": "http://mitra/media/03c9dbeb303bafddeeb8745b06e186b7ea7b6f066ae5fef35b7120b0ec34b5b2.png",
"description": null
}
],
"mentions": [
{
"id": "0194e231-607b-c1e5-c5c3-2ce84c557b8b",
"username": "admin",
"acct": "admin",
"url": "http://mitra/users/admin"
}
],
"tags": [],
"emojis": [],
"favourited": false,
"reblogged": false,
"bookmarked": false,
"pleroma": {
"emoji_reactions": [],
"in_reply_to_account_acct": null,
"parent_visible": true,
"quote": null,
"quote_visible": false
},
"ipfs_cid": null,
"links": []
}
Example 3¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/0rxWRrv6TJo",
"published": "2025-02-07T20:59:03Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/NYf8KSv6jhs",
"published": "2025-02-07T20:59:03Z",
"content": "Format jpg",
"attachment": {
"type": "Image",
"url": "http://pasture-one-actor/images/002.jpg"
}
}
}
misskey
{
"id": "a3yt1bzcpl2g002k",
"createdAt": "2025-02-07T20:50:09.000Z",
"userId": "a3ysz1b3pl2g0002",
"user": {
"id": "a3ysz1b3pl2g0002",
"name": "Test Actor",
"username": "actor",
"host": "pasture-one-actor",
"avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
"avatarBlurhash": null,
"avatarDecorations": [],
"isBot": false,
"isCat": false,
"instance": {
"name": null,
"softwareName": null,
"softwareVersion": null,
"iconUrl": null,
"faviconUrl": null,
"themeColor": null
},
"emojis": {},
"onlineStatus": "unknown"
},
"text": "Format jpg",
"cw": null,
"visibility": "public",
"localOnly": false,
"reactionAcceptance": null,
"renoteCount": 0,
"repliesCount": 0,
"reactionCount": 0,
"reactions": {},
"reactionEmojis": {},
"emojis": {},
"fileIds": [
"a3yt1cg8pl2g002j"
],
"files": [
{
"id": "a3yt1cg8pl2g002j",
"createdAt": "2025-02-07T20:50:09.608Z",
"name": "002.jpg",
"type": "image/jpeg",
"md5": "a7af54fd978a2003a6b359298c33e27b",
"size": 0,
"isSensitive": false,
"blurhash": "e0900e.efQ.efQ.ej@fQj@fQfQfQfQfQfQ.ej@fQj@fQfQfQfQfQfQ",
"properties": {
"width": 40,
"height": 40
},
"url": "http://pasture-one-actor/images/002.jpg",
"thumbnailUrl": "http://pasture-one-actor/images/002.jpg",
"comment": null,
"folderId": null,
"folder": null,
"userId": "a3ysz1b3pl2g0002",
"user": null
}
],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/actor/AHAmzKQ41FU",
"clippedCount": 0
}
mitra
{
"id": "0194e235-82ba-644a-dd5b-c6c3dc5fa286",
"uri": "http://pasture-one-actor/actor/NYf8KSv6jhs",
"url": "http://pasture-one-actor/actor/NYf8KSv6jhs",
"created_at": "2025-02-07T20:59:03Z",
"edited_at": null,
"account": {
"id": "0194e232-b067-124b-0799-4ade30ddd9a9",
"username": "actor",
"acct": "actor@pasture-one-actor",
"actor_id": "http://pasture-one-actor/actor",
"url": "http://pasture-one-actor/actor",
"display_name": "Test Actor",
"created_at": "2025-02-07T20:56:00.359685Z",
"note": "",
"avatar": "http://mitra/api/v1/accounts/identicon?input=http://pasture-one-actor/actor",
"header": "http://mitra/api/v1/accounts/identicon",
"locked": false,
"mention_policy": "none",
"bot": false,
"identity_proofs": [],
"payment_options": [],
"fields": [],
"emojis": [],
"followers_count": 0,
"following_count": 0,
"subscribers_count": 0,
"statuses_count": 73,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "Format jpg",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"visibility": "public",
"sensitive": false,
"spoiler_text": "",
"pinned": false,
"replies_count": 0,
"favourites_count": 0,
"reblogs_count": 0,
"poll": null,
"media_attachments": [
{
"id": "0194e235-82b4-4ed2-c043-256b35f538f2",
"type": "image",
"url": "http://mitra/media/9144a5a85ac3d609438687141c6385c4c1810e9e7fec32812539ed59552dd100.jpg",
"preview_url": "http://mitra/media/9144a5a85ac3d609438687141c6385c4c1810e9e7fec32812539ed59552dd100.jpg",
"description": null
}
],
"mentions": [
{
"id": "0194e231-607b-c1e5-c5c3-2ce84c557b8b",
"username": "admin",
"acct": "admin",
"url": "http://mitra/users/admin"
}
],
"tags": [],
"emojis": [],
"favourited": false,
"reblogged": false,
"bookmarked": false,
"pleroma": {
"emoji_reactions": [],
"in_reply_to_account_acct": null,
"parent_visible": true,
"quote": null,
"quote_visible": false
},
"ipfs_cid": null,
"links": []
}
Example 4¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/T8k2KG2Ygsg",
"published": "2025-02-07T20:59:05Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/7ufei_UkIvI",
"published": "2025-02-07T20:59:05Z",
"content": "Format jpg",
"attachment": {
"type": "Image",
"url": "http://pasture-one-actor/images/002b.jpg",
"mediaType": "image/jpeg"
}
}
}
misskey
{
"id": "a3yt1cr4pl2g002m",
"createdAt": "2025-02-07T20:50:10.000Z",
"userId": "a3ysz1b3pl2g0002",
"user": {
"id": "a3ysz1b3pl2g0002",
"name": "Test Actor",
"username": "actor",
"host": "pasture-one-actor",
"avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
"avatarBlurhash": null,
"avatarDecorations": [],
"isBot": false,
"isCat": false,
"instance": {
"name": null,
"softwareName": null,
"softwareVersion": null,
"iconUrl": null,
"faviconUrl": null,
"themeColor": null
},
"emojis": {},
"onlineStatus": "unknown"
},
"text": "Format jpg",
"cw": null,
"visibility": "public",
"localOnly": false,
"reactionAcceptance": null,
"renoteCount": 0,
"repliesCount": 0,
"reactionCount": 0,
"reactions": {},
"reactionEmojis": {},
"emojis": {},
"fileIds": [
"a3yt1czypl2g002l"
],
"files": [
{
"id": "a3yt1czypl2g002l",
"createdAt": "2025-02-07T20:50:10.318Z",
"name": "002b.jpg",
"type": "image/jpeg",
"md5": "42e084c280b9cd4e4cc0c8f42f45c15d",
"size": 0,
"isSensitive": false,
"blurhash": "e3JJ74.TfQ.TfQ.Tj[fQj[fQfQfQfQfQfQ.Tj[fQj[fQfQfQfQfQfQ",
"properties": {
"width": 40,
"height": 40
},
"url": "http://pasture-one-actor/images/002b.jpg",
"thumbnailUrl": "http://pasture-one-actor/images/002b.jpg",
"comment": null,
"folderId": null,
"folder": null,
"userId": "a3ysz1b3pl2g0002",
"user": null
}
],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/actor/PMuTqIx3wv4",
"clippedCount": 0
}
mitra
{
"id": "0194e235-889a-1984-9708-227b07ffae00",
"uri": "http://pasture-one-actor/actor/7ufei_UkIvI",
"url": "http://pasture-one-actor/actor/7ufei_UkIvI",
"created_at": "2025-02-07T20:59:05Z",
"edited_at": null,
"account": {
"id": "0194e232-b067-124b-0799-4ade30ddd9a9",
"username": "actor",
"acct": "actor@pasture-one-actor",
"actor_id": "http://pasture-one-actor/actor",
"url": "http://pasture-one-actor/actor",
"display_name": "Test Actor",
"created_at": "2025-02-07T20:56:00.359685Z",
"note": "",
"avatar": "http://mitra/api/v1/accounts/identicon?input=http://pasture-one-actor/actor",
"header": "http://mitra/api/v1/accounts/identicon",
"locked": false,
"mention_policy": "none",
"bot": false,
"identity_proofs": [],
"payment_options": [],
"fields": [],
"emojis": [],
"followers_count": 0,
"following_count": 0,
"subscribers_count": 0,
"statuses_count": 74,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "Format jpg",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"visibility": "public",
"sensitive": false,
"spoiler_text": "",
"pinned": false,
"replies_count": 0,
"favourites_count": 0,
"reblogs_count": 0,
"poll": null,
"media_attachments": [
{
"id": "0194e235-8894-2d3e-9f0a-df1ae000328b",
"type": "image",
"url": "http://mitra/media/e99d04f4aa1e2cea30789e5068a20bf8acb2e4741fbefd045945bc2aa8a51618.jpg",
"preview_url": "http://mitra/media/e99d04f4aa1e2cea30789e5068a20bf8acb2e4741fbefd045945bc2aa8a51618.jpg",
"description": null
}
],
"mentions": [
{
"id": "0194e231-607b-c1e5-c5c3-2ce84c557b8b",
"username": "admin",
"acct": "admin",
"url": "http://mitra/users/admin"
}
],
"tags": [],
"emojis": [],
"favourited": false,
"reblogged": false,
"bookmarked": false,
"pleroma": {
"emoji_reactions": [],
"in_reply_to_account_acct": null,
"parent_visible": true,
"quote": null,
"quote_visible": false
},
"ipfs_cid": null,
"links": []
}
Example 5¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/tiPyhgGEt_s",
"published": "2025-02-07T20:59:07Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/EeJfZPa8P4I",
"published": "2025-02-07T20:59:07Z",
"content": "Format svg",
"attachment": {
"type": "Image",
"url": "http://pasture-one-actor/assets/FediverseLogo.svg"
}
}
}
misskey
{
"id": "a3yt1cr4pl2g002o",
"createdAt": "2025-02-07T20:50:10.000Z",
"userId": "a3ysz1b3pl2g0002",
"user": {
"id": "a3ysz1b3pl2g0002",
"name": "Test Actor",
"username": "actor",
"host": "pasture-one-actor",
"avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
"avatarBlurhash": null,
"avatarDecorations": [],
"isBot": false,
"isCat": false,
"instance": {
"name": null,
"softwareName": null,
"softwareVersion": null,
"iconUrl": null,
"faviconUrl": null,
"themeColor": null
},
"emojis": {},
"onlineStatus": "unknown"
},
"text": "Format svg",
"cw": null,
"visibility": "public",
"localOnly": false,
"reactionAcceptance": null,
"renoteCount": 0,
"repliesCount": 0,
"reactionCount": 0,
"reactions": {},
"reactionEmojis": {},
"emojis": {},
"fileIds": [
"a3yt1djwpl2g002n"
],
"files": [
{
"id": "a3yt1djwpl2g002n",
"createdAt": "2025-02-07T20:50:11.036Z",
"name": "FediverseLogo.svg",
"type": "image/svg+xml",
"md5": "c0cf4aac6c02350b855e29194f209216",
"size": 0,
"isSensitive": false,
"blurhash": "eLDlNJ.}4.T?Im}fnOEVw[xb9IK[N1w~-T5cO?RPX2$yARM{tkj0t7",
"properties": {},
"url": "http://pasture-one-actor/assets/FediverseLogo.svg",
"thumbnailUrl": "http://pasture-one-actor/assets/FediverseLogo.svg",
"comment": null,
"folderId": null,
"folder": null,
"userId": "a3ysz1b3pl2g0002",
"user": null
}
],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/actor/6i8buGAYJJM",
"clippedCount": 0
}
mitra
{
"id": "0194e235-8e73-a6f9-6a17-59af5fbbea98",
"uri": "http://pasture-one-actor/actor/EeJfZPa8P4I",
"url": "http://pasture-one-actor/actor/EeJfZPa8P4I",
"created_at": "2025-02-07T20:59:07Z",
"edited_at": null,
"account": {
"id": "0194e232-b067-124b-0799-4ade30ddd9a9",
"username": "actor",
"acct": "actor@pasture-one-actor",
"actor_id": "http://pasture-one-actor/actor",
"url": "http://pasture-one-actor/actor",
"display_name": "Test Actor",
"created_at": "2025-02-07T20:56:00.359685Z",
"note": "",
"avatar": "http://mitra/api/v1/accounts/identicon?input=http://pasture-one-actor/actor",
"header": "http://mitra/api/v1/accounts/identicon",
"locked": false,
"mention_policy": "none",
"bot": false,
"identity_proofs": [],
"payment_options": [],
"fields": [],
"emojis": [],
"followers_count": 0,
"following_count": 0,
"subscribers_count": 0,
"statuses_count": 75,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "Format svg<p><a href=\"http://pasture-one-actor/assets/FediverseLogo.svg\" rel=\"noopener\">http://pasture-one-actor/assets/FediverseLogo.svg</a></p>",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"visibility": "public",
"sensitive": false,
"spoiler_text": "",
"pinned": false,
"replies_count": 0,
"favourites_count": 0,
"reblogs_count": 0,
"poll": null,
"media_attachments": [],
"mentions": [
{
"id": "0194e231-607b-c1e5-c5c3-2ce84c557b8b",
"username": "admin",
"acct": "admin",
"url": "http://mitra/users/admin"
}
],
"tags": [],
"emojis": [],
"favourited": false,
"reblogged": false,
"bookmarked": false,
"pleroma": {
"emoji_reactions": [],
"in_reply_to_account_acct": null,
"parent_visible": true,
"quote": null,
"quote_visible": false
},
"ipfs_cid": null,
"links": []
}
Example 6¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/FRsJ48Euz9c",
"published": "2025-02-07T20:59:08Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/g4zEeanPHlg",
"published": "2025-02-07T20:59:08Z",
"content": "Format eps",
"attachment": {
"type": "Image",
"url": "http://pasture-one-actor/images/003.eps"
}
}
}
misskey
{
"id": "a3yt1diwpl2g002q",
"createdAt": "2025-02-07T20:50:11.000Z",
"userId": "a3ysz1b3pl2g0002",
"user": {
"id": "a3ysz1b3pl2g0002",
"name": "Test Actor",
"username": "actor",
"host": "pasture-one-actor",
"avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
"avatarBlurhash": null,
"avatarDecorations": [],
"isBot": false,
"isCat": false,
"instance": {
"name": null,
"softwareName": null,
"softwareVersion": null,
"iconUrl": null,
"faviconUrl": null,
"themeColor": null
},
"emojis": {},
"onlineStatus": "unknown"
},
"text": "Format eps",
"cw": null,
"visibility": "public",
"localOnly": false,
"reactionAcceptance": null,
"renoteCount": 0,
"repliesCount": 0,
"reactionCount": 0,
"reactions": {},
"reactionEmojis": {},
"emojis": {},
"fileIds": [
"a3yt1e2cpl2g002p"
],
"files": [
{
"id": "a3yt1e2cpl2g002p",
"createdAt": "2025-02-07T20:50:11.700Z",
"name": "003.eps",
"type": "application/eps",
"md5": "356b8398c2710dbb8ce5a6ef89d1c715",
"size": 0,
"isSensitive": false,
"blurhash": null,
"properties": {},
"url": "http://pasture-one-actor/images/003.eps",
"thumbnailUrl": null,
"comment": null,
"folderId": null,
"folder": null,
"userId": "a3ysz1b3pl2g0002",
"user": null
}
],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/actor/wZLXmY0ymqM",
"clippedCount": 0
}
mitra
{
"id": "0194e235-9480-1f2b-5679-de19b4cfe5a0",
"uri": "http://pasture-one-actor/actor/g4zEeanPHlg",
"url": "http://pasture-one-actor/actor/g4zEeanPHlg",
"created_at": "2025-02-07T20:59:08Z",
"edited_at": null,
"account": {
"id": "0194e232-b067-124b-0799-4ade30ddd9a9",
"username": "actor",
"acct": "actor@pasture-one-actor",
"actor_id": "http://pasture-one-actor/actor",
"url": "http://pasture-one-actor/actor",
"display_name": "Test Actor",
"created_at": "2025-02-07T20:56:00.359685Z",
"note": "",
"avatar": "http://mitra/api/v1/accounts/identicon?input=http://pasture-one-actor/actor",
"header": "http://mitra/api/v1/accounts/identicon",
"locked": false,
"mention_policy": "none",
"bot": false,
"identity_proofs": [],
"payment_options": [],
"fields": [],
"emojis": [],
"followers_count": 0,
"following_count": 0,
"subscribers_count": 0,
"statuses_count": 76,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "Format eps<p><a href=\"http://pasture-one-actor/images/003.eps\" rel=\"noopener\">http://pasture-one-actor/images/003.eps</a></p>",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"visibility": "public",
"sensitive": false,
"spoiler_text": "",
"pinned": false,
"replies_count": 0,
"favourites_count": 0,
"reblogs_count": 0,
"poll": null,
"media_attachments": [],
"mentions": [
{
"id": "0194e231-607b-c1e5-c5c3-2ce84c557b8b",
"username": "admin",
"acct": "admin",
"url": "http://mitra/users/admin"
}
],
"tags": [],
"emojis": [],
"favourited": false,
"reblogged": false,
"bookmarked": false,
"pleroma": {
"emoji_reactions": [],
"in_reply_to_account_acct": null,
"parent_visible": true,
"quote": null,
"quote_visible": false
},
"ipfs_cid": null,
"links": []
}
Example 7¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/ZiVOVjdHCEw",
"published": "2025-02-07T20:59:09Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/E-iwkM1oS2U",
"published": "2025-02-07T20:59:09Z",
"content": "Format gif",
"attachment": {
"type": "Image",
"url": "http://pasture-one-actor/images/003b.gif"
}
}
}
misskey
{
"id": "a3yt1eaopl2g002s",
"createdAt": "2025-02-07T20:50:12.000Z",
"userId": "a3ysz1b3pl2g0002",
"user": {
"id": "a3ysz1b3pl2g0002",
"name": "Test Actor",
"username": "actor",
"host": "pasture-one-actor",
"avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
"avatarBlurhash": null,
"avatarDecorations": [],
"isBot": false,
"isCat": false,
"instance": {
"name": null,
"softwareName": null,
"softwareVersion": null,
"iconUrl": null,
"faviconUrl": null,
"themeColor": null
},
"emojis": {},
"onlineStatus": "unknown"
},
"text": "Format gif",
"cw": null,
"visibility": "public",
"localOnly": false,
"reactionAcceptance": null,
"renoteCount": 0,
"repliesCount": 0,
"reactionCount": 0,
"reactions": {},
"reactionEmojis": {},
"emojis": {},
"fileIds": [
"a3yt1ekcpl2g002r"
],
"files": [
{
"id": "a3yt1ekcpl2g002r",
"createdAt": "2025-02-07T20:50:12.348Z",
"name": "003b.gif",
"type": "image/gif",
"md5": "d5f0e06fda335af95e63699ca537bde7",
"size": 0,
"isSensitive": false,
"blurhash": "e09+A=.mfQ.mfQ.mj[fQj[fQfQfQfQfQfQ.mj[fQj[fQfQfQfQfQfQ",
"properties": {
"width": 40,
"height": 40
},
"url": "http://pasture-one-actor/images/003b.gif",
"thumbnailUrl": "http://pasture-one-actor/images/003b.gif",
"comment": null,
"folderId": null,
"folder": null,
"userId": "a3ysz1b3pl2g0002",
"user": null
}
],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/actor/WGvHsFhFUoE",
"clippedCount": 0
}
mitra
{
"id": "0194e235-9a16-4a8b-1597-39f12b5a9649",
"uri": "http://pasture-one-actor/actor/E-iwkM1oS2U",
"url": "http://pasture-one-actor/actor/E-iwkM1oS2U",
"created_at": "2025-02-07T20:59:09Z",
"edited_at": null,
"account": {
"id": "0194e232-b067-124b-0799-4ade30ddd9a9",
"username": "actor",
"acct": "actor@pasture-one-actor",
"actor_id": "http://pasture-one-actor/actor",
"url": "http://pasture-one-actor/actor",
"display_name": "Test Actor",
"created_at": "2025-02-07T20:56:00.359685Z",
"note": "",
"avatar": "http://mitra/api/v1/accounts/identicon?input=http://pasture-one-actor/actor",
"header": "http://mitra/api/v1/accounts/identicon",
"locked": false,
"mention_policy": "none",
"bot": false,
"identity_proofs": [],
"payment_options": [],
"fields": [],
"emojis": [],
"followers_count": 0,
"following_count": 0,
"subscribers_count": 0,
"statuses_count": 77,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "Format gif",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"visibility": "public",
"sensitive": false,
"spoiler_text": "",
"pinned": false,
"replies_count": 0,
"favourites_count": 0,
"reblogs_count": 0,
"poll": null,
"media_attachments": [
{
"id": "0194e235-9a11-4a10-a55c-93dcf9ac56f3",
"type": "image",
"url": "http://mitra/media/bf255b7254660639fb114ff8e3c1c592ed1058cdb0a81ac791646fc30c523612.gif",
"preview_url": "http://mitra/media/bf255b7254660639fb114ff8e3c1c592ed1058cdb0a81ac791646fc30c523612.gif",
"description": null
}
],
"mentions": [
{
"id": "0194e231-607b-c1e5-c5c3-2ce84c557b8b",
"username": "admin",
"acct": "admin",
"url": "http://mitra/users/admin"
}
],
"tags": [],
"emojis": [],
"favourited": false,
"reblogged": false,
"bookmarked": false,
"pleroma": {
"emoji_reactions": [],
"in_reply_to_account_acct": null,
"parent_visible": true,
"quote": null,
"quote_visible": false
},
"ipfs_cid": null,
"links": []
}
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://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/7visEiLB0FA",
"published": "2025-02-07T20:59:11Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/vf9guH85C3Q",
"published": "2025-02-07T20:59:11Z",
"content": "Format tiff",
"attachment": {
"type": "Image",
"url": "http://pasture-one-actor/images/003c.tiff"
}
}
}
misskey
{
"id": "a3yt1eaopl2g002u",
"createdAt": "2025-02-07T20:50:12.000Z",
"userId": "a3ysz1b3pl2g0002",
"user": {
"id": "a3ysz1b3pl2g0002",
"name": "Test Actor",
"username": "actor",
"host": "pasture-one-actor",
"avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
"avatarBlurhash": null,
"avatarDecorations": [],
"isBot": false,
"isCat": false,
"instance": {
"name": null,
"softwareName": null,
"softwareVersion": null,
"iconUrl": null,
"faviconUrl": null,
"themeColor": null
},
"emojis": {},
"onlineStatus": "unknown"
},
"text": "Format tiff",
"cw": null,
"visibility": "public",
"localOnly": false,
"reactionAcceptance": null,
"renoteCount": 0,
"repliesCount": 0,
"reactionCount": 0,
"reactions": {},
"reactionEmojis": {},
"emojis": {},
"fileIds": [
"a3yt1f2hpl2g002t"
],
"files": [
{
"id": "a3yt1f2hpl2g002t",
"createdAt": "2025-02-07T20:50:13.001Z",
"name": "003c.tiff",
"type": "image/tiff",
"md5": "145b8fbc4017145d0e6514e73f5294e7",
"size": 0,
"isSensitive": false,
"blurhash": null,
"properties": {
"width": 40,
"height": 40
},
"url": "http://pasture-one-actor/images/003c.tiff",
"thumbnailUrl": "http://pasture-one-actor/images/003c.tiff",
"comment": null,
"folderId": null,
"folder": null,
"userId": "a3ysz1b3pl2g0002",
"user": null
}
],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/actor/plktis4nnVU",
"clippedCount": 0
}
mitra
{
"id": "0194e235-a009-c0be-5f27-84a7565aef2c",
"uri": "http://pasture-one-actor/actor/vf9guH85C3Q",
"url": "http://pasture-one-actor/actor/vf9guH85C3Q",
"created_at": "2025-02-07T20:59:11Z",
"edited_at": null,
"account": {
"id": "0194e232-b067-124b-0799-4ade30ddd9a9",
"username": "actor",
"acct": "actor@pasture-one-actor",
"actor_id": "http://pasture-one-actor/actor",
"url": "http://pasture-one-actor/actor",
"display_name": "Test Actor",
"created_at": "2025-02-07T20:56:00.359685Z",
"note": "",
"avatar": "http://mitra/api/v1/accounts/identicon?input=http://pasture-one-actor/actor",
"header": "http://mitra/api/v1/accounts/identicon",
"locked": false,
"mention_policy": "none",
"bot": false,
"identity_proofs": [],
"payment_options": [],
"fields": [],
"emojis": [],
"followers_count": 0,
"following_count": 0,
"subscribers_count": 0,
"statuses_count": 78,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "Format tiff<p><a href=\"http://pasture-one-actor/images/003c.tiff\" rel=\"noopener\">http://pasture-one-actor/images/003c.tiff</a></p>",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"visibility": "public",
"sensitive": false,
"spoiler_text": "",
"pinned": false,
"replies_count": 0,
"favourites_count": 0,
"reblogs_count": 0,
"poll": null,
"media_attachments": [],
"mentions": [
{
"id": "0194e231-607b-c1e5-c5c3-2ce84c557b8b",
"username": "admin",
"acct": "admin",
"url": "http://mitra/users/admin"
}
],
"tags": [],
"emojis": [],
"favourited": false,
"reblogged": false,
"bookmarked": false,
"pleroma": {
"emoji_reactions": [],
"in_reply_to_account_acct": null,
"parent_visible": true,
"quote": null,
"quote_visible": false
},
"ipfs_cid": null,
"links": []
}
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://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/SMEhAoMHVrQ",
"published": "2025-02-07T20:59:12Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/Vlc7uTrzpz0",
"published": "2025-02-07T20:59:12Z",
"content": "Format webp",
"attachment": {
"type": "Image",
"url": "http://pasture-one-actor/images/003d.webp"
}
}
}
misskey
{
"id": "a3yt1f2gpl2g002w",
"createdAt": "2025-02-07T20:50:13.000Z",
"userId": "a3ysz1b3pl2g0002",
"user": {
"id": "a3ysz1b3pl2g0002",
"name": "Test Actor",
"username": "actor",
"host": "pasture-one-actor",
"avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
"avatarBlurhash": null,
"avatarDecorations": [],
"isBot": false,
"isCat": false,
"instance": {
"name": null,
"softwareName": null,
"softwareVersion": null,
"iconUrl": null,
"faviconUrl": null,
"themeColor": null
},
"emojis": {},
"onlineStatus": "unknown"
},
"text": "Format webp",
"cw": null,
"visibility": "public",
"localOnly": false,
"reactionAcceptance": null,
"renoteCount": 0,
"repliesCount": 0,
"reactionCount": 0,
"reactions": {},
"reactionEmojis": {},
"emojis": {},
"fileIds": [
"a3yt1fm0pl2g002v"
],
"files": [
{
"id": "a3yt1fm0pl2g002v",
"createdAt": "2025-02-07T20:50:13.704Z",
"name": "003d.webp",
"type": "image/webp",
"md5": "37f22d29d83e89a5016e576b37f4d462",
"size": 0,
"isSensitive": false,
"blurhash": "e4IOiT%QfQ%QfQ%Qj[fQj[fQfQfQfQfQfQ%Qj[fQj[fQfQfQfQfQfQ",
"properties": {
"width": 40,
"height": 40
},
"url": "http://pasture-one-actor/images/003d.webp",
"thumbnailUrl": "http://pasture-one-actor/images/003d.webp",
"comment": null,
"folderId": null,
"folder": null,
"userId": "a3ysz1b3pl2g0002",
"user": null
}
],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/actor/8Qr7wohwQi8",
"clippedCount": 0
}
mitra
{
"id": "0194e235-a5d3-5aa0-7ef7-a6de560f1f36",
"uri": "http://pasture-one-actor/actor/Vlc7uTrzpz0",
"url": "http://pasture-one-actor/actor/Vlc7uTrzpz0",
"created_at": "2025-02-07T20:59:12Z",
"edited_at": null,
"account": {
"id": "0194e232-b067-124b-0799-4ade30ddd9a9",
"username": "actor",
"acct": "actor@pasture-one-actor",
"actor_id": "http://pasture-one-actor/actor",
"url": "http://pasture-one-actor/actor",
"display_name": "Test Actor",
"created_at": "2025-02-07T20:56:00.359685Z",
"note": "",
"avatar": "http://mitra/api/v1/accounts/identicon?input=http://pasture-one-actor/actor",
"header": "http://mitra/api/v1/accounts/identicon",
"locked": false,
"mention_policy": "none",
"bot": false,
"identity_proofs": [],
"payment_options": [],
"fields": [],
"emojis": [],
"followers_count": 0,
"following_count": 0,
"subscribers_count": 0,
"statuses_count": 79,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "Format webp",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"visibility": "public",
"sensitive": false,
"spoiler_text": "",
"pinned": false,
"replies_count": 0,
"favourites_count": 0,
"reblogs_count": 0,
"poll": null,
"media_attachments": [
{
"id": "0194e235-a5ce-e075-cebe-e499ea3a2b9b",
"type": "image",
"url": "http://mitra/media/acffafb2044464fa650346579872e8980127755a9f390797f63a60ac123d2060.webp",
"preview_url": "http://mitra/media/acffafb2044464fa650346579872e8980127755a9f390797f63a60ac123d2060.webp",
"description": null
}
],
"mentions": [
{
"id": "0194e231-607b-c1e5-c5c3-2ce84c557b8b",
"username": "admin",
"acct": "admin",
"url": "http://mitra/users/admin"
}
],
"tags": [],
"emojis": [],
"favourited": false,
"reblogged": false,
"bookmarked": false,
"pleroma": {
"emoji_reactions": [],
"in_reply_to_account_acct": null,
"parent_visible": true,
"quote": null,
"quote_visible": false
},
"ipfs_cid": null,
"links": []
}
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://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/3ffzAn_JJIg",
"published": "2025-02-07T20:59:14Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/yuJi06ylo8I",
"published": "2025-02-07T20:59:14Z",
"content": "url does not exit",
"attachment": {
"type": "Document",
"url": "http://pasture-one-actor/assets/does_not_exist.png"
}
}
}
no result
mitra
{
"id": "0194e235-abbe-6497-6c91-f16f6d3f8562",
"uri": "http://pasture-one-actor/actor/yuJi06ylo8I",
"url": "http://pasture-one-actor/actor/yuJi06ylo8I",
"created_at": "2025-02-07T20:59:14Z",
"edited_at": null,
"account": {
"id": "0194e232-b067-124b-0799-4ade30ddd9a9",
"username": "actor",
"acct": "actor@pasture-one-actor",
"actor_id": "http://pasture-one-actor/actor",
"url": "http://pasture-one-actor/actor",
"display_name": "Test Actor",
"created_at": "2025-02-07T20:56:00.359685Z",
"note": "",
"avatar": "http://mitra/api/v1/accounts/identicon?input=http://pasture-one-actor/actor",
"header": "http://mitra/api/v1/accounts/identicon",
"locked": false,
"mention_policy": "none",
"bot": false,
"identity_proofs": [],
"payment_options": [],
"fields": [],
"emojis": [],
"followers_count": 0,
"following_count": 0,
"subscribers_count": 0,
"statuses_count": 80,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "url does not exit<p><a href=\"http://pasture-one-actor/assets/does_not_exist.png\" rel=\"noopener\">http://pasture-one-actor/assets/does_not_exist.png</a></p>",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"visibility": "public",
"sensitive": false,
"spoiler_text": "",
"pinned": false,
"replies_count": 0,
"favourites_count": 0,
"reblogs_count": 0,
"poll": null,
"media_attachments": [],
"mentions": [
{
"id": "0194e231-607b-c1e5-c5c3-2ce84c557b8b",
"username": "admin",
"acct": "admin",
"url": "http://mitra/users/admin"
}
],
"tags": [],
"emojis": [],
"favourited": false,
"reblogged": false,
"bookmarked": false,
"pleroma": {
"emoji_reactions": [],
"in_reply_to_account_acct": null,
"parent_visible": true,
"quote": null,
"quote_visible": false
},
"ipfs_cid": null,
"links": []
}
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://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/zahBNt4485Q",
"published": "2025-02-07T20:59:15Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/dxpNxDmSeFo",
"published": "2025-02-07T20:59:15Z",
"content": "Wrong height / width",
"attachment": {
"type": "Document",
"width": 13,
"height": 17,
"url": "http://pasture-one-actor/images/004.png"
}
}
}
misskey
{
"id": "a3yt1obspl2g002y",
"createdAt": "2025-02-07T20:50:25.000Z",
"userId": "a3ysz1b3pl2g0002",
"user": {
"id": "a3ysz1b3pl2g0002",
"name": "Test Actor",
"username": "actor",
"host": "pasture-one-actor",
"avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
"avatarBlurhash": null,
"avatarDecorations": [],
"isBot": false,
"isCat": false,
"instance": {
"name": null,
"softwareName": null,
"softwareVersion": null,
"iconUrl": null,
"faviconUrl": null,
"themeColor": null
},
"emojis": {},
"onlineStatus": "unknown"
},
"text": "Wrong height / width",
"cw": null,
"visibility": "public",
"localOnly": false,
"reactionAcceptance": null,
"renoteCount": 0,
"repliesCount": 0,
"reactionCount": 0,
"reactions": {},
"reactionEmojis": {},
"emojis": {},
"fileIds": [
"a3yt1p2apl2g002x"
],
"files": [
{
"id": "a3yt1p2apl2g002x",
"createdAt": "2025-02-07T20:50:25.954Z",
"name": "004.png",
"type": "image/png",
"md5": "c8a143c00384a278131bddc4640efd16",
"size": 0,
"isSensitive": false,
"blurhash": "e4S^|9}XfQ}XfQ}Xj@fQj@fQfQfQfQfQfQ}Xj@fQj@fQfQfQfQfQfQ",
"properties": {
"width": 40,
"height": 40
},
"url": "http://pasture-one-actor/images/004.png",
"thumbnailUrl": "http://pasture-one-actor/images/004.png",
"comment": null,
"folderId": null,
"folder": null,
"userId": "a3ysz1b3pl2g0002",
"user": null
}
],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/actor/0D3AJN1AH4w",
"clippedCount": 0
}
mitra
{
"id": "0194e235-b17d-2a86-c1f4-cd3bb8460a5b",
"uri": "http://pasture-one-actor/actor/dxpNxDmSeFo",
"url": "http://pasture-one-actor/actor/dxpNxDmSeFo",
"created_at": "2025-02-07T20:59:15Z",
"edited_at": null,
"account": {
"id": "0194e232-b067-124b-0799-4ade30ddd9a9",
"username": "actor",
"acct": "actor@pasture-one-actor",
"actor_id": "http://pasture-one-actor/actor",
"url": "http://pasture-one-actor/actor",
"display_name": "Test Actor",
"created_at": "2025-02-07T20:56:00.359685Z",
"note": "",
"avatar": "http://mitra/api/v1/accounts/identicon?input=http://pasture-one-actor/actor",
"header": "http://mitra/api/v1/accounts/identicon",
"locked": false,
"mention_policy": "none",
"bot": false,
"identity_proofs": [],
"payment_options": [],
"fields": [],
"emojis": [],
"followers_count": 0,
"following_count": 0,
"subscribers_count": 0,
"statuses_count": 81,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "Wrong height / width",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"visibility": "public",
"sensitive": false,
"spoiler_text": "",
"pinned": false,
"replies_count": 0,
"favourites_count": 0,
"reblogs_count": 0,
"poll": null,
"media_attachments": [
{
"id": "0194e235-b17a-0ed4-3dc2-63358ad0c1bc",
"type": "image",
"url": "http://mitra/media/6b34d4db902399e002130e856973e9e5e4e56de478842174a1bd4d5f1659795c.png",
"preview_url": "http://mitra/media/6b34d4db902399e002130e856973e9e5e4e56de478842174a1bd4d5f1659795c.png",
"description": null
}
],
"mentions": [
{
"id": "0194e231-607b-c1e5-c5c3-2ce84c557b8b",
"username": "admin",
"acct": "admin",
"url": "http://mitra/users/admin"
}
],
"tags": [],
"emojis": [],
"favourited": false,
"reblogged": false,
"bookmarked": false,
"pleroma": {
"emoji_reactions": [],
"in_reply_to_account_acct": null,
"parent_visible": true,
"quote": null,
"quote_visible": false
},
"ipfs_cid": null,
"links": []
}
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://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/pRsYXvV0tZo",
"published": "2025-02-07T20:59:17Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/Nbk1EQ4poBc",
"published": "2025-02-07T20:59:17Z",
"content": "No type",
"attachment": {
"url": "http://pasture-one-actor/images/005.png"
}
}
}
misskey
{
"id": "a3yt1p3kpl2g002z",
"createdAt": "2025-02-07T20:50:26.000Z",
"userId": "a3ysz1b3pl2g0002",
"user": {
"id": "a3ysz1b3pl2g0002",
"name": "Test Actor",
"username": "actor",
"host": "pasture-one-actor",
"avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
"avatarBlurhash": null,
"avatarDecorations": [],
"isBot": false,
"isCat": false,
"instance": {
"name": null,
"softwareName": null,
"softwareVersion": null,
"iconUrl": null,
"faviconUrl": null,
"themeColor": null
},
"emojis": {},
"onlineStatus": "unknown"
},
"text": "No type",
"cw": null,
"visibility": "public",
"localOnly": false,
"reactionAcceptance": null,
"renoteCount": 0,
"repliesCount": 0,
"reactionCount": 0,
"reactions": {},
"reactionEmojis": {},
"emojis": {},
"fileIds": [],
"files": [],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/actor/rpfX7mzKpGc",
"clippedCount": 0
}
mitra
{
"id": "0194e235-b752-88bd-9a90-f3f1d810d133",
"uri": "http://pasture-one-actor/actor/Nbk1EQ4poBc",
"url": "http://pasture-one-actor/actor/Nbk1EQ4poBc",
"created_at": "2025-02-07T20:59:17Z",
"edited_at": null,
"account": {
"id": "0194e232-b067-124b-0799-4ade30ddd9a9",
"username": "actor",
"acct": "actor@pasture-one-actor",
"actor_id": "http://pasture-one-actor/actor",
"url": "http://pasture-one-actor/actor",
"display_name": "Test Actor",
"created_at": "2025-02-07T20:56:00.359685Z",
"note": "",
"avatar": "http://mitra/api/v1/accounts/identicon?input=http://pasture-one-actor/actor",
"header": "http://mitra/api/v1/accounts/identicon",
"locked": false,
"mention_policy": "none",
"bot": false,
"identity_proofs": [],
"payment_options": [],
"fields": [],
"emojis": [],
"followers_count": 0,
"following_count": 0,
"subscribers_count": 0,
"statuses_count": 82,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "No type",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"visibility": "public",
"sensitive": false,
"spoiler_text": "",
"pinned": false,
"replies_count": 0,
"favourites_count": 0,
"reblogs_count": 0,
"poll": null,
"media_attachments": [],
"mentions": [
{
"id": "0194e231-607b-c1e5-c5c3-2ce84c557b8b",
"username": "admin",
"acct": "admin",
"url": "http://mitra/users/admin"
}
],
"tags": [],
"emojis": [],
"favourited": false,
"reblogged": false,
"bookmarked": false,
"pleroma": {
"emoji_reactions": [],
"in_reply_to_account_acct": null,
"parent_visible": true,
"quote": null,
"quote_visible": false
},
"ipfs_cid": null,
"links": []
}
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://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/bp9g1vmMRxs",
"published": "2025-02-07T20:59:19Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/VZjplOSbT9E",
"published": "2025-02-07T20:59:19Z",
"content": "url is Link object",
"attachment": {
"type": "Image",
"url": {
"type": "Link",
"href": "http://pasture-one-actor/images/006.png"
}
}
}
}
misskey
{
"id": "a3yt1pvcpl2g0030",
"createdAt": "2025-02-07T20:50:27.000Z",
"userId": "a3ysz1b3pl2g0002",
"user": {
"id": "a3ysz1b3pl2g0002",
"name": "Test Actor",
"username": "actor",
"host": "pasture-one-actor",
"avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
"avatarBlurhash": null,
"avatarDecorations": [],
"isBot": false,
"isCat": false,
"instance": {
"name": null,
"softwareName": null,
"softwareVersion": null,
"iconUrl": null,
"faviconUrl": null,
"themeColor": null
},
"emojis": {},
"onlineStatus": "unknown"
},
"text": "url is Link object",
"cw": null,
"visibility": "public",
"localOnly": false,
"reactionAcceptance": null,
"renoteCount": 0,
"repliesCount": 0,
"reactionCount": 0,
"reactions": {},
"reactionEmojis": {},
"emojis": {},
"fileIds": [],
"files": [],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/actor/K2LscV02osk",
"clippedCount": 0
}
mitra
{
"id": "0194e235-bd58-4f68-17c9-3f6ce92bfde9",
"uri": "http://pasture-one-actor/actor/VZjplOSbT9E",
"url": "http://pasture-one-actor/actor/VZjplOSbT9E",
"created_at": "2025-02-07T20:59:19Z",
"edited_at": null,
"account": {
"id": "0194e232-b067-124b-0799-4ade30ddd9a9",
"username": "actor",
"acct": "actor@pasture-one-actor",
"actor_id": "http://pasture-one-actor/actor",
"url": "http://pasture-one-actor/actor",
"display_name": "Test Actor",
"created_at": "2025-02-07T20:56:00.359685Z",
"note": "",
"avatar": "http://mitra/api/v1/accounts/identicon?input=http://pasture-one-actor/actor",
"header": "http://mitra/api/v1/accounts/identicon",
"locked": false,
"mention_policy": "none",
"bot": false,
"identity_proofs": [],
"payment_options": [],
"fields": [],
"emojis": [],
"followers_count": 0,
"following_count": 0,
"subscribers_count": 0,
"statuses_count": 83,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "url is Link object",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"visibility": "public",
"sensitive": false,
"spoiler_text": "",
"pinned": false,
"replies_count": 0,
"favourites_count": 0,
"reblogs_count": 0,
"poll": null,
"media_attachments": [
{
"id": "0194e235-bd51-78ad-8597-abd8f156eb92",
"type": "image",
"url": "http://mitra/media/40977796a58222c3916b382dbcd074b767ffbae9423ede65ae14e19e7d9c4f6f.png",
"preview_url": "http://mitra/media/40977796a58222c3916b382dbcd074b767ffbae9423ede65ae14e19e7d9c4f6f.png",
"description": null
}
],
"mentions": [
{
"id": "0194e231-607b-c1e5-c5c3-2ce84c557b8b",
"username": "admin",
"acct": "admin",
"url": "http://mitra/users/admin"
}
],
"tags": [],
"emojis": [],
"favourited": false,
"reblogged": false,
"bookmarked": false,
"pleroma": {
"emoji_reactions": [],
"in_reply_to_account_acct": null,
"parent_visible": true,
"quote": null,
"quote_visible": false
},
"ipfs_cid": null,
"links": []
}
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://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/qZCSTif0dCE",
"published": "2025-02-07T20:59:20Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/26rIMVCGhPk",
"published": "2025-02-07T20:59:20Z",
"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"
}
}
}
}
misskey
{
"id": "a3yt1pvcpl2g0031",
"createdAt": "2025-02-07T20:50:27.000Z",
"userId": "a3ysz1b3pl2g0002",
"user": {
"id": "a3ysz1b3pl2g0002",
"name": "Test Actor",
"username": "actor",
"host": "pasture-one-actor",
"avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
"avatarBlurhash": null,
"avatarDecorations": [],
"isBot": false,
"isCat": false,
"instance": {
"name": null,
"softwareName": null,
"softwareVersion": null,
"iconUrl": null,
"faviconUrl": null,
"themeColor": null
},
"emojis": {},
"onlineStatus": "unknown"
},
"text": "url is Link object with media type",
"cw": null,
"visibility": "public",
"localOnly": false,
"reactionAcceptance": null,
"renoteCount": 0,
"repliesCount": 0,
"reactionCount": 0,
"reactions": {},
"reactionEmojis": {},
"emojis": {},
"fileIds": [],
"files": [],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/actor/PqdCHbglkqE",
"clippedCount": 0
}
mitra
{
"id": "0194e235-c316-371f-b1f5-d6f5987b29f1",
"uri": "http://pasture-one-actor/actor/26rIMVCGhPk",
"url": "http://pasture-one-actor/actor/26rIMVCGhPk",
"created_at": "2025-02-07T20:59:20Z",
"edited_at": null,
"account": {
"id": "0194e232-b067-124b-0799-4ade30ddd9a9",
"username": "actor",
"acct": "actor@pasture-one-actor",
"actor_id": "http://pasture-one-actor/actor",
"url": "http://pasture-one-actor/actor",
"display_name": "Test Actor",
"created_at": "2025-02-07T20:56:00.359685Z",
"note": "",
"avatar": "http://mitra/api/v1/accounts/identicon?input=http://pasture-one-actor/actor",
"header": "http://mitra/api/v1/accounts/identicon",
"locked": false,
"mention_policy": "none",
"bot": false,
"identity_proofs": [],
"payment_options": [],
"fields": [],
"emojis": [],
"followers_count": 0,
"following_count": 0,
"subscribers_count": 0,
"statuses_count": 84,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "url is Link object with media type",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"visibility": "public",
"sensitive": false,
"spoiler_text": "",
"pinned": false,
"replies_count": 0,
"favourites_count": 0,
"reblogs_count": 0,
"poll": null,
"media_attachments": [
{
"id": "0194e235-c312-171a-83c9-65fbdf20e22f",
"type": "image",
"url": "http://mitra/media/91a993a2f245b1a4d0e3c0c9dcf346e2535267c3db940846bc0f4349ad80c023.png",
"preview_url": "http://mitra/media/91a993a2f245b1a4d0e3c0c9dcf346e2535267c3db940846bc0f4349ad80c023.png",
"description": null
}
],
"mentions": [
{
"id": "0194e231-607b-c1e5-c5c3-2ce84c557b8b",
"username": "admin",
"acct": "admin",
"url": "http://mitra/users/admin"
}
],
"tags": [],
"emojis": [],
"favourited": false,
"reblogged": false,
"bookmarked": false,
"pleroma": {
"emoji_reactions": [],
"in_reply_to_account_acct": null,
"parent_visible": true,
"quote": null,
"quote_visible": false
},
"ipfs_cid": null,
"links": []
}
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://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/PZ_GNlvLtAY",
"published": "2025-02-07T20:59:22Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/Prl4Puzw4iw",
"published": "2025-02-07T20:59:22Z",
"content": "url is Link object in an array",
"attachment": {
"type": "Image",
"url": [
{
"type": "Link",
"href": "http://pasture-one-actor/images/006c.png"
}
]
}
}
}
misskey
{
"id": "a3yt1qn4pl2g0032",
"createdAt": "2025-02-07T20:50:28.000Z",
"userId": "a3ysz1b3pl2g0002",
"user": {
"id": "a3ysz1b3pl2g0002",
"name": "Test Actor",
"username": "actor",
"host": "pasture-one-actor",
"avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
"avatarBlurhash": null,
"avatarDecorations": [],
"isBot": false,
"isCat": false,
"instance": {
"name": null,
"softwareName": null,
"softwareVersion": null,
"iconUrl": null,
"faviconUrl": null,
"themeColor": null
},
"emojis": {},
"onlineStatus": "unknown"
},
"text": "url is Link object in an array",
"cw": null,
"visibility": "public",
"localOnly": false,
"reactionAcceptance": null,
"renoteCount": 0,
"repliesCount": 0,
"reactionCount": 0,
"reactions": {},
"reactionEmojis": {},
"emojis": {},
"fileIds": [],
"files": [],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/actor/JAglx9-LL6o",
"clippedCount": 0
}
mitra
{
"id": "0194e235-c8f1-cb2b-2901-bb0f32d51a79",
"uri": "http://pasture-one-actor/actor/Prl4Puzw4iw",
"url": "http://pasture-one-actor/actor/Prl4Puzw4iw",
"created_at": "2025-02-07T20:59:22Z",
"edited_at": null,
"account": {
"id": "0194e232-b067-124b-0799-4ade30ddd9a9",
"username": "actor",
"acct": "actor@pasture-one-actor",
"actor_id": "http://pasture-one-actor/actor",
"url": "http://pasture-one-actor/actor",
"display_name": "Test Actor",
"created_at": "2025-02-07T20:56:00.359685Z",
"note": "",
"avatar": "http://mitra/api/v1/accounts/identicon?input=http://pasture-one-actor/actor",
"header": "http://mitra/api/v1/accounts/identicon",
"locked": false,
"mention_policy": "none",
"bot": false,
"identity_proofs": [],
"payment_options": [],
"fields": [],
"emojis": [],
"followers_count": 0,
"following_count": 0,
"subscribers_count": 0,
"statuses_count": 85,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "url is Link object in an array",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"visibility": "public",
"sensitive": false,
"spoiler_text": "",
"pinned": false,
"replies_count": 0,
"favourites_count": 0,
"reblogs_count": 0,
"poll": null,
"media_attachments": [],
"mentions": [
{
"id": "0194e231-607b-c1e5-c5c3-2ce84c557b8b",
"username": "admin",
"acct": "admin",
"url": "http://mitra/users/admin"
}
],
"tags": [],
"emojis": [],
"favourited": false,
"reblogged": false,
"bookmarked": false,
"pleroma": {
"emoji_reactions": [],
"in_reply_to_account_acct": null,
"parent_visible": true,
"quote": null,
"quote_visible": false
},
"ipfs_cid": null,
"links": []
}
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://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/5gnujU3NXP4",
"published": "2025-02-07T20:59:23Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/xIujPhXMJuo",
"published": "2025-02-07T20:59:23Z",
"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"
}
]
}
}
}
misskey
{
"id": "a3yt1rewpl2g0033",
"createdAt": "2025-02-07T20:50:29.000Z",
"userId": "a3ysz1b3pl2g0002",
"user": {
"id": "a3ysz1b3pl2g0002",
"name": "Test Actor",
"username": "actor",
"host": "pasture-one-actor",
"avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
"avatarBlurhash": null,
"avatarDecorations": [],
"isBot": false,
"isCat": false,
"instance": {
"name": null,
"softwareName": null,
"softwareVersion": null,
"iconUrl": null,
"faviconUrl": null,
"themeColor": null
},
"emojis": {},
"onlineStatus": "unknown"
},
"text": "url is array of two Link objects",
"cw": null,
"visibility": "public",
"localOnly": false,
"reactionAcceptance": null,
"renoteCount": 0,
"repliesCount": 0,
"reactionCount": 0,
"reactions": {},
"reactionEmojis": {},
"emojis": {},
"fileIds": [],
"files": [],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/actor/qEsYDCNc00o",
"clippedCount": 0
}
mitra
{
"id": "0194e235-cebe-ea50-1d6b-c7a87f39246d",
"uri": "http://pasture-one-actor/actor/xIujPhXMJuo",
"url": "http://pasture-one-actor/actor/xIujPhXMJuo",
"created_at": "2025-02-07T20:59:23Z",
"edited_at": null,
"account": {
"id": "0194e232-b067-124b-0799-4ade30ddd9a9",
"username": "actor",
"acct": "actor@pasture-one-actor",
"actor_id": "http://pasture-one-actor/actor",
"url": "http://pasture-one-actor/actor",
"display_name": "Test Actor",
"created_at": "2025-02-07T20:56:00.359685Z",
"note": "",
"avatar": "http://mitra/api/v1/accounts/identicon?input=http://pasture-one-actor/actor",
"header": "http://mitra/api/v1/accounts/identicon",
"locked": false,
"mention_policy": "none",
"bot": false,
"identity_proofs": [],
"payment_options": [],
"fields": [],
"emojis": [],
"followers_count": 0,
"following_count": 0,
"subscribers_count": 0,
"statuses_count": 86,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "url is array of two Link objects",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"visibility": "public",
"sensitive": false,
"spoiler_text": "",
"pinned": false,
"replies_count": 0,
"favourites_count": 0,
"reblogs_count": 0,
"poll": null,
"media_attachments": [],
"mentions": [
{
"id": "0194e231-607b-c1e5-c5c3-2ce84c557b8b",
"username": "admin",
"acct": "admin",
"url": "http://mitra/users/admin"
}
],
"tags": [],
"emojis": [],
"favourited": false,
"reblogged": false,
"bookmarked": false,
"pleroma": {
"emoji_reactions": [],
"in_reply_to_account_acct": null,
"parent_visible": true,
"quote": null,
"quote_visible": false
},
"ipfs_cid": null,
"links": []
}