The playground
Try any of 1462 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
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.