---
title: "GET /v1/search/market-insights/indicators"
method: GET
path: "/v1/search/market-insights/indicators"
---

# GET /v1/search/market-insights/indicators

`GET /v1/search/market-insights/indicators`

## Query parameters

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

## Response `200`

The request has succeeded.

- ApiResponseSearchMarketInsightsIndicators
  - `items` ApiResponseSearchMarketInsightsIndicator[], required — A list of results returned for the current request.
    - `identifier` string, required — A unique ID for this indicator. It helps find or refer to this data.
    - `title` string, required — The name of the content. It tells what the data is about.
    - `subject` string, required — A short summary of what the data shows.
    - `description` string, required — A short text that explains the most important facts in the data
    - `link` string, required — The website address (URL) where you can see the full content on the Statista platform.
    - `updated_at` string, required — The date when the data was published. Format: YYYY-MM-DD
    - `industries` ApiResponseSearchMarketInsightsIndustry[], required — A list of industries covered by this market indicator.
      - `name` string, required — The name of the industry.
      - `segments` string[], required — A list of segments for this industry.
    - `covered_timeframe` ApiResponseSearchTimeframe, required
      - `start` string, required — Start date of the timeframe. Format: YYYY-MM-DD
      - `end` string, required — End date of the timeframe. Format: YYYY-MM-DD
    - `covered_geos` object — List of available geographic regions for this indicator. Mapping of the geo code to a human readable name.
    - `market_type` string — The type of market this indicator describes.
    - `market_type_description` string — The description market type.
  - `total_count` integer, required — The total number of available items matching the request.

## 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)
