The playground

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.

Playground demo key · api.reefapi.com
post/barcode/v1/by_mpn1 credit

Manufacturer-Part-Number / model lookup → products with that MPN/model (UPCitemdb keyword index over the MPN). Exact model/mpn matches are surfaced first. Closes the competitor's mpn query-method (the proprietary mpn= DB-index isn't on the open tier, but the keyword index resolves real MPNs — Logitech 910-005565, Sony WH-1000XM4, Canon 2727C002 all verified).

Working example
Parameters

Manufacturer Part Number / model number → matching products. Aliases: model, model_number, part_number. Results whose model/mpn field equals the query are surfaced first (exact_match=true).

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)

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

Hit Send to run this endpoint live.