Skip to main content
GET
/
api
/
economic
/
v1
/
get-eurostat-country-data
GetEurostatCountryData
curl --request GET \
  --url https://api.example.com/api/economic/v1/get-eurostat-country-data
{
  "countries": {},
  "seededAt": "<string>",
  "unavailable": true
}

Response

Successful response

GetEurostatCountryDataResponse contains per-country CPI, unemployment, and GDP growth.

countries
object

Map of ISO2 country code to economic metrics (e.g. "DE", "FR", "IT").

seededAt
string<int64>

UTC ms timestamp when seed data was written.

unavailable
boolean

True when upstream data is unavailable (fallback result).