Insight management

Get a specific insight

GET
/insights/detail/{insight_id}

Path Parameters

insight_idstring

ID of the insight

Response Body

curl -X GET "https://robotoff.openfoodfacts.org/api/v1/insights/detail/string"
{
  "id": "3cd5aecd-edcc-4237-87d0-6595fc4e53c9",
  "type": "label",
  "barcode": 9782012805866,
  "countries": [
    "en:france",
    "en:united-kingdom"
  ]
}