Eurostat Get Dataset
Retrieve statistical data from Eurostat (EU statistical office) for a specific dataset and filter combination. Eurostat provides 10,000+ datasets covering EU member states for economics (GDP, inflation, trade), social statistics (population, employment, poverty), health, environment, agriculture, and more. Returns time-series values with dimension metadata. Common datasets: 'demo_pjan' (population by age/sex), 'nama_10_gdp' (GDP), 'ilc_li01' (poverty rate), 'env_air_gge' (GHG emissions), 'hlth_…
Overview
Retrieve statistical data from Eurostat (EU statistical office) for a specific dataset and filter combination. Eurostat provides 10,000+ datasets covering EU member states for economics (GDP, inflation, trade), social statistics (population, employment, poverty), health, environment, agriculture, and more. Returns time-series values with dimension metadata. Common datasets: 'demo_pjan' (population by age/sex), 'nama_10_gdp' (GDP), 'ilc_li01' (poverty rate), 'env_air_gge' (GHG emissions), 'hlth_ehis_fv3e' (health). Use Eurostat database explorer to find dataset codes.
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 642ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"datasetCode": {
"description": "Eurostat dataset code. Examples: 'demo_pjan' (population by age/sex), 'nama_10_gdp' (GDP), 'ilc_li01' (at-risk-of-poverty rate), 'env_air_gge' (GHG emissions), 'une_rt_a' (unemployment rate), 'tec00001' (GDP per capita)",
"type": "string"
},
"geo": {
"description": "Country/region code filter. EU country codes: DE (Germany), FR (France), IT (Italy), ES (Spain), PL (Poland), NL (Netherlands), BE (Belgium), SE (Sweden). Use 'EU27_2020' for EU average.",
"type": [
"string",
"null"
]
},
"na_item": {
"description": "National accounts item filter for economic datasets (e.g., 'B1GQ' for GDP, 'P3' for final consumption)",
"type": [
"string",
"null"
]
},
"time": {
"description": "Time filter (year or time range). Examples: '2022', '2015:2022' (range)",
"type": [
"string",
"null"
]
},
"unit": {
"description": "Unit of measurement filter (dataset-specific). Examples: 'PC' (percentage), 'NR' (number), 'CP_MEUR' (million EUR current prices), 'PC_GDP' (% of GDP), 'T' (tonnes)",
"type": [
"string",
"null"
]
}
},
"required": [
"datasetCode"
],
"type": "object"
}Examples (1)
Default Eurostat Get Dataset call
{
"datasetCode": ""
}Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_Eurostat_get_dataset
- Tool name
- Eurostat_get_dataset
- Added
- 2026-05-01 00:58Z
- Tags
- tooluniverse