GET
/
v1
/
data
/
reports
curl --request GET \
  --url https://api.statista.ai/v1/data/reports \
  --header 'x-api-key: <api-key>'
{
  "pdf": "<string>",
  "ppt": "<string>",
  "xls": "<string>"
}

Authorizations

x-api-key
string
header
required

Query Parameters

id
integer
required

Response

200
application/json

The request has succeeded.

pdf
string

The PDF file of this Report

ppt
string

The PowerPoint file of this Report

xls
string

The Excel file of this Report