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": [
"http://akkoma/users/witch",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/GbSP9PdEDfQ",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/actor/2qK5IUWr7Pk",
"published": "2024-08-03T16:07:32Z",
"content": "Link",
"attachment": {
"href": "https://funfedi.dev",
"type": "Link"
}
}
}
akkoma
{
"replies_count": 0,
"pleroma": {
"content": {
"text/plain": "Link"
},
"context": "http://pasture-one-actor/actor/2qK5IUWr7Pk",
"conversation_id": 2033902307,
"direct_conversation_id": null,
"emoji_reactions": [],
"expires_at": null,
"in_reply_to_account_acct": null,
"local": false,
"parent_visible": false,
"pinned_at": null,
"spoiler_text": {
"text/plain": ""
},
"thread_muted": false
},
"visibility": "public",
"muted": false,
"uri": "http://pasture-one-actor/actor/2qK5IUWr7Pk",
"bookmarked": false,
"language": null,
"content": "Link",
"quote": null,
"id": "AkawlcS8tKTD6vp8C0",
"reblogged": false,
"akkoma": {
"source": null
},
"url": "http://pasture-one-actor/actor/2qK5IUWr7Pk",
"created_at": "2024-08-03T16:07:32.000Z",
"text": null,
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture-one-actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2024-08-03T16:00:46.000Z",
"display_name": "Test Actor",
"emojis": [],
"fields": [],
"followers_count": 0,
"following_count": 0,
"fqn": "actor@pasture-one-actor",
"header": "http://akkoma/images/banner.png",
"header_static": "http://akkoma/images/banner.png",
"id": "AkawACIhA8PTHnYpN2",
"last_status_at": "2024-08-03",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture-one-actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 89,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"edited_at": null,
"spoiler_text": "",
"poll": null,
"reblogs_count": 0,
"emoji_reactions": [],
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"mentions": [
{
"acct": "witch",
"id": "Akaw2U9sOxaakLtErQ",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"application": null,
"sensitive": false,
"pinned": false,
"favourited": false,
"emojis": [],
"media_attachments": [
{
"blurhash": null,
"description": null,
"id": "1380485988",
"pleroma": {
"mime_type": "application/octet-stream"
},
"preview_url": "https://funfedi.dev",
"remote_url": "https://funfedi.dev",
"text_url": "https://funfedi.dev",
"type": "unknown",
"url": "https://funfedi.dev"
}
],
"card": null,
"tags": [],
"reblog": null,
"quote_id": null,
"favourites_count": 0
}
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://akkoma/users/witch",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/bIXzlWTFtu0",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/actor/3kiNtdglzFo",
"published": "2024-08-03T16:07:32Z",
"content": "Payment Link, see FEP-0ea0",
"attachment": {
"type": "Link",
"name": "Donate",
"href": "payto://iban/DE75512108001245126199",
"rel": "payment"
}
}
}
no result
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://akkoma/users/witch",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/BqH3U9kmPKw",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/actor/hG-j9ZccWSc",
"published": "2024-08-03T16:07:43Z",
"content": "Text document",
"attachment": {
"type": "Document",
"name": "text document",
"url": "http://pasture-one-actor/assets/sample.txt"
}
}
}
akkoma
{
"replies_count": 0,
"pleroma": {
"content": {
"text/plain": "Text document"
},
"context": "http://pasture-one-actor/actor/hG-j9ZccWSc",
"conversation_id": 1772277995,
"direct_conversation_id": null,
"emoji_reactions": [],
"expires_at": null,
"in_reply_to_account_acct": null,
"local": false,
"parent_visible": false,
"pinned_at": null,
"spoiler_text": {
"text/plain": ""
},
"thread_muted": false
},
"visibility": "public",
"muted": false,
"uri": "http://pasture-one-actor/actor/hG-j9ZccWSc",
"bookmarked": false,
"language": null,
"content": "Text document",
"quote": null,
"id": "AkawmibNW0GKTGfT1s",
"reblogged": false,
"akkoma": {
"source": null
},
"url": "http://pasture-one-actor/actor/hG-j9ZccWSc",
"created_at": "2024-08-03T16:07:43.000Z",
"text": null,
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture-one-actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2024-08-03T16:00:46.000Z",
"display_name": "Test Actor",
"emojis": [],
"fields": [],
"followers_count": 0,
"following_count": 0,
"fqn": "actor@pasture-one-actor",
"header": "http://akkoma/images/banner.png",
"header_static": "http://akkoma/images/banner.png",
"id": "AkawACIhA8PTHnYpN2",
"last_status_at": "2024-08-03",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture-one-actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 90,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"edited_at": null,
"spoiler_text": "",
"poll": null,
"reblogs_count": 0,
"emoji_reactions": [],
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"mentions": [
{
"acct": "witch",
"id": "Akaw2U9sOxaakLtErQ",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"application": null,
"sensitive": false,
"pinned": false,
"favourited": false,
"emojis": [],
"media_attachments": [
{
"blurhash": null,
"description": "text document",
"id": "1125436732",
"pleroma": {
"mime_type": "application/octet-stream"
},
"preview_url": "http://pasture-one-actor/assets/sample.txt",
"remote_url": "http://pasture-one-actor/assets/sample.txt",
"text_url": "http://pasture-one-actor/assets/sample.txt",
"type": "unknown",
"url": "http://pasture-one-actor/assets/sample.txt"
}
],
"card": null,
"tags": [],
"reblog": null,
"quote_id": null,
"favourites_count": 0
}
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://akkoma/users/witch",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/w8GAB9GZA7U",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/actor/sVj1lv0AU3c",
"published": "2024-08-03T16:07:44Z",
"content": "Text document, href instead of url",
"attachment": {
"type": "Document",
"name": "text document",
"href": "http://pasture-one-actor/assets/sample.txt"
}
}
}
akkoma
{
"replies_count": 0,
"pleroma": {
"content": {
"text/plain": "Text document, href instead of url"
},
"context": "http://pasture-one-actor/actor/sVj1lv0AU3c",
"conversation_id": 215258838,
"direct_conversation_id": null,
"emoji_reactions": [],
"expires_at": null,
"in_reply_to_account_acct": null,
"local": false,
"parent_visible": false,
"pinned_at": null,
"spoiler_text": {
"text/plain": ""
},
"thread_muted": false
},
"visibility": "public",
"muted": false,
"uri": "http://pasture-one-actor/actor/sVj1lv0AU3c",
"bookmarked": false,
"language": null,
"content": "Text document, href instead of url",
"quote": null,
"id": "AkawmmO3RTyuD6Ssoi",
"reblogged": false,
"akkoma": {
"source": null
},
"url": "http://pasture-one-actor/actor/sVj1lv0AU3c",
"created_at": "2024-08-03T16:07:44.000Z",
"text": null,
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture-one-actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2024-08-03T16:00:46.000Z",
"display_name": "Test Actor",
"emojis": [],
"fields": [],
"followers_count": 0,
"following_count": 0,
"fqn": "actor@pasture-one-actor",
"header": "http://akkoma/images/banner.png",
"header_static": "http://akkoma/images/banner.png",
"id": "AkawACIhA8PTHnYpN2",
"last_status_at": "2024-08-03",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture-one-actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 91,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"edited_at": null,
"spoiler_text": "",
"poll": null,
"reblogs_count": 0,
"emoji_reactions": [],
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"mentions": [
{
"acct": "witch",
"id": "Akaw2U9sOxaakLtErQ",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"application": null,
"sensitive": false,
"pinned": false,
"favourited": false,
"emojis": [],
"media_attachments": [
{
"blurhash": null,
"description": "text document",
"id": "1125436732",
"pleroma": {
"mime_type": "application/octet-stream"
},
"preview_url": "http://pasture-one-actor/assets/sample.txt",
"remote_url": "http://pasture-one-actor/assets/sample.txt",
"text_url": "http://pasture-one-actor/assets/sample.txt",
"type": "unknown",
"url": "http://pasture-one-actor/assets/sample.txt"
}
],
"card": null,
"tags": [],
"reblog": null,
"quote_id": null,
"favourites_count": 0
}
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://akkoma/users/witch",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/1JYMVAi560E",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/actor/LtZU1eCRJbg",
"published": "2024-08-03T16:07:45Z",
"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"
}
}
}
akkoma
{
"replies_count": 0,
"pleroma": {
"content": {
"text/plain": "attached note"
},
"context": "http://pasture-one-actor/actor/LtZU1eCRJbg",
"conversation_id": 240599583,
"direct_conversation_id": null,
"emoji_reactions": [],
"expires_at": null,
"in_reply_to_account_acct": null,
"local": false,
"parent_visible": false,
"pinned_at": null,
"spoiler_text": {
"text/plain": ""
},
"thread_muted": false
},
"visibility": "public",
"muted": false,
"uri": "http://pasture-one-actor/actor/LtZU1eCRJbg",
"bookmarked": false,
"language": null,
"content": "attached note",
"quote": null,
"id": "AkawmqGP1sEmEWupRg",
"reblogged": false,
"akkoma": {
"source": null
},
"url": "http://pasture-one-actor/actor/LtZU1eCRJbg",
"created_at": "2024-08-03T16:07:45.000Z",
"text": null,
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture-one-actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2024-08-03T16:00:46.000Z",
"display_name": "Test Actor",
"emojis": [],
"fields": [],
"followers_count": 0,
"following_count": 0,
"fqn": "actor@pasture-one-actor",
"header": "http://akkoma/images/banner.png",
"header_static": "http://akkoma/images/banner.png",
"id": "AkawACIhA8PTHnYpN2",
"last_status_at": "2024-08-03",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture-one-actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 92,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"edited_at": null,
"spoiler_text": "",
"poll": null,
"reblogs_count": 0,
"emoji_reactions": [],
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"mentions": [
{
"acct": "witch",
"id": "Akaw2U9sOxaakLtErQ",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"application": null,
"sensitive": false,
"pinned": false,
"favourited": false,
"emojis": [],
"media_attachments": [],
"card": null,
"tags": [],
"reblog": null,
"quote_id": null,
"favourites_count": 0
}
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://akkoma/users/witch",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/lf5XsFrgUAU",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/actor/7153byIFh28",
"published": "2024-08-03T16:07:45Z",
"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"
}
]
}
}
}
akkoma
{
"replies_count": 0,
"pleroma": {
"content": {
"text/plain": "Recipe"
},
"context": "http://pasture-one-actor/actor/7153byIFh28",
"conversation_id": 937285145,
"direct_conversation_id": null,
"emoji_reactions": [],
"expires_at": null,
"in_reply_to_account_acct": null,
"local": false,
"parent_visible": false,
"pinned_at": null,
"spoiler_text": {
"text/plain": ""
},
"thread_muted": false
},
"visibility": "public",
"muted": false,
"uri": "http://pasture-one-actor/actor/7153byIFh28",
"bookmarked": false,
"language": null,
"content": "Recipe",
"quote": null,
"id": "Akawmu4Us55g2lNNRY",
"reblogged": false,
"akkoma": {
"source": null
},
"url": "http://pasture-one-actor/actor/7153byIFh28",
"created_at": "2024-08-03T16:07:45.000Z",
"text": null,
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture-one-actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2024-08-03T16:00:46.000Z",
"display_name": "Test Actor",
"emojis": [],
"fields": [],
"followers_count": 0,
"following_count": 0,
"fqn": "actor@pasture-one-actor",
"header": "http://akkoma/images/banner.png",
"header_static": "http://akkoma/images/banner.png",
"id": "AkawACIhA8PTHnYpN2",
"last_status_at": "2024-08-03",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture-one-actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 93,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"edited_at": null,
"spoiler_text": "",
"poll": null,
"reblogs_count": 0,
"emoji_reactions": [],
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"mentions": [
{
"acct": "witch",
"id": "Akaw2U9sOxaakLtErQ",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"application": null,
"sensitive": false,
"pinned": false,
"favourited": false,
"emojis": [],
"media_attachments": [],
"card": null,
"tags": [],
"reblog": null,
"quote_id": null,
"favourites_count": 0
}
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://akkoma/users/witch",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/5pOYrTwtMvo",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/actor/E5FHC4irP_k",
"published": "2024-08-03T16:07:46Z",
"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"
}
]
}
}
akkoma
{
"replies_count": 0,
"pleroma": {
"content": {
"text/plain": "10 images"
},
"context": "http://pasture-one-actor/actor/E5FHC4irP_k",
"conversation_id": 1285629283,
"direct_conversation_id": null,
"emoji_reactions": [],
"expires_at": null,
"in_reply_to_account_acct": null,
"local": false,
"parent_visible": false,
"pinned_at": null,
"spoiler_text": {
"text/plain": ""
},
"thread_muted": false
},
"visibility": "public",
"muted": false,
"uri": "http://pasture-one-actor/actor/E5FHC4irP_k",
"bookmarked": false,
"language": null,
"content": "10 images",
"quote": null,
"id": "AkawmxjNGYZTOPWZ4i",
"reblogged": false,
"akkoma": {
"source": null
},
"url": "http://pasture-one-actor/actor/E5FHC4irP_k",
"created_at": "2024-08-03T16:07:46.000Z",
"text": null,
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture-one-actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2024-08-03T16:00:46.000Z",
"display_name": "Test Actor",
"emojis": [],
"fields": [],
"followers_count": 0,
"following_count": 0,
"fqn": "actor@pasture-one-actor",
"header": "http://akkoma/images/banner.png",
"header_static": "http://akkoma/images/banner.png",
"id": "AkawACIhA8PTHnYpN2",
"last_status_at": "2024-08-03",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture-one-actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 94,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"edited_at": null,
"spoiler_text": "",
"poll": null,
"reblogs_count": 0,
"emoji_reactions": [],
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"mentions": [
{
"acct": "witch",
"id": "Akaw2U9sOxaakLtErQ",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"application": null,
"sensitive": false,
"pinned": false,
"favourited": false,
"emojis": [],
"media_attachments": [
{
"blurhash": null,
"description": null,
"id": "-593645245",
"pleroma": {
"mime_type": "application/octet-stream"
},
"preview_url": "http://pasture-one-actor/images/101.png",
"remote_url": "http://pasture-one-actor/images/101.png",
"text_url": "http://pasture-one-actor/images/101.png",
"type": "unknown",
"url": "http://pasture-one-actor/images/101.png"
},
{
"blurhash": null,
"description": null,
"id": "-88812142",
"pleroma": {
"mime_type": "application/octet-stream"
},
"preview_url": "http://pasture-one-actor/images/102.png",
"remote_url": "http://pasture-one-actor/images/102.png",
"text_url": "http://pasture-one-actor/images/102.png",
"type": "unknown",
"url": "http://pasture-one-actor/images/102.png"
},
{
"blurhash": null,
"description": null,
"id": "1476243381",
"pleroma": {
"mime_type": "application/octet-stream"
},
"preview_url": "http://pasture-one-actor/images/103.png",
"remote_url": "http://pasture-one-actor/images/103.png",
"text_url": "http://pasture-one-actor/images/103.png",
"type": "unknown",
"url": "http://pasture-one-actor/images/103.png"
},
{
"blurhash": null,
"description": null,
"id": "1691056015",
"pleroma": {
"mime_type": "application/octet-stream"
},
"preview_url": "http://pasture-one-actor/images/104.png",
"remote_url": "http://pasture-one-actor/images/104.png",
"text_url": "http://pasture-one-actor/images/104.png",
"type": "unknown",
"url": "http://pasture-one-actor/images/104.png"
},
{
"blurhash": null,
"description": null,
"id": "-1536550267",
"pleroma": {
"mime_type": "application/octet-stream"
},
"preview_url": "http://pasture-one-actor/images/105.png",
"remote_url": "http://pasture-one-actor/images/105.png",
"text_url": "http://pasture-one-actor/images/105.png",
"type": "unknown",
"url": "http://pasture-one-actor/images/105.png"
},
{
"blurhash": null,
"description": null,
"id": "-2100394776",
"pleroma": {
"mime_type": "application/octet-stream"
},
"preview_url": "http://pasture-one-actor/images/106.png",
"remote_url": "http://pasture-one-actor/images/106.png",
"text_url": "http://pasture-one-actor/images/106.png",
"type": "unknown",
"url": "http://pasture-one-actor/images/106.png"
},
{
"blurhash": null,
"description": null,
"id": "1406709207",
"pleroma": {
"mime_type": "application/octet-stream"
},
"preview_url": "http://pasture-one-actor/images/107.png",
"remote_url": "http://pasture-one-actor/images/107.png",
"text_url": "http://pasture-one-actor/images/107.png",
"type": "unknown",
"url": "http://pasture-one-actor/images/107.png"
},
{
"blurhash": null,
"description": null,
"id": "-1648424940",
"pleroma": {
"mime_type": "application/octet-stream"
},
"preview_url": "http://pasture-one-actor/images/108.png",
"remote_url": "http://pasture-one-actor/images/108.png",
"text_url": "http://pasture-one-actor/images/108.png",
"type": "unknown",
"url": "http://pasture-one-actor/images/108.png"
},
{
"blurhash": null,
"description": null,
"id": "2075120386",
"pleroma": {
"mime_type": "application/octet-stream"
},
"preview_url": "http://pasture-one-actor/images/109.png",
"remote_url": "http://pasture-one-actor/images/109.png",
"text_url": "http://pasture-one-actor/images/109.png",
"type": "unknown",
"url": "http://pasture-one-actor/images/109.png"
},
{
"blurhash": null,
"description": null,
"id": "-1763988039",
"pleroma": {
"mime_type": "application/octet-stream"
},
"preview_url": "http://pasture-one-actor/images/1010.png",
"remote_url": "http://pasture-one-actor/images/1010.png",
"text_url": "http://pasture-one-actor/images/1010.png",
"type": "unknown",
"url": "http://pasture-one-actor/images/1010.png"
}
],
"card": null,
"tags": [],
"reblog": null,
"quote_id": null,
"favourites_count": 0
}