JSON-LD @context¶
Various examples the @context
property can take.
See here for the
W3C specification, and here
for what ActivityStreams says about it.
Examples¶
Example 1¶
activity
{
"@context": "https://www.w3.org/ns/activitystreams",
"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/activity/5ASbYtCgRLI",
"published": "2025-10-14T08:59:01Z",
"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/object/8Gd8BdtWseY",
"published": "2025-10-14T08:59:01Z",
"@context": "https://www.w3.org/ns/activitystreams",
"content": "@context url as the ActivityStreams URL"
}
}
akkoma
{
"visibility": "public",
"replies_count": 0,
"bookmarked": false,
"pleroma": {
"content": {
"text/plain": "@context url as the ActivityStreams URL"
},
"context": "http://pasture-one-actor/object/8Gd8BdtWseY",
"conversation_id": 1135892934,
"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
},
"spoiler_text": "",
"uri": "http://pasture-one-actor/object/8Gd8BdtWseY",
"quote": null,
"media_attachments": [],
"card": null,
"edited_at": null,
"id": "AzC93rMpAoNXmzb5hQ",
"muted": false,
"emoji_reactions": [],
"in_reply_to_account_id": null,
"reblogged": false,
"created_at": "2025-10-14T08:59:01.000Z",
"text": null,
"reblogs_count": 0,
"pinned": false,
"url": "http://pasture-one-actor/object/8Gd8BdtWseY",
"content": "@context url as the ActivityStreams URL",
"reblog": null,
"application": null,
"mentions": [
{
"acct": "witch",
"id": "AzC8swYwaUNrXx8owS",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"poll": null,
"sensitive": false,
"quote_id": null,
"akkoma": {
"source": null
},
"in_reply_to_id": null,
"emojis": [],
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": null,
"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-10-14T08:58:34.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": "AzC91MZuftkZihWr56",
"last_status_at": "2025-10-14",
"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": 26,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"tags": [],
"language": null,
"favourited": false,
"favourites_count": 0
}
Example 2¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams"
],
"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/activity/JbbbgIgMSss",
"published": "2025-10-14T08:59:02Z",
"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/object/mkKWtdU5pus",
"published": "2025-10-14T08:59:02Z",
"@context": [
"https://www.w3.org/ns/activitystreams"
],
"content": "@context url is list of ActivityStreams URL"
}
}
akkoma
{
"visibility": "public",
"replies_count": 0,
"bookmarked": false,
"pleroma": {
"content": {
"text/plain": "@context url is list of ActivityStreams URL"
},
"context": "http://pasture-one-actor/object/mkKWtdU5pus",
"conversation_id": 2126379025,
"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
},
"spoiler_text": "",
"uri": "http://pasture-one-actor/object/mkKWtdU5pus",
"quote": null,
"media_attachments": [],
"card": null,
"edited_at": null,
"id": "AzC93ukgaYFSHrmgoC",
"muted": false,
"emoji_reactions": [],
"in_reply_to_account_id": null,
"reblogged": false,
"created_at": "2025-10-14T08:59:02.000Z",
"text": null,
"reblogs_count": 0,
"pinned": false,
"url": "http://pasture-one-actor/object/mkKWtdU5pus",
"content": "@context url is list of ActivityStreams URL",
"reblog": null,
"application": null,
"mentions": [
{
"acct": "witch",
"id": "AzC8swYwaUNrXx8owS",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"poll": null,
"sensitive": false,
"quote_id": null,
"akkoma": {
"source": null
},
"in_reply_to_id": null,
"emojis": [],
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": null,
"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-10-14T08:58:34.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": "AzC91MZuftkZihWr56",
"last_status_at": "2025-10-14",
"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": 27,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"tags": [],
"language": null,
"favourited": false,
"favourites_count": 0
}
Example 3¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag"
}
],
"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/activity/IDV1N4zghNA",
"published": "2025-10-14T08:59:02Z",
"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/object/DBjd_x9bA4Q",
"published": "2025-10-14T08:59:02Z",
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag"
}
],
"content": "@context url is list of ActivityStreams URL and Hashtag"
}
}
akkoma
{
"visibility": "public",
"replies_count": 0,
"bookmarked": false,
"pleroma": {
"content": {
"text/plain": "@context url is list of ActivityStreams URL and Hashtag"
},
"context": "http://pasture-one-actor/object/DBjd_x9bA4Q",
"conversation_id": 82907633,
"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
},
"spoiler_text": "",
"uri": "http://pasture-one-actor/object/DBjd_x9bA4Q",
"quote": null,
"media_attachments": [],
"card": null,
"edited_at": null,
"id": "AzC93yFHbFVP7d7fPs",
"muted": false,
"emoji_reactions": [],
"in_reply_to_account_id": null,
"reblogged": false,
"created_at": "2025-10-14T08:59:02.000Z",
"text": null,
"reblogs_count": 0,
"pinned": false,
"url": "http://pasture-one-actor/object/DBjd_x9bA4Q",
"content": "@context url is list of ActivityStreams URL and Hashtag",
"reblog": null,
"application": null,
"mentions": [
{
"acct": "witch",
"id": "AzC8swYwaUNrXx8owS",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"poll": null,
"sensitive": false,
"quote_id": null,
"akkoma": {
"source": null
},
"in_reply_to_id": null,
"emojis": [],
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": null,
"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-10-14T08:58:34.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": "AzC91MZuftkZihWr56",
"last_status_at": "2025-10-14",
"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": 28,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"tags": [],
"language": null,
"favourited": false,
"favourites_count": 0
}
Example 4¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
"https://w3id.org/fep/5711"
],
"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/activity/jtXC2bMtaIQ",
"published": "2025-10-14T08:59:03Z",
"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/object/22_czDX48pw",
"published": "2025-10-14T08:59:03Z",
"@context": [
"https://www.w3.org/ns/activitystreams",
"https://w3id.org/fep/5711"
],
"content": "@context with ActivityStreams URL + w3id-fep document"
}
}
akkoma
{
"visibility": "public",
"replies_count": 0,
"bookmarked": false,
"pleroma": {
"content": {
"text/plain": "@context with ActivityStreams URL + w3id-fep document"
},
"context": "http://pasture-one-actor/object/22_czDX48pw",
"conversation_id": 863830800,
"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
},
"spoiler_text": "",
"uri": "http://pasture-one-actor/object/22_czDX48pw",
"quote": null,
"media_attachments": [],
"card": null,
"edited_at": null,
"id": "AzC941oUKoRuBgcKCu",
"muted": false,
"emoji_reactions": [],
"in_reply_to_account_id": null,
"reblogged": false,
"created_at": "2025-10-14T08:59:03.000Z",
"text": null,
"reblogs_count": 0,
"pinned": false,
"url": "http://pasture-one-actor/object/22_czDX48pw",
"content": "@context with ActivityStreams URL + w3id-fep document",
"reblog": null,
"application": null,
"mentions": [
{
"acct": "witch",
"id": "AzC8swYwaUNrXx8owS",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"poll": null,
"sensitive": false,
"quote_id": null,
"akkoma": {
"source": null
},
"in_reply_to_id": null,
"emojis": [],
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": null,
"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-10-14T08:58:34.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": "AzC91MZuftkZihWr56",
"last_status_at": "2025-10-14",
"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": 29,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"tags": [],
"language": null,
"favourited": false,
"favourites_count": 0
}
Example 5¶
activity
{
"@context": null,
"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/activity/v48tl7mSKeA",
"published": "2025-10-14T08:59:04Z",
"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/object/ZPZowwp6g1U",
"published": "2025-10-14T08:59:04Z",
"@context": null,
"content": "no @context"
}
}
akkoma
{
"visibility": "public",
"replies_count": 0,
"bookmarked": false,
"pleroma": {
"content": {
"text/plain": "no @context"
},
"context": "http://pasture-one-actor/object/ZPZowwp6g1U",
"conversation_id": 1914904192,
"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
},
"spoiler_text": "",
"uri": "http://pasture-one-actor/object/ZPZowwp6g1U",
"quote": null,
"media_attachments": [],
"card": null,
"edited_at": null,
"id": "AzC9459rtmKkYrdwRs",
"muted": false,
"emoji_reactions": [],
"in_reply_to_account_id": null,
"reblogged": false,
"created_at": "2025-10-14T08:59:04.000Z",
"text": null,
"reblogs_count": 0,
"pinned": false,
"url": "http://pasture-one-actor/object/ZPZowwp6g1U",
"content": "no @context",
"reblog": null,
"application": null,
"mentions": [
{
"acct": "witch",
"id": "AzC8swYwaUNrXx8owS",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"poll": null,
"sensitive": false,
"quote_id": null,
"akkoma": {
"source": null
},
"in_reply_to_id": null,
"emojis": [],
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": null,
"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-10-14T08:58:34.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": "AzC91MZuftkZihWr56",
"last_status_at": "2025-10-14",
"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": 30,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"tags": [],
"language": null,
"favourited": false,
"favourites_count": 0
}
Example 6¶
activity
{
"@context": "http://strange.example/context",
"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/activity/rPDrOV86hII",
"published": "2025-10-14T08:59:04Z",
"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/object/S1dAr-0b6BU",
"published": "2025-10-14T08:59:04Z",
"@context": "http://strange.example/context",
"content": "@context is a broken url"
}
}
akkoma
{
"visibility": "public",
"replies_count": 0,
"bookmarked": false,
"pleroma": {
"content": {
"text/plain": "@context is a broken url"
},
"context": "http://pasture-one-actor/object/S1dAr-0b6BU",
"conversation_id": 932810327,
"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
},
"spoiler_text": "",
"uri": "http://pasture-one-actor/object/S1dAr-0b6BU",
"quote": null,
"media_attachments": [],
"card": null,
"edited_at": null,
"id": "AzC948nKNWgDq77zs0",
"muted": false,
"emoji_reactions": [],
"in_reply_to_account_id": null,
"reblogged": false,
"created_at": "2025-10-14T08:59:04.000Z",
"text": null,
"reblogs_count": 0,
"pinned": false,
"url": "http://pasture-one-actor/object/S1dAr-0b6BU",
"content": "@context is a broken url",
"reblog": null,
"application": null,
"mentions": [
{
"acct": "witch",
"id": "AzC8swYwaUNrXx8owS",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"poll": null,
"sensitive": false,
"quote_id": null,
"akkoma": {
"source": null
},
"in_reply_to_id": null,
"emojis": [],
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": null,
"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-10-14T08:58:34.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": "AzC91MZuftkZihWr56",
"last_status_at": "2025-10-14",
"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": 31,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"tags": [],
"language": null,
"favourited": false,
"favourites_count": 0
}