GET /data/{dataset}
Operation ID: getDatasetData
Auth: unknown
Description
Retrieves statistical data for a specific Eurostat dataset. The dataset code (e.g., 'demo_pjanind', 'nama_10_gdp') must be provided in the path. Query parameters can filter by dimensions like geo (geography), time, and other dataset-specific dimensions.
Parameters (5)
(string, path, required)
Dataset code (e.g., demo_pjanind for population indicators, nama_10_gdp for GDP data)
(string, query, optional, default: JSON)
Response format
Constraints: {'enum': ['JSON', 'JSONP']}
(string, query, optional)
Geographic filter (country/region code). Common codes: EU27_2020 (EU 27 countries), DE (Germany), FR (France), IT (Italy), ES (Spain), etc.
(string, query, optional, default: EN)
Language for labels
Constraints: {'enum': ['EN', 'DE', 'FR', 'IT', 'ES', 'PT', 'NL', 'PL', 'RO', 'BG', 'HR', 'CS', 'DA', 'EL', 'ET', 'FI', 'GA', 'HU', 'LT', 'LV', 'MT', 'SK', 'SL', 'SV']}
(string, query, optional)
Time period filter (year or range). Examples: 2023, 2020-2023, 2020+
Examples (2)
| Title | Type | URL | Action |
|---|---|---|---|
| Get statistical data for a dataset | openapi-spec |
https://ec.europa.eu/eurostat/api/dissemination/statistics/1.0/data/demo_pjanind?geo=EU27_2020&time=2023 |
|
| Get statistical data for a dataset | probe-gate |
https://ec.europa.eu/eurostat/api/dissemination/statistics/1.0/data/demo_pjanind?format=JSON&lang=EN&geo=EU27_2020&time=2023 |
Probe History
Status Codes
| Time | Status | Latency | Size |
|---|---|---|---|
| 2026-03-23 10:47:58.992269 | 200 | 153ms | |
| 2026-03-23 09:24:27.961853 | 200 | 178ms |