AT Protocol · Example Payload

Atproto Getprofile Example

Example request and response for app.bsky.actor.getProfile (public profile lookup)

Social NetworkingDecentralizedFederatedOpen-SourceBlueskyFediverseIdentityXRPCLexicon

Atproto Getprofile Example is an example object payload from AT Protocol, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

descriptionendpointrequestresponse

Example Payload

Raw ↑
{
  "description": "Example request and response for app.bsky.actor.getProfile (public profile lookup)",
  "endpoint": "GET https://public.api.bsky.app/xrpc/app.bsky.actor.getProfile",
  "request": {
    "method": "GET",
    "queryParameters": {
      "actor": "bsky.app"
    }
  },
  "response": {
    "status": 200,
    "headers": {
      "Content-Type": "application/json"
    },
    "body": {
      "did": "did:plc:z72i7hdynmk6r22z27h6tvur",
      "handle": "bsky.app",
      "displayName": "Bluesky",
      "description": "The official Bluesky account.",
      "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:z72i7hdynmk6r22z27h6tvur/bafkreidzk7hzovztwwnsgxvdpbdirn24cvkgbzmchvuiqqhivhzr5m5fxy@jpeg",
      "banner": "https://cdn.bsky.app/img/banner/plain/did:plc:z72i7hdynmk6r22z27h6tvur/bafkreibqfwk2vy3bnjknxuetczjbsq7b2qhbmixiocwnwmfr6zx3qc5r4@jpeg",
      "followersCount": 847023,
      "followsCount": 412,
      "postsCount": 3819,
      "associated": {
        "lists": 0,
        "feedgens": 2,
        "starterPacks": 1,
        "labeler": false,
        "chat": {
          "allowIncoming": "following"
        }
      },
      "indexedAt": "2023-04-24T18:00:00.000Z",
      "createdAt": "2023-04-24T18:00:00.000Z",
      "labels": []
    }
  }
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/atproto-getProfile-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.