Skip to content

Actor Profiles

ActivityPub defines actors here. Actors form an essential part of ActivityPub and thus the Fediverse, as they represent communication as messages between actors.

We will be using actor profile to refer to the JSON that describes an actor. This should be compared to what the tool Verify your Fediverse Actor provides. This tool checks that the behavior of the actor, as it checks what happens for certain HTTP requests.

Actor profiles

The following table shows how different applications represent the actor profile

akkoma
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    "http://akkoma/schemas/litepub-0.1.jsonld",
    {
      "@language": "und"
    }
  ],
  "alsoKnownAs": [],
  "attachment": [],
  "capabilities": {},
  "discoverable": false,
  "endpoints": {
    "oauthAuthorizationEndpoint": "http://akkoma/oauth/authorize",
    "oauthRegistrationEndpoint": "http://akkoma/api/v1/apps",
    "oauthTokenEndpoint": "http://akkoma/oauth/token",
    "sharedInbox": "http://akkoma/inbox"
  },
  "featured": "http://akkoma/users/witch/collections/featured",
  "followers": "http://akkoma/users/witch/followers",
  "following": "http://akkoma/users/witch/following",
  "id": "http://akkoma/users/witch",
  "inbox": "http://akkoma/users/witch/inbox",
  "manuallyApprovesFollowers": false,
  "name": "witch",
  "outbox": "http://akkoma/users/witch/outbox",
  "preferredUsername": "witch",
  "publicKey": {
    "id": "http://akkoma/users/witch#main-key",
    "owner": "http://akkoma/users/witch",
    "publicKeyPem": "-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAquyEqAbTbywZ/J44e/Z9\n+i7lxcHGrgmdQRDqkUpOj2Y5Jn/mo4xbIt5Nf9fiMgXyRi6BsOBZS6oOEQ+ozM1z\nRadXB1s+YFOQJcmHKGZm0AM9wOe+KAfPXfw9qE++/eZn92jE3gOkQzrj8zz2z/0+\nStkOlgUt/3zMlYGfLfCVl1roDjE/yqrsc2+WGX49GVVxpkyaKyMyHZdEuRCpjj3Z\ns9XQ7YJQT7d5OfgJQRYoPxOOhOW6VIxlrWZ7Bzp3OHkYYPvqyxK/2N6Exu54coLs\n8lWaae3iqVHXiJ5E5f4N6oPkAmzvcDD5gNwVOYUmoq/W73GNnyqsqp4y/QqOm+B/\n+wIDAQAB\n-----END PUBLIC KEY-----\n\n"
  },
  "summary": "",
  "tag": [],
  "type": "Person",
  "url": "http://akkoma/users/witch"
}
friendica
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    "https://w3id.org/security/v1",
    {
      "ostatus": "http://ostatus.org#",
      "vcard": "http://www.w3.org/2006/vcard/ns#",
      "dfrn": "http://purl.org/macgirvin/dfrn/1.0/",
      "diaspora": "https://diasporafoundation.org/ns/",
      "litepub": "http://litepub.social/ns#",
      "toot": "http://joinmastodon.org/ns#",
      "featured": {
        "@id": "toot:featured",
        "@type": "@id"
      },
      "schema": "http://schema.org#",
      "manuallyApprovesFollowers": "as:manuallyApprovesFollowers",
      "sensitive": "as:sensitive",
      "Hashtag": "as:Hashtag",
      "quoteUrl": "as:quoteUrl",
      "conversation": "ostatus:conversation",
      "directMessage": "litepub:directMessage",
      "discoverable": "toot:discoverable",
      "PropertyValue": "schema:PropertyValue",
      "value": "schema:value"
    }
  ],
  "id": "http://friendica/profile/friend",
  "diaspora:guid": "a4285f1d-3468-9f03-57a2-692792331367",
  "type": "Person",
  "following": "http://friendica/following/friend",
  "followers": "http://friendica/followers/friend",
  "inbox": "http://friendica/inbox/friend",
  "outbox": "http://friendica/outbox/friend",
  "featured": "http://friendica/featured/friend",
  "preferredUsername": "friend",
  "name": "friend",
  "url": "http://friendica/profile/friend",
  "manuallyApprovesFollowers": true,
  "discoverable": false,
  "publicKey": {
    "id": "http://friendica/profile/friend#main-key",
    "owner": "http://friendica/profile/friend",
    "publicKeyPem": "-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAzS+BmJ3uDjwkg664UHqt\nvnhHzzgr67nDPtOoMJdbhYjVGTkq6+fbYRGM6qgpXfLQqwPOsHhNkUCaVjC7LuJF\nHkGbyKyIReqYydP2BIKn6BN516ATj8f/QlhCbtYi3useWmlSpVnvrsLkUabb/Q3v\noo/6PidsAsM2redSb3L10fKqb6HkKGWG3o7NK67KNxz3Xhm2dCpOzvY0xs739AXc\n77RdY0SlLg34VNgfu4272DTKoYIjnBD79IqOlUrBpTxbZ9FmbqJcUwuM47HbQobk\ntOeHKf6SbHQMIcxDIHqOFYamdJU3N2YLjkb84KcK0jIlkWJ1VGpGfI9FvnhHK/ai\naA5C4VHLV4QZMgueHCDHdwGz3JcENvsxjluaT5ZAcVIhzon3eke6iGHXz7LJmHF5\neOwUZeuvA/kmfbGFSu9uVRSslPybZu2oOfpbQazlss8tSxr0kO9Ti5+NHAKRLkbg\n+x7MXT0sbp3CarsROOk9a7N0eUueBR2Ts5ncYWTftvdhrdizKMAF+nL7Ip8abMNQ\ndUCZVetRSaVpKtPg/NfD67bvVB+TW00FsOrnBwRHTuzPvo8Bc3Eov3Kl1zXByn9G\n3yYFs79JfR1HpQwtKBVTCldYBwNyRezdeBi97ty9TNw5o2eIfdc4hOKVvqGFEg8U\nuUbKcgXIT2V6+nTathUmx1kCAwEAAQ==\n-----END PUBLIC KEY-----\n"
  },
  "endpoints": {
    "sharedInbox": "http://friendica/inbox"
  },
  "generator": {
    "id": "http://friendica/friendica",
    "type": "Application",
    "name": "Friendica 'Interrupted Fern' 2024.12-1576",
    "url": "http://friendica"
  }
}
gotosocial
{
  "@context": [
    "http://joinmastodon.org/ns",
    "https://w3id.org/security/v1",
    "https://www.w3.org/ns/activitystreams"
  ],
  "discoverable": false,
  "featured": "http://gotosocial/users/cookie/collections/featured",
  "followers": "http://gotosocial/users/cookie/followers",
  "following": "http://gotosocial/users/cookie/following",
  "id": "http://gotosocial/users/cookie",
  "inbox": "http://gotosocial/users/cookie/inbox",
  "manuallyApprovesFollowers": true,
  "name": "cookie",
  "outbox": "http://gotosocial/users/cookie/outbox",
  "preferredUsername": "cookie",
  "publicKey": {
    "id": "http://gotosocial/users/cookie/main-key",
    "owner": "http://gotosocial/users/cookie",
    "publicKeyPem": "-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA8JaIhU1ScmEKZzh4xz9Y\nwfTO0GDWx+ELTK94jSWJFSBWXG1RgjJEwVRUonyL0mvx2qe5V5krNrYhtkWFTM9j\nu4PEmBBYP8Z/PpbAW/Yjgmu1T8EYqFHMETViWyXD8b20qn798PuER3tCB4mVne6e\nobtPlmG06m/jUBXTT5nhJQblwzR6nmqPfNFYCB6aBlOH7JsLIMLF+0KsH5fyOrcm\nQITkFlEVBY59GVmtcyH+J5yYsyPy+oSg+6MX0/0Cy3aDH6TJ3Nh1GHqUJhYdqquB\nK5ddjBTFd/X0E5Gks75sYEgxFX/mxQF4JLagUNCSmjsoe7hvTlAflI5nFfH6We7t\noQIDAQAB\n-----END PUBLIC KEY-----\n"
  },
  "tag": [],
  "type": "Person",
  "url": "http://gotosocial/@cookie"
}
hollo
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    "https://w3id.org/security/v1",
    "https://w3id.org/security/data-integrity/v1",
    "https://www.w3.org/ns/did/v1",
    "https://w3id.org/security/multikey/v1",
    {
      "alsoKnownAs": {
        "@id": "as:alsoKnownAs",
        "@type": "@id"
      },
      "manuallyApprovesFollowers": "as:manuallyApprovesFollowers",
      "movedTo": {
        "@id": "as:movedTo",
        "@type": "@id"
      },
      "toot": "http://joinmastodon.org/ns#",
      "Emoji": "toot:Emoji",
      "featured": {
        "@id": "toot:featured",
        "@type": "@id"
      },
      "featuredTags": {
        "@id": "toot:featuredTags",
        "@type": "@id"
      },
      "discoverable": "toot:discoverable",
      "suspended": "toot:suspended",
      "memorial": "toot:memorial",
      "indexable": "toot:indexable",
      "schema": "http://schema.org#",
      "PropertyValue": "schema:PropertyValue",
      "value": "schema:value",
      "misskey": "https://misskey-hub.net/ns#",
      "_misskey_followedMessage": "misskey:_misskey_followedMessage",
      "isCat": "misskey:isCat"
    }
  ],
  "id": "http://hollo/@john",
  "type": "Person",
  "discoverable": false,
  "featured": "http://hollo/@john/pinned",
  "featuredTags": "http://hollo/@john/tags",
  "inbox": "http://hollo/@john/inbox",
  "assertionMethod": [
    {
      "id": "http://hollo/@john#main-key",
      "type": "Multikey",
      "controller": "http://hollo/@john",
      "publicKeyMultibase": "zgghBUVkqmWS8e1ipzqrQjFMhsCy3BZ2L8ZfgLBFCNQjcruXcHyDPqkwvoWXzDXFoepCNSjQufYnf61uad5bDPbX5fZzEgYXcA2E1kt2uAnoYhAmkjP3aU7pnRCd8N6hUSYtgez3JQjXnKZaoB8wcCcVvAM59Yie4JEXG8gL7EUheTZVJqEe68WNd5Gs43msQeGxMvAYp9sDTpc7RXntJvgwY4Kz3wBvGALn6ZbMYAKE7AJTCqSdELJ5rGxPQbzzAZfRYHfZwVLAv5Ku3io8JZuwKVK8jGab9XrxC1Q1zJWtCNmwmq6eEgb8j97yAHLNyb4ydWxKsGYtqp4XFr2shpGmVzj35AA8gsNQyDLa2edCSUko5doXF5VVmmg4gKtPyzLu3uGP7mh8QCgL4Saner5FL59g2kCEzpNg4PrXQU3rp8yhSV4egVZ4gNxHjca6ksaRkcmjx63iViJkAfAfGxm5vmAjND87mDboPbAuMwSEHuBAWtuoxbgC5EAE1qnq6Xp2dRwzQ69L8pTPrznNEw9MVPLy1zekbeWAQAAmMffH9iX43dUU5ZVC4ttDr6dG3FZa8j6zrUw3E8deQJjDxCK8F99N36nrBhrhrudsmQijAgf4sceydyMuQ6WQBHkhf2GVkEUiz2kUvWvSk7EjPdNqN8bNHjtYh794faxecZ1DdrgoHghpkgA825WgE8Vz8ETuVCmMUW4sLJsQmE"
    },
    {
      "id": "http://hollo/@john#key-2",
      "type": "Multikey",
      "controller": "http://hollo/@john",
      "publicKeyMultibase": "z6Mkf9bfusYJUi51zpWxvdTk3r8BQACrvJK9qRehatYjRXwZ"
    }
  ],
  "publicKey": {
    "id": "http://hollo/@john#main-key",
    "type": "CryptographicKey",
    "owner": "http://hollo/@john",
    "publicKeyPem": "-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAroknybm3Y5XjkJhEjiqr\n6NXp+0bKtsyehsNdJLzRqBs1IB/mXqdfvnsR+NzykBzBZ9wdA6Rherd8mm+53wDq\noBCdDSBIUz/ySUVuwlOMUUoRH71b7GxMJhPF1nlwZTmel1ypZDzT9Rl1rGUjJkh4\nFhs8nmUO0IxpzGGpls8FswgBNlXn4KVjU+UYeVelzDCYHGzaUDTiEgV3Y3Y76ekT\nupDs3Q+yG9m4csfNmpMQP8VIm2tGUBlx+g2WUAf1XmyhWWuFPcsXsKVdhRibkcaQ\nJvTEp6slxBgTMv5GbOkl4IbYm27iWaP4zmBcGZryH9Ra5px7Xz3UqxNrpu5aQODP\nBfCwPiQ0RzC+djtTB7sDtPO0bp8LJ/xc1FX785TA3NtAJNp5waylBorH3NI4hyfp\nmu6Dm0OZ5T/lgw8xgaGDI2AwMx7BKfwU2yAbk7tcEO2FYXdWV6EvKddMs5LlYsfX\noP+c8wcTbUBSJJsoOcWYAqL/wAOHp2vepUVA5gcYlagLePWs0DuWsfgqIbEYiw6u\nvaCOJP+tvX+aI2uxW03FoEywcl7Fw0bneCI7Y6XREL+1u5JCeduizKUdtw1oPhyp\nHDV5GCkVhvUpO3HtJHYMim35a9pCNkxTqhEaNk+kdF7lNH6fgRjdV6nhk4woiTak\nOI1E1bobWmthGKfk4kMQ+80CAwEAAQ==\n-----END PUBLIC KEY-----\n"
  },
  "endpoints": {
    "type": "as:Endpoints",
    "sharedInbox": "http://hollo/inbox"
  },
  "followers": "http://hollo/@john/followers",
  "following": "http://hollo/@john/following",
  "liked": "http://hollo/@john/liked",
  "manuallyApprovesFollowers": false,
  "name": "john",
  "outbox": "http://hollo/@john/outbox",
  "preferredUsername": "john",
  "published": "2025-08-15T10:15:11.162Z",
  "summary": "",
  "url": "http://hollo/@john"
}
mastodon
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    "https://w3id.org/security/v1",
    {
      "manuallyApprovesFollowers": "as:manuallyApprovesFollowers",
      "toot": "http://joinmastodon.org/ns#",
      "featured": {
        "@id": "toot:featured",
        "@type": "@id"
      },
      "featuredTags": {
        "@id": "toot:featuredTags",
        "@type": "@id"
      },
      "alsoKnownAs": {
        "@id": "as:alsoKnownAs",
        "@type": "@id"
      },
      "movedTo": {
        "@id": "as:movedTo",
        "@type": "@id"
      },
      "schema": "http://schema.org#",
      "PropertyValue": "schema:PropertyValue",
      "value": "schema:value",
      "discoverable": "toot:discoverable",
      "suspended": "toot:suspended",
      "memorial": "toot:memorial",
      "indexable": "toot:indexable",
      "attributionDomains": {
        "@id": "toot:attributionDomains",
        "@type": "@id"
      }
    }
  ],
  "id": "http://mastodon/users/hippo",
  "type": "Person",
  "following": "http://mastodon/users/hippo/following",
  "followers": "http://mastodon/users/hippo/followers",
  "inbox": "http://mastodon/users/hippo/inbox",
  "outbox": "http://mastodon/users/hippo/outbox",
  "featured": "http://mastodon/users/hippo/collections/featured",
  "featuredTags": "http://mastodon/users/hippo/collections/tags",
  "preferredUsername": "hippo",
  "name": "hippo",
  "summary": "",
  "url": "http://mastodon/@hippo",
  "manuallyApprovesFollowers": false,
  "discoverable": false,
  "indexable": false,
  "published": "2025-08-15T00:00:00Z",
  "memorial": false,
  "publicKey": {
    "id": "http://mastodon/users/hippo#main-key",
    "owner": "http://mastodon/users/hippo",
    "publicKeyPem": "-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA9KvZTC46ViKM4AL43/ut\njUDkwiReXCd0tfzKbh6q1Ko419T+3T/Los4XiYFPwa0VCuU0CGsBRj0noze/7Sdc\ndxzV/RO76NBcoDOCI8+ZeG9ExEfSSictiQiilpfeP1yc3XWP8NlMQav6gzXJ/sWC\nCv3zndK6M0BDD3qyjX68ZPwYzy6clM1kTGgPm8G3pXdOfssiacz6XKFtvZivDPtX\npeTMGNHss2CdtDDd0Y0QBRLpYcHodWnoPqAQPBPcDAmZdHtJLhl5GoNJIhkSL/MB\nNrDoZRsP4VKokCIpIkdqWjhO8zIVhwBolOV5HFgBFZBxFOk49wrQUjYSg16Bs6M3\nfwIDAQAB\n-----END PUBLIC KEY-----\n"
  },
  "tag": [],
  "attachment": [],
  "endpoints": {
    "sharedInbox": "http://mastodon/inbox"
  }
}
misskey
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    "https://w3id.org/security/v1",
    {
      "Key": "sec:Key",
      "manuallyApprovesFollowers": "as:manuallyApprovesFollowers",
      "sensitive": "as:sensitive",
      "Hashtag": "as:Hashtag",
      "quoteUrl": "as:quoteUrl",
      "toot": "http://joinmastodon.org/ns#",
      "Emoji": "toot:Emoji",
      "featured": "toot:featured",
      "discoverable": "toot:discoverable",
      "schema": "http://schema.org#",
      "PropertyValue": "schema:PropertyValue",
      "value": "schema:value",
      "misskey": "https://misskey-hub.net/ns#",
      "_misskey_content": "misskey:_misskey_content",
      "_misskey_quote": "misskey:_misskey_quote",
      "_misskey_reaction": "misskey:_misskey_reaction",
      "_misskey_votes": "misskey:_misskey_votes",
      "_misskey_summary": "misskey:_misskey_summary",
      "_misskey_followedMessage": "misskey:_misskey_followedMessage",
      "_misskey_requireSigninToViewContents": "misskey:_misskey_requireSigninToViewContents",
      "_misskey_makeNotesFollowersOnlyBefore": "misskey:_misskey_makeNotesFollowersOnlyBefore",
      "_misskey_makeNotesHiddenBefore": "misskey:_misskey_makeNotesHiddenBefore",
      "_misskey_license": "misskey:_misskey_license",
      "freeText": {
        "@id": "misskey:freeText",
        "@type": "schema:text"
      },
      "isCat": "misskey:isCat",
      "vcard": "http://www.w3.org/2006/vcard/ns#"
    }
  ],
  "type": "Person",
  "id": "http://misskey/users/abg9bsla7ltd0003",
  "inbox": "http://misskey/users/abg9bsla7ltd0003/inbox",
  "outbox": "http://misskey/users/abg9bsla7ltd0003/outbox",
  "followers": "http://misskey/users/abg9bsla7ltd0003/followers",
  "following": "http://misskey/users/abg9bsla7ltd0003/following",
  "featured": "http://misskey/users/abg9bsla7ltd0003/collections/featured",
  "sharedInbox": "http://misskey/inbox",
  "endpoints": {
    "sharedInbox": "http://misskey/inbox"
  },
  "url": "http://misskey/@kitty",
  "preferredUsername": "kitty",
  "name": null,
  "summary": null,
  "_misskey_summary": null,
  "_misskey_followedMessage": null,
  "_misskey_requireSigninToViewContents": false,
  "_misskey_makeNotesFollowersOnlyBefore": null,
  "_misskey_makeNotesHiddenBefore": null,
  "icon": {
    "type": "Image",
    "url": "http://misskey/identicon/kitty@misskey",
    "sensitive": false,
    "name": null
  },
  "image": null,
  "tag": [],
  "manuallyApprovesFollowers": false,
  "discoverable": true,
  "publicKey": {
    "id": "http://misskey/users/abg9bsla7ltd0003#main-key",
    "type": "Key",
    "owner": "http://misskey/users/abg9bsla7ltd0003",
    "publicKeyPem": "-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAp0MLIJahTXA4Vysv/iuW\nBGbZGgPx1J9+9QcGCpFQYU4mfHVOvPClorbuP6IiYGCHtDgBEgy9putAXAv+L6n9\nE6vk5o7zjgGqB/ROCJ110qvc3dmT/OoGdGjBzZJaTfeFBcc2c0pZUR/icF87kEw3\nsJ47+gOizP0NlCIFbTeWyhXqLksZapPvAajh7RYn2HnsBeD6rit1HKq4TLiHzcyy\nzKP6qBtdjwwQvtd3xC3XHNaA4sd+FRPC0HodtnJ/fVVxb5+SY8M4Lzpl/UdunvPF\ndldlnhHfXAmrJre1RW3IzPd+Mt2A62ralJ3HP23HURVoEdFNJTNNQrNIjVgjVOZq\nbQIDAQAB\n-----END PUBLIC KEY-----\n"
  },
  "isCat": false
}
mitra
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    "https://www.w3.org/ns/cid/v1",
    "https://w3id.org/security/v1",
    "https://w3id.org/security/data-integrity/v1",
    {
      "manuallyApprovesFollowers": "as:manuallyApprovesFollowers",
      "schema": "http://schema.org/",
      "PropertyValue": "schema:PropertyValue",
      "value": "schema:value",
      "toot": "http://joinmastodon.org/ns#",
      "featured": "toot:featured",
      "Emoji": "toot:Emoji",
      "mitra": "http://jsonld.mitra.social#",
      "subscribers": "mitra:subscribers",
      "VerifiableIdentityStatement": "mitra:VerifiableIdentityStatement",
      "MitraJcsEip191Signature2022": "mitra:MitraJcsEip191Signature2022",
      "gateways": "mitra:gateways",
      "implements": "mitra:implements",
      "proofValue": "sec:proofValue",
      "proofPurpose": "sec:proofPurpose"
    }
  ],
  "id": "http://mitra/users/admin",
  "type": "Person",
  "name": null,
  "preferredUsername": "admin",
  "inbox": "http://mitra/users/admin/inbox",
  "outbox": "http://mitra/users/admin/outbox",
  "followers": "http://mitra/users/admin/followers",
  "following": "http://mitra/users/admin/following",
  "subscribers": "http://mitra/users/admin/subscribers",
  "featured": "http://mitra/users/admin/collections/featured",
  "assertionMethod": [
    {
      "id": "http://mitra/users/admin#main-key",
      "type": "Multikey",
      "controller": "http://mitra/users/admin",
      "publicKeyMultibase": "z4MXj1wBzi9jUstyQy5HN5vrreAUdWmWpbUQgaFbxkAGriLn5ZbXqgKTuxdWtrSi3TUt2w6MNfWbybUyLpnz1gamb8MyqFQBLM2tvpEMFHiSvHzdVRC1LNgQhVSoN2E7aq7ed1S5kt18m6ffayLdpGvHJC88X3Bjd5bXvkBYBmGPavWuH88vjnhL6KG6ghhZixH2rWFoE9E7DejhdxWPEFaxfvpg2DKBJPamgcFVkeQRSxjPm2AuQQnBNdBJsfqr2hUy1D2Pe2yP98j2qzgyK65wreYThdRxJy2szBUA378k93Q4YxbBQ3oRRv4RTQrugbriBHmNwP4qjw1B8hiNMbYTCuYueCSAMtMJrY6jhZESPnRZxXZSx"
    },
    {
      "id": "http://mitra/users/admin#ed25519-key",
      "type": "Multikey",
      "controller": "http://mitra/users/admin",
      "publicKeyMultibase": "z6MkshjPCkb8jz8FnHCiQFwo8EFLDoCEhRZawj7UoXiMRcz4"
    }
  ],
  "publicKey": {
    "id": "http://mitra/users/admin#main-key",
    "owner": "http://mitra/users/admin",
    "publicKeyPem": "-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA99vnOPk4yMIGzWDnPml9\nDFT/3C8Mp86hC86PnCfVx5cPEXbj0OFCftdkFyZWtYLM6kPCedevUtmCf+ei5x9S\ncxIBGsolDyFJL/CFR+3DlZdaZCrPMCthMs50s0ak2nWAbAr4/wEYIqweauqTh/L5\nPGgtBi2G+f6Ax+pJBozF48HEmYY/It4Bmh1Fm0wyJxHXUgN76+zztGvcQFRgK0OQ\nNr1LPy1t6Oj3k42mK9gDajFDOpNIPrEuCvpk5DGl/WpC4JSh7IwZ/6YYVgzmSlAS\n/Z1ho7bXUKPKGITv963jNoV66eH0BA0jaFxeIDoz1xOUVPcZTZz+PEQC41xMoaz3\newIDAQAB\n-----END PUBLIC KEY-----\n"
  },
  "generator": {
    "type": "Application",
    "implements": [
      {
        "name": "RFC-9421: HTTP Message Signatures",
        "href": "https://datatracker.ietf.org/doc/html/rfc9421"
      },
      {
        "name": "RFC-9421 signatures using the Ed25519 algorithm",
        "href": "https://datatracker.ietf.org/doc/html/rfc9421#name-eddsa-using-curve-edwards25"
      }
    ]
  },
  "manuallyApprovesFollowers": false,
  "url": "http://mitra/users/admin",
  "published": "2025-08-15T10:45:09.557400Z",
  "updated": "2025-08-15T10:45:09.557400Z"
}
pleroma
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    "http://pleroma/schemas/litepub-0.1.jsonld",
    {
      "@language": "und"
    }
  ],
  "alsoKnownAs": [],
  "attachment": [],
  "capabilities": {
    "acceptsChatMessages": true
  },
  "discoverable": false,
  "endpoints": {
    "oauthAuthorizationEndpoint": "http://pleroma/oauth/authorize",
    "oauthRegistrationEndpoint": "http://pleroma/api/v1/apps",
    "oauthTokenEndpoint": "http://pleroma/oauth/token",
    "sharedInbox": "http://pleroma/inbox",
    "uploadMedia": "http://pleroma/api/ap/upload_media"
  },
  "featured": "http://pleroma/users/full/collections/featured",
  "followers": "http://pleroma/users/full/followers",
  "following": "http://pleroma/users/full/following",
  "id": "http://pleroma/users/full",
  "inbox": "http://pleroma/users/full/inbox",
  "manuallyApprovesFollowers": false,
  "name": "full",
  "outbox": "http://pleroma/users/full/outbox",
  "preferredUsername": "full",
  "publicKey": {
    "id": "http://pleroma/users/full#main-key",
    "owner": "http://pleroma/users/full",
    "publicKeyPem": "-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxt3lMHzhbwNjcYG2/PAM\nnIG9fLH/Qey1ceYWHS29lz8BqxIqRh1lspGvXoU7ivB2PPqNqUCSRm3fVCOlv5xP\n0FIVxkYM0INDV5nvvAdBO4bNFkrEPAVGya0/EVMmz6H2Cbv2+IWvspSuzjmTozLm\nFuw+9GdNmdqWiryvWqasQNHEBoEJUPGdyUyOESFXHfjvPK/TK8uJY2jtVuTu7AjV\npaOFY2WbLvky/30CZ4DyHjnt4oB/kgwjGZw8VRlWu+M3gerxX2DGy8yPX/07u0q/\nO85Si6qkXaoAZ/kMudDcv0CnMCcGR0YCvlRbebBHD5l1jcbJ73A20icZ4/+afVP3\nPwIDAQAB\n-----END PUBLIC KEY-----\n\n"
  },
  "published": "2025-08-15T10:57:23.000Z",
  "summary": "",
  "tag": [],
  "type": "Person",
  "url": "http://pleroma/users/full",
  "vcard:bday": null,
  "webfinger": "acct:full@pleroma"
}
sharkey
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    "https://w3id.org/security/v1",
    {
      "Key": "sec:Key",
      "manuallyApprovesFollowers": "as:manuallyApprovesFollowers",
      "sensitive": "as:sensitive",
      "Hashtag": "as:Hashtag",
      "quoteUrl": "as:quoteUrl",
      "fedibird": "http://fedibird.com/ns#",
      "quoteUri": "fedibird:quoteUri",
      "quote": {
        "@id": "https://w3id.org/fep/044f#quote",
        "@type": "@id"
      },
      "toot": "http://joinmastodon.org/ns#",
      "Emoji": "toot:Emoji",
      "featured": "toot:featured",
      "discoverable": "toot:discoverable",
      "indexable": "toot:indexable",
      "attributionDomains": {
        "@id": "toot:attributionDomains",
        "@type": "@id"
      },
      "schema": "http://schema.org#",
      "PropertyValue": "schema:PropertyValue",
      "value": "schema:value",
      "misskey": "https://misskey-hub.net/ns#",
      "_misskey_content": "misskey:_misskey_content",
      "_misskey_quote": "misskey:_misskey_quote",
      "_misskey_reaction": "misskey:_misskey_reaction",
      "_misskey_votes": "misskey:_misskey_votes",
      "_misskey_summary": "misskey:_misskey_summary",
      "_misskey_followedMessage": "misskey:_misskey_followedMessage",
      "_misskey_requireSigninToViewContents": "misskey:_misskey_requireSigninToViewContents",
      "_misskey_makeNotesFollowersOnlyBefore": "misskey:_misskey_makeNotesFollowersOnlyBefore",
      "_misskey_makeNotesHiddenBefore": "misskey:_misskey_makeNotesHiddenBefore",
      "_misskey_license": "misskey:_misskey_license",
      "freeText": {
        "@id": "misskey:freeText",
        "@type": "schema:text"
      },
      "isCat": "misskey:isCat",
      "firefish": "https://joinfirefish.org/ns#",
      "speakAsCat": "firefish:speakAsCat",
      "sharkey": "https://joinsharkey.org/ns#",
      "hideOnlineStatus": "sharkey:hideOnlineStatus",
      "backgroundUrl": "sharkey:backgroundUrl",
      "listenbrainz": "sharkey:listenbrainz",
      "enableRss": "sharkey:enableRss",
      "vcard": "http://www.w3.org/2006/vcard/ns#"
    }
  ],
  "type": "Person",
  "id": "http://sharkey/users/abgajfhntvnz0003",
  "inbox": "http://sharkey/users/abgajfhntvnz0003/inbox",
  "outbox": "http://sharkey/users/abgajfhntvnz0003/outbox",
  "followers": "http://sharkey/users/abgajfhntvnz0003/followers",
  "following": "http://sharkey/users/abgajfhntvnz0003/following",
  "featured": "http://sharkey/users/abgajfhntvnz0003/collections/featured",
  "sharedInbox": "http://sharkey/inbox",
  "endpoints": {
    "sharedInbox": "http://sharkey/inbox"
  },
  "url": "http://sharkey/@willy",
  "preferredUsername": "willy",
  "name": null,
  "summary": null,
  "_misskey_summary": null,
  "_misskey_followedMessage": null,
  "_misskey_requireSigninToViewContents": false,
  "_misskey_makeNotesFollowersOnlyBefore": null,
  "_misskey_makeNotesHiddenBefore": null,
  "icon": {
    "type": "Image",
    "url": "http://sharkey/identicon/willy@sharkey",
    "sensitive": false,
    "name": null
  },
  "image": null,
  "backgroundUrl": null,
  "tag": [],
  "manuallyApprovesFollowers": false,
  "discoverable": true,
  "publicKey": {
    "id": "http://sharkey/users/abgajfhntvnz0003#main-key",
    "type": "Key",
    "owner": "http://sharkey/users/abgajfhntvnz0003",
    "publicKeyPem": "-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAusSNrLMDWgWApHWqVqtP\nreJ4SdWR4QUJ/zwj50jYYBnrKa6Yi8MD0rk7cS0uz82jfWDNS3ghshtBdLqORuU/\nSVWYCTquA3Mlrqf+50JFU+YUITWidGGD5/bg3owD/Rk4DohB2hMdb/pm/1hITlhH\nHlRMt4nbgAG9zKArKZlMIy72XzWGssIYGYLQ+BGWbmldgp/2jJiihAlZH9KoGeMA\nQcWk1RU8MfdGGM0vaE1kYpr3kkpaeN81EHdeBxo3Dykw7PMB8q1cSai0IZwU29kV\n8Q7f7k69JzligvfHHiPaT0bhPcHXvMtv22zSUeqjnHC3rEyYH1VPGsGuQfU43G3S\nfQIDAQAB\n-----END PUBLIC KEY-----\n"
  },
  "isCat": false,
  "hideOnlineStatus": true,
  "noindex": false,
  "indexable": true,
  "enableRss": false,
  "speakAsCat": true,
  "attributionDomains": []
}