com.atiproto.repo.profile.get

atiproto.com

Documentation

Look up public profile information for any user

main query

Look up public profile information for any user

Parameters

did string did Required

DID of the user to look up

Output

Encodingapplication/json
did stringdid Required

User's DID

Try It

Requests are sent directly from your browser. Some servers may block requests due to CORS.

Base URL for XRPC calls (e.g., https://api.bsky.social)
Parameters
DID of the user to look up
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "did",
        "profile"
      ],
      "properties": {
        "did": {
          "type": "string",
          "format": "did",
          "description": "User's DID"
        },
        "profile": {
          "ref": "com.atiproto.profile#view",
          "type": "ref",
          "description": "Public profile data"
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "did"
    ],
    "properties": {
      "did": {
        "type": "string",
        "format": "did",
        "description": "DID of the user to look up"
      }
    }
  },
  "description": "Look up public profile information for any user"
}

Lexicon Garden

@