Try any of 817 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.
All products for a brand/manufacturer → product cards with pagination. (Competitor: brand + manufacturer search.)
Brand or manufacturer name → that brand's products. Aliases: manufacturer, brand_name.
Optional Open-Food-Facts category tag to scope a search/brand query (e.g. 'sodas', 'chocolate-spreads', 'biscuits').
Which Open-*-Facts sibling DB to search/lookup against when source=off. lookup auto-falls-back food→products when source=auto.
1-based page number (clamped 1-1000). Page forward with meta.next_page. Note: Open Food Facts throttles deep pages per-IP; the engine retries on a fresh proxy. (1–1000)
Results per page (1-50, default 20); out-of-range values are clamped. (1–50)
curl -X POST https://api.reefapi.com/barcode/v1/by_brand \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"brand":"coca-cola"}'Hit Send to run this endpoint live.