/v1/unemploymentGet unemployment rate time series for a country
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` / `end_date` — inclusive ISO dates - `age_group` — TOTAL (default), Y_LT25 (youth), Y25-74 Source: Eurostat une_rt_m. Required scope: `eurostat:read`.
Authentication
Requires API key via X-API-Key header.
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| country | query | string | required | ISO 3166-1 alpha-2 country code |
| start_date | query | any | optional | Start date (YYYY-MM-DD) |
| end_date | query | any | optional | End date (YYYY-MM-DD) |
| age_group | query | string | optional | Age group: TOTAL, Y_LT25, Y25-74 |
Example request
curl -X GET \
"https://eurostat.wageapi.com/api/v1/unemployment?country=DE&start_date=%3Cstart_date%3E&end_date=%3Cend_date%3E&age_group=TOTAL" \
-H "X-API-Key: YOUR_API_KEY"Responses
dataUnemploymentResponserequiredUnemployment time series for a country.
country_codestringrequiredcountry_namestringrequiredobservationsarray<UnemploymentDataPoint>optionalcountry_codestringrequiredISO 3166-1 alpha-2 country code
country_namestringrequiredHuman-readable country name
periodstring (date)requiredReference period (monthly)
rateanyoptionalUnemployment rate (%)
age_groupstringoptionalAge group (TOTAL, Y_LT25, Y25-74)
default "TOTAL"
sexstringoptionalSex (T=total, M=male, F=female)
default "T"
truncatedbooleanoptionaldefault false
metadataMetadataSchemarequiredsourcesarray<SourceSchema>optionalnamestringrequiredData source name (e.g., 'Eurostat')
datasetstringrequiredSpecific dataset identifier
urlanyoptionalURL to the source dataset
last_updatedanyoptionalWhen this data was last refreshed
request_idstringrequiredUnique request identifier
rate_limitanyoptionalremainingintegerrequiredRemaining requests today
daily_limitintegerrequiredTotal daily request limit
reset_atstring (date-time)requiredWhen the rate limit resets
paginationanyoptionalpageintegerrequiredpage_sizeintegerrequiredtotalintegerrequiredtotal_pagesintegerrequireddata_vintageanyoptionalData freshness (e.g., 'GDP data from Q4 2025')
methodology_notesanyoptionalMethodology notes (e.g., 'Chain-linked volumes, 2015=100')
errorErrorDetailrequiredStructured error payload returned by all Aethar APIs.
codestringrequiredMachine-readable error code (e.g. INVALID_API_KEY)
messagestringrequiredHuman-readable error message
statusintegerrequiredHTTP status code
request_idstringrequiredRequest identifier — include in support tickets
suggestionanyoptionalActionable hint on how to resolve the error
doc_urlanyoptionalLink to full documentation for this error code
fieldanyoptionalField that caused the error (if applicable)
errorsanyoptionalPer-field validation errors (only for 422 VALIDATION_ERROR responses)
errorErrorDetailrequiredStructured error payload returned by all Aethar APIs.
codestringrequiredMachine-readable error code (e.g. INVALID_API_KEY)
messagestringrequiredHuman-readable error message
statusintegerrequiredHTTP status code
request_idstringrequiredRequest identifier — include in support tickets
suggestionanyoptionalActionable hint on how to resolve the error
doc_urlanyoptionalLink to full documentation for this error code
fieldanyoptionalField that caused the error (if applicable)
errorsanyoptionalPer-field validation errors (only for 422 VALIDATION_ERROR responses)
errorErrorDetailrequiredStructured error payload returned by all Aethar APIs.
codestringrequiredMachine-readable error code (e.g. INVALID_API_KEY)
messagestringrequiredHuman-readable error message
statusintegerrequiredHTTP status code
request_idstringrequiredRequest identifier — include in support tickets
suggestionanyoptionalActionable hint on how to resolve the error
doc_urlanyoptionalLink to full documentation for this error code
fieldanyoptionalField that caused the error (if applicable)
errorsanyoptionalPer-field validation errors (only for 422 VALIDATION_ERROR responses)
errorErrorDetailrequiredStructured error payload returned by all Aethar APIs.
codestringrequiredMachine-readable error code (e.g. INVALID_API_KEY)
messagestringrequiredHuman-readable error message
statusintegerrequiredHTTP status code
request_idstringrequiredRequest identifier — include in support tickets
suggestionanyoptionalActionable hint on how to resolve the error
doc_urlanyoptionalLink to full documentation for this error code
fieldanyoptionalField that caused the error (if applicable)
errorsanyoptionalPer-field validation errors (only for 422 VALIDATION_ERROR responses)
errorErrorDetailrequiredStructured error payload returned by all Aethar APIs.
codestringrequiredMachine-readable error code (e.g. INVALID_API_KEY)
messagestringrequiredHuman-readable error message
statusintegerrequiredHTTP status code
request_idstringrequiredRequest identifier — include in support tickets
suggestionanyoptionalActionable hint on how to resolve the error
doc_urlanyoptionalLink to full documentation for this error code
fieldanyoptionalField that caused the error (if applicable)
errorsanyoptionalPer-field validation errors (only for 422 VALIDATION_ERROR responses)
Try this endpoint
Create a free Aethar account and generate an API key in 2 minutes.
Create free account →