---
title: "GET /v1/search/consumer-insights"
method: GET
path: "/v1/search/consumer-insights"
---

# GET /v1/search/consumer-insights

`GET /v1/search/consumer-insights`

## Query parameters

- `q` string, required
- `size` integer

## Response `200`

The request has succeeded.

- ApiResponseSearchConsumerInsightsSearchResults
  - `results` ApiResponseSearchConsumerInsightsSearchResult[], required
    - `question_id` string, required — A unique question ID.
    - `indicator` string, required — Short summary of what this question is about.
    - `label` string, required — Exact phrasing of the question shown to survey respondents.
    - `question_type` string, required — What kind of questions / answer combination was asked, e.g. 'multi-pick'.
    - `metadata` ApiResponseSearchMetaData, required
      - `min_year` integer, required — Start year, when this question was first asked.
      - `max_year` integer, required — Last year, when this question was asked.
    - `answers_subset` ApiResponseSearchAnswer[], required — List of answers related to the question.
      - `answer_id` string, required — A unique answer ID.
      - `label` string, required — Description of the answer.
      - `order` integer, required — Sort order of the answers in the survey.
      - `code` integer, required — Numeric ID part of the answer ID, which consists of the question ID, '#', and the numeric ID, such as 'v0013g_demo_generation#42'.
    - `total_answers` integer, required — The number of available answer options.

## Other responses

- `400` — The server could not understand the request due to invalid syntax.
- `401` — Access is unauthorized.
- `403` — Access is forbidden.

---

[API](https://skmtc.net/statista/apis/the-statista-data-api.md) · [All operations](https://skmtc.net/statista/apis/the-statista-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/statista/the-statista-data-api/revisions/68cf62a0dda1/schema)
