Skip to content

Attribution Format

attributedTo is defined here in the ActivityStreams Vocabulary. It allows us to tell, who authored / owns the object.

This test explores what is allowed in the field.

Examples

Example 1

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "http://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/VeNob-UO59w",
  "published": "2025-01-08T13:57:51Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/actor/mrby-h-u4UY",
    "published": "2025-01-08T13:57:51Z",
    "content": "single element"
  }
}
akkoma
{
  "in_reply_to_id": null,
  "pleroma": {
    "content": {
      "text/plain": "single element"
    },
    "context": "http://pasture-one-actor/actor/mrby-h-u4UY",
    "conversation_id": 2003121302,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": ""
    },
    "thread_muted": false
  },
  "uri": "http://pasture-one-actor/actor/mrby-h-u4UY",
  "spoiler_text": "",
  "emojis": [],
  "quote": null,
  "visibility": "public",
  "muted": false,
  "id": "ApsGNN9EyrP4P4yAL2",
  "favourited": false,
  "poll": null,
  "favourites_count": 0,
  "media_attachments": [],
  "reblogged": false,
  "url": "http://pasture-one-actor/actor/mrby-h-u4UY",
  "bookmarked": false,
  "content": "single element",
  "edited_at": null,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-01-08T13:55:48.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://akkoma/images/banner.png",
    "header_static": "http://akkoma/images/banner.png",
    "id": "ApsGC0zJ219UUOuI76",
    "last_status_at": "2025-01-08",
    "locked": false,
    "note": "",
    "pleroma": {
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "background_image": null,
      "favicon": null,
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 88,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "emoji_reactions": [],
  "mentions": [
    {
      "acct": "witch",
      "id": "ApsG1rzZWhrk7k57fU",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "in_reply_to_account_id": null,
  "created_at": "2025-01-08T13:57:51.000Z",
  "akkoma": {
    "source": null
  },
  "quote_id": null,
  "text": null,
  "application": null,
  "sensitive": false,
  "card": null,
  "language": null,
  "reblog": null,
  "reblogs_count": 0,
  "pinned": false,
  "replies_count": 0,
  "tags": []
}

Example 2

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "http://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/InSNHSxklJI",
  "published": "2025-01-08T13:57:51Z",
  "object": {
    "type": "Note",
    "attributedTo": [
      "http://pasture-one-actor/actor"
    ],
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/actor/AGAnS2Wpxh8",
    "published": "2025-01-08T13:57:51Z",
    "content": "single element as list"
  }
}
akkoma
{
  "in_reply_to_id": null,
  "pleroma": {
    "content": {
      "text/plain": "single element as list"
    },
    "context": "http://pasture-one-actor/actor/AGAnS2Wpxh8",
    "conversation_id": 68682689,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": ""
    },
    "thread_muted": false
  },
  "uri": "http://pasture-one-actor/actor/AGAnS2Wpxh8",
  "spoiler_text": "",
  "emojis": [],
  "quote": null,
  "visibility": "public",
  "muted": false,
  "id": "ApsGNRQ36JE1eMre5o",
  "favourited": false,
  "poll": null,
  "favourites_count": 0,
  "media_attachments": [],
  "reblogged": false,
  "url": "http://pasture-one-actor/actor/AGAnS2Wpxh8",
  "bookmarked": false,
  "content": "single element as list",
  "edited_at": null,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-01-08T13:55:48.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://akkoma/images/banner.png",
    "header_static": "http://akkoma/images/banner.png",
    "id": "ApsGC0zJ219UUOuI76",
    "last_status_at": "2025-01-08",
    "locked": false,
    "note": "",
    "pleroma": {
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "background_image": null,
      "favicon": null,
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 89,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "emoji_reactions": [],
  "mentions": [
    {
      "acct": "witch",
      "id": "ApsG1rzZWhrk7k57fU",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "in_reply_to_account_id": null,
  "created_at": "2025-01-08T13:57:51.000Z",
  "akkoma": {
    "source": null
  },
  "quote_id": null,
  "text": null,
  "application": null,
  "sensitive": false,
  "card": null,
  "language": null,
  "reblog": null,
  "reblogs_count": 0,
  "pinned": false,
  "replies_count": 0,
  "tags": []
}

Example 3

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "http://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/Y0kqWgVRESA",
  "published": "2025-01-08T13:57:52Z",
  "object": {
    "type": "Note",
    "attributedTo": [
      "http://pasture-one-actor/actor",
      "http://pasture-one-actor/second"
    ],
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/actor/c6sRUGcTgRo",
    "published": "2025-01-08T13:57:52Z",
    "content": "two elements as list"
  }
}
akkoma
{
  "in_reply_to_id": null,
  "pleroma": {
    "content": {
      "text/plain": "two elements as list"
    },
    "context": "http://pasture-one-actor/actor/c6sRUGcTgRo",
    "conversation_id": 366216211,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": ""
    },
    "thread_muted": false
  },
  "uri": "http://pasture-one-actor/actor/c6sRUGcTgRo",
  "spoiler_text": "",
  "emojis": [],
  "quote": null,
  "visibility": "public",
  "muted": false,
  "id": "ApsGNVe1OImKkrQrQW",
  "favourited": false,
  "poll": null,
  "favourites_count": 0,
  "media_attachments": [],
  "reblogged": false,
  "url": "http://pasture-one-actor/actor/c6sRUGcTgRo",
  "bookmarked": false,
  "content": "two elements as list",
  "edited_at": null,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-01-08T13:55:48.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://akkoma/images/banner.png",
    "header_static": "http://akkoma/images/banner.png",
    "id": "ApsGC0zJ219UUOuI76",
    "last_status_at": "2025-01-08",
    "locked": false,
    "note": "",
    "pleroma": {
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "background_image": null,
      "favicon": null,
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 90,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "emoji_reactions": [],
  "mentions": [
    {
      "acct": "witch",
      "id": "ApsG1rzZWhrk7k57fU",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "in_reply_to_account_id": null,
  "created_at": "2025-01-08T13:57:52.000Z",
  "akkoma": {
    "source": null
  },
  "quote_id": null,
  "text": null,
  "application": null,
  "sensitive": false,
  "card": null,
  "language": null,
  "reblog": null,
  "reblogs_count": 0,
  "pinned": false,
  "replies_count": 0,
  "tags": []
}

Example 4

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "http://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/TCHzFh5qOXI",
  "published": "2025-01-08T13:57:53Z",
  "object": {
    "type": "Note",
    "attributedTo": {
      "type": "Person",
      "id": "http://pasture-one-actor/actor"
    },
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/actor/WBUJ2_IItec",
    "published": "2025-01-08T13:57:53Z",
    "content": "a dictionary"
  }
}
akkoma
{
  "in_reply_to_id": null,
  "pleroma": {
    "content": {
      "text/plain": "a dictionary"
    },
    "context": "http://pasture-one-actor/actor/WBUJ2_IItec",
    "conversation_id": 590836628,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": ""
    },
    "thread_muted": false
  },
  "uri": "http://pasture-one-actor/actor/WBUJ2_IItec",
  "spoiler_text": "",
  "emojis": [],
  "quote": null,
  "visibility": "public",
  "muted": false,
  "id": "ApsGNa3gyngoRdTPzk",
  "favourited": false,
  "poll": null,
  "favourites_count": 0,
  "media_attachments": [],
  "reblogged": false,
  "url": "http://pasture-one-actor/actor/WBUJ2_IItec",
  "bookmarked": false,
  "content": "a dictionary",
  "edited_at": null,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-01-08T13:55:48.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://akkoma/images/banner.png",
    "header_static": "http://akkoma/images/banner.png",
    "id": "ApsGC0zJ219UUOuI76",
    "last_status_at": "2025-01-08",
    "locked": false,
    "note": "",
    "pleroma": {
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "background_image": null,
      "favicon": null,
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 91,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "emoji_reactions": [],
  "mentions": [
    {
      "acct": "witch",
      "id": "ApsG1rzZWhrk7k57fU",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "in_reply_to_account_id": null,
  "created_at": "2025-01-08T13:57:53.000Z",
  "akkoma": {
    "source": null
  },
  "quote_id": null,
  "text": null,
  "application": null,
  "sensitive": false,
  "card": null,
  "language": null,
  "reblog": null,
  "reblogs_count": 0,
  "pinned": false,
  "replies_count": 0,
  "tags": []
}

Example 5

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "http://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/AIjOr0zfYFQ",
  "published": "2025-01-08T13:57:53Z",
  "object": {
    "type": "Note",
    "attributedTo": [
      {
        "type": "Person",
        "id": "http://pasture-one-actor/actor"
      }
    ],
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/actor/TUIKKnL8F2s",
    "published": "2025-01-08T13:57:53Z",
    "content": "a dictionary"
  }
}
akkoma
{
  "in_reply_to_id": null,
  "pleroma": {
    "content": {
      "text/plain": "a dictionary"
    },
    "context": "http://pasture-one-actor/actor/TUIKKnL8F2s",
    "conversation_id": 468639119,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": ""
    },
    "thread_muted": false
  },
  "uri": "http://pasture-one-actor/actor/TUIKKnL8F2s",
  "spoiler_text": "",
  "emojis": [],
  "quote": null,
  "visibility": "public",
  "muted": false,
  "id": "ApsGNeGbKkONUpXmfg",
  "favourited": false,
  "poll": null,
  "favourites_count": 0,
  "media_attachments": [],
  "reblogged": false,
  "url": "http://pasture-one-actor/actor/TUIKKnL8F2s",
  "bookmarked": false,
  "content": "a dictionary",
  "edited_at": null,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-01-08T13:55:48.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://akkoma/images/banner.png",
    "header_static": "http://akkoma/images/banner.png",
    "id": "ApsGC0zJ219UUOuI76",
    "last_status_at": "2025-01-08",
    "locked": false,
    "note": "",
    "pleroma": {
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "background_image": null,
      "favicon": null,
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 92,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "emoji_reactions": [],
  "mentions": [
    {
      "acct": "witch",
      "id": "ApsG1rzZWhrk7k57fU",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "in_reply_to_account_id": null,
  "created_at": "2025-01-08T13:57:53.000Z",
  "akkoma": {
    "source": null
  },
  "quote_id": null,
  "text": null,
  "application": null,
  "sensitive": false,
  "card": null,
  "language": null,
  "reblog": null,
  "reblogs_count": 0,
  "pinned": false,
  "replies_count": 0,
  "tags": []
}