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": "zgghBUVkqmWS8e1iv1JuEqz2S5UZSycrstFnv1Hd4oN1KLiWpeV7MXvoaT7sgZTZNYWNmS2CuDjAFx1fcN29LJuj5nzMaURxoSQSHK9FBD3WDuDDoQTbbazpJZCQRBZokhRwoTkeMZDeKpiiWGAenKSjWUufXt9U8FGmbieQFXiaZvVQSnQDY1t36jpQWYhUPvJwu7Cx2TPxoY4iEQSERn7q9XMU7f2MSDySb2RmftZNu7TAhUkd7hQ8vH5R49umzbKVCZ4edtgaACqAgs4M59MybFSEZuDre3dpyBQeMJ85e1PJsNobMXrU3CkE7cXDqhDEEJCCYTWLpCqy14EWeviv599WWsN7okSLn7nezmdYXE4Fg2pq2XSg7LRWmFuYtnFNwM2eXjYyvYTg7CipRaeDUKTcrupMcDoX8tpBnuR9adcJaMBYB8WiUMBHQE3EiECKWPgLG82rYwRUFsG4FG72pmifwf69r6WuiF6pEJh3gWDCDHVUzBGAL9YnGyvFTvBai2k6ty1qZqNWfoUkrF1A9pAq53KzDFV8siLJ63rfVxuWehCvAktm8fBfXxKCLHXuR9Hvn5PEML8qSsKoTevHeMPPv76eaMez4wMPz45nQvqY8VPB3dNYZpxKabaTmGzyTZQUcr6otE6FNsKrtFwnEJX1T6YCuNMGNf8cAuawYc4odT4JDricmcX8g3gEqgymbnitF6fe9tgerk"
    },
    {
      "id": "http://hollo/@john#key-2",
      "type": "Multikey",
      "controller": "http://hollo/@john",
      "publicKeyMultibase": "z6MkhzpdN9DysmajGs3uzBbxiK9biB9eSJWtYwkyPNhD5T81"
    }
  ],
  "publicKey": {
    "id": "http://hollo/@john#main-key",
    "type": "CryptographicKey",
    "owner": "http://hollo/@john",
    "publicKeyPem": "-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAwOz9YTFjcDVzbs8tbt9r\nmz+MnLAkPlgSH2Pwm+jasWL5T2bh0DjZVtmymHBTPggR5iBNor0OXGFQ+oQ3qHCh\ntg59Efb880yIJ9M3p6IZzPcakZdkEBtSOlj44sgO7UA4kr6k0oeeVvv/woacHMsA\nSWRlcMx1kmo4Qw8+7ePWFFY1pYS/uiF6FZtDIlzi64w04XlH4IBnv3hJRM98hy3e\nOXkCd3LSMcxDDySCzOQe78rrcBJMysCda2ypQSG86Vd9niDnhuY2Ni4D/MBSVO18\n4FKCzKf4bWzp7MpbPKDaksJSxHjqsqCFVJGLUNjtiYhh4kFi28HJIDRmhjXMoAhQ\ntTK7qC4TeyLUJqWqTWIJHqiTsmWms97cVZ6cqTV8TzV6kec+0AIMO188rA26l0IK\nm5GfedIcsj0fVJeBpX5mSjwHQQTVpQawHlaQsl5UzKo5tdDORj3O171+42qTV7BK\nOYYP/KG940ZtWjDPmMTBhMIbRWAiSbZM55LeuJe1PSqA3x8eOaLeTVuXubMSwzUA\nnzpQPR+0RFsIvMdgoqq+Z2RmFB/Sw3I+5xW/fufCJQerqWNNKvfEQzi9tSn+V3ez\nWyzLiQl+wTnhp9K+ctQGCYk97uLlvRYp/is5+Yp4fxXAwVmCmqhamARxz/MgBPmK\nOqZLewQWWlmpjkEO94qfMysCAwEAAQ==\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-03-07T12:02:49.506Z",
  "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-03-17T00:00:00Z",
  "memorial": false,
  "publicKey": {
    "id": "http://mastodon/users/hippo#main-key",
    "owner": "http://mastodon/users/hippo",
    "publicKeyPem": "-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwr+X7Gb+03y76q9AgmkP\n45C0GveWbyW1nPVZrgmRNdCnZj18+RuSkTSLKEIJvmTQAB2hqgup2YOj9t7YzMyE\nQBV5sBNq+odWRB5meItcVjt3mMggOn4aMP8nYpeDXfXuqDjR2I8vmCaW0Qb+ihJn\n2k+bTUIHUkDgbLW+ONo1VBZyhWwoJLyeUPbgzDxRD7mk7VSGqDCcSfEs9OtwCxXG\neYk9b7poRvZ42a0AhbQS7P7SymIsKPT9S1qo5yyd9Wl1DSWrVLy/KsUgXphKjvME\n5b5Y4PI5Ux45iwbR10rKoBfY5sZUSe0MOuHManospLk51GBAtCaFQVF0fiO6KxOM\nZwIDAQAB\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": "z4MXj1wBzi9jUstyPxfMP7en3Qd75aFnSqc8tSW1JxiAUJdkWYBuDbDcm8ns5EkrFzmNjskNmbwBPWQJeYgaFebCRKcJNgJEK17MziRdnUcj3HPtaqu4YJJM8ahiVL3FitixzjnQ9MCCjfb4hPNRMGsCki1g9jG1dLwmeZxjAiLazFsc43mhNURebhirTKd5UtnTjuJTfvvR9smYzs4DqAV89crJZ2sith9kub59c6rQWzcCxxggQeHTJtZ28UrTCs7N2M2cuQByqEmXzaY1WhTnUaxuRBjt7uvupKhMZKvZPxgm9xLTXp7eLXvEt5X8kTwVmjqPjRL7RfCJnmgFu1fCKYZdhCXQD13dnKSEFZPFwxobUz9gt"
    },
    {
      "id": "http://mitra/users/admin#ed25519-key",
      "type": "Multikey",
      "controller": "http://mitra/users/admin",
      "publicKeyMultibase": "z6MkmyjvjmVUuYF69WFoNfpk4FYBAfr3cR8ASNXVdwrzMtw3"
    }
  ],
  "publicKey": {
    "id": "http://mitra/users/admin#main-key",
    "owner": "http://mitra/users/admin",
    "publicKeyPem": "-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzBn2rg4LEP2Bq9DSqgQ7\nI2iRDaC/pY3U9Thc9WU0TXElulb6uNbXHTr8gSCqU827cjw8rc4owUBBWP64V+Pn\n4p1EnF80DqN+D47WQNeLZ3oQEbHHo1HNwpGQM4G1wF1KimgSzEC+BJXtw8tZ4Muh\nyl0viPUJY8rnNyUbEw1RRHKq+tAsNAn6Mga+mpDoacOyl9AbJrR130JQ10Wou3KY\n/Guzjr7NjKg/l0UrcD4ge6X9xLqJBY06Ql1jKEJY5IRlJoSSRFCcLQDozAzY9cBs\n+219bvJfiyN3TLz3lb4i1fQSmk1ZEoaiuD4Yf9bwlyRjRitG0Jez72CMgndKVB1h\nswIDAQAB\n-----END PUBLIC KEY-----\n"
  },
  "manuallyApprovesFollowers": false,
  "url": "http://mitra/users/admin",
  "published": "2025-03-23T08:32:55.507681Z",
  "updated": "2025-03-23T08:32:55.507681Z"
}
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
}