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-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArPaFt35jGEWEdGvrx1AX\nWydELKrx1jMuWGBlkXyBrJ9NvwJKV07QJgnSNOEgdqMeXEA1nTWDlFfhYMUnXfX/\nM5GIgebUPfczPo3UVMajL5jjVnw6RC3RuIGO57XdKsSHfyk9hjwKbpragWL5hNB/\nuLPfFkRdnAM9bsFRNjBuVDmLjqzq3vl2ORlXkVdCVl4dQEX5tAKJrmfb2wvO7qsu\nRAEguBacAYIXxa9k/o3CyWsQCSpza2eQliHg+wvKyN23O1GWBj9SLRBqTaFsKUOP\ny06brhaGgSFUyDC/ddvchb70X5/UaAMn7USQTUkbdRLKprdQBCEoX8sqzSEx1djB\nwQIDAQAB\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-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA9gQea51oAH2zQ/BMrylD\n/oAM515jZFQUddz5criXMb2mKSy+R06tdl8XFnNjQqm4irNPV9uiWcJb0FmA6iHw\nldNjPxv86jhMxK/3RcguBB9X4UnMEffhH8qHbiydm9Sqcp0suW1ki+bnOTGSjORp\nhfjSnsDCeGbXmQTx/bqYuM+m9R2A0g1/gz4swdzaCjyyzRnRPYP/jdQERzTHRAVO\nkuRmau+8SwLMsDSX0cocy0bQ5lB4H0GJJrlyVzh97heRRRpV4Dhb7v2wYIgj9EBp\ncILbC90TnYVPk5FHngVO7zXNpcZ81BBVEUbR0lOcAu8DKRjemv9KD+9FNxp/ISNG\nZwIDAQAB\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": "zgghBUVkqmWS8e1inNWv2xMBZ3CuzKVJDQ1PWTSwociM9e1eNNuBjqscSEpfeQ8whUy4rBmGZ4fn3BQnuSkaukmgxvCCa5Z8y2LkBCJZdbjXLaRCuTyrgQmLYMSjXU5zcevJsNVc7EN71Xz5wtuqTHvdxKdXhJSoqepiBPdGWM747U4uSxUg9ijiW3WwwzFgsL9GTzKmasADteVV1t3WQunJAYa4XBa8NerHuRVeTgarvTUFHjdCHEmuaHsr3CTfrdeDbkkr52fSKopjnEin8Pd8N4zzhaRJ9DM4M5puHPtpSJJ69967sXsnSeHesjiZ4SNSNAKTo1NJCxXxc1btPjWcR9GL1GJ3ak5trJ1nYtVkHHzLwk1dLmefJmCyU566nhbMLst3pzsFicRYPGNjwLw9aHACjb14CNb9v5HBaWAxpP57H4VHhXfT2P6AZY7bgHM6C5whNon5UQTePCw1WJNG6gSJXhzsSgo8nLhkZs3iuVbiKYNf2Ry3f5u9YGKL2MpFs41V7un13BZKNzTgkpUBZQk1U1hyLhYCGuqpBsnmxGNkwBRVFZmqaTpbbhRKScW7GGvjsdQ4qFMp7Ew6zBcEAqLABxrReuTH7cVozmDgcx8daAA7taejEyCPJcBuPCnTivwY8KFd2hFi7HtdpC98BqDTF6iFB6pgUEASv3xf6HyecyycCiRTgYm5RjQA9iiAPDtQtvdzFhmzRn"
},
{
"id": "http://hollo/@john#key-2",
"type": "Multikey",
"controller": "http://hollo/@john",
"publicKeyMultibase": "z6MkgrGwYwpQoxQhfTqn7JfQot1wLbrNzmNbCwRKjdE5Qiqj"
}
],
"publicKey": {
"id": "http://hollo/@john#main-key",
"type": "CryptographicKey",
"owner": "http://hollo/@john",
"publicKeyPem": "-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEApORFSUX0wTBhGW5IPHHU\nAvmLIItVE8uH058NwYZeLkF0muDn6cnjWwcXHCWjmArEaGtVzIBWx6YsWP+Tj+8m\nLoAaPr69KYC7C6waRFtVqO/fD+ZfWI7umR+8DBPptSus/t3eJdPelBcjRbnGgJhp\njFWcoQrT6Go1iCFtKAKhKgvtKtdHDRwgVJ8vVA6+7xgVLDX4PRkAB9PgynEaKWDI\nRkkY0ktGoNwT5q4jh2IqctlrDAYCI9ZWA/jcjfk98F67Sg/JtLm1Ti2jD3wd4fBl\nCsopSUvl6UpxYWbTHBpSyLI578wj6OvE717Ddps20MoFRObqarYSRaBF3WA40LJB\nKTZZb+OgR1EJtOkZIaSa/KbS/5P+BfmPzNL5BiF9syfWCXuMIsYlNCNC4pfa+OP6\n166+PI1iXPQ35QTVbu/8QOjGrUsbGlK/6m4V4LeFCIoeAuNePeY0rUc6XrRgACQ7\nnMTGKvGi2BmwpnyYs5whwZ6ZUjNqfL1nhJGKdnrkOiByjOpG6KrVExA3h5sFLFaq\n+3NH6ijpSk0P5NHC9nps4XazOEMKj4+FRCRlb9ESvW6RO+MqScLiohwFxuoPxzSJ\nEBKexKVX2oeA+aFzbAN7+CvNFp1n5p2qaCONL30TFPnfy0Jg9pntaWLabuDBZRvC\ndfzXbQFywtLQuAJ8sHVjHF0CAwEAAQ==\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-07-21T11:31:40.546Z",
"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-07-15T00:00:00Z",
"memorial": false,
"publicKey": {
"id": "http://mastodon/users/hippo#main-key",
"owner": "http://mastodon/users/hippo",
"publicKeyPem": "-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAp/qu7wRqMZM+OffhBRAg\nuf4U7iVIUirNMUtQckA6034IVNH/DamFsHPiRcrG0OeOxV+HiQ6A7YCZbJMpkhnI\neak7AnkkEtJhBX9+R3+weykVaEI4vEZbR4ULEro1mfKH9Re6qoMMX51V4uQiibGI\nPla0rdlWY4iUVKCQnqr4MRparZV9HNO9YUneo7vJUMywtoCGc3TvyBmaz6nW+kxU\nT9KEFV0MGYyLMO5VRf5zy8/4aLqvW5xpVlu9kcGazZfA31SaxjqcMPpjjqvjEjg0\nhDM1mn7RtvH1hLGKITOPsUITaTk5z3/STyH9KxvJakLhcCmRZo8TANQnpV1kn/jk\n6QIDAQAB\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-07-15T10:07:56+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\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAwylOecJC0YFCFww/YHsX\r\ny/l9Hlmtdx50r9KVBXXGbVt1pQc0FddeRMqqa7zP73eRqEqgk15ukF6jkP39/+m5\r\niHlqd8MVBsfpstzeST7I5+M/9Itzg4Jen79M2lQEu7/AKmj3ShB4VAFF6GgtPvUh\r\n5Rh8KC7gaokshuetWZGitC35UX5FFvTVhDu79ZLHRyHfbjhFPm/evfx/+SU2zZJW\r\n7OjndzuE03wbJNRqfYcv7eDcO6BZ62tH6yohrARH6rAN7zJWbng7KmFbtTWuroxT\r\nDYDc/Yhgh6+2V5vJRv22AgSdXkDl0EsFHYkVLzwJDMmHY4lHoZNfXtpfyfHiO3at\r\nxR6SPhA1sNidc0a0TucQBNC7C7mu/WmI52lHkjVDn0goijH3xTlQaKtH59xJXlqP\r\nC1fwnb9a+vmLtr1rDN7ypgeytbVYoXG7r0aM9sVbk4/Etf8R+tjTyYDlAYraOTwq\r\n2FnWVeFyd5v31x/JQa9oSYrxxyP9+HH6WdwHQr0JT3NIsCypPTtYNgFF2x/dCKwU\r\ndzTq3Oc/Hq5+QPFIuSxjdZG6dBggU35skV2JS68G0Z6JF1justADgOpEgSeDfLkJ\r\naR3x8AqEOo3ByYmxE+bVExafcJgz0KKSulY3qXux1K6Pr9yAhBZi47zZ0POkLbb+\r\nuAW8ZVTDCM4Vr/49UWJeigMCAwEAAQ==\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/aaglmo5xogmz0004",
"inbox": "http://misskey/users/aaglmo5xogmz0004/inbox",
"outbox": "http://misskey/users/aaglmo5xogmz0004/outbox",
"followers": "http://misskey/users/aaglmo5xogmz0004/followers",
"following": "http://misskey/users/aaglmo5xogmz0004/following",
"featured": "http://misskey/users/aaglmo5xogmz0004/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/aaglmo5xogmz0004#main-key",
"type": "Key",
"owner": "http://misskey/users/aaglmo5xogmz0004",
"publicKeyPem": "-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvpV4TIkqClnWIptvLPAW\ncIG3L0CwIHEMZ6W90P4MX5WACItGDFnrdv5nIOlECKlISSuBKIoiLovFsna9//Lr\ncJ0nUh6afA/dmrTr2lJgakliaL4MLVUKvHc51AaJE/m6fl6EjCBSxKZ0/l6pl9Q3\nhoTxYMR6JEi6HfpydZWlLyy4fts7mRwKZ4F8HI3lPelkUlr00CeRuHTqfhEKxWLM\n4jMalj0q9H/2Wi3fKvCcoTvFZ91tEHN81fXGJg1L96Up/P0DO/UFFnprYOIxjHO6\nPAC2Udp6O71GbwN0URSissXGzA9v/bcM9Ve9QdYIgktLrAuWC39Oe0IdZOhazTqc\nvQIDAQAB\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": "z4MXj1wBzi9jUstyQ7ojx6N4tpWrrs6UR4Yh52rA5YsWeZBudDSVXZtptz2S3unzUTJcn7Cv2UPHNG4b8qDeQGmhagKgrb2JGmU4ZWfFwCwRm594a5vbNi1rZDd6hnpf52sDjEdTty98JJK7zhxmtmZ8MqqxKrUrLhDFKzFHpdwNvQUbDfVYYzQRLkDemWa9oP8jawPS6itUou6mMboCBu32SUCS7otjyuvYqFcUnBVURp324DMPbo6ddBUMk9hnRHDks3k319c2ULfsSDP4YjfA1DKhCFHomk3mTNgNo31EVMPheRhNXCNZw8G18ppEXX8axNo3fYqb4TRNtfygqBit5JtWh4xfLeCAgSr8tzx3o5C9Tzorg"
},
{
"id": "http://mitra/users/admin#ed25519-key",
"type": "Multikey",
"controller": "http://mitra/users/admin",
"publicKeyMultibase": "z6MkoneowZ5ZXMJZB1xSZGJs2MmWkpuyWLUemDBoyu4jadgA"
}
],
"publicKey": {
"id": "http://mitra/users/admin#main-key",
"owner": "http://mitra/users/admin",
"publicKeyPem": "-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0vOn0UeVVTUMZPcJv+uJ\nUvbKXziZ7NujUyS04dR1cQwGpNhEKTYI3H+0vCV4KrdY21VRHgbSSmmCQ4XsWeoe\n97UX6ucUFX6RgfN4t3ncgK+zXtjCT0q661vRSRKQNfAr42pBPLqN0pwuDIyQ9YTb\nH9OP1z1ktu9cW3p83EugTi4ib0K+eMhEgmKEbnzIcs88/nu30dzhT3R4/iJ1qAVr\n8vCDysbD+pzM1HAxsoffYI/NVEkMfxy0V4kF/7mjT2OsTWEFrdpktjlfUNh1Yckc\nuQ6aId9pJyO3+jKbAHWUod7rcb4jSCMhDmNQALrU+2js3AomlrdXYj6CHTp2STU4\nvQIDAQAB\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-07-16T09:13:58.259103Z",
"updated": "2025-07-16T09:13:58.259103Z"
}
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-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlEIUWCP7GKFbVThymImN\n0cAfFmcaN3hRJGZ3KLPywHU6LTxNAAUw6khe+iU1nB/o7+2ua1S2UcqVdCu6vP+I\n45F4Z8bauERPnwlbSQ1EbcAIyThSVHRp6S2hWl9jBJbB2pZQ6iIk+6zILz68XX0B\nuuilqMUwjPZNi9Aa/8+yMaiAKVW/heiiep5Wtt3onHmLq+6apwZoMnDT5s/VgG0O\ny1/Bl2E5xjdyshcU9pdfsHSBeHYYj7G8Usrlc8Zc+Gt9MjYkChrt2XPWqB/OjBFC\nJSFpfJsDjkZibzEv0y54fZdrSTTS8fun1wmRYqPoNsvVAe6//6yG/hSAgVutyRVE\nJwIDAQAB\n-----END PUBLIC KEY-----\n\n"
},
"published": "2025-07-15T11:25:11.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/aa80ufhr17q20001",
"inbox": "http://sharkey/users/aa80ufhr17q20001/inbox",
"outbox": "http://sharkey/users/aa80ufhr17q20001/outbox",
"followers": "http://sharkey/users/aa80ufhr17q20001/followers",
"following": "http://sharkey/users/aa80ufhr17q20001/following",
"featured": "http://sharkey/users/aa80ufhr17q20001/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/aa80ufhr17q20001#main-key",
"type": "Key",
"owner": "http://sharkey/users/aa80ufhr17q20001",
"publicKeyPem": "-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvvEvyj75lzi7b0pJvbQe\ntOOeZ64Tp2YinGmPYFQJfzJDGlQSEh1Am2IL1xvL8tkDDW/2IqeEz75Be+XQIxAy\njnPM9pC4VUKW9oX2qirF4LHcjrVr4Lt60hd7YtzSUy4eKW6ZAuHNJ9LMdqeO9bWZ\noN1140hxwjOYoSBYm+WdlAEIS7pOnG0VlGElG9vnC48XsrY0yyI4gJDb6KCRrrSz\nQ3FmELQ0aU/BQWJAMpNbgHIYhuMCIJEr1FKy9MRqqz8HVMc3y+sJ+B1sJrzx3Ab2\nXiupQbfFWfY0OP2Mp3TPa6qbiDVJFP1ueOSmMuf0XRB/N0giwm7ziU6ZTrAuNS6N\njwIDAQAB\n-----END PUBLIC KEY-----\n"
},
"isCat": false,
"hideOnlineStatus": true,
"noindex": false,
"indexable": true,
"enableRss": false,
"speakAsCat": true
}