EurostatAPI
EurostatAPI turns Eurostat's complex SDMX 2.1 interface into clean, developer-friendly REST endpoints. Get GDP, inflation, unemployment, earnings, population, trade, and 7 more EU economic indicators without parsing cryptic dimension codes or wrestling with 50MB XML payloads. What you get: - **GDP data** — Quarterly and annual GDP at market prices for all EU/EEA countries. Growth rates and…
EurostatAPI endpoints
| Method | Endpoint | Description |
|---|---|---|
| GDP | ||
| GET |
get_gdp_v1_gdp_get /v1/gdp |
Return Gross Domestic Product time series for an EU/EEA country. Data comes from Eurostat's national accounts (namq_10_gdp for quarterly, nama_10_gdp for annual). **Filters:** -… |
| GET |
get_gdp_growth_v1_gdp_growth_get /v1/gdp/growth |
Compare the latest GDP growth rates across multiple EU/EEA countries. Returns year-over-year growth percentage for each country. **Format:** `countries` is a comma-separated list… |
| Inflation | ||
| GET |
compare_inflation_v1_inflation_compare_get /v1/inflation/compare |
Compare the latest HICP inflation rates across multiple EU/EEA countries. Returns the latest index value and annual rate of change for each. **Format:** `countries` is a… |
| GET |
get_inflation_v1_inflation_get /v1/inflation |
Return the Harmonised Index of Consumer Prices (HICP) time series for an EU/EEA country. Monthly observations with index values (2015=100) and annual rates of change.… |
| Unemployment | ||
| GET |
get_youth_unemployment_v1_unemployment_youth_get /v1/unemployment/youth |
Compare youth unemployment (under 25) against total unemployment across multiple EU/EEA countries. Highlights the youth unemployment gap. **Format:** `countries` is… |
| GET |
get_unemployment_v1_unemployment_get /v1/unemployment |
Return monthly unemployment rate time series for an EU/EEA country. Data from Eurostat une_rt_m (seasonally adjusted). **Filters:** - `country` — ISO alpha-2 code - `start_date`… |
| Earnings | ||
| GET |
get_earnings_v1_earnings_get /v1/earnings |
Return earnings and wages data for an EU/EEA country from Eurostat's Structure of Earnings Survey (earn_ses_annual). **Filters:** - `country` — ISO alpha-2 code - `start_date` /… |
| Population | ||
| GET |
get_demographics_v1_demographics_get /v1/demographics |
Return population breakdown by age group and sex for an EU/EEA country. Defaults to the latest available year. **Filters:** - `country` — ISO alpha-2 code - `year` — reference… |
| GET |
get_population_v1_population_get /v1/population |
Return annual population time series for an EU/EEA country from Eurostat's demo_pjan dataset. **Filters:** - `country` — ISO alpha-2 code - `start_date` / `end_date` — inclusive… |
| Trade | ||
| GET |
get_trade_exports_v1_trade_exports_get /v1/trade/exports |
Return export values broken down by trading partner for an EU/EEA country. Sorted by export value descending. **Filters:** - `country` — ISO alpha-2 code - `year` — reference… |
| GET |
get_trade_balance_v1_trade_balance_get /v1/trade/balance |
Return international trade balance (exports minus imports) time series for an EU/EEA country. Values in millions of EUR. **Filters:** - `country` — ISO alpha-2 code -… |
| Datasets | ||
| GET |
list_datasets_v1_datasets_get /v1/datasets |
Return a list of every Eurostat dataset currently loaded into EurostatAPI. Use this as the discovery entry point to see which thematic areas (GDP, inflation, unemployment, etc.)… |
| GET |
get_dataset_metadata_v1_datasets__code__metadata_get /v1/datasets/{code}/metadata |
Return detailed metadata for a single Eurostat dataset, including description, available countries, time range, and source URL. **Path parameter:** `code` is the Eurostat dataset… |
| Metadata | ||
| GET |
get_data_sources_v1_data_sources_get /v1/data-sources |
Return data freshness info for all ETL sources (public, no auth). |
EurostatAPI pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $29 / month | 10 / second |
|
| ULTRA | $79 / month | 20 / second |
|
| MEGA | $149 / month | 30 / second |
|