Skip to content

Mentions

Mentions are discussed in this section of ActivityStreams.

The big difference on if mentions are parsed are currently a result of if the value in href can be resolved by the application being tested.

In the support table parsed means that the activity could be parsed, but the mention was discarded. A ❌ in the support table means that the entire message has failed to parse.

Examples

Example 1

```json title="activity"
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "http://mitra/users/admin",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/q3-mZfhGp8M",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://mitra/users/admin"
    ],
    "id": "http://pasture-one-actor/actor/mmIalVfGBss",
    "published": "2024-03-31T14:34:12Z",
    "content": "text @actor@pasture-one-actor",
    "tag": {
      "type": "Mention",
      "name": "@actor@test_server",
      "href": "http://pasture-one-actor/actor"
    }
  }
}
```


```json title="bonfire"
{
  "canonicalUri": "http://pasture-one-actor/actor/wpfcidhvLLw",
  "date": "2024-03-30T18:03:33.000Z",
  "id": "01HT88FX88APYCW3SRCDM0912E",
  "objectPostContent": {
    "htmlBody": "text @actor@pasture-one-actor"
  },
  "verb": {
    "verbDisplay": "created"
  }
}
```


```json title="mastodon"
{
  "id": "112186096561535910",
  "created_at": "2024-03-30T18:39:42.000Z",
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "language": null,
  "uri": "http://pasture-one-actor/actor/YmXbGUiut4E",
  "url": "http://pasture-one-actor/actor/YmXbGUiut4E",
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "edited_at": null,
  "favourited": false,
  "reblogged": false,
  "muted": false,
  "bookmarked": false,
  "content": "text @actor@pasture-one-actor",
  "filtered": [],
  "reblog": null,
  "account": {
    "id": "112186086980725689",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": false,
    "bot": false,
    "discoverable": false,
    "group": false,
    "created_at": "2024-03-30T00:00:00.000Z",
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "uri": "http://pasture-one-actor/actor",
    "avatar": "http://mastodon/avatars/original/missing.png",
    "avatar_static": "http://mastodon/avatars/original/missing.png",
    "header": "http://mastodon/headers/original/missing.png",
    "header_static": "http://mastodon/headers/original/missing.png",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 52,
    "last_status_at": "2024-03-30",
    "emojis": [],
    "fields": []
  },
  "media_attachments": [],
  "mentions": [
    {
      "id": "112186086980725689",
      "username": "actor",
      "url": "http://pasture-one-actor/actor",
      "acct": "actor@pasture-one-actor"
    }
  ],
  "tags": [],
  "emojis": [],
  "card": null,
  "poll": null
}
```


```json title="mitra"
{
  "id": "018e94ee-cd2b-ba2f-a60c-95b1eae5f6fa",
  "uri": "http://pasture-one-actor/actor/mmIalVfGBss",
  "url": null,
  "created_at": "2024-03-31T14:34:12Z",
  "edited_at": null,
  "account": {
    "id": "018e94e6-9c70-19ea-abbc-25876ee1f927",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "actor_id": "http://pasture-one-actor/actor",
    "url": "http://pasture-one-actor/actor",
    "display_name": "Test Actor",
    "created_at": "2024-03-31T14:25:25.104753Z",
    "note": "",
    "avatar": null,
    "header": null,
    "locked": false,
    "mention_policy": "none",
    "bot": false,
    "identity_proofs": [],
    "payment_options": [],
    "fields": [],
    "emojis": [],
    "followers_count": 0,
    "following_count": 0,
    "subscribers_count": 0,
    "statuses_count": 46,
    "source": null,
    "role": null,
    "authentication_methods": null,
    "client_config": null
  },
  "content": "text @actor@pasture-one-actor",
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "visibility": "public",
  "sensitive": false,
  "spoiler_text": "",
  "pinned": false,
  "replies_count": 0,
  "favourites_count": 0,
  "reblogs_count": 0,
  "media_attachments": [],
  "mentions": [
    {
      "id": "018e94e5-7d86-cd07-c32b-eec115bb657e",
      "username": "admin",
      "acct": "admin",
      "url": "http://mitra/users/admin"
    },
    {
      "id": "018e94e6-9c70-19ea-abbc-25876ee1f927",
      "username": "actor",
      "acct": "actor@pasture-one-actor",
      "url": "http://pasture-one-actor/actor"
    }
  ],
  "tags": [],
  "emojis": [],
  "favourited": false,
  "reblogged": false,
  "ipfs_cid": null,
  "links": []
}
```

Example 2

```json title="activity"
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "http://mitra/users/admin",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/PY7FXJ36PAg",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://mitra/users/admin"
    ],
    "id": "http://pasture-one-actor/actor/xBV-XL4_5EQ",
    "published": "2024-03-31T14:34:21Z",
    "content": "unrelated text",
    "tag": {
      "type": "Mention",
      "name": "something something",
      "href": "http://pasture-one-actor/actor"
    }
  }
}
```


```json title="bonfire"
{
  "canonicalUri": "http://pasture-one-actor/actor/iP21hFn7QIo",
  "date": "2024-03-30T18:03:37.000Z",
  "id": "01HT88G158JDYZ4E4GEV4VD73A",
  "objectPostContent": {
    "htmlBody": "unrelated text"
  },
  "verb": {
    "verbDisplay": "created"
  }
}
```


```json title="mastodon"
{
  "id": "112186096626254579",
  "created_at": "2024-03-30T18:39:43.000Z",
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "language": null,
  "uri": "http://pasture-one-actor/actor/9esWU3shyqk",
  "url": "http://pasture-one-actor/actor/9esWU3shyqk",
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "edited_at": null,
  "favourited": false,
  "reblogged": false,
  "muted": false,
  "bookmarked": false,
  "content": "unrelated text",
  "filtered": [],
  "reblog": null,
  "account": {
    "id": "112186086980725689",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": false,
    "bot": false,
    "discoverable": false,
    "group": false,
    "created_at": "2024-03-30T00:00:00.000Z",
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "uri": "http://pasture-one-actor/actor",
    "avatar": "http://mastodon/avatars/original/missing.png",
    "avatar_static": "http://mastodon/avatars/original/missing.png",
    "header": "http://mastodon/headers/original/missing.png",
    "header_static": "http://mastodon/headers/original/missing.png",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 53,
    "last_status_at": "2024-03-30",
    "emojis": [],
    "fields": []
  },
  "media_attachments": [],
  "mentions": [
    {
      "id": "112186086980725689",
      "username": "actor",
      "url": "http://pasture-one-actor/actor",
      "acct": "actor@pasture-one-actor"
    }
  ],
  "tags": [],
  "emojis": [],
  "card": null,
  "poll": null
}
```


```json title="mitra"
{
  "id": "018e94ee-f43a-e6df-17c4-0fd1342bdba1",
  "uri": "http://pasture-one-actor/actor/xBV-XL4_5EQ",
  "url": null,
  "created_at": "2024-03-31T14:34:21Z",
  "edited_at": null,
  "account": {
    "id": "018e94e6-9c70-19ea-abbc-25876ee1f927",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "actor_id": "http://pasture-one-actor/actor",
    "url": "http://pasture-one-actor/actor",
    "display_name": "Test Actor",
    "created_at": "2024-03-31T14:25:25.104753Z",
    "note": "",
    "avatar": null,
    "header": null,
    "locked": false,
    "mention_policy": "none",
    "bot": false,
    "identity_proofs": [],
    "payment_options": [],
    "fields": [],
    "emojis": [],
    "followers_count": 0,
    "following_count": 0,
    "subscribers_count": 0,
    "statuses_count": 47,
    "source": null,
    "role": null,
    "authentication_methods": null,
    "client_config": null
  },
  "content": "unrelated text",
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "visibility": "public",
  "sensitive": false,
  "spoiler_text": "",
  "pinned": false,
  "replies_count": 0,
  "favourites_count": 0,
  "reblogs_count": 0,
  "media_attachments": [],
  "mentions": [
    {
      "id": "018e94e5-7d86-cd07-c32b-eec115bb657e",
      "username": "admin",
      "acct": "admin",
      "url": "http://mitra/users/admin"
    },
    {
      "id": "018e94e6-9c70-19ea-abbc-25876ee1f927",
      "username": "actor",
      "acct": "actor@pasture-one-actor",
      "url": "http://pasture-one-actor/actor"
    }
  ],
  "tags": [],
  "emojis": [],
  "favourited": false,
  "reblogged": false,
  "ipfs_cid": null,
  "links": []
}
```

Example 3

```json title="activity"
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "http://mitra/users/admin",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/gVTuZ9FnOWE",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://mitra/users/admin"
    ],
    "id": "http://pasture-one-actor/actor/nr-ARtv7o6c",
    "published": "2024-03-31T14:34:32Z",
    "content": "Missing Name @actor@pasture-one-actor",
    "tag": {
      "type": "Mention",
      "href": "http://pasture-one-actor/actor"
    }
  }
}
```


```json title="bonfire"
{
  "canonicalUri": "http://pasture-one-actor/actor/9OxBeQdLVp4",
  "date": "2024-03-30T18:03:40.000Z",
  "id": "01HT88G4309T0BE4BAGPDPPPC6",
  "objectPostContent": {
    "htmlBody": "Missing Name @actor@pasture-one-actor"
  },
  "verb": {
    "verbDisplay": "created"
  }
}
```


```json title="mastodon"
{
  "id": "112186096685482339",
  "created_at": "2024-03-30T18:39:44.000Z",
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "language": null,
  "uri": "http://pasture-one-actor/actor/TER_XN-QSqY",
  "url": "http://pasture-one-actor/actor/TER_XN-QSqY",
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "edited_at": null,
  "favourited": false,
  "reblogged": false,
  "muted": false,
  "bookmarked": false,
  "content": "Missing Name @actor@pasture-one-actor",
  "filtered": [],
  "reblog": null,
  "account": {
    "id": "112186086980725689",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": false,
    "bot": false,
    "discoverable": false,
    "group": false,
    "created_at": "2024-03-30T00:00:00.000Z",
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "uri": "http://pasture-one-actor/actor",
    "avatar": "http://mastodon/avatars/original/missing.png",
    "avatar_static": "http://mastodon/avatars/original/missing.png",
    "header": "http://mastodon/headers/original/missing.png",
    "header_static": "http://mastodon/headers/original/missing.png",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 54,
    "last_status_at": "2024-03-30",
    "emojis": [],
    "fields": []
  },
  "media_attachments": [],
  "mentions": [
    {
      "id": "112186086980725689",
      "username": "actor",
      "url": "http://pasture-one-actor/actor",
      "acct": "actor@pasture-one-actor"
    }
  ],
  "tags": [],
  "emojis": [],
  "card": null,
  "poll": null
}
```


```json title="mitra"
{
  "id": "018e94ef-1b4d-aecc-7f26-8f51ab844838",
  "uri": "http://pasture-one-actor/actor/nr-ARtv7o6c",
  "url": null,
  "created_at": "2024-03-31T14:34:32Z",
  "edited_at": null,
  "account": {
    "id": "018e94e6-9c70-19ea-abbc-25876ee1f927",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "actor_id": "http://pasture-one-actor/actor",
    "url": "http://pasture-one-actor/actor",
    "display_name": "Test Actor",
    "created_at": "2024-03-31T14:25:25.104753Z",
    "note": "",
    "avatar": null,
    "header": null,
    "locked": false,
    "mention_policy": "none",
    "bot": false,
    "identity_proofs": [],
    "payment_options": [],
    "fields": [],
    "emojis": [],
    "followers_count": 0,
    "following_count": 0,
    "subscribers_count": 0,
    "statuses_count": 48,
    "source": null,
    "role": null,
    "authentication_methods": null,
    "client_config": null
  },
  "content": "Missing Name @actor@pasture-one-actor",
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "visibility": "public",
  "sensitive": false,
  "spoiler_text": "",
  "pinned": false,
  "replies_count": 0,
  "favourites_count": 0,
  "reblogs_count": 0,
  "media_attachments": [],
  "mentions": [
    {
      "id": "018e94e5-7d86-cd07-c32b-eec115bb657e",
      "username": "admin",
      "acct": "admin",
      "url": "http://mitra/users/admin"
    },
    {
      "id": "018e94e6-9c70-19ea-abbc-25876ee1f927",
      "username": "actor",
      "acct": "actor@pasture-one-actor",
      "url": "http://pasture-one-actor/actor"
    }
  ],
  "tags": [],
  "emojis": [],
  "favourited": false,
  "reblogged": false,
  "ipfs_cid": null,
  "links": []
}
```

Example 4

```json title="activity"
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "http://mitra/users/admin",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/vKYgP0iSkMs",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://mitra/users/admin"
    ],
    "id": "http://pasture-one-actor/actor/cWL5s-To7r0",
    "published": "2024-03-31T14:34:42Z",
    "content": "text",
    "tag": {
      "type": "Mention",
      "name": "@the_milkman@mastodon.social",
      "href": "https://mastodon.social/users/the_milkman"
    }
  }
}
```


```json title="bonfire"
{
  "canonicalUri": "http://pasture-one-actor/actor/tSSqr21I7BA",
  "date": "2024-03-30T18:03:45.000Z",
  "id": "01HT88G8Z8SKJWH562C749C28N",
  "objectPostContent": {
    "htmlBody": "text"
  },
  "verb": {
    "verbDisplay": "created"
  }
}
```


```json title="mastodon"
{
  "id": "112186096832945746",
  "created_at": "2024-03-30T18:39:45.000Z",
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "language": null,
  "uri": "http://pasture-one-actor/actor/0ogkVcxlfig",
  "url": "http://pasture-one-actor/actor/0ogkVcxlfig",
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "edited_at": null,
  "favourited": false,
  "reblogged": false,
  "muted": false,
  "bookmarked": false,
  "content": "text",
  "filtered": [],
  "reblog": null,
  "account": {
    "id": "112186086980725689",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": false,
    "bot": false,
    "discoverable": false,
    "group": false,
    "created_at": "2024-03-30T00:00:00.000Z",
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "uri": "http://pasture-one-actor/actor",
    "avatar": "http://mastodon/avatars/original/missing.png",
    "avatar_static": "http://mastodon/avatars/original/missing.png",
    "header": "http://mastodon/headers/original/missing.png",
    "header_static": "http://mastodon/headers/original/missing.png",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 55,
    "last_status_at": "2024-03-30",
    "emojis": [],
    "fields": []
  },
  "media_attachments": [],
  "mentions": [
    {
      "id": "112186096776006904",
      "username": "the_milkman",
      "url": "https://mastodon.social/@the_milkman",
      "acct": "the_milkman@mastodon.social"
    }
  ],
  "tags": [],
  "emojis": [],
  "card": null,
  "poll": null
}
```


```json title="mitra"
{
  "id": "018e94ef-43ea-7a98-5221-42d48f2d4224",
  "uri": "http://pasture-one-actor/actor/cWL5s-To7r0",
  "url": null,
  "created_at": "2024-03-31T14:34:42Z",
  "edited_at": null,
  "account": {
    "id": "018e94e6-9c70-19ea-abbc-25876ee1f927",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "actor_id": "http://pasture-one-actor/actor",
    "url": "http://pasture-one-actor/actor",
    "display_name": "Test Actor",
    "created_at": "2024-03-31T14:25:25.104753Z",
    "note": "",
    "avatar": null,
    "header": null,
    "locked": false,
    "mention_policy": "none",
    "bot": false,
    "identity_proofs": [],
    "payment_options": [],
    "fields": [],
    "emojis": [],
    "followers_count": 0,
    "following_count": 0,
    "subscribers_count": 0,
    "statuses_count": 49,
    "source": null,
    "role": null,
    "authentication_methods": null,
    "client_config": null
  },
  "content": "text",
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "visibility": "public",
  "sensitive": false,
  "spoiler_text": "",
  "pinned": false,
  "replies_count": 0,
  "favourites_count": 0,
  "reblogs_count": 0,
  "media_attachments": [],
  "mentions": [
    {
      "id": "018e94e5-7d86-cd07-c32b-eec115bb657e",
      "username": "admin",
      "acct": "admin",
      "url": "http://mitra/users/admin"
    },
    {
      "id": "018e94ef-43d2-8fd6-45eb-8b1e94bf07bf",
      "username": "the_milkman",
      "acct": "the_milkman@mastodon.social",
      "url": "https://mastodon.social/@the_milkman"
    }
  ],
  "tags": [],
  "emojis": [],
  "favourited": false,
  "reblogged": false,
  "ipfs_cid": null,
  "links": []
}
```

Example 5

```json title="activity"
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "http://mitra/users/admin",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/XGAoCUvpTjk",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://mitra/users/admin"
    ],
    "id": "http://pasture-one-actor/actor/O1SQPCq_bpM",
    "published": "2024-03-31T14:34:52Z",
    "content": "text",
    "tag": {
      "type": "Mention",
      "name": "@dummy@example",
      "href": "https://dummy.example"
    }
  }
}
```


no result

no result

no result

Example 6

```json title="activity"
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "http://mitra/users/admin",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/fRBn_zq0P0I",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://mitra/users/admin"
    ],
    "id": "http://pasture-one-actor/actor/-ERA73V0_YA",
    "published": "2024-03-31T14:35:03Z",
    "content": "text",
    "tag": {
      "type": "Mention",
      "name": "@test_actor@test_server",
      "href": "http://test_actor"
    }
  }
}
```


no result

no result

no result

Example 7

```json title="activity"
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "http://mitra/users/admin",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/MalYWB4BgmI",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://mitra/users/admin"
    ],
    "id": "http://pasture-one-actor/actor/NAoUXp6DP_U",
    "published": "2024-03-31T14:35:15Z",
    "content": "text",
    "tag": {
      "type": "as:Mention",
      "name": "yay",
      "href": "http://pasture-one-actor/actor"
    }
  }
}
```


```json title="bonfire"
{
  "canonicalUri": "http://pasture-one-actor/actor/4tNcOHwpVts",
  "date": "2024-03-30T18:04:42.000Z",
  "id": "01HT88J0MG9KVSKNKG69PY3ZGQ",
  "objectPostContent": {
    "htmlBody": "text"
  },
  "verb": {
    "verbDisplay": "created"
  }
}
```


```json title="mastodon"
{
  "id": "112186098793652258",
  "created_at": "2024-03-30T18:40:16.000Z",
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "language": null,
  "uri": "http://pasture-one-actor/actor/r2Ji0X-rwpA",
  "url": "http://pasture-one-actor/actor/r2Ji0X-rwpA",
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "edited_at": null,
  "favourited": false,
  "reblogged": false,
  "muted": false,
  "bookmarked": false,
  "content": "text",
  "filtered": [],
  "reblog": null,
  "account": {
    "id": "112186086980725689",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": false,
    "bot": false,
    "discoverable": false,
    "group": false,
    "created_at": "2024-03-30T00:00:00.000Z",
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "uri": "http://pasture-one-actor/actor",
    "avatar": "http://mastodon/avatars/original/missing.png",
    "avatar_static": "http://mastodon/avatars/original/missing.png",
    "header": "http://mastodon/headers/original/missing.png",
    "header_static": "http://mastodon/headers/original/missing.png",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 56,
    "last_status_at": "2024-03-30",
    "emojis": [],
    "fields": []
  },
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "emojis": [],
  "card": null,
  "poll": null
}
```


```json title="mitra"
{
  "id": "018e94ef-a412-8385-94b2-d699b26e18d1",
  "uri": "http://pasture-one-actor/actor/NAoUXp6DP_U",
  "url": null,
  "created_at": "2024-03-31T14:35:15Z",
  "edited_at": null,
  "account": {
    "id": "018e94e6-9c70-19ea-abbc-25876ee1f927",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "actor_id": "http://pasture-one-actor/actor",
    "url": "http://pasture-one-actor/actor",
    "display_name": "Test Actor",
    "created_at": "2024-03-31T14:25:25.104753Z",
    "note": "",
    "avatar": null,
    "header": null,
    "locked": false,
    "mention_policy": "none",
    "bot": false,
    "identity_proofs": [],
    "payment_options": [],
    "fields": [],
    "emojis": [],
    "followers_count": 0,
    "following_count": 0,
    "subscribers_count": 0,
    "statuses_count": 51,
    "source": null,
    "role": null,
    "authentication_methods": null,
    "client_config": null
  },
  "content": "text",
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "visibility": "public",
  "sensitive": false,
  "spoiler_text": "",
  "pinned": false,
  "replies_count": 0,
  "favourites_count": 0,
  "reblogs_count": 0,
  "media_attachments": [],
  "mentions": [
    {
      "id": "018e94e5-7d86-cd07-c32b-eec115bb657e",
      "username": "admin",
      "acct": "admin",
      "url": "http://mitra/users/admin"
    }
  ],
  "tags": [],
  "emojis": [],
  "favourited": false,
  "reblogged": false,
  "ipfs_cid": null,
  "links": []
}
```

Example 8

```json title="activity"
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "http://mitra/users/admin",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/Ul-fQy88P8Q",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://mitra/users/admin"
    ],
    "id": "http://pasture-one-actor/actor/bZrfU3o1T9A",
    "published": "2024-03-31T14:35:17Z",
    "content": "@actor text",
    "tag": {
      "name": "@actor",
      "href": "http://pasture-one-actor/actor"
    }
  }
}
```


```json title="bonfire"
{
  "canonicalUri": "http://pasture-one-actor/actor/lg9R5WHtl7s",
  "date": "2024-03-30T18:04:44.000Z",
  "id": "01HT88J2K005FYK7VNRTFDE8P4",
  "objectPostContent": {
    "htmlBody": "@actor text"
  },
  "verb": {
    "verbDisplay": "created"
  }
}
```


```json title="mastodon"
{
  "id": "112186098863515286",
  "created_at": "2024-03-30T18:40:17.000Z",
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "language": null,
  "uri": "http://pasture-one-actor/actor/j3pqpw3_7X0",
  "url": "http://pasture-one-actor/actor/j3pqpw3_7X0",
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "edited_at": null,
  "favourited": false,
  "reblogged": false,
  "muted": false,
  "bookmarked": false,
  "content": "@actor text",
  "filtered": [],
  "reblog": null,
  "account": {
    "id": "112186086980725689",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": false,
    "bot": false,
    "discoverable": false,
    "group": false,
    "created_at": "2024-03-30T00:00:00.000Z",
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "uri": "http://pasture-one-actor/actor",
    "avatar": "http://mastodon/avatars/original/missing.png",
    "avatar_static": "http://mastodon/avatars/original/missing.png",
    "header": "http://mastodon/headers/original/missing.png",
    "header_static": "http://mastodon/headers/original/missing.png",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 57,
    "last_status_at": "2024-03-30",
    "emojis": [],
    "fields": []
  },
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "emojis": [],
  "card": null,
  "poll": null
}
```


no result