app.bsky.actor.getProfiles

bsky-lexicons.bsky.social

Documentation

Get detailed profile views of multiple actors.

main query

Get detailed profile views of multiple actors.

Parameters

actors array of string Required

No description available.

Output

Encodingapplication/json
profiles array Required

No description available.

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

@