com.atproto.repo.describe Repo

GET {{baseUrl}}/xrpc/com.atproto.repo.describeRepo?repo=<at-identifier>

This endpoint is part of the atproto PDS repository management APIs. Requests usually require authentication (unlike the `com.atproto.sync.` endpoints), and are made directly to the user's own PDS instance.*

To learn more about calling atproto API endpoints like this one, see the API Hosts and Auth guide.

Get information about an account and repository, including the list of collections. Does not require auth.

Request Params

KeyDatatypeRequiredDescription
repostring(Required) The handle or DID of the repo.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;handle&quot;:&quot;\u003chandle\u003e&quot;,&quot;did&quot;:&quot;\u003cdid\u003e&quot;,&quot;didDoc&quot;:{},&quot;collections&quot;:[&quot;\u003cnsid\u003e&quot;,&quot;\u003cnsid\u003e&quot;],&quot;handleIsCorrect&quot;:&quot;\u003cboolean\u003e&quot;}