Skip to main content
GET
/
v1
/
spark-api
/
datasets
List available datasets
curl --request GET \
  --url https://api.globalwebindex.com/v1/spark-api/datasets \
  --header 'Authorization: <api-key>'
[
  {
    "code": "ds-core",
    "name": "GWI Core",
    "description": "Our primary data set on the attitudes and behaviors of digital consumers.",
    "url": "https://help.globalwebindex.com/en/collections/11937099-gwi-core"
  }
]

Authorizations

Authorization
string
header
required

Response

Successful response

code
string

The code of the dataset.

name
string

The name of the dataset.

description
string

The description of the dataset.

url
string

The URL to the dataset details.