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/shopify/v1/collections1 credit
Paginated list of public collections from a Shopify store: collection id, title, handle, description, and cover image.
Working example
Parameters
Shopify store domain or URL (e.g. allbirds.com or https://shop.example.com) — works for ANY Shopify-powered store.
Page number (1, 2, 3…). (1–)
Items per page (1–250; larger values are capped at 250). (1–250)
Auto-walk pages until this many items are collected (overrides single-page mode; recommended when using filters). (1–)
request preview
curl -X POST https://api.reefapi.com/shopify/v1/collections \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"store":"kith.com","limit":"5"}'Hit Send to run this endpoint live.