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/etsy/v1/listings/detail1 credit

Full Etsy listing detail by listing ID or URL — title, price, discount, variations, gallery images, description, category, favorites count, and stock (demand signal) (coming soon)

Parameters

Etsy listing ID — the digits in the listing URL (etsy.com/listing/<id>/…). Provide listing_id OR listing_url.

Full listing URL — alternative to listing_id.

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

Hit Send to run this endpoint live.