Url Parameter
Here we analyze varying url parameters.
The usage examples are inspired by Peertube’s usage, see their documentation.
Objects
Object 1
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"attributedTo": "http://actor.example",
"content": "text",
"id": "http://actor.example/object/e7CaClRHTaM",
"published": "2025-08-15T08:43:29Z",
"to": [
"as:Public"
],
"type": "Note",
"url": "http://remote.example/objects/123"
}
Object 2
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"attributedTo": "http://actor.example",
"content": "text",
"id": "http://actor.example/object/x3XZ0PXdE80",
"published": "2025-08-15T08:43:29Z",
"to": [
"as:Public"
],
"type": "Note",
"url": [
"http://remote.example/objects/123"
]
}
Object 3
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"attributedTo": "http://actor.example",
"content": "text",
"id": "http://actor.example/object/vlLniLg6eYg",
"published": "2025-08-15T08:43:29Z",
"to": [
"as:Public"
],
"type": "Note",
"url": [
"http://remote.example/objects/123",
"http://other.example/objects/123"
]
}
Object 4
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"attributedTo": "http://actor.example",
"content": "text",
"id": "http://actor.example/object/GG0Gemi2QLw",
"published": "2025-08-15T08:43:29Z",
"to": [
"as:Public"
],
"type": "Note",
"url": [
"http://other.example/objects/123",
"http://remote.example/objects/123"
]
}
Object 5
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"attributedTo": "http://actor.example",
"content": "text",
"id": "http://actor.example/object/TPoimwCh7Po",
"published": "2025-08-15T08:43:29Z",
"to": [
"as:Public"
],
"type": "Note",
"url": {
"href": "http://html.example/objects/123",
"mediaType": "text/html",
"type": "Link"
}
}
Object 6
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"attributedTo": "http://actor.example",
"content": "text",
"id": "http://actor.example/object/ALQ1XZtYyLo",
"published": "2025-08-15T08:43:29Z",
"to": [
"as:Public"
],
"type": "Note",
"url": {
"href": "http://video.example/objects/123",
"mediaType": "video/mp4",
"type": "Link"
}
}
Object 7
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"attributedTo": "http://actor.example",
"content": "text",
"id": "http://actor.example/object/qO0vUrmfkig",
"published": "2025-08-15T08:43:29Z",
"to": [
"as:Public"
],
"type": "Note",
"url": [
"http://remote.example/objects/123",
{
"href": "http://html.example/objects/123",
"mediaType": "text/html",
"type": "Link"
}
]
}
Object 8
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"attributedTo": "http://actor.example",
"content": "text",
"id": "http://actor.example/object/SZSJOkNF7M4",
"published": "2025-08-15T08:43:29Z",
"to": [
"as:Public"
],
"type": "Note",
"url": [
{
"href": "http://html.example/objects/123",
"mediaType": "text/html",
"type": "Link"
},
"http://remote.example/objects/123"
]
}
Object 9
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"attributedTo": "http://actor.example",
"content": "text",
"id": "http://actor.example/object/anavWGLUZos",
"published": "2025-08-15T08:43:29Z",
"to": [
"as:Public"
],
"type": "Note",
"url": [
{
"href": "http://html.example/objects/123",
"mediaType": "text/html",
"type": "Link"
},
{
"href": "http://video.example/objects/123",
"mediaType": "video/mp4",
"type": "Link"
}
]
}
Object 10
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"attributedTo": "http://actor.example",
"content": "text",
"id": "http://actor.example/object/84OMmUQ3QGc",
"published": "2025-08-15T08:43:29Z",
"to": [
"as:Public"
],
"type": "Note",
"url": [
{
"href": "http://video.example/objects/123",
"mediaType": "video/mp4",
"type": "Link"
},
{
"href": "http://html.example/objects/123",
"mediaType": "text/html",
"type": "Link"
}
]
}
Object 11
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"attributedTo": "http://actor.example",
"content": "text",
"id": "http://actor.example/object/U50ZRoMdAk8",
"published": "2025-08-15T08:43:29Z",
"to": [
"as:Public"
],
"type": "Note",
"url": [
{
"href": "http://video.example/objects/123",
"mediaType": "video/mp4",
"type": "Link"
},
{
"href": "http://html.example/objects/123",
"mediaType": "text/html",
"rel": "canonical",
"type": "Link"
}
]
}
Object 12
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"attributedTo": "http://actor.example",
"content": "text",
"id": "http://actor.example/object/zMY_o9A-7ZI",
"published": "2025-08-15T08:43:29Z",
"to": [
"as:Public"
],
"type": "Note",
"url": {
"href": "https://notype.example/"
}
}
Object 13
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"attributedTo": "http://actor.example",
"content": "See https://codeberg.org/funfedidev/fediverse-pasture-inputs/issues/66",
"id": "http://actor.example/object/pAUkOqrsfqE",
"published": "2025-08-15T08:43:29Z",
"to": [
"as:Public"
],
"type": "Note",
"url": "http://pasture-one-actor/objects/123"
}
Activities
Activity 1
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"actor": "http://actor.example",
"id": "http://actor.example/activity/ARKDV6Ijs1Q",
"object": {
"attributedTo": "http://actor.example",
"content": "text",
"id": "http://actor.example/object/F9FIOiEnYU8",
"published": "2025-08-15T08:43:29Z",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Note",
"url": "http://remote.example/objects/123"
},
"published": "2025-08-15T08:43:29Z",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Create"
}
Activity 2
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"actor": "http://actor.example",
"id": "http://actor.example/activity/BRftjHEfiXA",
"object": {
"attributedTo": "http://actor.example",
"content": "text",
"id": "http://actor.example/object/yQMTI1imI7A",
"published": "2025-08-15T08:43:29Z",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Note",
"url": [
"http://remote.example/objects/123"
]
},
"published": "2025-08-15T08:43:29Z",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Create"
}
Activity 3
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"actor": "http://actor.example",
"id": "http://actor.example/activity/H_6c-mMKWMM",
"object": {
"attributedTo": "http://actor.example",
"content": "text",
"id": "http://actor.example/object/vOlf34oLo7Q",
"published": "2025-08-15T08:43:29Z",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Note",
"url": [
"http://remote.example/objects/123",
"http://other.example/objects/123"
]
},
"published": "2025-08-15T08:43:29Z",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Create"
}
Activity 4
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"actor": "http://actor.example",
"id": "http://actor.example/activity/rTCs4YrE0tk",
"object": {
"attributedTo": "http://actor.example",
"content": "text",
"id": "http://actor.example/object/0oYyXDMJbfY",
"published": "2025-08-15T08:43:29Z",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Note",
"url": [
"http://other.example/objects/123",
"http://remote.example/objects/123"
]
},
"published": "2025-08-15T08:43:29Z",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Create"
}
Activity 5
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"actor": "http://actor.example",
"id": "http://actor.example/activity/psO30m9FWpg",
"object": {
"attributedTo": "http://actor.example",
"content": "text",
"id": "http://actor.example/object/VVpwdGQoI4U",
"published": "2025-08-15T08:43:29Z",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Note",
"url": {
"href": "http://html.example/objects/123",
"mediaType": "text/html",
"type": "Link"
}
},
"published": "2025-08-15T08:43:29Z",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Create"
}
Activity 6
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"actor": "http://actor.example",
"id": "http://actor.example/activity/NCb0P8sP9dw",
"object": {
"attributedTo": "http://actor.example",
"content": "text",
"id": "http://actor.example/object/xIBVBcwW3Ls",
"published": "2025-08-15T08:43:29Z",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Note",
"url": {
"href": "http://video.example/objects/123",
"mediaType": "video/mp4",
"type": "Link"
}
},
"published": "2025-08-15T08:43:29Z",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Create"
}
Activity 7
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"actor": "http://actor.example",
"id": "http://actor.example/activity/VrSIZGe1D5M",
"object": {
"attributedTo": "http://actor.example",
"content": "text",
"id": "http://actor.example/object/fDjeS8oyrOY",
"published": "2025-08-15T08:43:29Z",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Note",
"url": [
"http://remote.example/objects/123",
{
"href": "http://html.example/objects/123",
"mediaType": "text/html",
"type": "Link"
}
]
},
"published": "2025-08-15T08:43:29Z",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Create"
}
Activity 8
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"actor": "http://actor.example",
"id": "http://actor.example/activity/Ya0xHk6rvzw",
"object": {
"attributedTo": "http://actor.example",
"content": "text",
"id": "http://actor.example/object/fd8ylsG4SUg",
"published": "2025-08-15T08:43:29Z",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Note",
"url": [
{
"href": "http://html.example/objects/123",
"mediaType": "text/html",
"type": "Link"
},
"http://remote.example/objects/123"
]
},
"published": "2025-08-15T08:43:29Z",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Create"
}
Activity 9
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"actor": "http://actor.example",
"id": "http://actor.example/activity/6LbbfrhHdks",
"object": {
"attributedTo": "http://actor.example",
"content": "text",
"id": "http://actor.example/object/cJEZ-mcXLBQ",
"published": "2025-08-15T08:43:29Z",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Note",
"url": [
{
"href": "http://html.example/objects/123",
"mediaType": "text/html",
"type": "Link"
},
{
"href": "http://video.example/objects/123",
"mediaType": "video/mp4",
"type": "Link"
}
]
},
"published": "2025-08-15T08:43:29Z",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Create"
}
Activity 10
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"actor": "http://actor.example",
"id": "http://actor.example/activity/ijswxKx7HsI",
"object": {
"attributedTo": "http://actor.example",
"content": "text",
"id": "http://actor.example/object/GbES_eYBMOk",
"published": "2025-08-15T08:43:29Z",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Note",
"url": [
{
"href": "http://video.example/objects/123",
"mediaType": "video/mp4",
"type": "Link"
},
{
"href": "http://html.example/objects/123",
"mediaType": "text/html",
"type": "Link"
}
]
},
"published": "2025-08-15T08:43:29Z",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Create"
}
Activity 11
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"actor": "http://actor.example",
"id": "http://actor.example/activity/rloBSOCK1kE",
"object": {
"attributedTo": "http://actor.example",
"content": "text",
"id": "http://actor.example/object/wyudAJ4WSWo",
"published": "2025-08-15T08:43:29Z",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Note",
"url": [
{
"href": "http://video.example/objects/123",
"mediaType": "video/mp4",
"type": "Link"
},
{
"href": "http://html.example/objects/123",
"mediaType": "text/html",
"rel": "canonical",
"type": "Link"
}
]
},
"published": "2025-08-15T08:43:29Z",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Create"
}
Activity 12
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"actor": "http://actor.example",
"id": "http://actor.example/activity/z0Tt2GOSrHs",
"object": {
"attributedTo": "http://actor.example",
"content": "text",
"id": "http://actor.example/object/sRaAjZy_7Uw",
"published": "2025-08-15T08:43:29Z",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Note",
"url": {
"href": "https://notype.example/"
}
},
"published": "2025-08-15T08:43:29Z",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Create"
}
Activity 13
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"actor": "http://actor.example",
"id": "http://actor.example/activity/ClcgDG1jNzY",
"object": {
"attributedTo": "http://actor.example",
"content": "See https://codeberg.org/funfedidev/fediverse-pasture-inputs/issues/66",
"id": "http://actor.example/object/b3hBwRRta0M",
"published": "2025-08-15T08:43:29Z",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Note",
"url": "http://pasture-one-actor/objects/123"
},
"published": "2025-08-15T08:43:29Z",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Create"
}