โœฆ Eurostat ยท ECB ยท World Bank

European Statistical Data.
One Clean API.

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.

Browse Live Data See Pricing
27
EU Countries
20
Endpoints
13
Indicators
3
Data Sources

Live Data
Browse EU Statistics

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.

Data Sources
Powered by Trusted Institutions

All data is fetched from official, free, and openly licenced statistical APIs.

๐Ÿ›๏ธ
Eurostat

The statistical office of the EU. Provides GDP, inflation, unemployment, population, government finance, R&D, education, and energy data.

GDPInflation UnemploymentGovt Debt R&DEnergy
๐Ÿฆ
European Central Bank (ECB)

The central bank of the Eurozone. Provides official key interest rates โ€” main refinancing, deposit facility, and marginal lending rates.

Main RateDeposit RateLending Rate
๐ŸŒ
World Bank Open Data

Global development data. Used for trade, current account, FDI, life expectancy, and COโ‚‚ emissions for EU member states.

TradeFDI COโ‚‚CC BY 4.0

Reference
20 Free Endpoints

All endpoints return a standardised JSON envelope. Append ?format=csv to any endpoint for CSV export.

GET/api/gdpEurostat
GDP at market prices in million EUR for one or all EU-27 countries. Annual or quarterly.
countryyearformat
GET/api/inflationEurostat
HICP harmonised inflation rates โ€” annual average rate of change (%).
countryyear
GET/api/unemploymentEurostat
Unemployment rate as % of active population. Filter by youth, adult, or total.
countryyearage_group
GET/api/populationEurostat
Population on 1 January with YoY growth rate automatically calculated.
countryyear
GET/api/interest-ratesECB
ECB key interest rates โ€” main refinancing, deposit facility, and marginal lending.
typeyear
GET/api/tradeWorld Bank
Trade statistics โ€” exports, imports, and balance as a percentage of GDP.
countryyeartype
GET/api/government-debtEurostat
General government gross debt as % of GDP (Maastricht criterion). 60% is the EU threshold.
countryyear
GET/api/government-deficitEurostat
Net lending/borrowing as % of GDP. Negative = deficit. The Maastricht threshold is โˆ’3%.
countryyear
GET/api/rd-expenditureEurostat
Gross domestic R&D expenditure as % of GDP. Filter by sector: total, business, government, higher_education.
countryyearsector
GET/api/current-accountWorld Bank
Current account balance as % of GDP. Positive = surplus, negative = deficit.
countryyear
GET/api/fdiWorld Bank
Foreign direct investment net inflows as % of GDP.
countryyear
GET/api/co2World Bank
COโ‚‚ emissions per capita in metric tons, excluding land use change.
countryyear
GET/api/healthEurostat/WB
Health statistics โ€” hospital beds, physicians per 1,000, or life expectancy at birth.
countryyearindicator
GET/api/educationEurostat
Student enrollment by ISCED level โ€” primary, secondary, or tertiary.
countryyearlevel
GET/api/energyEurostat
Energy primary production in KTOE โ€” renewables, fossil fuels, or nuclear.
countryyeartype
GET/api/countriesStatic
All 27 EU member states with ISO codes, capitals, currencies, and accession year.
โ€” no params โ€”
GET/api/comparePremium
Side-by-side comparison of up to 10 EU countries for any of the 13 indicators.
countries*indicator*yearformat=csv
GET/api/rankingsPremium
All EU-27 ranked by any indicator, sorted highest to lowest with rank numbers.
indicator*yearformat=csv
GET/api/trendsPremium
Full historical series with YoY change, 5-year rolling average, and summary stats.
country*indicator*format=csv
GET/api/snapshot/:countryPremium
All 13 key indicators for one country in a single request โ€” GDP, debt, COโ‚‚, R&D, and more.
:country (path)format=csv
Indicators for compare / rankings / trends / snapshot: gdp inflation unemployment population trade_balance life_expectancy energy_renewable government_debt government_deficit current_account fdi_inflows rd_expenditure co2_emissions

Interactive
Try It Live

Select an endpoint, tweak the parameters, and run a real request against the API.

API Explorer
Request
GET /api/gdp?country=DE&year=2023 Host: localhost:3000 Accept: application/json
Response โ— 200 OK
// Click โ–ถ Run to fetch live data

Schema
Standard Response Envelope

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)"
      }
    ]
  }
}

Errors
HTTP Status Codes

Error responses always include success: false and a human-readable message.

CodeMeaningExample cause
200OKSuccessful request
400Bad RequestInvalid country code, year out of range
404Not FoundRoute does not exist
429Too Many RequestsExceeded 100 requests per 15 minutes
502Bad GatewayUpstream source (Eurostat/ECB/World Bank) returned an error
504Gateway TimeoutUpstream source timed out

Pricing
Simple, usage-based plans

Available via RapidAPI. Start free, scale as you grow.

Free
$0/mo
100 requests / month
  • โœ“ All 20 endpoints
  • โœ“ All 13 indicators
  • โœ“ CSV export
  • โœ“ No credit card needed
Get started
POPULAR
Basic
$9/mo
5,000 requests / month
  • โœ“ Everything in Free
  • โœ“ Compare & Rankings
  • โœ“ Trends & Snapshot
  • โœ“ Email support
Subscribe on RapidAPI
Pro
$29/mo
50,000 requests / month
  • โœ“ Everything in Basic
  • โœ“ Higher rate limits
  • โœ“ Priority support
  • โœ“ SLA guarantee
Subscribe on RapidAPI
Ultra
$99/mo
Unlimited requests
  • โœ“ Everything in Pro
  • โœ“ Unlimited calls
  • โœ“ Commercial licence
  • โœ“ Dedicated support
Subscribe on RapidAPI
๐Ÿ”‘ API access is managed via RapidAPI. Sign up free, get your key, and start querying in under 2 minutes. Get API Key โ†’