Real GDP, inflation, government debt, COโ emissions, R&D spending and more โ 13 indicators across all 27 EU member states, normalised into a single JSON API.
Select any indicator to see live data for all 27 EU member states. Filter by country or year.
| Select an indicator and click Load to see live EU data. |
All data is fetched from official, free, and openly licenced statistical APIs.
The statistical office of the EU. Provides GDP, inflation, unemployment, population, government finance, R&D, education, and energy data.
The central bank of the Eurozone. Provides official key interest rates โ main refinancing, deposit facility, and marginal lending rates.
Global development data. Used for trade, current account, FDI, life expectancy, and COโ emissions for EU member states.
All endpoints return a standardised JSON envelope. Append ?format=csv to any endpoint for CSV export.
gdp inflation unemployment population trade_balance life_expectancy energy_renewable government_debt government_deficit current_account fdi_inflows rd_expenditure co2_emissions
Select an endpoint, tweak the parameters, and run a real request against the API.
Every endpoint wraps its payload in the same outer structure.
{
"success": true,
"source": "Eurostat",
"attribution": "ยฉ European Union, 1995โ2024. Dataset: gov_10dd_edpt1",
"cached": false,
"cache_expires_at": "2024-11-16T09:32:11.000Z",
"data": {
"indicator": "General government gross debt (Maastricht)",
"count": 27,
"records": [
{
"country": "Germany",
"country_code": "DE",
"year": "2023",
"government_debt_pct_gdp": 62.3,
"unit": "% of GDP (Maastricht criterion)"
}
]
}
}
Error responses always include success: false and a human-readable message.
| Code | Meaning | Example cause |
|---|---|---|
200 | OK | Successful request |
400 | Bad Request | Invalid country code, year out of range |
404 | Not Found | Route does not exist |
429 | Too Many Requests | Exceeded 100 requests per 15 minutes |
502 | Bad Gateway | Upstream source (Eurostat/ECB/World Bank) returned an error |
504 | Gateway Timeout | Upstream source timed out |
Available via RapidAPI. Start free, scale as you grow.