Back to catalog

Endpoint

Open Food Facts — product

Nutriments and labels by GTIN.

Packaged food JSON

Food & drinkNo API keyDefault GET

HTTP console

Example URL
https://world.openfoodfacts.org/api/v0/product/3017620422003.json
Request

Use HTTPS GET unless the provider documents POST. Example: GET /product/{code}.json

GET /product/{code}.json
Response

{ status, product: { product_name, nutriments, … } }

{"status":1,"product":{"product_name":"…","nutriments":{}}}
Outbound requestProxy

Executes on the server with rate limits and host rules. Edit the URL and payload to match your scenario—responses show real upstream status and body (truncated if very large).

Upstream response

Ready. Click Send to execute the request. Status, latency, content type, and body appear here—formatted when the payload is JSON.