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
Key | Datatype | Required | Description |
---|---|---|---|
repo | string | (Required) The handle or DID of the repo. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"handle":"\u003chandle\u003e","did":"\u003cdid\u003e","didDoc":{},"collections":["\u003cnsid\u003e","\u003cnsid\u003e"],"handleIsCorrect":"\u003cboolean\u003e"}