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/likes1 credit

account-gated media likes list; flagged for account-pool decision

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.

request preview
curl -X POST https://api.reefapi.com/instagram/v1/likes \
  -H "x-api-key: $REEF_KEY" \
  -H "content-type: application/json" \
  -d '{}'

Hit Send to run this endpoint live.