cURL
curl --request GET \ --url https://api.example.com/api/economic/v1/get-eurostat-country-data
{ "countries": {}, "seededAt": "<string>", "unavailable": true }
GetEurostatCountryData retrieves per-country CPI, unemployment, and GDP growth for 10 EU member states.
Successful response
GetEurostatCountryDataResponse contains per-country CPI, unemployment, and GDP growth.
Map of ISO2 country code to economic metrics (e.g. "DE", "FR", "IT").
Show child attributes
UTC ms timestamp when seed data was written.
True when upstream data is unavailable (fallback result).
Was this page helpful?