Get post details — Instagram API
Returns details for a single post by its shortcode, including media, captions, and engagement counts. Supports photos, videos, and carousels.
GET
/v1/instagram/posts/{postId}1 credit per requestExample response200OK
Make the request.
One authenticated GET to /v1/instagram/posts/{postId}. Authentication and error conventions stay consistent across endpoints. This page shows the path, parameters, response shape, limits, and credit rule for this operation.
Built for
- Individual post performance metrics and engagement attribution
- Viral post analysis and content strategy reverse-engineering
- Sponsored post identification for influencer compliance audits
const response = await fetch("https://api.konbiniapi.com/v1/instagram/posts/DGS29x", {
headers: { "Authorization": "Bearer YOUR_API_KEY" }
});
const data = await response.json();
Parameters1
- postIdrequiredIn · PathType · stringPost shortcode (from instagram.com/p/{shortcode}/)
What you will probably call next.
The Instagram endpoints around this one — the same object at a different depth, or the same kind of read.
Try it on your own data.
Get a free API key and make this request in minutes. Failed and timed-out requests are automatically refunded.