Attachments¶
In the support table:
- "✅" means at least one attachment,
- "-" means parsed
- "❌" means failed to parse
For more on image attachments see Image Description and Image Attachments.
Examples¶
Example 1¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://gotosocial/users/cookie"
],
"id": "http://pasture-one-actor/actor/38iuzJT1WLs",
"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/3gr60bkGvpM",
"published": "2024-03-10T16:17:26Z",
"content": "Link",
"attachment": {
"href": "https://funfedi.dev",
"type": "Link"
},
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
gotosocial
{
"id": "01HRMJF7FG1Q8GASAFW26EMQJW",
"created_at": "2024-03-10T16:17:26.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/3gr60bkGvpM",
"url": "http://pasture-one-actor/actor/3gr60bkGvpM",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "Link",
"reblog": null,
"account": {
"id": "01HRMJ7P5R3WM2HQXV0D46VR4N",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2024-03-10T16:13:19.003Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon3.png",
"avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon3.png",
"header": "http://gotosocial/assets/default_header.png",
"header_static": "http://gotosocial/assets/default_header.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 101,
"last_status_at": "2024-03-10T16:17:26.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [
{
"id": "01WWJM9EYBAWF9FTX9Y4PV1MQM",
"username": "cookie",
"url": "http://gotosocial/@cookie",
"acct": "cookie"
}
],
"tags": [],
"emojis": [],
"card": null,
"poll": null
}
mitra
{
"id": "018e18bf-1df7-d21b-4738-490eeb796298",
"uri": "http://pasture_one_actor/actor/t0ZPddO7S64",
"url": null,
"created_at": "2024-03-07T11:49:19Z",
"edited_at": null,
"account": {
"id": "018e18bf-1332-9074-cad1-8a94a639595b",
"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": "2024-03-07T11:49:19.282114Z",
"note": "",
"avatar": null,
"header": null,
"locked": false,
"bot": false,
"identity_proofs": [],
"payment_options": [],
"fields": [],
"emojis": [],
"followers_count": 0,
"following_count": 0,
"subscribers_count": 0,
"statuses_count": 1,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "Link<p><a href=\"https://funfedi.dev\" rel=\"noopener\">https://funfedi.dev</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,
"media_attachments": [],
"mentions": [
{
"id": "018e18be-ce9f-dd00-a851-485a6ee27b7f",
"username": "admin",
"acct": "admin",
"url": "http://mitra/users/admin"
}
],
"tags": [],
"emojis": [],
"favourited": false,
"reblogged": false,
"ipfs_cid": null,
"token_id": null,
"token_tx_id": 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://gotosocial/users/cookie"
],
"id": "http://pasture-one-actor/actor/Zb7FJosnRNk",
"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/1XmAZbKx5fQ",
"published": "2024-03-10T16:17:28Z",
"content": "Payment Link, see FEP-0ea0",
"attachment": {
"type": "Link",
"name": "Donate",
"href": "payto://iban/DE75512108001245126199",
"rel": "payment"
},
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
gotosocial
{
"id": "01HRMJF9E0G2R4NSH1N68RSF3N",
"created_at": "2024-03-10T16:17:28.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/1XmAZbKx5fQ",
"url": "http://pasture-one-actor/actor/1XmAZbKx5fQ",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "Payment Link, see FEP-0ea0",
"reblog": null,
"account": {
"id": "01HRMJ7P5R3WM2HQXV0D46VR4N",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2024-03-10T16:13:19.003Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon3.png",
"avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon3.png",
"header": "http://gotosocial/assets/default_header.png",
"header_static": "http://gotosocial/assets/default_header.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 102,
"last_status_at": "2024-03-10T16:17:28.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [
{
"id": "01WWJM9EYBAWF9FTX9Y4PV1MQM",
"username": "cookie",
"url": "http://gotosocial/@cookie",
"acct": "cookie"
}
],
"tags": [],
"emojis": [],
"card": null,
"poll": null
}
mitra
{
"id": "018e18bf-6c1c-9c3d-0b36-160069b892ed",
"uri": "http://pasture_one_actor/actor/MWvQvdIXDg8",
"url": null,
"created_at": "2024-03-07T11:49:39Z",
"edited_at": null,
"account": {
"id": "018e18bf-1332-9074-cad1-8a94a639595b",
"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": "2024-03-07T11:49:19.282114Z",
"note": "",
"avatar": null,
"header": null,
"locked": false,
"bot": false,
"identity_proofs": [],
"payment_options": [],
"fields": [],
"emojis": [],
"followers_count": 0,
"following_count": 0,
"subscribers_count": 0,
"statuses_count": 2,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "Payment Link, see FEP-0ea0<p><a href=\"payto://iban/DE75512108001245126199\" rel=\"noopener\">payto://iban/DE75512108001245126199</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,
"media_attachments": [],
"mentions": [
{
"id": "018e18be-ce9f-dd00-a851-485a6ee27b7f",
"username": "admin",
"acct": "admin",
"url": "http://mitra/users/admin"
}
],
"tags": [],
"emojis": [],
"favourited": false,
"reblogged": false,
"ipfs_cid": null,
"token_id": null,
"token_tx_id": 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://gotosocial/users/cookie"
],
"id": "http://pasture-one-actor/actor/me9wlNewbvg",
"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/Wp9pCPYt1XM",
"published": "2024-03-10T16:17:30Z",
"content": "Text document",
"attachment": {
"type": "Document",
"name": "text document",
"href": "http://pasture_one_actor/assets/sample.txt"
},
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
gotosocial
{
"id": "01HRMJFBCGWFYBNV163DYJJ760",
"created_at": "2024-03-10T16:17:30.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/Wp9pCPYt1XM",
"url": "http://pasture-one-actor/actor/Wp9pCPYt1XM",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "Text document",
"reblog": null,
"account": {
"id": "01HRMJ7P5R3WM2HQXV0D46VR4N",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2024-03-10T16:13:19.003Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon3.png",
"avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon3.png",
"header": "http://gotosocial/assets/default_header.png",
"header_static": "http://gotosocial/assets/default_header.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 104,
"last_status_at": "2024-03-10T16:17:30.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [
{
"id": "01WWJM9EYBAWF9FTX9Y4PV1MQM",
"username": "cookie",
"url": "http://gotosocial/@cookie",
"acct": "cookie"
}
],
"tags": [],
"emojis": [],
"card": null,
"poll": null
}
no result
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/ouvPCOe-B-Q",
"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/aKsICJiZGqg",
"published": "2024-03-10T16:17:32Z",
"content": "attached note",
"attachment": {
"type": "Note",
"attributedTo": "http://pasture_one_actor/actor",
"name": "attached note",
"content": "This is just a note",
"published": "2024-03-06T07:23:56Z"
},
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
gotosocial
{
"id": "01HRMJFDB09SXMKJY448YTWE89",
"created_at": "2024-03-10T16:17:32.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/aKsICJiZGqg",
"url": "http://pasture-one-actor/actor/aKsICJiZGqg",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "attached note",
"reblog": null,
"account": {
"id": "01HRMJ7P5R3WM2HQXV0D46VR4N",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2024-03-10T16:13:19.003Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon3.png",
"avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon3.png",
"header": "http://gotosocial/assets/default_header.png",
"header_static": "http://gotosocial/assets/default_header.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 106,
"last_status_at": "2024-03-10T16:17:32.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [
{
"id": "01WWJM9EYBAWF9FTX9Y4PV1MQM",
"username": "cookie",
"url": "http://gotosocial/@cookie",
"acct": "cookie"
}
],
"tags": [],
"emojis": [],
"card": null,
"poll": null
}
mitra
{
"id": "018e18c0-085a-68c0-b808-352920630e56",
"uri": "http://pasture_one_actor/actor/K_FAEeV6mmA",
"url": null,
"created_at": "2024-03-07T11:50:19Z",
"edited_at": null,
"account": {
"id": "018e18bf-1332-9074-cad1-8a94a639595b",
"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": "2024-03-07T11:49:19.282114Z",
"note": "",
"avatar": null,
"header": null,
"locked": false,
"bot": false,
"identity_proofs": [],
"payment_options": [],
"fields": [],
"emojis": [],
"followers_count": 0,
"following_count": 0,
"subscribers_count": 0,
"statuses_count": 3,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "attached note",
"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,
"media_attachments": [],
"mentions": [
{
"id": "018e18be-ce9f-dd00-a851-485a6ee27b7f",
"username": "admin",
"acct": "admin",
"url": "http://mitra/users/admin"
}
],
"tags": [],
"emojis": [],
"favourited": false,
"reblogged": false,
"ipfs_cid": null,
"token_id": null,
"token_tx_id": 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://gotosocial/users/cookie"
],
"id": "http://pasture-one-actor/actor/WGVt1FiFJ88",
"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/ohoHS3lpLdw",
"published": "2024-03-10T16:17:34Z",
"content": "Recipe",
"attachment": {
"@context": "https://schema.org/docs/jsonldcontext.jsonld",
"@type": "Recipe",
"name": "Peanut Butter and Jelly Sandwich",
"recipeIngredient": [
"Bread",
"Peanut Butter",
"Raspberry Jam",
"Coffee (optional)"
],
"recipeCategory": "Breakfast",
"recipeInstructions": [
{
"@type": "HowToStep",
"text": "Take a slice of bread and put it on a plate"
},
{
"@type": "HowToStep",
"text": "Spread peanut butter on the bread"
},
{
"@type": "HowToStep",
"text": "Spread raspberry jam on top of the peanut butter"
},
{
"@type": "HowToStep",
"text": "Eat your PB&J Sandwich and drink your coffee if you have it"
},
{
"@type": "HowToStep",
"text": "Check if you are still hungry, if yes a repeat step 1"
}
]
},
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
gotosocial
{
"id": "01HRMJFF9G394M3FR4R0V960Y4",
"created_at": "2024-03-10T16:17:34.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/ohoHS3lpLdw",
"url": "http://pasture-one-actor/actor/ohoHS3lpLdw",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "Recipe",
"reblog": null,
"account": {
"id": "01HRMJ7P5R3WM2HQXV0D46VR4N",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2024-03-10T16:13:19.003Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon3.png",
"avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon3.png",
"header": "http://gotosocial/assets/default_header.png",
"header_static": "http://gotosocial/assets/default_header.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 108,
"last_status_at": "2024-03-10T16:17:34.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [
{
"id": "01WWJM9EYBAWF9FTX9Y4PV1MQM",
"username": "cookie",
"url": "http://gotosocial/@cookie",
"acct": "cookie"
}
],
"tags": [],
"emojis": [],
"card": null,
"poll": null
}
mitra
{
"id": "018e18c0-567e-d740-a83c-70561d597af2",
"uri": "http://pasture_one_actor/actor/JAd9DCCVcIw",
"url": null,
"created_at": "2024-03-07T11:50:39Z",
"edited_at": null,
"account": {
"id": "018e18bf-1332-9074-cad1-8a94a639595b",
"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": "2024-03-07T11:49:19.282114Z",
"note": "",
"avatar": null,
"header": null,
"locked": false,
"bot": false,
"identity_proofs": [],
"payment_options": [],
"fields": [],
"emojis": [],
"followers_count": 0,
"following_count": 0,
"subscribers_count": 0,
"statuses_count": 4,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "Recipe",
"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,
"media_attachments": [],
"mentions": [
{
"id": "018e18be-ce9f-dd00-a851-485a6ee27b7f",
"username": "admin",
"acct": "admin",
"url": "http://mitra/users/admin"
}
],
"tags": [],
"emojis": [],
"favourited": false,
"reblogged": false,
"ipfs_cid": null,
"token_id": null,
"token_tx_id": 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://gotosocial/users/cookie"
],
"id": "http://pasture-one-actor/actor/_k3YLMpMfeo",
"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/ov7eDVN1Oz8",
"published": "2024-03-10T16:17:36Z",
"content": "10 images",
"attachment": [
{
"type": "Document",
"url": "http://pasture_one_actor/images/101.png"
},
{
"type": "Document",
"url": "http://pasture_one_actor/images/102.png"
},
{
"type": "Document",
"url": "http://pasture_one_actor/images/103.png"
},
{
"type": "Document",
"url": "http://pasture_one_actor/images/104.png"
},
{
"type": "Document",
"url": "http://pasture_one_actor/images/105.png"
},
{
"type": "Document",
"url": "http://pasture_one_actor/images/106.png"
},
{
"type": "Document",
"url": "http://pasture_one_actor/images/107.png"
},
{
"type": "Document",
"url": "http://pasture_one_actor/images/108.png"
},
{
"type": "Document",
"url": "http://pasture_one_actor/images/109.png"
},
{
"type": "Document",
"url": "http://pasture_one_actor/images/1010.png"
}
],
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
gotosocial
{
"id": "01HRMJFH80ZPVDE30R12WX50V2",
"created_at": "2024-03-10T16:17:36.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/ov7eDVN1Oz8",
"url": "http://pasture-one-actor/actor/ov7eDVN1Oz8",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "10 images<hr><p><i lang=\"en\">\u2139\ufe0f Note from gotosocial: 10 attachments in this status could not be downloaded. Treat the following external links with care:</i></p><ul><li><a href=\"http://pasture_one_actor/images/101.png\" rel=\"nofollow noreferrer noopener\" target=\"_blank\">101.png</a></li><li><a href=\"http://pasture_one_actor/images/102.png\" rel=\"nofollow noreferrer noopener\" target=\"_blank\">102.png</a></li><li><a href=\"http://pasture_one_actor/images/103.png\" rel=\"nofollow noreferrer noopener\" target=\"_blank\">103.png</a></li><li><a href=\"http://pasture_one_actor/images/104.png\" rel=\"nofollow noreferrer noopener\" target=\"_blank\">104.png</a></li><li><a href=\"http://pasture_one_actor/images/105.png\" rel=\"nofollow noreferrer noopener\" target=\"_blank\">105.png</a></li><li><a href=\"http://pasture_one_actor/images/106.png\" rel=\"nofollow noreferrer noopener\" target=\"_blank\">106.png</a></li><li><a href=\"http://pasture_one_actor/images/107.png\" rel=\"nofollow noreferrer noopener\" target=\"_blank\">107.png</a></li><li><a href=\"http://pasture_one_actor/images/108.png\" rel=\"nofollow noreferrer noopener\" target=\"_blank\">108.png</a></li><li><a href=\"http://pasture_one_actor/images/109.png\" rel=\"nofollow noreferrer noopener\" target=\"_blank\">109.png</a></li><li><a href=\"http://pasture_one_actor/images/1010.png\" rel=\"nofollow noreferrer noopener\" target=\"_blank\">1010.png</a></li></ul>",
"reblog": null,
"account": {
"id": "01HRMJ7P5R3WM2HQXV0D46VR4N",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2024-03-10T16:13:19.003Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon3.png",
"avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon3.png",
"header": "http://gotosocial/assets/default_header.png",
"header_static": "http://gotosocial/assets/default_header.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 110,
"last_status_at": "2024-03-10T16:17:36.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [
{
"id": "01WWJM9EYBAWF9FTX9Y4PV1MQM",
"username": "cookie",
"url": "http://gotosocial/@cookie",
"acct": "cookie"
}
],
"tags": [],
"emojis": [],
"card": null,
"poll": null
}
mitra
{
"id": "018e18c0-a541-9dbb-e1ee-58775f575568",
"uri": "http://pasture_one_actor/actor/fq9LnOfCgsA",
"url": null,
"created_at": "2024-03-07T11:50:59Z",
"edited_at": null,
"account": {
"id": "018e18bf-1332-9074-cad1-8a94a639595b",
"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": "2024-03-07T11:49:19.282114Z",
"note": "",
"avatar": null,
"header": null,
"locked": false,
"bot": false,
"identity_proofs": [],
"payment_options": [],
"fields": [],
"emojis": [],
"followers_count": 0,
"following_count": 0,
"subscribers_count": 0,
"statuses_count": 5,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "10 images",
"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,
"media_attachments": [
{
"id": "018e18c0-a51c-83f0-8341-8dc500bedd87",
"type": "image",
"url": "http://mitra/media/a8b89cb13d1a54c4ca08fc1a4aa3e70a0821e14b0eee5efec9c60d831e92d9f8.png",
"preview_url": "http://mitra/media/a8b89cb13d1a54c4ca08fc1a4aa3e70a0821e14b0eee5efec9c60d831e92d9f8.png",
"description": null
},
{
"id": "018e18c0-a525-d390-f54c-9106302e2345",
"type": "image",
"url": "http://mitra/media/5d38aee39e202a56c525da7c286c218a3be72b9039216fa6f983b715fb7ca5a6.png",
"preview_url": "http://mitra/media/5d38aee39e202a56c525da7c286c218a3be72b9039216fa6f983b715fb7ca5a6.png",
"description": null
},
{
"id": "018e18c0-a528-bb25-4d60-37d35cb4c9d7",
"type": "image",
"url": "http://mitra/media/d36760b271e3016b1f8f14b55ca83f14f994c1e9c3a5120e809af1ab61dc7f6e.png",
"preview_url": "http://mitra/media/d36760b271e3016b1f8f14b55ca83f14f994c1e9c3a5120e809af1ab61dc7f6e.png",
"description": null
},
{
"id": "018e18c0-a52b-9d43-9746-f87702922028",
"type": "image",
"url": "http://mitra/media/2755f599e28f84149f2aa326db887a035d317cef913cc0819a2c423cfa2817a9.png",
"preview_url": "http://mitra/media/2755f599e28f84149f2aa326db887a035d317cef913cc0819a2c423cfa2817a9.png",
"description": null
},
{
"id": "018e18c0-a52e-1294-ca84-d2090e1aae3f",
"type": "image",
"url": "http://mitra/media/285bcc10c76e487ab9a399268d79fadc84a3b2f9604e1e647eaa57a1ee9b17fc.png",
"preview_url": "http://mitra/media/285bcc10c76e487ab9a399268d79fadc84a3b2f9604e1e647eaa57a1ee9b17fc.png",
"description": null
},
{
"id": "018e18c0-a531-36fd-c54b-4c8866245e3f",
"type": "image",
"url": "http://mitra/media/e7b472a55392171c643ed9034a8c30341884463438ff68588043b43f568faac7.png",
"preview_url": "http://mitra/media/e7b472a55392171c643ed9034a8c30341884463438ff68588043b43f568faac7.png",
"description": null
},
{
"id": "018e18c0-a534-a90c-1d17-0bc755bfc395",
"type": "image",
"url": "http://mitra/media/92a1485491771f4f710e356488588711168a48bba42e3d64f7ede2bfa47d147b.png",
"preview_url": "http://mitra/media/92a1485491771f4f710e356488588711168a48bba42e3d64f7ede2bfa47d147b.png",
"description": null
},
{
"id": "018e18c0-a536-154f-d21b-9a99c991dc15",
"type": "image",
"url": "http://mitra/media/3ac55e33cfc04364f4ddf5f2736bc561c373ea4078f24c75cc3a3db95b11a13f.png",
"preview_url": "http://mitra/media/3ac55e33cfc04364f4ddf5f2736bc561c373ea4078f24c75cc3a3db95b11a13f.png",
"description": null
},
{
"id": "018e18c0-a539-2032-69cf-2b374bfd4843",
"type": "image",
"url": "http://mitra/media/6bfa7e164a459438eacaf746262d517b4f4ed7896bdcdb3e73dc10daa9d49024.png",
"preview_url": "http://mitra/media/6bfa7e164a459438eacaf746262d517b4f4ed7896bdcdb3e73dc10daa9d49024.png",
"description": null
},
{
"id": "018e18c0-a53c-7508-cffa-ca7054df3b50",
"type": "image",
"url": "http://mitra/media/65d0deccb6d742a3f649d03c5f80b1fc57999b8da6f830b50df4ae7f3eee2582.png",
"preview_url": "http://mitra/media/65d0deccb6d742a3f649d03c5f80b1fc57999b8da6f830b50df4ae7f3eee2582.png",
"description": null
}
],
"mentions": [
{
"id": "018e18be-ce9f-dd00-a851-485a6ee27b7f",
"username": "admin",
"acct": "admin",
"url": "http://mitra/users/admin"
}
],
"tags": [],
"emojis": [],
"favourited": false,
"reblogged": false,
"ipfs_cid": null,
"token_id": null,
"token_tx_id": null,
"links": []
}
Example 7¶
no result
no result
no result
Example 8¶
no result
no result
no result
Example 9¶
no result
no result
no result
Example 10¶
no result
no result
no result
Example 11¶
no result
no result
no result