---
title: "Get a specific insight"
method: GET
path: "/insights/detail/{insight_id}"
tags: ["Insight Management"]
---

# Get a specific insight

`GET /insights/detail/{insight_id}`

Get detailed information about a specific insight.

## Path parameters

- `insight_id` string, required

## Response `200`

Insight details

- InsightSearchResult — An insight search result as returned by /insights/random or /insights/{barcode}
  - `id` string, required — Insight ID
  - `type` string, required — Insight type
  - `barcode` integer, required — Barcode of the product
  - `countries` string[], required — country tags of the product
  - `data` object — a JSON object containing additional data about the insight.
    - `bounding_box` number[] — The bounding box of the logo as a list of ratio coordinates.
    - `logo_id` integer — the ID of the logo associated with the insight, if any
  - `source_image` string — the path of the image the insight was generated from.
  - `with_image` boolean — whether the insight has an associated image or not

---

[API](https://skmtc.net/openfoodfacts/apis/api-reference.md) · [All operations](https://skmtc.net/openfoodfacts/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openfoodfacts/api-reference/versions/23d26c6d55e6/schema)
