Backfill in-progress. Some lexicons and records may be missing or incomplete.

com.atprotofans.getProfile

atprotofans.com

Documentation

main query

Get a creator profile by DID.

Parameters

subject string did Required

DID of the subject to get the profile for.

Output

Encodingapplication/json

Errors

InvalidRequest Invalid DID format.
ProfileNotFound No profile found for the given DID.
Try It

Direct PDS XRPC methods (com.atproto.*) are disabled in Try It for security reasons.

These methods interact directly with Personal Data Servers and require careful handling. Use a dedicated client or CLI tool instead.
View raw schema
{
  "type": "query",
  "errors": [
    {
      "name": "InvalidRequest",
      "description": "Invalid DID format."
    },
    {
      "name": "ProfileNotFound",
      "description": "No profile found for the given DID."
    }
  ],
  "output": {
    "schema": {
      "ref": "com.atprotofans.hydratedProfile",
      "type": "ref"
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "subject"
    ],
    "properties": {
      "subject": {
        "type": "string",
        "format": "did",
        "description": "DID of the subject to get the profile for."
      }
    }
  },
  "description": "Get a creator profile by DID."
}

Lexicon Garden

@