Skip to content

Url Parameter

Here we analyze varying url parameters.

The usage examples are inspired by Peertube's usage, see their documentation.

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/IyjKwdsNrfE",
  "published": "2024-12-02T09:35:31Z",
  "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/SVrYeoapvtE",
    "published": "2024-12-02T09:35:31Z",
    "content": "text",
    "url": "http://remote.example/objects/123"
  }
}
akkoma
{
  "spoiler_text": "",
  "pinned": false,
  "pleroma": {
    "content": {
      "text/plain": "text"
    },
    "context": "http://pasture-one-actor/actor/SVrYeoapvtE",
    "conversation_id": 902138335,
    "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/SVrYeoapvtE",
  "favourites_count": 0,
  "language": null,
  "quote": null,
  "bookmarked": false,
  "reblog": null,
  "id": "AodBxDavoYZWH15q7s",
  "in_reply_to_account_id": null,
  "card": null,
  "in_reply_to_id": null,
  "replies_count": 0,
  "mentions": [
    {
      "acct": "witch",
      "id": "AodBoCeZsxPremkTgG",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "url": "http://remote.example/objects/123",
  "emojis": [],
  "content": "text",
  "created_at": "2024-12-02T09:35:31.000Z",
  "muted": false,
  "favourited": false,
  "quote_id": null,
  "edited_at": null,
  "poll": null,
  "application": null,
  "akkoma": {
    "source": null
  },
  "sensitive": false,
  "visibility": "public",
  "text": null,
  "emoji_reactions": [],
  "reblogs_count": 0,
  "reblogged": false,
  "tags": [],
  "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": "2024-12-02T09:35:31.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": "AodBxCPYDNsGbQlEkS",
    "last_status_at": "2024-12-02",
    "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": 1,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "media_attachments": []
}

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/RURXeKd04uI",
  "published": "2024-12-02T09:35:32Z",
  "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/XrlyV4VqK3c",
    "published": "2024-12-02T09:35:32Z",
    "content": "text",
    "url": [
      "http://remote.example/objects/123"
    ]
  }
}
akkoma
{
  "spoiler_text": "",
  "pinned": false,
  "pleroma": {
    "content": {
      "text/plain": "text"
    },
    "context": "http://pasture-one-actor/actor/XrlyV4VqK3c",
    "conversation_id": 1491023984,
    "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/XrlyV4VqK3c",
  "favourites_count": 0,
  "language": null,
  "quote": null,
  "bookmarked": false,
  "reblog": null,
  "id": "AodBxIEQZeXeefbRFA",
  "in_reply_to_account_id": null,
  "card": null,
  "in_reply_to_id": null,
  "replies_count": 0,
  "mentions": [
    {
      "acct": "witch",
      "id": "AodBoCeZsxPremkTgG",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "url": "http://remote.example/objects/123",
  "emojis": [],
  "content": "text",
  "created_at": "2024-12-02T09:35:32.000Z",
  "muted": false,
  "favourited": false,
  "quote_id": null,
  "edited_at": null,
  "poll": null,
  "application": null,
  "akkoma": {
    "source": null
  },
  "sensitive": false,
  "visibility": "public",
  "text": null,
  "emoji_reactions": [],
  "reblogs_count": 0,
  "reblogged": false,
  "tags": [],
  "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": "2024-12-02T09:35:31.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": "AodBxCPYDNsGbQlEkS",
    "last_status_at": "2024-12-02",
    "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": 2,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "media_attachments": []
}

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/gAc0lDku1AA",
  "published": "2024-12-02T09:35:33Z",
  "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/cObRCjZ7YD8",
    "published": "2024-12-02T09:35:33Z",
    "content": "text",
    "url": [
      "http://remote.example/objects/123",
      "http://other.example/objects/123"
    ]
  }
}
akkoma
{
  "spoiler_text": "",
  "pinned": false,
  "pleroma": {
    "content": {
      "text/plain": "text"
    },
    "context": "http://pasture-one-actor/actor/cObRCjZ7YD8",
    "conversation_id": 1506769007,
    "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/cObRCjZ7YD8",
  "favourites_count": 0,
  "language": null,
  "quote": null,
  "bookmarked": false,
  "reblog": null,
  "id": "AodBxMUAl3Vrqf04LA",
  "in_reply_to_account_id": null,
  "card": null,
  "in_reply_to_id": null,
  "replies_count": 0,
  "mentions": [
    {
      "acct": "witch",
      "id": "AodBoCeZsxPremkTgG",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "url": "http://remote.example/objects/123",
  "emojis": [],
  "content": "text",
  "created_at": "2024-12-02T09:35:33.000Z",
  "muted": false,
  "favourited": false,
  "quote_id": null,
  "edited_at": null,
  "poll": null,
  "application": null,
  "akkoma": {
    "source": null
  },
  "sensitive": false,
  "visibility": "public",
  "text": null,
  "emoji_reactions": [],
  "reblogs_count": 0,
  "reblogged": false,
  "tags": [],
  "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": "2024-12-02T09:35:31.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": "AodBxCPYDNsGbQlEkS",
    "last_status_at": "2024-12-02",
    "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": 3,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "media_attachments": []
}

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/EhBm5mNlrdw",
  "published": "2024-12-02T09:35:34Z",
  "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/o-X7E-m_1Hc",
    "published": "2024-12-02T09:35:34Z",
    "content": "text",
    "url": [
      "http://other.example/objects/123",
      "http://remote.example/objects/123"
    ]
  }
}
akkoma
{
  "spoiler_text": "",
  "pinned": false,
  "pleroma": {
    "content": {
      "text/plain": "text"
    },
    "context": "http://pasture-one-actor/actor/o-X7E-m_1Hc",
    "conversation_id": 788869898,
    "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/o-X7E-m_1Hc",
  "favourites_count": 0,
  "language": null,
  "quote": null,
  "bookmarked": false,
  "reblog": null,
  "id": "AodBxQXrfGqKRGl4eO",
  "in_reply_to_account_id": null,
  "card": null,
  "in_reply_to_id": null,
  "replies_count": 0,
  "mentions": [
    {
      "acct": "witch",
      "id": "AodBoCeZsxPremkTgG",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "url": "http://other.example/objects/123",
  "emojis": [],
  "content": "text",
  "created_at": "2024-12-02T09:35:34.000Z",
  "muted": false,
  "favourited": false,
  "quote_id": null,
  "edited_at": null,
  "poll": null,
  "application": null,
  "akkoma": {
    "source": null
  },
  "sensitive": false,
  "visibility": "public",
  "text": null,
  "emoji_reactions": [],
  "reblogs_count": 0,
  "reblogged": false,
  "tags": [],
  "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": "2024-12-02T09:35:31.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": "AodBxCPYDNsGbQlEkS",
    "last_status_at": "2024-12-02",
    "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": 4,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "media_attachments": []
}

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/f4D83YFuJUc",
  "published": "2024-12-02T09:35:34Z",
  "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/ISEpp8NrslQ",
    "published": "2024-12-02T09:35:34Z",
    "content": "text",
    "url": {
      "type": "Link",
      "mediaType": "text/html",
      "href": "http://html.example/objects/123"
    }
  }
}
akkoma
{
  "spoiler_text": "",
  "pinned": false,
  "pleroma": {
    "content": {
      "text/plain": "text"
    },
    "context": "http://pasture-one-actor/actor/ISEpp8NrslQ",
    "conversation_id": 1612939013,
    "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/ISEpp8NrslQ",
  "favourites_count": 0,
  "language": null,
  "quote": null,
  "bookmarked": false,
  "reblog": null,
  "id": "AodBxUWwqcUEnaMOmG",
  "in_reply_to_account_id": null,
  "card": null,
  "in_reply_to_id": null,
  "replies_count": 0,
  "mentions": [
    {
      "acct": "witch",
      "id": "AodBoCeZsxPremkTgG",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "url": "http://html.example/objects/123",
  "emojis": [],
  "content": "text",
  "created_at": "2024-12-02T09:35:34.000Z",
  "muted": false,
  "favourited": false,
  "quote_id": null,
  "edited_at": null,
  "poll": null,
  "application": null,
  "akkoma": {
    "source": null
  },
  "sensitive": false,
  "visibility": "public",
  "text": null,
  "emoji_reactions": [],
  "reblogs_count": 0,
  "reblogged": false,
  "tags": [],
  "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": "2024-12-02T09:35:31.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": "AodBxCPYDNsGbQlEkS",
    "last_status_at": "2024-12-02",
    "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": 5,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "media_attachments": []
}

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://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/1v2KNwnBiHM",
  "published": "2024-12-02T09:35:35Z",
  "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/jUhGUxAA1bk",
    "published": "2024-12-02T09:35:35Z",
    "content": "text",
    "url": {
      "type": "Link",
      "mediaType": "video/mp4",
      "href": "http://video.example/objects/123"
    }
  }
}
akkoma
{
  "spoiler_text": "",
  "pinned": false,
  "pleroma": {
    "content": {
      "text/plain": "text"
    },
    "context": "http://pasture-one-actor/actor/jUhGUxAA1bk",
    "conversation_id": 1467459679,
    "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/jUhGUxAA1bk",
  "favourites_count": 0,
  "language": null,
  "quote": null,
  "bookmarked": false,
  "reblog": null,
  "id": "AodBxYOEUxtMliJUkS",
  "in_reply_to_account_id": null,
  "card": null,
  "in_reply_to_id": null,
  "replies_count": 0,
  "mentions": [
    {
      "acct": "witch",
      "id": "AodBoCeZsxPremkTgG",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "url": "http://video.example/objects/123",
  "emojis": [],
  "content": "text",
  "created_at": "2024-12-02T09:35:35.000Z",
  "muted": false,
  "favourited": false,
  "quote_id": null,
  "edited_at": null,
  "poll": null,
  "application": null,
  "akkoma": {
    "source": null
  },
  "sensitive": false,
  "visibility": "public",
  "text": null,
  "emoji_reactions": [],
  "reblogs_count": 0,
  "reblogged": false,
  "tags": [],
  "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": "2024-12-02T09:35:31.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": "AodBxCPYDNsGbQlEkS",
    "last_status_at": "2024-12-02",
    "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": 6,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "media_attachments": []
}

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://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/bFvdT22uis8",
  "published": "2024-12-02T09:35:36Z",
  "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/uwF81ZK0i8k",
    "published": "2024-12-02T09:35:36Z",
    "content": "text",
    "url": [
      "http://remote.example/objects/123",
      {
        "type": "Link",
        "mediaType": "text/html",
        "href": "http://html.example/objects/123"
      }
    ]
  }
}
akkoma
{
  "spoiler_text": "",
  "pinned": false,
  "pleroma": {
    "content": {
      "text/plain": "text"
    },
    "context": "http://pasture-one-actor/actor/uwF81ZK0i8k",
    "conversation_id": 281495799,
    "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/uwF81ZK0i8k",
  "favourites_count": 0,
  "language": null,
  "quote": null,
  "bookmarked": false,
  "reblog": null,
  "id": "AodBxcBcNoB6XkRTdo",
  "in_reply_to_account_id": null,
  "card": null,
  "in_reply_to_id": null,
  "replies_count": 0,
  "mentions": [
    {
      "acct": "witch",
      "id": "AodBoCeZsxPremkTgG",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "url": "http://remote.example/objects/123",
  "emojis": [],
  "content": "text",
  "created_at": "2024-12-02T09:35:36.000Z",
  "muted": false,
  "favourited": false,
  "quote_id": null,
  "edited_at": null,
  "poll": null,
  "application": null,
  "akkoma": {
    "source": null
  },
  "sensitive": false,
  "visibility": "public",
  "text": null,
  "emoji_reactions": [],
  "reblogs_count": 0,
  "reblogged": false,
  "tags": [],
  "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": "2024-12-02T09:35:31.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": "AodBxCPYDNsGbQlEkS",
    "last_status_at": "2024-12-02",
    "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": 7,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "media_attachments": []
}

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://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/RpJcuyD5xb0",
  "published": "2024-12-02T09:35:36Z",
  "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/3Bl_1izOMbA",
    "published": "2024-12-02T09:35:36Z",
    "content": "text",
    "url": [
      {
        "type": "Link",
        "mediaType": "text/html",
        "href": "http://html.example/objects/123"
      },
      "http://remote.example/objects/123"
    ]
  }
}
akkoma
{
  "spoiler_text": "",
  "pinned": false,
  "pleroma": {
    "content": {
      "text/plain": "text"
    },
    "context": "http://pasture-one-actor/actor/3Bl_1izOMbA",
    "conversation_id": 1682552179,
    "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/3Bl_1izOMbA",
  "favourites_count": 0,
  "language": null,
  "quote": null,
  "bookmarked": false,
  "reblog": null,
  "id": "AodBxfwWPsTmC5PTfM",
  "in_reply_to_account_id": null,
  "card": null,
  "in_reply_to_id": null,
  "replies_count": 0,
  "mentions": [
    {
      "acct": "witch",
      "id": "AodBoCeZsxPremkTgG",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "url": "http://html.example/objects/123",
  "emojis": [],
  "content": "text",
  "created_at": "2024-12-02T09:35:36.000Z",
  "muted": false,
  "favourited": false,
  "quote_id": null,
  "edited_at": null,
  "poll": null,
  "application": null,
  "akkoma": {
    "source": null
  },
  "sensitive": false,
  "visibility": "public",
  "text": null,
  "emoji_reactions": [],
  "reblogs_count": 0,
  "reblogged": false,
  "tags": [],
  "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": "2024-12-02T09:35:31.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": "AodBxCPYDNsGbQlEkS",
    "last_status_at": "2024-12-02",
    "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": 8,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "media_attachments": []
}

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://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/FM_GLhOeRcc",
  "published": "2024-12-02T09:35:37Z",
  "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/iof6sLkxwwY",
    "published": "2024-12-02T09:35:37Z",
    "content": "text",
    "url": [
      {
        "type": "Link",
        "mediaType": "text/html",
        "href": "http://html.example/objects/123"
      },
      {
        "type": "Link",
        "mediaType": "video/mp4",
        "href": "http://video.example/objects/123"
      }
    ]
  }
}
akkoma
{
  "spoiler_text": "",
  "pinned": false,
  "pleroma": {
    "content": {
      "text/plain": "text"
    },
    "context": "http://pasture-one-actor/actor/iof6sLkxwwY",
    "conversation_id": 668801350,
    "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/iof6sLkxwwY",
  "favourites_count": 0,
  "language": null,
  "quote": null,
  "bookmarked": false,
  "reblog": null,
  "id": "AodBxjlKDRtq2WCalk",
  "in_reply_to_account_id": null,
  "card": null,
  "in_reply_to_id": null,
  "replies_count": 0,
  "mentions": [
    {
      "acct": "witch",
      "id": "AodBoCeZsxPremkTgG",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "url": "http://html.example/objects/123",
  "emojis": [],
  "content": "text",
  "created_at": "2024-12-02T09:35:37.000Z",
  "muted": false,
  "favourited": false,
  "quote_id": null,
  "edited_at": null,
  "poll": null,
  "application": null,
  "akkoma": {
    "source": null
  },
  "sensitive": false,
  "visibility": "public",
  "text": null,
  "emoji_reactions": [],
  "reblogs_count": 0,
  "reblogged": false,
  "tags": [],
  "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": "2024-12-02T09:35:31.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": "AodBxCPYDNsGbQlEkS",
    "last_status_at": "2024-12-02",
    "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": 9,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "media_attachments": []
}

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://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/Dqr91pgKd44",
  "published": "2024-12-02T09:35:38Z",
  "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/GKvJZnUlKtY",
    "published": "2024-12-02T09:35:38Z",
    "content": "text",
    "url": [
      {
        "type": "Link",
        "mediaType": "video/mp4",
        "href": "http://video.example/objects/123"
      },
      {
        "type": "Link",
        "mediaType": "text/html",
        "href": "http://html.example/objects/123"
      }
    ]
  }
}
akkoma
{
  "spoiler_text": "",
  "pinned": false,
  "pleroma": {
    "content": {
      "text/plain": "text"
    },
    "context": "http://pasture-one-actor/actor/GKvJZnUlKtY",
    "conversation_id": 902400505,
    "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/GKvJZnUlKtY",
  "favourites_count": 0,
  "language": null,
  "quote": null,
  "bookmarked": false,
  "reblog": null,
  "id": "AodBxntGrqdGqJwzi4",
  "in_reply_to_account_id": null,
  "card": null,
  "in_reply_to_id": null,
  "replies_count": 0,
  "mentions": [
    {
      "acct": "witch",
      "id": "AodBoCeZsxPremkTgG",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "url": "http://video.example/objects/123",
  "emojis": [],
  "content": "text",
  "created_at": "2024-12-02T09:35:38.000Z",
  "muted": false,
  "favourited": false,
  "quote_id": null,
  "edited_at": null,
  "poll": null,
  "application": null,
  "akkoma": {
    "source": null
  },
  "sensitive": false,
  "visibility": "public",
  "text": null,
  "emoji_reactions": [],
  "reblogs_count": 0,
  "reblogged": false,
  "tags": [],
  "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": "2024-12-02T09:35:31.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": "AodBxCPYDNsGbQlEkS",
    "last_status_at": "2024-12-02",
    "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": 10,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "media_attachments": []
}

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://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/mhUfAqpehoc",
  "published": "2024-12-02T09:35:38Z",
  "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/F1vI9HrPtdQ",
    "published": "2024-12-02T09:35:38Z",
    "content": "text",
    "url": [
      {
        "type": "Link",
        "mediaType": "video/mp4",
        "href": "http://video.example/objects/123"
      },
      {
        "type": "Link",
        "mediaType": "text/html",
        "href": "http://html.example/objects/123",
        "rel": "canonical"
      }
    ]
  }
}
akkoma
{
  "spoiler_text": "",
  "pinned": false,
  "pleroma": {
    "content": {
      "text/plain": "text"
    },
    "context": "http://pasture-one-actor/actor/F1vI9HrPtdQ",
    "conversation_id": 1379563547,
    "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/F1vI9HrPtdQ",
  "favourites_count": 0,
  "language": null,
  "quote": null,
  "bookmarked": false,
  "reblog": null,
  "id": "AodBxrpsCQI74wOKy8",
  "in_reply_to_account_id": null,
  "card": null,
  "in_reply_to_id": null,
  "replies_count": 0,
  "mentions": [
    {
      "acct": "witch",
      "id": "AodBoCeZsxPremkTgG",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "url": "http://video.example/objects/123",
  "emojis": [],
  "content": "text",
  "created_at": "2024-12-02T09:35:38.000Z",
  "muted": false,
  "favourited": false,
  "quote_id": null,
  "edited_at": null,
  "poll": null,
  "application": null,
  "akkoma": {
    "source": null
  },
  "sensitive": false,
  "visibility": "public",
  "text": null,
  "emoji_reactions": [],
  "reblogs_count": 0,
  "reblogged": false,
  "tags": [],
  "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": "2024-12-02T09:35:31.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": "AodBxCPYDNsGbQlEkS",
    "last_status_at": "2024-12-02",
    "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": 11,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "media_attachments": []
}

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://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/_1b-LVb_1LM",
  "published": "2024-12-02T09:35:39Z",
  "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/MfaffzQORC4",
    "published": "2024-12-02T09:35:39Z",
    "content": "text",
    "url": {
      "href": "https://notype.example/"
    }
  }
}
akkoma
{
  "spoiler_text": "",
  "pinned": false,
  "pleroma": {
    "content": {
      "text/plain": "text"
    },
    "context": "http://pasture-one-actor/actor/MfaffzQORC4",
    "conversation_id": 197987625,
    "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/MfaffzQORC4",
  "favourites_count": 0,
  "language": null,
  "quote": null,
  "bookmarked": false,
  "reblog": null,
  "id": "AodBxw24b0QW5w88XY",
  "in_reply_to_account_id": null,
  "card": null,
  "in_reply_to_id": null,
  "replies_count": 0,
  "mentions": [
    {
      "acct": "witch",
      "id": "AodBoCeZsxPremkTgG",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "url": "https://notype.example/",
  "emojis": [],
  "content": "text",
  "created_at": "2024-12-02T09:35:39.000Z",
  "muted": false,
  "favourited": false,
  "quote_id": null,
  "edited_at": null,
  "poll": null,
  "application": null,
  "akkoma": {
    "source": null
  },
  "sensitive": false,
  "visibility": "public",
  "text": null,
  "emoji_reactions": [],
  "reblogs_count": 0,
  "reblogged": false,
  "tags": [],
  "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": "2024-12-02T09:35:31.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": "AodBxCPYDNsGbQlEkS",
    "last_status_at": "2024-12-02",
    "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": 12,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "media_attachments": []
}