The playground
Try any of 1042 endpoints — live.
Pick an endpoint, load a working example, tweak the params, and send — no signup to try. Results render the way the data deserves; raw JSON, headers & code are one tab away.
Playground demo key · api.reefapi.com
post/instagram/v1/related_posts1 credit
related public media candidates from media info when exposed logged-out
Parameters
Post shortcode — the code in instagram.com/p/<shortcode>/ or /reel/<shortcode>/ (a full post/reel URL is also accepted). Provide shortcode OR media_id.
Numeric media id (from a post's media_id field). Provide media_id OR shortcode.
Max related posts to return. (1–)
request preview
curl -X POST https://api.reefapi.com/instagram/v1/related_posts \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{}'Hit Send to run this endpoint live.