v3

latestOpenAPI 3.0.0raw.githubusercontent.com2026-03-0936575.8 KB
Question Management

Get questions for a given product

Questions are sorted by priority: we want questions with highest impact to be displayed first. The order is the following:

  • category
  • label
  • brand
  • remaining types
get/questions/{barcode}

Path parameters

barcodeinteger required
Example:5410041040807

The barcode of the product

Query parameters

countinteger

The number of questions to return

server_type'off' | 'obf' | 'opff' | 'opf' | 'off_pro'

The server type (=project) to use, such as 'off' (Open Food Facts), 'obf' (Open Beauty Facts),...

langstring

The language of the question/value

insight_typesstring
Example:brand,label

Comma-separated list, filter by insight types

Response

Questions about the requested product

status'no_questions' | 'found'
All 36 operations