/eurostat/datasets
Get observations from a Eurostat dataset by its code, sliced by dimension filters
Price: 1 credit
💡 AI Hint: Fetch numeric observations from a single Eurostat statistical dataset by its code (e.g. nama_10_gdp for GDP, prc_hicp_midx for inflation, demo_pjan for population). Each observation is returned as a flat record with the resolved code and human label for every dimension (geography, unit, indicator, frequency, etc.), the numeric value, and an optional data-quality status flag. Use the geo, time, since, until, and filters arguments to slice the dataset to the cells you need — an unfiltered dataset can contain millions of cells. Look up the available dimension codes for a dataset via the dimensions endpoint.
⚠️ Common errors: 412: Dataset not found or no observations for the requested slice
Authorizations
API token from the dashboard
Headers
Body
Dataset code
"nama_10_gdp"
"prc_hicp_midx"
"demo_pjan"
Number of observations to return
x >= 1Max scrapping execution timeout (in seconds)
20 <= x <= 1500Filter by geopolitical entity code(s)
["DE", "FR", "EU27_2020"]Filter by exact time period(s)
["2022", "2023"]Earliest time period, inclusive
"2020"
Latest time period, inclusive
"2024"
Additional dimension filters as a mapping of dimension code to allowed value codes
{ "na_item": ["B1GQ"], "unit": ["CP_MEUR"] }