---
title: "GET /v1/statistics"
method: GET
path: "/v1/statistics"
---

# GET /v1/statistics

`GET /v1/statistics`

## Query parameters

- `q` string
- `platform` 'de' | 'en' | 'en-de'
- `offset` integer
- `size` integer
- `page` integer
- `date_from` string, date-time — The maximum search depth is limited to 20 years from today while the default is 3 months from today. Supported formats are - RFC 33939 (`%Y-%m-%dT%H:%M:%S` like in ISO 8601) - `%Y-%m-%d %H:%M:%S` - example `2024-03-07 12:45:38` - `%d.%m.%Y %H:%M:%S` - example `03.07.2024 12:45:38` - `%Y/%m/%d %H:%M:%S` - example `2024/03/07 12:45:38` - `%Y-%m-%d` - example `2024-03-07` (in this case we assume 00:00:00 as time for Start and 23:59:59 for End) - `%d.%m.%Y` - example `03.07.2024` (in this case we assume 00:00:00 as time for Start and 23:59:59 for End) - `%Y/%m/%d` - example `2024/03/07` (in this case we assume 00:00:00 as time for Start and 23:59:59 for End)
- `date_to` string, date-time — Supported formats are - RFC 33939 (`%Y-%m-%dT%H:%M:%S` like in ISO 8601) - `%Y-%m-%d %H:%M:%S` - example `2024-03-07 12:45:38` - `%d.%m.%Y %H:%M:%S` - example `03.07.2024 12:45:38` - `%Y/%m/%d %H:%M:%S` - example `2024/03/07 12:45:38` - `%Y-%m-%d` - example `2024-03-07` (in this case we assume 00:00:00 as time for Start and 23:59:59 for End) - `%d.%m.%Y` - example `03.07.2024` (in this case we assume 00:00:00 as time for Start and 23:59:59 for End) - `%Y/%m/%d` - example `2024/03/07` (in this case we assume 00:00:00 as time for Start and 23:59:59 for End)
- `premium` boolean, nullable
- `sort` 0 | 1

## Response `200`

The request has succeeded.

- object
  - `items` ApiResponseStatistic[], required — A list of results returned for the current request.
    - `identifier` integer, required
    - `title` string, required — The name of the content. It tells what the data is about.
    - `description` string — Optional: A short text that explains the most important facts in the data. Available for Advanced API key
    - `link` string, required — The website address (URL) where you can see the full content on the Statista platform.
    - `date` string, date-time, required — Deprecated: The date when the data was published. Use `updated_at` for the latest update timestamp. Or use `released_at` for the creation timestamp. Format: YYYY-MM-DDTHH:mm:ssZ
    - `updated_at` string, date-time — The date when the data was last updated. Format: YYYY-MM-DDTHH:mm:ssZ
    - `released_at` string, date-time, required — The date when the content was released. Format: YYYY-MM-DDTHH:mm:ssZ
    - `platform` 'de' | 'en' | 'fr' | 'es', required
    - `ranking_score` number, float, nullable — The ranking score used to rank this result.
    - `sources` ApiResponseSource[] — A list of sources related to the data.
      - `title` string, required — The name of the source, publisher, or charger.
      - `subtitle` string — Optional: Additional source, publisher, or charger information.
    - `publishers` ApiResponseSource[] — A list of publishers related to the data.
      - `title` string, required — The name of the source, publisher, or charger.
      - `subtitle` string — Optional: Additional source, publisher, or charger information.
    - `chargers` ApiResponseSource[] — A list of chargers related to the data.
      - `title` string, required — The name of the source, publisher, or charger.
      - `subtitle` string — Optional: Additional source, publisher, or charger information.
    - `subject` string, required — A short summary of what the data shows.
    - `is_premium` boolean, required — A true/false value. Indicates on paid and free content.
    - `industries` ApiResponseIndustry[] — A list of industries related to the data.
      - `id` integer
      - `name` string, required — The name of the industry.
    - `geolocations` ApiResponseRegion[] — A list of regions related to the data.
      - `id` integer
      - `name` string, required — Optional: The name of the region.
      - `code` string, required — The code of the region.
  - `total_count` integer, required — The total number of available items matching the request.
  - `total_pages` integer — The total number of pages available, based on the selected size parameter

## 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/versions/68cf62a0dda1/schema)
