---
title: "GET /v1/data/statistic"
method: GET
path: "/v1/data/statistic"
---

# GET /v1/data/statistic

`GET /v1/data/statistic`

## Query parameters

- `id` integer, required

## Response `200`

The request has succeeded.

- ApiDataResponseStatistic
  - `identifier` integer, required
  - `title` string, required
  - `link` string, required
  - `date` string, date-time, required — Deprecated: The date when the data was published. Use `updated_at` for the latest content update timestamp. Or use `released_at` for the creation timestamp. 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
  - `updated_at` string, date-time — The date when the content was last updated. Format: YYYY-MM-DDTHH:mm:ssZ
  - `subject` string, required
  - `is_premium` boolean, required
  - `description` string
  - `teaser_image_urls` ApiResponseTeaserImage[], required
    - `width` integer, required — The width of the image in pixels.
    - `src` string, required — The image link (URL).
  - `sources` ApiDataResponseSource[]
    - `title` string, required
    - `subtitle` string, required
  - `publishers` ApiDataResponseSource[]
    - `title` string, required
    - `subtitle` string, required
  - `chargers` ApiDataResponseSource[]
    - `title` string, required
    - `subtitle` string, required
  - `industries` ApiDataResponseIndustry[]
    - `name` string, required
    - `id` integer, required
  - `geolocations` ApiDataResponseRegion[]
    - `name` string, required
    - `code` string, required
  - `platform` 'de' | 'en' | 'fr' | 'es', required
  - `image_url` string
  - `chart` ApiDataResponseChart, required
    - `unit` string
    - `graphType` 'annotations' | 'bar' | 'stacked-areas' | 'stacked-bars' | 'dual-y-axes' | 'line-standard' | 'line-zoomable' | 'pie' | 'table', required
    - `description` string
    - `horizontal` boolean, required
    - `data` object, required

## Other responses

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

---

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