EU Economic Data. One API Call.

GDP, INFLATION, UNEMPLOYMENT & TRADE DATA · 30+ EUROPEAN COUNTRIES · CLEAN JSON · NO SDMX HEADACHES

Human-Readable Endpoints

No more cryptic SDMX dimension codes. Query GDP with ?country=DE, filter inflation by COICOP category, compare unemployment across countries — all with parameters you can actually read. Full OpenAPI spec included.

/v1/gdp?country=DE&frequency=Q instead of namq_10_gdp/Q.SCA.CLV10_MEUR.B1GQ.DE

Pre-Processed & Always Fresh

33,000+ records across 8 domains, pre-loaded and automatically updated from Eurostat’s source. Growth rates, YoY changes, and trade balances computed server-side. No ETL pipeline to build or maintain.

Responses in <200ms vs. 5–30s from raw Eurostat SDMX

Agent-Ready from Day One

Semantic endpoint design that LLMs understand natively. MCP server included. Ask an AI agent “What’s Germany’s GDP growth trend?” and it can answer with live data — no prompt engineering around SDMX codes required.

Works with Claude, GPT, and any MCP-compatible agent out of the box

GDP EXPLORER

Quarterly GDP by country — clean JSON, no SDMX codes

GET/v1/gdp?country=DE

INFLATION (HICP)

Monthly harmonized index of consumer prices — multi-country comparison

GET/v1/inflation?country=DE&months=24

UNEMPLOYMENT

Total and youth unemployment rates across EU member states

Germany
GET/v1/unemployment?country=DE

POPULATION

Annual population on 1 January — historical trends across EU member states

Germany
GET/v1/population?country=DE
84.7M+1.88%

INTERNATIONAL TRADE

Monthly trade balance — exports vs imports in million EUR

Germany
GET/v1/trade/balance?country=DE
Exports

1603B EUR

Imports

1368B EUR

Balance

+235B EUR

DATASET BROWSER

Explore all available Eurostat datasets

SIMPLE REST API

Human-readable endpoints for EU economic data — no SDMX, no cryptic codes

curl -H "X-API-Key: YOUR_API_KEY" \
  "https://eurostat.wageapi.com/api/v1/gdp?country=DE&frequency=Q"
RESPONSE BODY200 OK
{
  "data": [
    {
      "country_code": "DE",
      "country_name": "Germany",
      "period": "2025-Q4",
      "value": 910300,
      "unit": "CLV10_MEUR",
      "frequency": "Q",
      "growth_rate_yoy": 1.68
    },
    {
      "country_code": "DE",
      "country_name": "Germany",
      "period": "2025-Q3",
      "value": 905100,
      "unit": "CLV10_MEUR",
      "frequency": "Q",
      "growth_rate_yoy": 1.73
    }
  ],
  "metadata": {
    "source": "Eurostat (namq_10_gdp)",
    "request_id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
    "rate_limit": {
      "remaining": 94,
      "limit": 100,
      "reset": "2026-04-13T00:00:00Z"
    }
  }
}
ALSO AVAILABLE AS MCP SERVER

Works with Claude, Cursor, VS Code, and any MCP-compatible client

// claude_desktop_config.json
{
  "mcpServers": {
    "eurostatapi": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://eurostat.wageapi.com/api/mcp",
        "--header",
        "X-API-Key: YOUR_API_KEY"
      ]
    }
  }
}

PLANS

Simple, transparent pricing on RapidAPI

Free

Free
  • 3,000 requests / month
  • GDP + Inflation data
  • MCP Server
  • Community support
MOST POPULAR

Startup

$29/mo

or $24/mo billed annually

  • 15,000 requests / month
  • All 8 endpoints
  • MCP Server
  • Email support

Growth

$79/mo

or $66/mo billed annually

  • 75,000 requests / month
  • All 8 endpoints
  • MCP Server
  • Priority support

Enterprise

$149/mo

or $124/mo billed annually

  • 300,000 requests / month
  • All 8 endpoints
  • MCP Server
  • Dedicated support

Data Sources

Eurostat GDPApr 1, 2026Quarterly
Eurostat HICPMar 25, 2026Monthly
Eurostat UnemploymentMar 28, 2026Monthly
Eurostat PopulationJan 15, 2026Yearly
Eurostat TradeMar 20, 2026Monthly
Eurostat EarningsFeb 28, 2026Quarterly

EU Economic Data. One API Call.

Free tier. No credit card. First response in 30 seconds.