Get the posts that quote a Bluesky post, newest first. Returns the full quoting post with its text, author, engagement metrics, and media.
curl "https://apidirect.io/v1/bluesky/post/quotes?url=https%3A%2F%2Fbsky.app%2Fprofile%2Fbsky.app%2Fpost%2F3l6oveex3ii2l&pages=1" -H "X-API-Key: YOUR_API_KEY"
{
"quotes": [
{
"title": "@ekimdafluffyeevee.bsky.social on Bluesky",
"url": "https://bsky.app/profile/ekimdafluffyeevee.bsky.social/post/3musg7o2nfk24",
"date": "2026-09-05 21:26:54",
"author": "ekimdafluffyeevee.bsky.social",
"author_name": "michael_Mikafran",
"author_id": "did:plc:aske3ha7qi4gm2fskxuxo64h",
"author_verified": false,
"source": "Bluesky",
"domain": "bsky.app",
"snippet": "open social network my ass being eaten by cannabis",
"likes": 4,
"replies": 0,
"reposts": 0,
"quotes": 0,
"bookmarks": 0,
"lang": "en",
"is_reply": false,
"in_reply_to_id": "",
"is_quote": true,
"quoted_post": {
"post_id": "at://did:plc:z72i7hdynmk6r22z27h6tvur/app.bsky.feed.post/3l6oveex3ii2l",
"url": "https://bsky.app/profile/bsky.app/post/3l6oveex3ii2l",
"date": "2024-10-17 07:06:51",
"author": "bsky.app",
"author_name": "Bluesky",
"author_verified": false,
"snippet": "👋 Bluesky is an open social network that gives creators independence from platforms, developers the freedom to build, a…",
"likes": 63685,
"reposts": 9530
},
"hashtags": [],
"mentions": [],
"links": [],
"link_preview": null,
"media_type": "text",
"image_url": "",
"video_url": "",
"carousel_media": [],
"post_id": "at://did:plc:aske3ha7qi4gm2fskxuxo64h/app.bsky.feed.post/3musg7o2nfk24"
}
],
"post_id": "at://did:plc:z72i7hdynmk6r22z27h6tvur/app.bsky.feed.post/3l6oveex3ii2l",
"total": 708,
"pages": 1,
"count": 50
}
A post that embeds another post with its own commentary. Each result's quoted_post is the post you asked about.
You only pay for successful requests. The Bluesky Post Quotes API costs $0.003 per page. There are no monthly fees or commitments. You get 50 free requests per endpoint every month.
No. You can sign up and use the free tier (50 requests/endpoint/month) without adding a payment method. You only need to add a card when you want to exceed the free tier.
Yes, there's a concurrency limit of 10 simultaneous requests per endpoint per user. If you need more, just get in touch.
Get your API key and start making requests in minutes. 50 requests/month free every month.
Get API Key