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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://friendica/profile/friend"
],
"id": "http://pasture-one-actor/activity/AOuHmnJEtak",
"published": "2025-09-03T18:08:04Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://friendica/profile/friend"
],
"id": "http://pasture-one-actor/object/74Cu7hTtDQ8",
"published": "2025-09-03T18:08:04Z",
"content": "text",
"url": "http://remote.example/objects/123"
}
}
no result
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://friendica/profile/friend"
],
"id": "http://pasture-one-actor/activity/kBqHqfhrbls",
"published": "2025-09-03T18:08:18Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://friendica/profile/friend"
],
"id": "http://pasture-one-actor/object/OH0gaTonb5s",
"published": "2025-09-03T18:08:18Z",
"content": "text",
"url": [
"http://remote.example/objects/123"
]
}
}
friendica
{
"id": "5",
"created_at": "2025-09-03T18:08:18.000Z",
"edited_at": null,
"in_reply_to_id": null,
"in_reply_to_status": null,
"in_reply_to_account_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": "af",
"uri": "http://pasture-one-actor/object/OH0gaTonb5s",
"url": "http://remote.example/objects/123",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"content": "text",
"reblog": null,
"quote": null,
"application": {
"name": "ActivityPub",
"vapid_key": null
},
"account": {
"id": "5",
"username": "actor",
"acct": "",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"discoverable": true,
"group": false,
"created_at": "2025-09-03T18:08:18.000Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://friendica/photo/contact/320/0700725d-72c7be8a-36a431191785fdc7?ts=1756922898",
"avatar_static": "http://friendica/photo/contact/320/0700725d-72c7be8a-36a431191785fdc7?ts=1756922898&static=1",
"header": "http://friendica/photo/header/0700725d-72c7be8a-36a431191785fdc7?ts=1756922898",
"header_static": "http://friendica/photo/header/0700725d-72c7be8a-36a431191785fdc7?ts=1756922898&static=1",
"followers_count": 0,
"following_count": 0,
"statuses_count": 0,
"last_status_at": "2025-09-03T00:00:00.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [],
"tags": [],
"emojis": [],
"card": null,
"poll": null,
"friendica": {
"title": "",
"changed_at": "2025-09-03T18:08:18.000Z",
"commented_at": "2025-09-03T18:08:18.000Z",
"received_at": "2025-09-03T18:08:18.000Z",
"delivery_data": {
"delivery_queue_count": null,
"delivery_queue_done": null,
"delivery_queue_failed": null
},
"dislikes_count": 0,
"disliked": false,
"network": "ActivityPub",
"platform": "ActivityPub",
"version": "",
"sitename": "",
"visibility": {
"allow_cid": [],
"deny_cid": [],
"allow_gid": [],
"deny_gid": []
},
"content": "text"
}
}
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://friendica/profile/friend"
],
"id": "http://pasture-one-actor/activity/pmPQqbFkxdI",
"published": "2025-09-03T18:08:19Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://friendica/profile/friend"
],
"id": "http://pasture-one-actor/object/tFX_MTjpUyw",
"published": "2025-09-03T18:08:19Z",
"content": "text",
"url": [
"http://remote.example/objects/123",
"http://other.example/objects/123"
]
}
}
friendica
{
"id": "6",
"created_at": "2025-09-03T18:08:19.000Z",
"edited_at": null,
"in_reply_to_id": null,
"in_reply_to_status": null,
"in_reply_to_account_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": "af",
"uri": "http://pasture-one-actor/object/tFX_MTjpUyw",
"url": "http://remote.example/objects/123",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"content": "text",
"reblog": null,
"quote": null,
"application": {
"name": "ActivityPub",
"vapid_key": null
},
"account": {
"id": "5",
"username": "actor",
"acct": "",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"discoverable": true,
"group": false,
"created_at": "2025-09-03T18:08:18.000Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://friendica/photo/contact/320/0700725d-72c7be8a-36a431191785fdc7?ts=1756922898",
"avatar_static": "http://friendica/photo/contact/320/0700725d-72c7be8a-36a431191785fdc7?ts=1756922898&static=1",
"header": "http://friendica/photo/header/0700725d-72c7be8a-36a431191785fdc7?ts=1756922898",
"header_static": "http://friendica/photo/header/0700725d-72c7be8a-36a431191785fdc7?ts=1756922898&static=1",
"followers_count": 0,
"following_count": 0,
"statuses_count": 0,
"last_status_at": "2025-09-03T00:00:00.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [],
"tags": [],
"emojis": [],
"card": null,
"poll": null,
"friendica": {
"title": "",
"changed_at": "2025-09-03T18:08:19.000Z",
"commented_at": "2025-09-03T18:08:19.000Z",
"received_at": "2025-09-03T18:08:19.000Z",
"delivery_data": {
"delivery_queue_count": null,
"delivery_queue_done": null,
"delivery_queue_failed": null
},
"dislikes_count": 0,
"disliked": false,
"network": "ActivityPub",
"platform": "ActivityPub",
"version": "",
"sitename": "",
"visibility": {
"allow_cid": [],
"deny_cid": [],
"allow_gid": [],
"deny_gid": []
},
"content": "text"
}
}
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://friendica/profile/friend"
],
"id": "http://pasture-one-actor/activity/hYlHcvFIWfg",
"published": "2025-09-03T18:08:20Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://friendica/profile/friend"
],
"id": "http://pasture-one-actor/object/MBMPeMQEZIY",
"published": "2025-09-03T18:08:20Z",
"content": "text",
"url": [
"http://other.example/objects/123",
"http://remote.example/objects/123"
]
}
}
friendica
{
"id": "7",
"created_at": "2025-09-03T18:08:20.000Z",
"edited_at": null,
"in_reply_to_id": null,
"in_reply_to_status": null,
"in_reply_to_account_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": "af",
"uri": "http://pasture-one-actor/object/MBMPeMQEZIY",
"url": "http://other.example/objects/123",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"content": "text",
"reblog": null,
"quote": null,
"application": {
"name": "ActivityPub",
"vapid_key": null
},
"account": {
"id": "5",
"username": "actor",
"acct": "",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"discoverable": true,
"group": false,
"created_at": "2025-09-03T18:08:18.000Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://friendica/photo/contact/320/0700725d-72c7be8a-36a431191785fdc7?ts=1756922898",
"avatar_static": "http://friendica/photo/contact/320/0700725d-72c7be8a-36a431191785fdc7?ts=1756922898&static=1",
"header": "http://friendica/photo/header/0700725d-72c7be8a-36a431191785fdc7?ts=1756922898",
"header_static": "http://friendica/photo/header/0700725d-72c7be8a-36a431191785fdc7?ts=1756922898&static=1",
"followers_count": 0,
"following_count": 0,
"statuses_count": 0,
"last_status_at": "2025-09-03T00:00:00.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [],
"tags": [],
"emojis": [],
"card": null,
"poll": null,
"friendica": {
"title": "",
"changed_at": "2025-09-03T18:08:21.000Z",
"commented_at": "2025-09-03T18:08:21.000Z",
"received_at": "2025-09-03T18:08:21.000Z",
"delivery_data": {
"delivery_queue_count": null,
"delivery_queue_done": null,
"delivery_queue_failed": null
},
"dislikes_count": 0,
"disliked": false,
"network": "ActivityPub",
"platform": "ActivityPub",
"version": "",
"sitename": "",
"visibility": {
"allow_cid": [],
"deny_cid": [],
"allow_gid": [],
"deny_gid": []
},
"content": "text"
}
}
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://friendica/profile/friend"
],
"id": "http://pasture-one-actor/activity/wtjvu1Brl6s",
"published": "2025-09-03T18:08:22Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://friendica/profile/friend"
],
"id": "http://pasture-one-actor/object/CuqkaJ8n1dI",
"published": "2025-09-03T18:08:22Z",
"content": "text",
"url": {
"type": "Link",
"mediaType": "text/html",
"href": "http://html.example/objects/123"
}
}
}
friendica
{
"id": "8",
"created_at": "2025-09-03T18:08:22.000Z",
"edited_at": null,
"in_reply_to_id": null,
"in_reply_to_status": null,
"in_reply_to_account_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": "af",
"uri": "http://pasture-one-actor/object/CuqkaJ8n1dI",
"url": "http://pasture-one-actor/object/CuqkaJ8n1dI",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"content": "text",
"reblog": null,
"quote": null,
"application": {
"name": "ActivityPub",
"vapid_key": null
},
"account": {
"id": "5",
"username": "actor",
"acct": "",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"discoverable": true,
"group": false,
"created_at": "2025-09-03T18:08:18.000Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://friendica/photo/contact/320/0700725d-72c7be8a-36a431191785fdc7?ts=1756922898",
"avatar_static": "http://friendica/photo/contact/320/0700725d-72c7be8a-36a431191785fdc7?ts=1756922898&static=1",
"header": "http://friendica/photo/header/0700725d-72c7be8a-36a431191785fdc7?ts=1756922898",
"header_static": "http://friendica/photo/header/0700725d-72c7be8a-36a431191785fdc7?ts=1756922898&static=1",
"followers_count": 0,
"following_count": 0,
"statuses_count": 0,
"last_status_at": "2025-09-03T00:00:00.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [],
"tags": [],
"emojis": [],
"card": null,
"poll": null,
"friendica": {
"title": "",
"changed_at": "2025-09-03T18:08:22.000Z",
"commented_at": "2025-09-03T18:08:22.000Z",
"received_at": "2025-09-03T18:08:22.000Z",
"delivery_data": {
"delivery_queue_count": null,
"delivery_queue_done": null,
"delivery_queue_failed": null
},
"dislikes_count": 0,
"disliked": false,
"network": "ActivityPub",
"platform": "ActivityPub",
"version": "",
"sitename": "",
"visibility": {
"allow_cid": [],
"deny_cid": [],
"allow_gid": [],
"deny_gid": []
},
"content": "text"
}
}
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://friendica/profile/friend"
],
"id": "http://pasture-one-actor/activity/RRo8JW_uEwA",
"published": "2025-09-03T18:08:23Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://friendica/profile/friend"
],
"id": "http://pasture-one-actor/object/LfJxFCQcHig",
"published": "2025-09-03T18:08:23Z",
"content": "text",
"url": {
"type": "Link",
"mediaType": "video/mp4",
"href": "http://video.example/objects/123"
}
}
}
friendica
{
"id": "9",
"created_at": "2025-09-03T18:08:23.000Z",
"edited_at": null,
"in_reply_to_id": null,
"in_reply_to_status": null,
"in_reply_to_account_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": "af",
"uri": "http://pasture-one-actor/object/LfJxFCQcHig",
"url": "http://pasture-one-actor/object/LfJxFCQcHig",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"content": "text",
"reblog": null,
"quote": null,
"application": {
"name": "ActivityPub",
"vapid_key": null
},
"account": {
"id": "5",
"username": "actor",
"acct": "",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"discoverable": true,
"group": false,
"created_at": "2025-09-03T18:08:18.000Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://friendica/photo/contact/320/0700725d-72c7be8a-36a431191785fdc7?ts=1756922898",
"avatar_static": "http://friendica/photo/contact/320/0700725d-72c7be8a-36a431191785fdc7?ts=1756922898&static=1",
"header": "http://friendica/photo/header/0700725d-72c7be8a-36a431191785fdc7?ts=1756922898",
"header_static": "http://friendica/photo/header/0700725d-72c7be8a-36a431191785fdc7?ts=1756922898&static=1",
"followers_count": 0,
"following_count": 0,
"statuses_count": 0,
"last_status_at": "2025-09-03T00:00:00.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [],
"tags": [],
"emojis": [],
"card": null,
"poll": null,
"friendica": {
"title": "",
"changed_at": "2025-09-03T18:08:23.000Z",
"commented_at": "2025-09-03T18:08:23.000Z",
"received_at": "2025-09-03T18:08:23.000Z",
"delivery_data": {
"delivery_queue_count": null,
"delivery_queue_done": null,
"delivery_queue_failed": null
},
"dislikes_count": 0,
"disliked": false,
"network": "ActivityPub",
"platform": "ActivityPub",
"version": "",
"sitename": "",
"visibility": {
"allow_cid": [],
"deny_cid": [],
"allow_gid": [],
"deny_gid": []
},
"content": "text"
}
}
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://friendica/profile/friend"
],
"id": "http://pasture-one-actor/activity/P371h2itpME",
"published": "2025-09-03T18:08:24Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://friendica/profile/friend"
],
"id": "http://pasture-one-actor/object/bP6Z_ODvWw0",
"published": "2025-09-03T18:08:24Z",
"content": "text",
"url": [
"http://remote.example/objects/123",
{
"type": "Link",
"mediaType": "text/html",
"href": "http://html.example/objects/123"
}
]
}
}
friendica
{
"id": "10",
"created_at": "2025-09-03T18:08:24.000Z",
"edited_at": null,
"in_reply_to_id": null,
"in_reply_to_status": null,
"in_reply_to_account_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": "af",
"uri": "http://pasture-one-actor/object/bP6Z_ODvWw0",
"url": "http://remote.example/objects/123",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"content": "text",
"reblog": null,
"quote": null,
"application": {
"name": "ActivityPub",
"vapid_key": null
},
"account": {
"id": "5",
"username": "actor",
"acct": "",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"discoverable": true,
"group": false,
"created_at": "2025-09-03T18:08:18.000Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://friendica/photo/contact/320/0700725d-72c7be8a-36a431191785fdc7?ts=1756922898",
"avatar_static": "http://friendica/photo/contact/320/0700725d-72c7be8a-36a431191785fdc7?ts=1756922898&static=1",
"header": "http://friendica/photo/header/0700725d-72c7be8a-36a431191785fdc7?ts=1756922898",
"header_static": "http://friendica/photo/header/0700725d-72c7be8a-36a431191785fdc7?ts=1756922898&static=1",
"followers_count": 0,
"following_count": 0,
"statuses_count": 0,
"last_status_at": "2025-09-03T00:00:00.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [],
"tags": [],
"emojis": [],
"card": null,
"poll": null,
"friendica": {
"title": "",
"changed_at": "2025-09-03T18:08:24.000Z",
"commented_at": "2025-09-03T18:08:24.000Z",
"received_at": "2025-09-03T18:08:24.000Z",
"delivery_data": {
"delivery_queue_count": null,
"delivery_queue_done": null,
"delivery_queue_failed": null
},
"dislikes_count": 0,
"disliked": false,
"network": "ActivityPub",
"platform": "ActivityPub",
"version": "",
"sitename": "",
"visibility": {
"allow_cid": [],
"deny_cid": [],
"allow_gid": [],
"deny_gid": []
},
"content": "text"
}
}
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://friendica/profile/friend"
],
"id": "http://pasture-one-actor/activity/I9oBB9mTwbg",
"published": "2025-09-03T18:08:25Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://friendica/profile/friend"
],
"id": "http://pasture-one-actor/object/dXbWdcuDo0g",
"published": "2025-09-03T18:08:25Z",
"content": "text",
"url": [
{
"type": "Link",
"mediaType": "text/html",
"href": "http://html.example/objects/123"
},
"http://remote.example/objects/123"
]
}
}
friendica
{
"id": "11",
"created_at": "2025-09-03T18:08:25.000Z",
"edited_at": null,
"in_reply_to_id": null,
"in_reply_to_status": null,
"in_reply_to_account_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": "af",
"uri": "http://pasture-one-actor/object/dXbWdcuDo0g",
"url": "http://remote.example/objects/123",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"content": "text",
"reblog": null,
"quote": null,
"application": {
"name": "ActivityPub",
"vapid_key": null
},
"account": {
"id": "5",
"username": "actor",
"acct": "",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"discoverable": true,
"group": false,
"created_at": "2025-09-03T18:08:18.000Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://friendica/photo/contact/320/0700725d-72c7be8a-36a431191785fdc7?ts=1756922898",
"avatar_static": "http://friendica/photo/contact/320/0700725d-72c7be8a-36a431191785fdc7?ts=1756922898&static=1",
"header": "http://friendica/photo/header/0700725d-72c7be8a-36a431191785fdc7?ts=1756922898",
"header_static": "http://friendica/photo/header/0700725d-72c7be8a-36a431191785fdc7?ts=1756922898&static=1",
"followers_count": 0,
"following_count": 0,
"statuses_count": 0,
"last_status_at": "2025-09-03T00:00:00.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [],
"tags": [],
"emojis": [],
"card": null,
"poll": null,
"friendica": {
"title": "",
"changed_at": "2025-09-03T18:08:25.000Z",
"commented_at": "2025-09-03T18:08:25.000Z",
"received_at": "2025-09-03T18:08:25.000Z",
"delivery_data": {
"delivery_queue_count": null,
"delivery_queue_done": null,
"delivery_queue_failed": null
},
"dislikes_count": 0,
"disliked": false,
"network": "ActivityPub",
"platform": "ActivityPub",
"version": "",
"sitename": "",
"visibility": {
"allow_cid": [],
"deny_cid": [],
"allow_gid": [],
"deny_gid": []
},
"content": "text"
}
}
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://friendica/profile/friend"
],
"id": "http://pasture-one-actor/activity/5b19W4tF5zA",
"published": "2025-09-03T18:08:26Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://friendica/profile/friend"
],
"id": "http://pasture-one-actor/object/1JJGjmGSUhE",
"published": "2025-09-03T18:08:26Z",
"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"
}
]
}
}
friendica
{
"id": "12",
"created_at": "2025-09-03T18:08:26.000Z",
"edited_at": null,
"in_reply_to_id": null,
"in_reply_to_status": null,
"in_reply_to_account_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": "af",
"uri": "http://pasture-one-actor/object/1JJGjmGSUhE",
"url": "http://pasture-one-actor/object/1JJGjmGSUhE",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"content": "text",
"reblog": null,
"quote": null,
"application": {
"name": "ActivityPub",
"vapid_key": null
},
"account": {
"id": "5",
"username": "actor",
"acct": "",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"discoverable": true,
"group": false,
"created_at": "2025-09-03T18:08:18.000Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://friendica/photo/contact/320/0700725d-72c7be8a-36a431191785fdc7?ts=1756922898",
"avatar_static": "http://friendica/photo/contact/320/0700725d-72c7be8a-36a431191785fdc7?ts=1756922898&static=1",
"header": "http://friendica/photo/header/0700725d-72c7be8a-36a431191785fdc7?ts=1756922898",
"header_static": "http://friendica/photo/header/0700725d-72c7be8a-36a431191785fdc7?ts=1756922898&static=1",
"followers_count": 0,
"following_count": 0,
"statuses_count": 0,
"last_status_at": "2025-09-03T00:00:00.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [],
"tags": [],
"emojis": [],
"card": null,
"poll": null,
"friendica": {
"title": "",
"changed_at": "2025-09-03T18:08:27.000Z",
"commented_at": "2025-09-03T18:08:27.000Z",
"received_at": "2025-09-03T18:08:27.000Z",
"delivery_data": {
"delivery_queue_count": null,
"delivery_queue_done": null,
"delivery_queue_failed": null
},
"dislikes_count": 0,
"disliked": false,
"network": "ActivityPub",
"platform": "ActivityPub",
"version": "",
"sitename": "",
"visibility": {
"allow_cid": [],
"deny_cid": [],
"allow_gid": [],
"deny_gid": []
},
"content": "text"
}
}
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://friendica/profile/friend"
],
"id": "http://pasture-one-actor/activity/Zzf4P6Po5Lc",
"published": "2025-09-03T18:08:28Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://friendica/profile/friend"
],
"id": "http://pasture-one-actor/object/R_FzXANRvJI",
"published": "2025-09-03T18:08:28Z",
"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"
}
]
}
}
friendica
{
"id": "13",
"created_at": "2025-09-03T18:08:28.000Z",
"edited_at": null,
"in_reply_to_id": null,
"in_reply_to_status": null,
"in_reply_to_account_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": "af",
"uri": "http://pasture-one-actor/object/R_FzXANRvJI",
"url": "http://pasture-one-actor/object/R_FzXANRvJI",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"content": "text",
"reblog": null,
"quote": null,
"application": {
"name": "ActivityPub",
"vapid_key": null
},
"account": {
"id": "5",
"username": "actor",
"acct": "",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"discoverable": true,
"group": false,
"created_at": "2025-09-03T18:08:18.000Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://friendica/photo/contact/320/0700725d-72c7be8a-36a431191785fdc7?ts=1756922898",
"avatar_static": "http://friendica/photo/contact/320/0700725d-72c7be8a-36a431191785fdc7?ts=1756922898&static=1",
"header": "http://friendica/photo/header/0700725d-72c7be8a-36a431191785fdc7?ts=1756922898",
"header_static": "http://friendica/photo/header/0700725d-72c7be8a-36a431191785fdc7?ts=1756922898&static=1",
"followers_count": 0,
"following_count": 0,
"statuses_count": 0,
"last_status_at": "2025-09-03T00:00:00.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [],
"tags": [],
"emojis": [],
"card": null,
"poll": null,
"friendica": {
"title": "",
"changed_at": "2025-09-03T18:08:28.000Z",
"commented_at": "2025-09-03T18:08:28.000Z",
"received_at": "2025-09-03T18:08:28.000Z",
"delivery_data": {
"delivery_queue_count": null,
"delivery_queue_done": null,
"delivery_queue_failed": null
},
"dislikes_count": 0,
"disliked": false,
"network": "ActivityPub",
"platform": "ActivityPub",
"version": "",
"sitename": "",
"visibility": {
"allow_cid": [],
"deny_cid": [],
"allow_gid": [],
"deny_gid": []
},
"content": "text"
}
}
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://friendica/profile/friend"
],
"id": "http://pasture-one-actor/activity/Wr8R5VhxbXQ",
"published": "2025-09-03T18:08:29Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://friendica/profile/friend"
],
"id": "http://pasture-one-actor/object/eG-wC8uSqRs",
"published": "2025-09-03T18:08:29Z",
"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"
}
]
}
}
friendica
{
"id": "14",
"created_at": "2025-09-03T18:08:29.000Z",
"edited_at": null,
"in_reply_to_id": null,
"in_reply_to_status": null,
"in_reply_to_account_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": "af",
"uri": "http://pasture-one-actor/object/eG-wC8uSqRs",
"url": "http://pasture-one-actor/object/eG-wC8uSqRs",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"content": "text",
"reblog": null,
"quote": null,
"application": {
"name": "ActivityPub",
"vapid_key": null
},
"account": {
"id": "5",
"username": "actor",
"acct": "",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"discoverable": true,
"group": false,
"created_at": "2025-09-03T18:08:18.000Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://friendica/photo/contact/320/0700725d-72c7be8a-36a431191785fdc7?ts=1756922898",
"avatar_static": "http://friendica/photo/contact/320/0700725d-72c7be8a-36a431191785fdc7?ts=1756922898&static=1",
"header": "http://friendica/photo/header/0700725d-72c7be8a-36a431191785fdc7?ts=1756922898",
"header_static": "http://friendica/photo/header/0700725d-72c7be8a-36a431191785fdc7?ts=1756922898&static=1",
"followers_count": 0,
"following_count": 0,
"statuses_count": 0,
"last_status_at": "2025-09-03T00:00:00.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [],
"tags": [],
"emojis": [],
"card": null,
"poll": null,
"friendica": {
"title": "",
"changed_at": "2025-09-03T18:08:29.000Z",
"commented_at": "2025-09-03T18:08:29.000Z",
"received_at": "2025-09-03T18:08:29.000Z",
"delivery_data": {
"delivery_queue_count": null,
"delivery_queue_done": null,
"delivery_queue_failed": null
},
"dislikes_count": 0,
"disliked": false,
"network": "ActivityPub",
"platform": "ActivityPub",
"version": "",
"sitename": "",
"visibility": {
"allow_cid": [],
"deny_cid": [],
"allow_gid": [],
"deny_gid": []
},
"content": "text"
}
}
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://friendica/profile/friend"
],
"id": "http://pasture-one-actor/activity/u5czHKCg4PI",
"published": "2025-09-03T18:08:30Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://friendica/profile/friend"
],
"id": "http://pasture-one-actor/object/zdI9WPQxTng",
"published": "2025-09-03T18:08:30Z",
"content": "text",
"url": {
"href": "https://notype.example/"
}
}
}
friendica
{
"id": "15",
"created_at": "2025-09-03T18:08:30.000Z",
"edited_at": null,
"in_reply_to_id": null,
"in_reply_to_status": null,
"in_reply_to_account_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": "af",
"uri": "http://pasture-one-actor/object/zdI9WPQxTng",
"url": "http://pasture-one-actor/object/zdI9WPQxTng",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"content": "text",
"reblog": null,
"quote": null,
"application": {
"name": "ActivityPub",
"vapid_key": null
},
"account": {
"id": "5",
"username": "actor",
"acct": "",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"discoverable": true,
"group": false,
"created_at": "2025-09-03T18:08:18.000Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://friendica/photo/contact/320/0700725d-72c7be8a-36a431191785fdc7?ts=1756922898",
"avatar_static": "http://friendica/photo/contact/320/0700725d-72c7be8a-36a431191785fdc7?ts=1756922898&static=1",
"header": "http://friendica/photo/header/0700725d-72c7be8a-36a431191785fdc7?ts=1756922898",
"header_static": "http://friendica/photo/header/0700725d-72c7be8a-36a431191785fdc7?ts=1756922898&static=1",
"followers_count": 0,
"following_count": 0,
"statuses_count": 0,
"last_status_at": "2025-09-03T00:00:00.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [],
"tags": [],
"emojis": [],
"card": null,
"poll": null,
"friendica": {
"title": "",
"changed_at": "2025-09-03T18:08:30.000Z",
"commented_at": "2025-09-03T18:08:30.000Z",
"received_at": "2025-09-03T18:08:30.000Z",
"delivery_data": {
"delivery_queue_count": null,
"delivery_queue_done": null,
"delivery_queue_failed": null
},
"dislikes_count": 0,
"disliked": false,
"network": "ActivityPub",
"platform": "ActivityPub",
"version": "",
"sitename": "",
"visibility": {
"allow_cid": [],
"deny_cid": [],
"allow_gid": [],
"deny_gid": []
},
"content": "text"
}
}
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://friendica/profile/friend"
],
"id": "http://pasture-one-actor/activity/M1krmAUOyY8",
"published": "2025-09-03T18:08:31Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://friendica/profile/friend"
],
"id": "http://pasture-one-actor/object/cdhwYyFTLyY",
"published": "2025-09-03T18:08:31Z",
"content": "See https://codeberg.org/funfedidev/fediverse-pasture-inputs/issues/66",
"url": "http://pasture-one-actor/objects/123"
}
}
friendica
{
"id": "16",
"created_at": "2025-09-03T18:08:31.000Z",
"edited_at": null,
"in_reply_to_id": null,
"in_reply_to_status": null,
"in_reply_to_account_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": "et",
"uri": "http://pasture-one-actor/object/cdhwYyFTLyY",
"url": "http://pasture-one-actor/objects/123",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"content": "See <a href=\"https://codeberg.org/funfedidev/fediverse-pasture-inputs/issues/66\" target=\"_blank\" rel=\"noopener noreferrer\">codeberg.org/funfedidev/fedive\u2026</a>",
"reblog": null,
"quote": null,
"application": {
"name": "ActivityPub",
"vapid_key": null
},
"account": {
"id": "5",
"username": "actor",
"acct": "",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"discoverable": true,
"group": false,
"created_at": "2025-09-03T18:08:18.000Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://friendica/photo/contact/320/0700725d-72c7be8a-36a431191785fdc7?ts=1756922898",
"avatar_static": "http://friendica/photo/contact/320/0700725d-72c7be8a-36a431191785fdc7?ts=1756922898&static=1",
"header": "http://friendica/photo/header/0700725d-72c7be8a-36a431191785fdc7?ts=1756922898",
"header_static": "http://friendica/photo/header/0700725d-72c7be8a-36a431191785fdc7?ts=1756922898&static=1",
"followers_count": 0,
"following_count": 0,
"statuses_count": 0,
"last_status_at": "2025-09-03T00:00:00.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [],
"tags": [],
"emojis": [],
"card": null,
"poll": null,
"friendica": {
"title": "",
"changed_at": "2025-09-03T18:08:32.000Z",
"commented_at": "2025-09-03T18:08:32.000Z",
"received_at": "2025-09-03T18:08:32.000Z",
"delivery_data": {
"delivery_queue_count": null,
"delivery_queue_done": null,
"delivery_queue_failed": null
},
"dislikes_count": 0,
"disliked": false,
"network": "ActivityPub",
"platform": "ActivityPub",
"version": "",
"sitename": "",
"visibility": {
"allow_cid": [],
"deny_cid": [],
"allow_gid": [],
"deny_gid": []
},
"content": "See <a href=\"https://codeberg.org/funfedidev/fediverse-pasture-inputs/issues/66\" target=\"_blank\" rel=\"noopener noreferrer\">codeberg.org/funfedidev/fedive\u2026</a>"
}
}