Url Parameter¶
Here we analyze varying url parameters.
The usage examples are inspired by Peertube's usage, see their documentation.
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/RVBm1K6La0k",
"published": "2025-01-08T13:55:47Z",
"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/bCtnIeOWF0s",
"published": "2025-01-08T13:55:47Z",
"content": "text",
"url": "http://remote.example/objects/123"
}
}
akkoma
{
"in_reply_to_id": null,
"pleroma": {
"content": {
"text/plain": "text"
},
"context": "http://pasture-one-actor/actor/bCtnIeOWF0s",
"conversation_id": 1961031717,
"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
},
"uri": "http://pasture-one-actor/actor/bCtnIeOWF0s",
"spoiler_text": "",
"emojis": [],
"quote": null,
"visibility": "public",
"muted": false,
"id": "ApsGC2JY6EwGbTNyIy",
"favourited": false,
"poll": null,
"favourites_count": 0,
"media_attachments": [],
"reblogged": false,
"url": "http://remote.example/objects/123",
"bookmarked": false,
"content": "text",
"edited_at": 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": "2025-01-08T13:55:48.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": "ApsGC0zJ219UUOuI76",
"last_status_at": "2025-01-08",
"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": 1,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"emoji_reactions": [],
"mentions": [
{
"acct": "witch",
"id": "ApsG1rzZWhrk7k57fU",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"in_reply_to_account_id": null,
"created_at": "2025-01-08T13:55:47.000Z",
"akkoma": {
"source": null
},
"quote_id": null,
"text": null,
"application": null,
"sensitive": false,
"card": null,
"language": null,
"reblog": null,
"reblogs_count": 0,
"pinned": false,
"replies_count": 0,
"tags": []
}
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/nemiT28Bi2w",
"published": "2025-01-08T13:55:48Z",
"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/PJc5Kgym99I",
"published": "2025-01-08T13:55:48Z",
"content": "text",
"url": [
"http://remote.example/objects/123"
]
}
}
akkoma
{
"in_reply_to_id": null,
"pleroma": {
"content": {
"text/plain": "text"
},
"context": "http://pasture-one-actor/actor/PJc5Kgym99I",
"conversation_id": 467618125,
"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
},
"uri": "http://pasture-one-actor/actor/PJc5Kgym99I",
"spoiler_text": "",
"emojis": [],
"quote": null,
"visibility": "public",
"muted": false,
"id": "ApsGC6m3WC7OR2knIG",
"favourited": false,
"poll": null,
"favourites_count": 0,
"media_attachments": [],
"reblogged": false,
"url": "http://remote.example/objects/123",
"bookmarked": false,
"content": "text",
"edited_at": 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": "2025-01-08T13:55:48.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": "ApsGC0zJ219UUOuI76",
"last_status_at": "2025-01-08",
"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": 2,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"emoji_reactions": [],
"mentions": [
{
"acct": "witch",
"id": "ApsG1rzZWhrk7k57fU",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"in_reply_to_account_id": null,
"created_at": "2025-01-08T13:55:48.000Z",
"akkoma": {
"source": null
},
"quote_id": null,
"text": null,
"application": null,
"sensitive": false,
"card": null,
"language": null,
"reblog": null,
"reblogs_count": 0,
"pinned": false,
"replies_count": 0,
"tags": []
}
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/HUHAK4sPPDo",
"published": "2025-01-08T13:55:49Z",
"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/GCiHUKiiBpg",
"published": "2025-01-08T13:55:49Z",
"content": "text",
"url": [
"http://remote.example/objects/123",
"http://other.example/objects/123"
]
}
}
akkoma
{
"in_reply_to_id": null,
"pleroma": {
"content": {
"text/plain": "text"
},
"context": "http://pasture-one-actor/actor/GCiHUKiiBpg",
"conversation_id": 1337516329,
"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
},
"uri": "http://pasture-one-actor/actor/GCiHUKiiBpg",
"spoiler_text": "",
"emojis": [],
"quote": null,
"visibility": "public",
"muted": false,
"id": "ApsGCArWJorl79LDMm",
"favourited": false,
"poll": null,
"favourites_count": 0,
"media_attachments": [],
"reblogged": false,
"url": "http://remote.example/objects/123",
"bookmarked": false,
"content": "text",
"edited_at": 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": "2025-01-08T13:55:48.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": "ApsGC0zJ219UUOuI76",
"last_status_at": "2025-01-08",
"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": 3,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"emoji_reactions": [],
"mentions": [
{
"acct": "witch",
"id": "ApsG1rzZWhrk7k57fU",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"in_reply_to_account_id": null,
"created_at": "2025-01-08T13:55:49.000Z",
"akkoma": {
"source": null
},
"quote_id": null,
"text": null,
"application": null,
"sensitive": false,
"card": null,
"language": null,
"reblog": null,
"reblogs_count": 0,
"pinned": false,
"replies_count": 0,
"tags": []
}
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/neV-HmLLrUM",
"published": "2025-01-08T13:55:50Z",
"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/E_saUQue7Hc",
"published": "2025-01-08T13:55:50Z",
"content": "text",
"url": [
"http://other.example/objects/123",
"http://remote.example/objects/123"
]
}
}
akkoma
{
"in_reply_to_id": null,
"pleroma": {
"content": {
"text/plain": "text"
},
"context": "http://pasture-one-actor/actor/E_saUQue7Hc",
"conversation_id": 2060631683,
"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
},
"uri": "http://pasture-one-actor/actor/E_saUQue7Hc",
"spoiler_text": "",
"emojis": [],
"quote": null,
"visibility": "public",
"muted": false,
"id": "ApsGCEyl0r21skl3Ca",
"favourited": false,
"poll": null,
"favourites_count": 0,
"media_attachments": [],
"reblogged": false,
"url": "http://other.example/objects/123",
"bookmarked": false,
"content": "text",
"edited_at": 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": "2025-01-08T13:55:48.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": "ApsGC0zJ219UUOuI76",
"last_status_at": "2025-01-08",
"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": 4,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"emoji_reactions": [],
"mentions": [
{
"acct": "witch",
"id": "ApsG1rzZWhrk7k57fU",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"in_reply_to_account_id": null,
"created_at": "2025-01-08T13:55:50.000Z",
"akkoma": {
"source": null
},
"quote_id": null,
"text": null,
"application": null,
"sensitive": false,
"card": null,
"language": null,
"reblog": null,
"reblogs_count": 0,
"pinned": false,
"replies_count": 0,
"tags": []
}
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/lLflT1nL3HI",
"published": "2025-01-08T13:55:51Z",
"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/MiJEoqCJkuU",
"published": "2025-01-08T13:55:51Z",
"content": "text",
"url": {
"type": "Link",
"mediaType": "text/html",
"href": "http://html.example/objects/123"
}
}
}
akkoma
{
"in_reply_to_id": null,
"pleroma": {
"content": {
"text/plain": "text"
},
"context": "http://pasture-one-actor/actor/MiJEoqCJkuU",
"conversation_id": 1193914379,
"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
},
"uri": "http://pasture-one-actor/actor/MiJEoqCJkuU",
"spoiler_text": "",
"emojis": [],
"quote": null,
"visibility": "public",
"muted": false,
"id": "ApsGCJAFS4bGrYAHfU",
"favourited": false,
"poll": null,
"favourites_count": 0,
"media_attachments": [],
"reblogged": false,
"url": "http://html.example/objects/123",
"bookmarked": false,
"content": "text",
"edited_at": 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": "2025-01-08T13:55:48.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": "ApsGC0zJ219UUOuI76",
"last_status_at": "2025-01-08",
"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": 5,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"emoji_reactions": [],
"mentions": [
{
"acct": "witch",
"id": "ApsG1rzZWhrk7k57fU",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"in_reply_to_account_id": null,
"created_at": "2025-01-08T13:55:51.000Z",
"akkoma": {
"source": null
},
"quote_id": null,
"text": null,
"application": null,
"sensitive": false,
"card": null,
"language": null,
"reblog": null,
"reblogs_count": 0,
"pinned": false,
"replies_count": 0,
"tags": []
}
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/WvvJ7V9NVi8",
"published": "2025-01-08T13:55:51Z",
"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/YFCL7uwC4Mc",
"published": "2025-01-08T13:55:51Z",
"content": "text",
"url": {
"type": "Link",
"mediaType": "video/mp4",
"href": "http://video.example/objects/123"
}
}
}
akkoma
{
"in_reply_to_id": null,
"pleroma": {
"content": {
"text/plain": "text"
},
"context": "http://pasture-one-actor/actor/YFCL7uwC4Mc",
"conversation_id": 1232799370,
"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
},
"uri": "http://pasture-one-actor/actor/YFCL7uwC4Mc",
"spoiler_text": "",
"emojis": [],
"quote": null,
"visibility": "public",
"muted": false,
"id": "ApsGCNB6Wpf5JMb1Ye",
"favourited": false,
"poll": null,
"favourites_count": 0,
"media_attachments": [],
"reblogged": false,
"url": "http://video.example/objects/123",
"bookmarked": false,
"content": "text",
"edited_at": 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": "2025-01-08T13:55:48.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": "ApsGC0zJ219UUOuI76",
"last_status_at": "2025-01-08",
"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": 6,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"emoji_reactions": [],
"mentions": [
{
"acct": "witch",
"id": "ApsG1rzZWhrk7k57fU",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"in_reply_to_account_id": null,
"created_at": "2025-01-08T13:55:51.000Z",
"akkoma": {
"source": null
},
"quote_id": null,
"text": null,
"application": null,
"sensitive": false,
"card": null,
"language": null,
"reblog": null,
"reblogs_count": 0,
"pinned": false,
"replies_count": 0,
"tags": []
}
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/F_axiq2xvAk",
"published": "2025-01-08T13:55:52Z",
"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/MtmDlmHkYxI",
"published": "2025-01-08T13:55:52Z",
"content": "text",
"url": [
"http://remote.example/objects/123",
{
"type": "Link",
"mediaType": "text/html",
"href": "http://html.example/objects/123"
}
]
}
}
akkoma
{
"in_reply_to_id": null,
"pleroma": {
"content": {
"text/plain": "text"
},
"context": "http://pasture-one-actor/actor/MtmDlmHkYxI",
"conversation_id": 329344876,
"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
},
"uri": "http://pasture-one-actor/actor/MtmDlmHkYxI",
"spoiler_text": "",
"emojis": [],
"quote": null,
"visibility": "public",
"muted": false,
"id": "ApsGCRHHHoyc1fW0jg",
"favourited": false,
"poll": null,
"favourites_count": 0,
"media_attachments": [],
"reblogged": false,
"url": "http://remote.example/objects/123",
"bookmarked": false,
"content": "text",
"edited_at": 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": "2025-01-08T13:55:48.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": "ApsGC0zJ219UUOuI76",
"last_status_at": "2025-01-08",
"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": 7,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"emoji_reactions": [],
"mentions": [
{
"acct": "witch",
"id": "ApsG1rzZWhrk7k57fU",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"in_reply_to_account_id": null,
"created_at": "2025-01-08T13:55:52.000Z",
"akkoma": {
"source": null
},
"quote_id": null,
"text": null,
"application": null,
"sensitive": false,
"card": null,
"language": null,
"reblog": null,
"reblogs_count": 0,
"pinned": false,
"replies_count": 0,
"tags": []
}
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": [
"http://akkoma/users/witch",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/o_rbeXnrrqY",
"published": "2025-01-08T13:55:53Z",
"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/P3q0M3PEYos",
"published": "2025-01-08T13:55:53Z",
"content": "text",
"url": [
{
"type": "Link",
"mediaType": "text/html",
"href": "http://html.example/objects/123"
},
"http://remote.example/objects/123"
]
}
}
akkoma
{
"in_reply_to_id": null,
"pleroma": {
"content": {
"text/plain": "text"
},
"context": "http://pasture-one-actor/actor/P3q0M3PEYos",
"conversation_id": 1693966003,
"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
},
"uri": "http://pasture-one-actor/actor/P3q0M3PEYos",
"spoiler_text": "",
"emojis": [],
"quote": null,
"visibility": "public",
"muted": false,
"id": "ApsGCVUtb8FL73uwW8",
"favourited": false,
"poll": null,
"favourites_count": 0,
"media_attachments": [],
"reblogged": false,
"url": "http://html.example/objects/123",
"bookmarked": false,
"content": "text",
"edited_at": 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": "2025-01-08T13:55:48.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": "ApsGC0zJ219UUOuI76",
"last_status_at": "2025-01-08",
"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": 8,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"emoji_reactions": [],
"mentions": [
{
"acct": "witch",
"id": "ApsG1rzZWhrk7k57fU",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"in_reply_to_account_id": null,
"created_at": "2025-01-08T13:55:53.000Z",
"akkoma": {
"source": null
},
"quote_id": null,
"text": null,
"application": null,
"sensitive": false,
"card": null,
"language": null,
"reblog": null,
"reblogs_count": 0,
"pinned": false,
"replies_count": 0,
"tags": []
}
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": [
"http://akkoma/users/witch",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/oUcWCH9NEKg",
"published": "2025-01-08T13:55:53Z",
"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/Q4GPgCm2ZvE",
"published": "2025-01-08T13:55:53Z",
"content": "text",
"url": [
{
"type": "Link",
"mediaType": "text/html",
"href": "http://html.example/objects/123"
},
{
"type": "Link",
"mediaType": "video/mp4",
"href": "http://video.example/objects/123"
}
]
}
}
akkoma
{
"in_reply_to_id": null,
"pleroma": {
"content": {
"text/plain": "text"
},
"context": "http://pasture-one-actor/actor/Q4GPgCm2ZvE",
"conversation_id": 1395592752,
"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
},
"uri": "http://pasture-one-actor/actor/Q4GPgCm2ZvE",
"spoiler_text": "",
"emojis": [],
"quote": null,
"visibility": "public",
"muted": false,
"id": "ApsGCZRUvhuBLgMHmC",
"favourited": false,
"poll": null,
"favourites_count": 0,
"media_attachments": [],
"reblogged": false,
"url": "http://html.example/objects/123",
"bookmarked": false,
"content": "text",
"edited_at": 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": "2025-01-08T13:55:48.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": "ApsGC0zJ219UUOuI76",
"last_status_at": "2025-01-08",
"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": 9,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"emoji_reactions": [],
"mentions": [
{
"acct": "witch",
"id": "ApsG1rzZWhrk7k57fU",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"in_reply_to_account_id": null,
"created_at": "2025-01-08T13:55:53.000Z",
"akkoma": {
"source": null
},
"quote_id": null,
"text": null,
"application": null,
"sensitive": false,
"card": null,
"language": null,
"reblog": null,
"reblogs_count": 0,
"pinned": false,
"replies_count": 0,
"tags": []
}
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": [
"http://akkoma/users/witch",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/gBeeAsTYcrA",
"published": "2025-01-08T13:55:54Z",
"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/b2IGq0uPAk4",
"published": "2025-01-08T13:55:54Z",
"content": "text",
"url": [
{
"type": "Link",
"mediaType": "video/mp4",
"href": "http://video.example/objects/123"
},
{
"type": "Link",
"mediaType": "text/html",
"href": "http://html.example/objects/123"
}
]
}
}
akkoma
{
"in_reply_to_id": null,
"pleroma": {
"content": {
"text/plain": "text"
},
"context": "http://pasture-one-actor/actor/b2IGq0uPAk4",
"conversation_id": 1361044669,
"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
},
"uri": "http://pasture-one-actor/actor/b2IGq0uPAk4",
"spoiler_text": "",
"emojis": [],
"quote": null,
"visibility": "public",
"muted": false,
"id": "ApsGCda9XTCmBgRFp2",
"favourited": false,
"poll": null,
"favourites_count": 0,
"media_attachments": [],
"reblogged": false,
"url": "http://video.example/objects/123",
"bookmarked": false,
"content": "text",
"edited_at": 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": "2025-01-08T13:55:48.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": "ApsGC0zJ219UUOuI76",
"last_status_at": "2025-01-08",
"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": 10,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"emoji_reactions": [],
"mentions": [
{
"acct": "witch",
"id": "ApsG1rzZWhrk7k57fU",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"in_reply_to_account_id": null,
"created_at": "2025-01-08T13:55:54.000Z",
"akkoma": {
"source": null
},
"quote_id": null,
"text": null,
"application": null,
"sensitive": false,
"card": null,
"language": null,
"reblog": null,
"reblogs_count": 0,
"pinned": false,
"replies_count": 0,
"tags": []
}
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": [
"http://akkoma/users/witch",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/rJ9Etj14Rzg",
"published": "2025-01-08T13:55:55Z",
"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/OiKFEXomqSc",
"published": "2025-01-08T13:55:55Z",
"content": "text",
"url": [
{
"type": "Link",
"mediaType": "video/mp4",
"href": "http://video.example/objects/123"
},
{
"type": "Link",
"mediaType": "text/html",
"href": "http://html.example/objects/123",
"rel": "canonical"
}
]
}
}
akkoma
{
"in_reply_to_id": null,
"pleroma": {
"content": {
"text/plain": "text"
},
"context": "http://pasture-one-actor/actor/OiKFEXomqSc",
"conversation_id": 1776176607,
"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
},
"uri": "http://pasture-one-actor/actor/OiKFEXomqSc",
"spoiler_text": "",
"emojis": [],
"quote": null,
"visibility": "public",
"muted": false,
"id": "ApsGChmhujclDmLKwi",
"favourited": false,
"poll": null,
"favourites_count": 0,
"media_attachments": [],
"reblogged": false,
"url": "http://video.example/objects/123",
"bookmarked": false,
"content": "text",
"edited_at": 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": "2025-01-08T13:55:48.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": "ApsGC0zJ219UUOuI76",
"last_status_at": "2025-01-08",
"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": 11,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"emoji_reactions": [],
"mentions": [
{
"acct": "witch",
"id": "ApsG1rzZWhrk7k57fU",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"in_reply_to_account_id": null,
"created_at": "2025-01-08T13:55:55.000Z",
"akkoma": {
"source": null
},
"quote_id": null,
"text": null,
"application": null,
"sensitive": false,
"card": null,
"language": null,
"reblog": null,
"reblogs_count": 0,
"pinned": false,
"replies_count": 0,
"tags": []
}
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": [
"http://akkoma/users/witch",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/r-0vwFm8olQ",
"published": "2025-01-08T13:55:56Z",
"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/IAMONqId6Js",
"published": "2025-01-08T13:55:56Z",
"content": "text",
"url": {
"href": "https://notype.example/"
}
}
}
akkoma
{
"in_reply_to_id": null,
"pleroma": {
"content": {
"text/plain": "text"
},
"context": "http://pasture-one-actor/actor/IAMONqId6Js",
"conversation_id": 1408962826,
"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
},
"uri": "http://pasture-one-actor/actor/IAMONqId6Js",
"spoiler_text": "",
"emojis": [],
"quote": null,
"visibility": "public",
"muted": false,
"id": "ApsGClxqNGuQBTaHrM",
"favourited": false,
"poll": null,
"favourites_count": 0,
"media_attachments": [],
"reblogged": false,
"url": "https://notype.example/",
"bookmarked": false,
"content": "text",
"edited_at": 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": "2025-01-08T13:55:48.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": "ApsGC0zJ219UUOuI76",
"last_status_at": "2025-01-08",
"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": 12,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"emoji_reactions": [],
"mentions": [
{
"acct": "witch",
"id": "ApsG1rzZWhrk7k57fU",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"in_reply_to_account_id": null,
"created_at": "2025-01-08T13:55:56.000Z",
"akkoma": {
"source": null
},
"quote_id": null,
"text": null,
"application": null,
"sensitive": false,
"card": null,
"language": null,
"reblog": null,
"reblogs_count": 0,
"pinned": false,
"replies_count": 0,
"tags": []
}