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

app.bsky.actor.getProfiles

bsky-lexicons.bsky.social

Documentation

main query

Get detailed profile views of multiple actors.

Parameters

actors array of string Required

No description provided.

Output

Encodingapplication/json
profiles array Required

No description provided.

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
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "profiles"
      ],
      "properties": {
        "profiles": {
          "type": "array",
          "items": {
            "ref": "app.bsky.actor.defs#profileViewDetailed",
            "type": "ref"
          }
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "actors"
    ],
    "properties": {
      "actors": {
        "type": "array",
        "items": {
          "type": "string",
          "format": "at-identifier"
        },
        "maxLength": 25
      }
    }
  },
  "description": "Get detailed profile views of multiple actors."
}

Lexicon Garden

@