Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

AT Protocol Graph API

Follow, mute, and block graph (app.bsky.graph.*)

AT Protocol Graph API is one of 12 APIs that AT Protocol publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Graph. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 2 operations across 2 paths. It is described by OpenAPI 3.1.0, at version 1.0.

Requests are made against 2 base URLs: https://bsky.social, https://api.bsky.app.

2 operations 2 paths 0 schemas 2 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0
Base URL
https://atproto.com/xrpc
Authentication
HTTP Bearer
License
MIT
Resource Areas
1

Authentication & Security 1

AT Protocol Graph API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (bearerAuth).

  • bearerAuth — AT Protocol XRPC bearer auth using the accessJwt returned by com.atproto.server.createSession. The refreshJwt is used for com.atproto.server.refreshSession.

Paths & Operations 2

Across 2 paths, the API surfaces 2 operations — 2 GET. Each is listed below with its method, path, parameters, and response codes.

Graph 2

Follow, mute, and block graph (app.bsky.graph.)

GET
/xrpc/app.bsky.graph.getFollowers
List an actor's followers
3 params → 200
GET
/xrpc/app.bsky.graph.getFollows
List who an actor follows
3 params → 200

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

at-protocol-graph-api-openapi.yml Raw ↑

Other APIs AT Protocol publishes across the network.

AT Protocol XRPC API
AT Protocol Lexicon Schemas
Personal Data Server (PDS) API
AT Protocol Relay & Firehose
Bluesky AppView API
AT Protocol Identity (DID & Handles)
AT Protocol Actor API
AT Protocol Feed API
AT Protocol Identity API
AT Protocol Repo API
AT Protocol Server API