GET
/
v1
/
data
/
statistic
curl --request GET \
  --url https://api.statista.ai/v1/data/statistic \
  --header 'x-api-key: <api-key>'
{
  "teaser_image_urls": [
    {
      "width": 123,
      "src": "<string>"
    }
  ],
  "identifier": 123,
  "title": "<string>",
  "description": "<string>",
  "link": "<string>",
  "date": "2023-11-07T05:31:56Z",
  "platform": "de",
  "subject": "<string>",
  "is_premium": true,
  "industries": [
    123
  ],
  "geolocations": [
    123
  ],
  "sources": [
    {
      "title": "<string>",
      "subtitle": "<string>"
    }
  ],
  "chargers": [
    {
      "title": "<string>",
      "subtitle": "<string>"
    }
  ],
  "publishers": [
    {
      "title": "<string>",
      "subtitle": "<string>"
    }
  ],
  "chart": {
    "unit": "%",
    "graphType": "annotations",
    "data": {
      "categories": [
        "<string>"
      ],
      "series": [
        "<string>"
      ]
    }
  }
}

Authorizations

x-api-key
string
header
required

Query Parameters

id
integer
required

Response

200
application/json

The request has succeeded.