API Direct now supports Bluesky
GET /v1/bluesky/posts
GET /v1/bluesky/users
GET /v1/bluesky/user
GET /v1/bluesky/user/posts
GET /v1/bluesky/user/followers
GET /v1/bluesky/user/following
GET /v1/bluesky/user/likes
GET /v1/bluesky/post
GET /v1/bluesky/post/comments
GET /v1/bluesky/post/likes
GET /v1/bluesky/post/quotes
GET /v1/bluesky/post/reposts
Bluesky is now available through API Direct, offering a comprehensive set of endpoints to interact with the platform. You can now:
- Search for posts and users.
- Get detailed user profiles, including followers and who they are following.
- Retrieve a user’s posts and likes.
- Fetch details for individual posts, including comments, likes, quotes, and reposts.
Every response is structured and paginated, providing rich data for your applications.