Hashtags¶
The following mostly illustrates how the name of a hashtag gets transformed by the applications. The input has the form
"tag": {"type": "Hashtag", "name": "${tag}"}
The last two examples illustrate more technical behavior. For particularities in parsing see Hashtags and JSON-LD.
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://friendica/profile/friend",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/lXN_0BpHy9k",
"published": "2025-10-04T14:03:10Z",
"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/W6PIdnuaV-I",
"published": "2025-10-04T14:03:10Z",
"content": "text",
"tag": {
"type": "Hashtag",
"name": "#test"
}
}
}
friendica
{
"id": "267",
"created_at": "2025-10-04T14:03:10.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/W6PIdnuaV-I",
"url": "http://pasture-one-actor/object/W6PIdnuaV-I",
"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-10-04T13:51:38.000Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://friendica/photo/contact/320/0700725d-72c7be8a-36a431191785fdc7?ts=1759585898",
"avatar_static": "http://friendica/photo/contact/320/0700725d-72c7be8a-36a431191785fdc7?ts=1759585898&static=1",
"header": "http://friendica/photo/header/0700725d-72c7be8a-36a431191785fdc7?ts=1759585898",
"header_static": "http://friendica/photo/header/0700725d-72c7be8a-36a431191785fdc7?ts=1759585898&static=1",
"followers_count": 0,
"following_count": 0,
"statuses_count": 0,
"last_status_at": "2025-10-04T00:00:00.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [],
"tags": [
{
"name": "test",
"url": "http://friendica/search?tag=test",
"history": [],
"following": false
}
],
"emojis": [],
"card": null,
"poll": null,
"friendica": {
"title": "",
"changed_at": "2025-10-04T14:03:10.000Z",
"commented_at": "2025-10-04T14:03:10.000Z",
"received_at": "2025-10-04T14:03:10.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 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://friendica/profile/friend",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/TxLERtGd5zE",
"published": "2025-10-04T14:03:11Z",
"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/vjTASHnY5qI",
"published": "2025-10-04T14:03:11Z",
"content": "text",
"tag": {
"type": "Hashtag",
"name": "nohash"
}
}
}
friendica
{
"id": "268",
"created_at": "2025-10-04T14:03:11.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/vjTASHnY5qI",
"url": "http://pasture-one-actor/object/vjTASHnY5qI",
"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-10-04T13:51:38.000Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://friendica/photo/contact/320/0700725d-72c7be8a-36a431191785fdc7?ts=1759585898",
"avatar_static": "http://friendica/photo/contact/320/0700725d-72c7be8a-36a431191785fdc7?ts=1759585898&static=1",
"header": "http://friendica/photo/header/0700725d-72c7be8a-36a431191785fdc7?ts=1759585898",
"header_static": "http://friendica/photo/header/0700725d-72c7be8a-36a431191785fdc7?ts=1759585898&static=1",
"followers_count": 0,
"following_count": 0,
"statuses_count": 0,
"last_status_at": "2025-10-04T00:00:00.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [],
"tags": [
{
"name": "nohash",
"url": "http://friendica/search?tag=nohash",
"history": [],
"following": false
}
],
"emojis": [],
"card": null,
"poll": null,
"friendica": {
"title": "",
"changed_at": "2025-10-04T14:03:11.000Z",
"commented_at": "2025-10-04T14:03:11.000Z",
"received_at": "2025-10-04T14:03:11.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": [
"http://friendica/profile/friend",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/7QzsOKMv6Rc",
"published": "2025-10-04T14:03:12Z",
"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/L2VYuXLk2bc",
"published": "2025-10-04T14:03:12Z",
"content": "text",
"tag": {
"type": "Hashtag",
"name": "#with-dash_under"
}
}
}
friendica
{
"id": "269",
"created_at": "2025-10-04T14:03:12.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/L2VYuXLk2bc",
"url": "http://pasture-one-actor/object/L2VYuXLk2bc",
"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-10-04T13:51:38.000Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://friendica/photo/contact/320/0700725d-72c7be8a-36a431191785fdc7?ts=1759585898",
"avatar_static": "http://friendica/photo/contact/320/0700725d-72c7be8a-36a431191785fdc7?ts=1759585898&static=1",
"header": "http://friendica/photo/header/0700725d-72c7be8a-36a431191785fdc7?ts=1759585898",
"header_static": "http://friendica/photo/header/0700725d-72c7be8a-36a431191785fdc7?ts=1759585898&static=1",
"followers_count": 0,
"following_count": 0,
"statuses_count": 0,
"last_status_at": "2025-10-04T00:00:00.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [],
"tags": [
{
"name": "with-dash_under",
"url": "http://friendica/search?tag=with-dash_under",
"history": [],
"following": false
}
],
"emojis": [],
"card": null,
"poll": null,
"friendica": {
"title": "",
"changed_at": "2025-10-04T14:03:12.000Z",
"commented_at": "2025-10-04T14:03:12.000Z",
"received_at": "2025-10-04T14:03:12.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": [
"http://friendica/profile/friend",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/Wm6WCBX027I",
"published": "2025-10-04T14:03:13Z",
"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/XJgjxabLORQ",
"published": "2025-10-04T14:03:13Z",
"content": "text",
"tag": {
"type": "Hashtag",
"name": "#with white space"
}
}
}
friendica
{
"id": "270",
"created_at": "2025-10-04T14:03:13.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/XJgjxabLORQ",
"url": "http://pasture-one-actor/object/XJgjxabLORQ",
"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-10-04T13:51:38.000Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://friendica/photo/contact/320/0700725d-72c7be8a-36a431191785fdc7?ts=1759585898",
"avatar_static": "http://friendica/photo/contact/320/0700725d-72c7be8a-36a431191785fdc7?ts=1759585898&static=1",
"header": "http://friendica/photo/header/0700725d-72c7be8a-36a431191785fdc7?ts=1759585898",
"header_static": "http://friendica/photo/header/0700725d-72c7be8a-36a431191785fdc7?ts=1759585898&static=1",
"followers_count": 0,
"following_count": 0,
"statuses_count": 0,
"last_status_at": "2025-10-04T00:00:00.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [],
"tags": [
{
"name": "with white space",
"url": "http://friendica/search?tag=with+white+space",
"history": [],
"following": false
}
],
"emojis": [],
"card": null,
"poll": null,
"friendica": {
"title": "",
"changed_at": "2025-10-04T14:03:13.000Z",
"commented_at": "2025-10-04T14:03:13.000Z",
"received_at": "2025-10-04T14:03:13.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": [
"http://friendica/profile/friend",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/J1ET3LCsMW0",
"published": "2025-10-04T14:03:14Z",
"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/v083hk02-rM",
"published": "2025-10-04T14:03:14Z",
"content": "text",
"tag": {
"type": "Hashtag",
"name": "#with(subtag)"
}
}
}
friendica
{
"id": "271",
"created_at": "2025-10-04T14:03:14.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/v083hk02-rM",
"url": "http://pasture-one-actor/object/v083hk02-rM",
"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-10-04T13:51:38.000Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://friendica/photo/contact/320/0700725d-72c7be8a-36a431191785fdc7?ts=1759585898",
"avatar_static": "http://friendica/photo/contact/320/0700725d-72c7be8a-36a431191785fdc7?ts=1759585898&static=1",
"header": "http://friendica/photo/header/0700725d-72c7be8a-36a431191785fdc7?ts=1759585898",
"header_static": "http://friendica/photo/header/0700725d-72c7be8a-36a431191785fdc7?ts=1759585898&static=1",
"followers_count": 0,
"following_count": 0,
"statuses_count": 0,
"last_status_at": "2025-10-04T00:00:00.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [],
"tags": [
{
"name": "with(subtag",
"url": "http://friendica/search?tag=with%28subtag",
"history": [],
"following": false
}
],
"emojis": [],
"card": null,
"poll": null,
"friendica": {
"title": "",
"changed_at": "2025-10-04T14:03:15.000Z",
"commented_at": "2025-10-04T14:03:15.000Z",
"received_at": "2025-10-04T14:03:15.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": [
"http://friendica/profile/friend",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/fmEnTFHUR4E",
"published": "2025-10-04T14:03:16Z",
"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/Z4Ebez1bZJw",
"published": "2025-10-04T14:03:16Z",
"content": "text",
"tag": {
"type": "Hashtag",
"name": "#with123"
}
}
}
friendica
{
"id": "272",
"created_at": "2025-10-04T14:03:16.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/Z4Ebez1bZJw",
"url": "http://pasture-one-actor/object/Z4Ebez1bZJw",
"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-10-04T13:51:38.000Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://friendica/photo/contact/320/0700725d-72c7be8a-36a431191785fdc7?ts=1759585898",
"avatar_static": "http://friendica/photo/contact/320/0700725d-72c7be8a-36a431191785fdc7?ts=1759585898&static=1",
"header": "http://friendica/photo/header/0700725d-72c7be8a-36a431191785fdc7?ts=1759585898",
"header_static": "http://friendica/photo/header/0700725d-72c7be8a-36a431191785fdc7?ts=1759585898&static=1",
"followers_count": 0,
"following_count": 0,
"statuses_count": 0,
"last_status_at": "2025-10-04T00:00:00.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [],
"tags": [
{
"name": "with123",
"url": "http://friendica/search?tag=with123",
"history": [],
"following": false
}
],
"emojis": [],
"card": null,
"poll": null,
"friendica": {
"title": "",
"changed_at": "2025-10-04T14:03:16.000Z",
"commented_at": "2025-10-04T14:03:16.000Z",
"received_at": "2025-10-04T14:03:16.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": [
"http://friendica/profile/friend",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/8sEfpnDrnsY",
"published": "2025-10-04T14:03:17Z",
"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/uyqe_JX9Hyk",
"published": "2025-10-04T14:03:17Z",
"content": "text",
"tag": {
"type": "Hashtag",
"name": "#1234"
}
}
}
friendica
{
"id": "273",
"created_at": "2025-10-04T14:03:17.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/uyqe_JX9Hyk",
"url": "http://pasture-one-actor/object/uyqe_JX9Hyk",
"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-10-04T13:51:38.000Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://friendica/photo/contact/320/0700725d-72c7be8a-36a431191785fdc7?ts=1759585898",
"avatar_static": "http://friendica/photo/contact/320/0700725d-72c7be8a-36a431191785fdc7?ts=1759585898&static=1",
"header": "http://friendica/photo/header/0700725d-72c7be8a-36a431191785fdc7?ts=1759585898",
"header_static": "http://friendica/photo/header/0700725d-72c7be8a-36a431191785fdc7?ts=1759585898&static=1",
"followers_count": 0,
"following_count": 0,
"statuses_count": 0,
"last_status_at": "2025-10-04T00:00:00.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [],
"tags": [
{
"name": "1234",
"url": "http://friendica/search?tag=1234",
"history": [],
"following": false
}
],
"emojis": [],
"card": null,
"poll": null,
"friendica": {
"title": "",
"changed_at": "2025-10-04T14:03:17.000Z",
"commented_at": "2025-10-04T14:03:17.000Z",
"received_at": "2025-10-04T14:03:17.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": [
"http://friendica/profile/friend",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/X0cqdCpPR78",
"published": "2025-10-04T14:03: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/nTaWOTvj9xE",
"published": "2025-10-04T14:03:18Z",
"content": "text",
"tag": {
"type": "Hashtag",
"name": "#CamelCase"
}
}
}
friendica
{
"id": "274",
"created_at": "2025-10-04T14:03: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/nTaWOTvj9xE",
"url": "http://pasture-one-actor/object/nTaWOTvj9xE",
"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-10-04T13:51:38.000Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://friendica/photo/contact/320/0700725d-72c7be8a-36a431191785fdc7?ts=1759585898",
"avatar_static": "http://friendica/photo/contact/320/0700725d-72c7be8a-36a431191785fdc7?ts=1759585898&static=1",
"header": "http://friendica/photo/header/0700725d-72c7be8a-36a431191785fdc7?ts=1759585898",
"header_static": "http://friendica/photo/header/0700725d-72c7be8a-36a431191785fdc7?ts=1759585898&static=1",
"followers_count": 0,
"following_count": 0,
"statuses_count": 0,
"last_status_at": "2025-10-04T00:00:00.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [],
"tags": [
{
"name": "CamelCase",
"url": "http://friendica/search?tag=camelcase",
"history": [],
"following": false
}
],
"emojis": [],
"card": null,
"poll": null,
"friendica": {
"title": "",
"changed_at": "2025-10-04T14:03:18.000Z",
"commented_at": "2025-10-04T14:03:18.000Z",
"received_at": "2025-10-04T14:03: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 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://friendica/profile/friend",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/krGQVCeDLqU",
"published": "2025-10-04T14:03: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/i2-JERRCaIw",
"published": "2025-10-04T14:03:19Z",
"content": "text",
"tag": {
"type": "Hashtag",
"name": "#\u00fcml\u00e4\u00fct\u00df"
}
}
}
friendica
{
"id": "275",
"created_at": "2025-10-04T14:03: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/i2-JERRCaIw",
"url": "http://pasture-one-actor/object/i2-JERRCaIw",
"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-10-04T13:51:38.000Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://friendica/photo/contact/320/0700725d-72c7be8a-36a431191785fdc7?ts=1759585898",
"avatar_static": "http://friendica/photo/contact/320/0700725d-72c7be8a-36a431191785fdc7?ts=1759585898&static=1",
"header": "http://friendica/photo/header/0700725d-72c7be8a-36a431191785fdc7?ts=1759585898",
"header_static": "http://friendica/photo/header/0700725d-72c7be8a-36a431191785fdc7?ts=1759585898&static=1",
"followers_count": 0,
"following_count": 0,
"statuses_count": 0,
"last_status_at": "2025-10-04T00:00:00.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [],
"tags": [
{
"name": "\u00fcml\u00e4\u00fct\u00df",
"url": "http://friendica/search?tag=%C3%BCml%C3%A4%C3%BCt%C3%9F",
"history": [],
"following": false
}
],
"emojis": [],
"card": null,
"poll": null,
"friendica": {
"title": "",
"changed_at": "2025-10-04T14:03:19.000Z",
"commented_at": "2025-10-04T14:03:19.000Z",
"received_at": "2025-10-04T14:03: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 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://friendica/profile/friend",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/5QK0vKDVjG4",
"published": "2025-10-04T14:03: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/xLR87ygUcC4",
"published": "2025-10-04T14:03:20Z",
"content": "text",
"tag": {
"type": "Hashtag",
"name": "#\ud83d\udc04"
}
}
}
friendica
{
"id": "276",
"created_at": "2025-10-04T14:03: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/xLR87ygUcC4",
"url": "http://pasture-one-actor/object/xLR87ygUcC4",
"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-10-04T13:51:38.000Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://friendica/photo/contact/320/0700725d-72c7be8a-36a431191785fdc7?ts=1759585898",
"avatar_static": "http://friendica/photo/contact/320/0700725d-72c7be8a-36a431191785fdc7?ts=1759585898&static=1",
"header": "http://friendica/photo/header/0700725d-72c7be8a-36a431191785fdc7?ts=1759585898",
"header_static": "http://friendica/photo/header/0700725d-72c7be8a-36a431191785fdc7?ts=1759585898&static=1",
"followers_count": 0,
"following_count": 0,
"statuses_count": 0,
"last_status_at": "2025-10-04T00:00:00.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [],
"tags": [],
"emojis": [],
"card": null,
"poll": null,
"friendica": {
"title": "",
"changed_at": "2025-10-04T14:03:21.000Z",
"commented_at": "2025-10-04T14:03:21.000Z",
"received_at": "2025-10-04T14:03:20.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": [
"http://friendica/profile/friend",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/qz6lhJcDWnA",
"published": "2025-10-04T14:03: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/e6QRnDcaJfU",
"published": "2025-10-04T14:03:22Z",
"content": "text",
"tag": {
"type": "Hashtag",
"name": "#\u2764\ufe0f"
}
}
}
friendica
{
"id": "277",
"created_at": "2025-10-04T14:03: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/e6QRnDcaJfU",
"url": "http://pasture-one-actor/object/e6QRnDcaJfU",
"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-10-04T13:51:38.000Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://friendica/photo/contact/320/0700725d-72c7be8a-36a431191785fdc7?ts=1759585898",
"avatar_static": "http://friendica/photo/contact/320/0700725d-72c7be8a-36a431191785fdc7?ts=1759585898&static=1",
"header": "http://friendica/photo/header/0700725d-72c7be8a-36a431191785fdc7?ts=1759585898",
"header_static": "http://friendica/photo/header/0700725d-72c7be8a-36a431191785fdc7?ts=1759585898&static=1",
"followers_count": 0,
"following_count": 0,
"statuses_count": 0,
"last_status_at": "2025-10-04T00:00:00.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [],
"tags": [],
"emojis": [],
"card": null,
"poll": null,
"friendica": {
"title": "",
"changed_at": "2025-10-04T14:03:22.000Z",
"commented_at": "2025-10-04T14:03:22.000Z",
"received_at": "2025-10-04T14:03: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 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://friendica/profile/friend",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/HbwLxWogWGg",
"published": "2025-10-04T14:03: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/iMBxZK3ZUBs",
"published": "2025-10-04T14:03:23Z",
"content": "text",
"tag": {
"type": "Hashtag",
"name": "#\u725b"
}
}
}
friendica
{
"id": "278",
"created_at": "2025-10-04T14:03: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/iMBxZK3ZUBs",
"url": "http://pasture-one-actor/object/iMBxZK3ZUBs",
"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-10-04T13:51:38.000Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://friendica/photo/contact/320/0700725d-72c7be8a-36a431191785fdc7?ts=1759585898",
"avatar_static": "http://friendica/photo/contact/320/0700725d-72c7be8a-36a431191785fdc7?ts=1759585898&static=1",
"header": "http://friendica/photo/header/0700725d-72c7be8a-36a431191785fdc7?ts=1759585898",
"header_static": "http://friendica/photo/header/0700725d-72c7be8a-36a431191785fdc7?ts=1759585898&static=1",
"followers_count": 0,
"following_count": 0,
"statuses_count": 0,
"last_status_at": "2025-10-04T00:00:00.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [],
"tags": [
{
"name": "\u725b",
"url": "http://friendica/search?tag=%E7%89%9B",
"history": [],
"following": false
}
],
"emojis": [],
"card": null,
"poll": null,
"friendica": {
"title": "",
"changed_at": "2025-10-04T14:03:23.000Z",
"commented_at": "2025-10-04T14:03:23.000Z",
"received_at": "2025-10-04T14:03: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 13¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"http://friendica/profile/friend",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/0aBbVkzjfSM",
"published": "2025-10-04T14:03: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/RKKiqgr7cCI",
"published": "2025-10-04T14:03:24Z",
"content": "broken url parameter",
"tag": {
"type": "Hashtag",
"name": "#test",
"url": "https://ignore.example"
}
}
}
friendica
{
"id": "279",
"created_at": "2025-10-04T14:03: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": "no",
"uri": "http://pasture-one-actor/object/RKKiqgr7cCI",
"url": "http://pasture-one-actor/object/RKKiqgr7cCI",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"content": "broken url parameter",
"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-10-04T13:51:38.000Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://friendica/photo/contact/320/0700725d-72c7be8a-36a431191785fdc7?ts=1759585898",
"avatar_static": "http://friendica/photo/contact/320/0700725d-72c7be8a-36a431191785fdc7?ts=1759585898&static=1",
"header": "http://friendica/photo/header/0700725d-72c7be8a-36a431191785fdc7?ts=1759585898",
"header_static": "http://friendica/photo/header/0700725d-72c7be8a-36a431191785fdc7?ts=1759585898&static=1",
"followers_count": 0,
"following_count": 0,
"statuses_count": 0,
"last_status_at": "2025-10-04T00:00:00.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [],
"tags": [
{
"name": "test",
"url": "http://friendica/search?tag=test",
"history": [],
"following": false
}
],
"emojis": [],
"card": null,
"poll": null,
"friendica": {
"title": "",
"changed_at": "2025-10-04T14:03:24.000Z",
"commented_at": "2025-10-04T14:03:24.000Z",
"received_at": "2025-10-04T14:03: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": "broken url parameter"
}
}