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-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA4VrpJGcV2op4jKK5clqJ\n8WDNW1S+meGJKIj5P8CUWXkVk3VlnwtXPWzsgjbjuY3g+Yv3fGAaUH2KhUAsw3Y9\nPKW5rntqbpSyDcFiF2u1eMR4UfRhtbUyyOXkrZuSM+YKVzGg+uz5tKhTHL51aRJw\nyvX9dQrGeNZq1MGltnb0oVyuK3l/YF0Qy6AZ1RQw3biGruroH9g6vpjQx+gFcJRy\nYgoEMQm/ATU1TPzYLdkbX5aNEwAAaU91Wzz/ZzxKxYJtl01CfxkBQ1On9ZBWN9iT\n9DMZN07gknDaBn7xCg9MKQw1S9l2CkQQNuNoIZkBd0bnDrbZmasPZVqpDaxQhxjv\nbwIDAQAB\n-----END PUBLIC KEY-----\n\n"
  },
  "summary": "",
  "tag": [],
  "type": "Person",
  "url": "http://akkoma/users/witch"
}
gotosocial
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    "http://joinmastodon.org/ns",
    "https://w3id.org/security/v1"
  ],
  "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-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwWwQgNMcjo+y2dEytX9G\nZ0kptbEa0IylEDYr/K04RHmAhy6gNGamm5QP017UGmitcE4hUayRdGUCmPsy+We5\nnXpvaTMIkg6hOXXmYw5LQGYRR+E/lptDHRS4vBWchNJWC/4FYCj0TO10d3LD264Q\nPzZZZL9b1+U2TZETL0quJ4IkCB/SbOlgPyC1AIfUexHjBLDRinfr7Pti0ynsDnkv\n2LOQbJ5ews7mgEkFU7b52IHQIMWb463NbfaCNAx5kVQt39hfZinn2otWkyOsmvf8\nT/JLDrSA+VgqQEP73lN9IaG7bNd/z3WbzUPSq6/RenouB3QHiKXqX4td6WTpAqxt\nWQIDAQAB\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": "zgghBUVkqmWS8e1iwcDsfn6Kf2914LJBVsa28Udh8WQNFkR5zueRytnF4s2xvdHeisw4M4pwDF6SMfFtEyZdL8V8Ag7UvWREPvVW94sBAhGbdqC9SENszvJytAiBXyCXDGz8iMeqisa15dyFWUhEfgYwHVJ4pYLZFxcmTqRrpHjaW9YXhKFnf4EEapsshCE9CCkjRKY3BmMh7pvaQTG2sa5fx6qrTkrS4EQBjtvWF4PdDc1o6bL6zVwD6UfqnsfHVYfJvELqbhksmytbqud1ihuiCLUDrjxAdG4q4Fkvjgmq18r5XZLoSwBrrag6tLNZFTsQYTSBS2aiBsKLyuuYJ9ukPHEPHLxxuZiSQG3wTw2ha2xPxFfc9xzcUoNK2uJPxWc3z8HtwLrBWiLrLjkgzu5imdFPb91EZukhAD7tWCnV3wnbWVp5PTutcNQwp5YyeEK81CJGoqpbSxUDMLnFsfWVsCwTqxpXid1iEZKrUyp2AyFsyNKLK7wcGfxcRmDKJzK7TYLja2catD8s6p31jyQ3KgXzFmiudcDci7hagRAcWCG2RszzmDdFd3orNQkUPqmeEjQ7djByPN9F2AKQJSfxpdiHWVGLXA1pPq4RQ5aSg1NzW1dfgt9HnXBUvSeiG9mV9daNh8oQHz6ExFs3oQZAhVBs4Lfmg5VksaddtCN9hYdxeg6XhxB6NSB43dtBJTDW4F2YwtoU2sRMJQ"
    },
    {
      "id": "http://hollo/@john#key-2",
      "type": "Multikey",
      "controller": "http://hollo/@john",
      "publicKeyMultibase": "z6MkgvssWyNK7BnZfq4ntYftaZRKKNYX8bdSMYAHxfH63R7U"
    }
  ],
  "publicKey": {
    "id": "http://hollo/@john#main-key",
    "type": "CryptographicKey",
    "owner": "http://hollo/@john",
    "publicKeyPem": "-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAxs7qLYj92+YW+DKt81u+\nAGmVoh+JW3qJ10MHxQzSAnS0EyvmDiO6o4LFRXbHBtF3ZXkmNlc8NnOfX7/no7Xp\nhu5fAwWYQ3QA6rvdbhG8kq8VTtc4dkR8d4hLFLLPxdrcqOwTw9sCQ05LcRIBVgDj\nZIgvrODtB3joJ+idrXBT/681KWqjQnhFvPexI3A/RdRV3hhkpP75NpjE+hU82wpM\n6iRuiYlPiTYTwyhxz2WSmV6cVDEytRSCiGY2tLjMCyE6EhBTPBSyMsIY8mXZggOF\naeM7javOoWUVba3c61jDtLPhVICl6eafcmuCQ6PTHhrGWVPe4lfZd3tIp0PffzdL\n5yjlK6DmEnhOGMC4N1XtiZpprhTsjSJJOvoAdPwAvGkwFhEUvVdnRzKXH4jCPAaP\nNLGqxpenM14MaXuHJvkFss3ICKgE9ds+A61aDi+X5bMxE3suPyQOL+FyY458ub+l\nFg8wTYxLm0RCLpkN7DvOAwkdbEoB39ibvlM0PP5G+72PEgRVQX+TjupoIke5/vQe\nzc3xfQzZyPyuhmN54TPLfi9dTyQxk2J3XbRuDgK56anbVlft7/kFQeA9lm2iEqhF\nbwJUH+uf1cmH5cSItkKXBXKYQ5OFWWMrlawCQlpEiVs4gEq7l18XLGEXb6yCRpa0\nHuCQ3fXwR0y1w3mGaMGptvsCAwEAAQ==\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-04-11T07:57:49.682Z",
  "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-04-11T00:00:00Z",
  "memorial": false,
  "publicKey": {
    "id": "http://mastodon/users/hippo#main-key",
    "owner": "http://mastodon/users/hippo",
    "publicKeyPem": "-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAr6qXD8APJUMWkjCZIYW/\nORHeRCUsqmvosQiNJXjY1mvIR/DPVxE0rGxN4Ao+T11u9cmuWZOIVCc0Zwij4N9n\nCV//kOlQSYN7FIBXU74U4sGmWO9W0kr/gnfeLMAQaCQACVnboCEiwaUiurbxw7qr\nvmol/TRceBw9OU65WPTaOhO4xMxqumRJvXwaNdqypzuUONgUqJFaBvZWtoOwURIb\n1GIyD5I4GUuj0EXs74B6ZaZx9uPZd32lJLk/AKho56IiapR1u4rYyDHz0xr3Uv7y\nARTyiWnkD0cU+17XT7SUnZ7bBfUQ2OfD1QAusSILwnG+hXnGH/eFAxN8SkqUKeH6\nvwIDAQAB\n-----END PUBLIC KEY-----\n"
  },
  "tag": [],
  "attachment": [],
  "endpoints": {
    "sharedInbox": "http://mastodon/inbox"
  }
}
mbin
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    "http://mbin/contexts"
  ],
  "id": "http://mbin/u/oscar",
  "type": "Person",
  "name": "oscar",
  "preferredUsername": "oscar",
  "inbox": "http://mbin/u/oscar/inbox",
  "outbox": "http://mbin/u/oscar/outbox",
  "url": "http://mbin/u/oscar",
  "manuallyApprovesFollowers": false,
  "published": "2025-03-07T12:24:54+00:00",
  "following": "http://mbin/u/oscar/following",
  "followers": "http://mbin/u/oscar/followers",
  "publicKey": {
    "owner": "http://mbin/u/oscar",
    "id": "http://mbin/u/oscar#main-key",
    "publicKeyPem": "-----BEGIN PUBLIC KEY-----\r\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAjyVJhmtrQgVrgu8wl3y2\r\nahB4kiLlcJ+V9abW31l43o9JH2mD41b5EMfmtdN/TjR+/Ju14eWaPU75beMFj0ud\r\nOHonviK+KjoLEtm0ItZQuxfTTFwnJC89MyalWZTAi0Ki1j5VeUa2ci0RkFTcsOYb\r\nHA3KkXuWW5t3FiOC1vWQvmM/FU71mAmdByDK4P7e+WX1tkLe+1lW21s85A/JNIBJ\r\n+Nzjs006w5Nwxu2DZKlCddrY6R4ODNwOVRm4CR7wWpd6pTTXyxfEvtk3ng+LDIX3\r\nU3aeSdFuo6WeaYPVX+uAdDObusIW7vTum0dUFpn8S/DR8zBdiWSpVqtWMzLQxT5M\r\nJdnZG0EbC0FrmtwN4qG2ztENhFYjo6VETbGsuBnK9cA7VCQUGpt99ApgMHMuhQ6e\r\nz03p4tGL9LrOznPjVQpOuG15WU69fjBlNIYVDPBcwp8nC5bqTigRtqBmiGECahsJ\r\ny3M4q+/z5O7yw9dUYUrP2vTS1AgO4B5gQIHhSS86Q4gYTuXaNMbg7pMjBewTkvL7\r\n5ckgYyPlsH/B2qcPemKnEng8pfOaExdjMz8aPEZHV/X+7JEzxRVRspe8mS9KvAQY\r\nT8S1iKxMJW+rjMWOC11s7qe0gy7L8kNvrl3Ya+lYy1v723ZqoYykaSQGYs9cPZMD\r\nDmAkEvRCvpUiKS4IvgsP4n0CAwEAAQ==\r\n-----END PUBLIC KEY-----"
  },
  "endpoints": {
    "sharedInbox": "http://mbin/f/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/a59bykudnkgb0003",
  "inbox": "http://misskey/users/a59bykudnkgb0003/inbox",
  "outbox": "http://misskey/users/a59bykudnkgb0003/outbox",
  "followers": "http://misskey/users/a59bykudnkgb0003/followers",
  "following": "http://misskey/users/a59bykudnkgb0003/following",
  "featured": "http://misskey/users/a59bykudnkgb0003/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/a59bykudnkgb0003#main-key",
    "type": "Key",
    "owner": "http://misskey/users/a59bykudnkgb0003",
    "publicKeyPem": "-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtwfWwqakrbO5bjcHFSC9\nB6wgXBvGRcc5UYN11+2bZ8261l2FccISwRbKupi/BCmBDOagcS6dPB0wOoqm6r/T\ny8kTl7UAf6azrqOD5757zwb4mGHs1CmHAWbA+rg8SIhMxpW8dw5euBtsYvpoAoFK\nthAHVq4cE5KhEVZqJUewOUEMQz7mCb4eK+5BJxV6gbYj6sXV1nel+3o2NQOZdECG\n+FCVH0g+JOgnFmPPyHtCueRwsuh9snEwlagb0Dexn5djST2nxZBVD3KA2iSft5Xy\nPlUoJv1OLO/259fX0B/BkUvusIIPkpczfCiF6CQR8s4zsfZExqb26VlnWpXqKra2\niwIDAQAB\n-----END PUBLIC KEY-----\n"
  },
  "isCat": false
}
mitra
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    "https://www.w3.org/ns/did/v1",
    "https://w3id.org/security/v1",
    "https://w3id.org/security/data-integrity/v1",
    "https://w3id.org/security/multikey/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",
      "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": "z4MXj1wBzi9jUstyQL79NgjsxxVhU46rpNJoVfyBpmsEtZoyeKKDCVSZYd6zdEZ5EztC3ZQU7CZ9qWUaKeWG9RjKWzKofcpRpYoMSbkjgCS7rJwUAL9cbV9qbz3x7tUfsZMiyReCUsK7rn5zwYKahzQLHDDB9bLcvHEUnwc2chMFxPdHAepnuBMDqSbox6A1RrVdtNp6bFXUwgW5Qkx1RrrH15jh83am62SU7fUotLRoYsLhVJF9NaxTGFTyh7uPts61YwMnwFwpTrP4E9vzL4t5hnvhaF17LTuRovMDW2LXaspGsbwoYmfooTgwFPuQp94RWdoEy1H2EfDgMkAwQrsjRU1FHouiAhDkecQbY9SX1GFyuKV9r"
    },
    {
      "id": "http://mitra/users/admin#ed25519-key",
      "type": "Multikey",
      "controller": "http://mitra/users/admin",
      "publicKeyMultibase": "z6MkkXJDWQ9U2KnnZ2zPM1X4pwq125NsLEgpeKSYxgjRKkYe"
    }
  ],
  "publicKey": {
    "id": "http://mitra/users/admin#main-key",
    "owner": "http://mitra/users/admin",
    "publicKeyPem": "-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA3Cp42RnKSz7fQmBqlo9K\ndEy30cD/CCw0bqBWh/yAZA+5c/GdPYXlHogGa+qKqGxAkSHN1p2osKQcQe0F9sNb\nIOdhjCjMkANrHiqJmVeUo0rUwHtXssY5069am4aqiODk5ISE7EPO380bcn1TMd/4\nEsuiJpEaTESXD9s9tdC/uVq/ngZiP+ggfGEo1yZLFRqwFHOjNN6L1/5/Tr2hXiqr\nQH90ah8g4hkhQsJf52VPbYbHusEFqH3cad8ZSb3ECRdIfXmiHLbQkAiTnlBspiLn\nJE0qfjYxbPGxMSWonUk/J0gqJKPCT+zjl8Dk5wnnYQE7cxLWoQ3x1IPkPzK5cGhW\ngQIDAQAB\n-----END PUBLIC KEY-----\n"
  },
  "manuallyApprovesFollowers": false,
  "url": "http://mitra/users/admin",
  "published": "2025-04-11T08:59:09.493311Z",
  "updated": "2025-04-11T08:59:09.493311Z"
}
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-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAu10scdDfAVRCVDOAN6FY\nj4MXfjeXj/h+5sW8YyICnjzHsF2aANb+XN512mHNTnPqJiK25kDpekM1T3iNEY2n\nxq3I6mXFtoyO0pFGAQJ1rW7dphEoqf4SW9BcfJWIFCdai9q7c0Z4okK3g80TfsQu\nBdgpmCaABUdB2ESTK8xQBX6S9VUXZCK1AzcQLmW0Xle0szOZSoyjoZmb3gDhPpAh\nX59Y4WexPYoZNT54peTF8X2BPE4E41YW70Ta+TVj1rcjqEfd+9fcNNcphVrR8y1q\n+kqATWON2sk3HqUATyJsIxfx6EcMoDNkKNG/C5RI5XkOUKlnLPubfC0oOlICAjBF\njQIDAQAB\n-----END PUBLIC KEY-----\n\n"
  },
  "published": "2025-03-12T11:09:09.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",
      "toot": "http://joinmastodon.org/ns#",
      "Emoji": "toot:Emoji",
      "featured": "toot:featured",
      "discoverable": "toot:discoverable",
      "indexable": "toot:indexable",
      "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/a52e8ostm0s60001",
  "inbox": "http://sharkey/users/a52e8ostm0s60001/inbox",
  "outbox": "http://sharkey/users/a52e8ostm0s60001/outbox",
  "followers": "http://sharkey/users/a52e8ostm0s60001/followers",
  "following": "http://sharkey/users/a52e8ostm0s60001/following",
  "featured": "http://sharkey/users/a52e8ostm0s60001/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": null,
  "image": null,
  "backgroundUrl": null,
  "tag": [],
  "manuallyApprovesFollowers": false,
  "discoverable": true,
  "publicKey": {
    "id": "http://sharkey/users/a52e8ostm0s60001#main-key",
    "type": "Key",
    "owner": "http://sharkey/users/a52e8ostm0s60001",
    "publicKeyPem": "-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAt0ztipZ6tQUelTAFXNVj\nkl36S6cuFqtnJRM/QyGsbFUcMCA5fEj14T3VI7MVNAaqnjLkKA4kXUGTK1MDEiU+\nequzoD4km9sBc1rpDKCrUqysFfLIyToFIlRmUvjkOUC2O4GPKtFOKY98YT5B2bLj\nK2NMtWtDW9kR3+kI8kHLg2YR0yiJhIs+GCHumtF7AIMOa1GhRDqSWd3oEDTRFsOy\nPFP5vDkfALyYtjLkb35AP/R5AJ27dZtLMM63DxF6tlhSA5W5hkU5AVcr01D4x/BF\nVF6Bj+LyDbazVciqf4dHBS1GkVpayGpoYimI4WPEEQV/Q/sj8YRw2dK9Y1z4mfAe\nkwIDAQAB\n-----END PUBLIC KEY-----\n"
  },
  "isCat": false,
  "hideOnlineStatus": true,
  "noindex": false,
  "indexable": true,
  "enableRss": false,
  "speakAsCat": true
}