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://w3id.org/security/v1",
    "https://www.w3.org/ns/activitystreams",
    "http://joinmastodon.org/ns"
  ],
  "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-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA8FggdOk/PkEag7QIwhOD\nUoG6oFvL+Im07YqOwomtBVOYD3llGDhlomu822Wwv68LqSfdeCjmGOqeYMnMnWt/\n9vP3BvgQWcOS0x9oj3b/hpXIljjf7NQIukFKiBQrDLlX3JF/VqMwAIn+papy/BTu\nbFtmZLulpi6GoyafFaF15WcexYWtbZBNvQPUul3VfYlUDr9NTzYN3bk59kAOtQtk\nwzm+H9NaYGPIQCB0VYn/P/2kj2vS4pYC4uDlIXBBvRkkGaTqIgVTpNlP85EFyfcC\nGxAhp1UYHeI6fbBbKhBr9+QP33DXEkn1N0meCNYlPFAoxmPcFbzlYLeVw8fzMPpb\nnwIDAQAB\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": "zgghBUVkqmWS8e1ihYJ91p2bEh2QaqwSwkNebzNFJwtr5P3RR9MKxGSpAYBQ67Ubmjb5JySzjVc31H3of89kgyVV3jtFKbow5zescuzMHsEcdvk2BsFVHyRPjR7SdCvd3owBo49keRDqiJcbLrz7NFTrcKEEbuamAkp3d1Wa9m8eqzWdFEFwW3QTUek1ZDznYXinF59aLHKbb8DfpuhmfQ6iyQTrz9C4CPzJpmyPL4UB4AZYP3Zitz6iHK6Geum1tYRuQh28vBdECjpFnHv7aYwViXGwtyiZppB55zU7yR3gLf5NG9MAUYgnFFV9ZFygrej4gG8L4CysawnpxRK9HNFz3QhAwWMG9vyTv1hTWZnpPpe7xjJACpU82cxWqjWg52javvAdaRsrCAWfSmSvmxtEf6fzjb9bjesjnC5AdZsz8Mi4s1DygXKZLJnqt1Z7tdCf64tCSuQsAcxCLxaHsSCjfq1Zv34aK4voa5PfRP6CZzLeVqiLuzcAt6gigUqgFpRhQ54ALWSPtRF3kUXwB7ZRvwKf8tcKPVNKrxDEmVX4N5TdF5rwXS6EbtXstpc3Eot7QuZhNEau4u6y3RBWiUg7TfMvCPbagu6n9RbDBSsvAfxLRNrhMAjshrwDsjA4qqHQMjxrPqVHxGEoMxsRve7ZctvXEc4BFgK4QtgykRY13tSaYaxDvbD6DoDftTSupwQ6hcegETCw77bwur"
    },
    {
      "id": "http://hollo/@john#key-2",
      "type": "Multikey",
      "controller": "http://hollo/@john",
      "publicKeyMultibase": "z6MktycLn1XLfpiiXrQKsyoWog2CM5SHDq3yo4hm1Kbm9TGr"
    }
  ],
  "publicKey": {
    "id": "http://hollo/@john#main-key",
    "type": "CryptographicKey",
    "owner": "http://hollo/@john",
    "publicKeyPem": "-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAkyaA0Q0N+7Ehzbj11GAJ\nO97qoqmIvy31PoB+2ISgl/syFslGWT6juM+zdW0U7+lCpQ3hjJLc5vi38E02/zUq\ngypLEEQ1BVKmtYzxwy6KIwoPKz2DSX4zbWEB5jxmhaE/f3HeHGwuphIkomEBeQrW\n7ZMnbZq4MmlOxOeZjP/caqvggI+pcjb55HyWG9U371fsj2AM7fM5lnCg7pq8omNQ\noYrEGPbveKF+cM4phVxtURrNJjaTAmX0q2hjjLFPcEPneKn41eMbEnm6lv02Ezjy\n+v3ig0+USsR2LcJDvIXCr4Ke+gkNt/kgqotdAAOToJCaIHBpxwnt6iA0hyARNcip\nfISjy5MmIWAywyFIA8JhM8gPy4kt0SC7+4eXQ7OqUhJo8vQv6h9r6aNkPX9tlegZ\n9WLddcruI/ZmZ1Z/7bVemL52ygo+Gv6/qkv69RGlieauKfj0tyv4fDgECDeuwxJG\n50/p9/o+zixXKJm/UICmrels9byZkDwPrx97gbWBWkwI2WJuhjS5n9clNjgWZdkR\nidOE6QGRy7cMePEpvIJV8YB/dunnWDG8AjrzGY9ICFaHUK7HWzP1aUsvDdOBmwHd\nDpEwYeiTHKHa/uF/ahrBY82/jrCp6j1ZWRzeTY3tQob4sPFbD1AprUZpW8JFgNlS\np4IePNrK8aJ4BFFF+o1qNFsCAwEAAQ==\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-05-21T09:28:38.52Z",
  "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-05-21T00:00:00Z",
  "memorial": false,
  "publicKey": {
    "id": "http://mastodon/users/hippo#main-key",
    "owner": "http://mastodon/users/hippo",
    "publicKeyPem": "-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtNkUWOuK9VsjdK1gDaEz\neBsKLYoXdty23Hmvn/XpPuFcdi/6jHDkfzQxbThXluBt7Z4Dxb41EB7zoxbwuI9g\nsJWfALQHIMAju7r8rV6VOMpeeD6cyzMZndoJEToAfmsF5qfqEMGRKm2gbyO6OFVF\nt0r4490bxtlymVUmf+/eCsH17Ywrecc9V/uPH+zcrJ70NDOr4rLnYFuFVeBuEUxi\nsQXtn9aZrTywshEBChoEUQH02iKk2pHDobqitENLlvxZFJK74O9SuDOQIcG6IHOq\n+K+/NQ7p7M7eY4Py8eoaQakRab/tfhykVvb+53AWPhYbihI6gvyDotfivAN4uxTQ\nowIDAQAB\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
}