Important
This code was produced as part of the 'Algorithmic Archive' project 2024-2025. The project completed in December 2025 and this code is no longer being maintained.
Using the Bodleian Libraries bluesky account as an example
https://public.api.bsky.app/xrpc/com.atproto.identity.resolveHandle?handle=bodleianlibraries.bsky.socialThis endpoint returns the ID did:plc:blxilps4iwbxicionf2rztej
Using the ID we found above, we can get the posts associated with the account
https://public.api.bsky.app/xrpc/app.bsky.feed.getAuthorFeed?actor=did:plc:blxilps4iwbxicionf2rztejThis endpoint returns a bunch of JSON for the posts.
Other people have also tried doing this