Europe & GB
- 27 bidding zones
- Live prices every 15–30 min
- Carbon intensity & generation mix
The electricity price API for developers and AI agents
Real-time prices, carbon intensity, and generation data for 40+ zones across Europe, GB, the United States, and Australia — normalized into a consistent JSON shape.
What you can call
GET /v1/zones27 Europe & GB · 7 US ISO/RTO · 5 Australian regions—all supported zone codes in one response.
GET /v1/prices/currentLatest quote per zone, plus day-ahead and history endpoints—inline enrichments when you need carbon or mix.
GET /v1/green/score · GET /v1/prices/cheapestA 0–100 cleanliness score and the lowest-average forward price window—derived fields on top of the normalized stack.
GET /v1/carbon/current · GET /v1/carbon/forecastRealised intensity where available and a short forward curve—same zone keys as the price routes.
Live demo · cycles every 4s
GET https://api.gridpulse.io/v1/prices/current?zone=DE&include=carbon
{
"zone": "DE",
"currency": "EUR",
"prices": [
{
"timestamp_utc": "2026-05-06T12:00:00.000Z",
"price_eur_mwh": 130.78,
"resolution": "hour",
"market_type": "day_ahead"
}
],
"carbon_intensity_gco2": 408,
"green_score": 13
}Europe, Great Britain, United States, and Australia — consistent JSON shape across all regions
Live prices updating every 5–30 minutes, plus years of historical data for backtesting
Connect Claude, Cursor, or any AI agent with one URL — no custom integration needed
Volatility, negative price risk, correlation, grid stress — derived insights not just raw data
Hover over any highlighted country to see what data is available. Live prices, carbon intensity, generation mix, and more — one consistent API.
70+ countries
Monthly carbon intensity
Africa · Americas · Asia · Middle East · Oceania
3,400,000+ data points across prices, carbon, generation, and weather
Production base URL: https://api.gridpulse.io. Below is everything the live API exposes today. On RapidAPI or behind our proxy, plan limits follow X-RapidAPI-Subscription (BASIC · PRO · ULTRA · MEGA).
/v1/prices/currentLatest spot quote per zone. Optional `include=carbon` or `include=generation` enriches each point.
/v1/prices/current?zone=GBLive Great Britain wholesale electricity prices updated roughly every 30 minutes via the wholesale market index feed.
/v1/prices/day-aheadUp to 96 hours of day-ahead auction prices ahead of delivery (cache-friendly).
/v1/prices/historyHistorical hourly series between `from` and `to` (ISO 8601). Backfill depth depends on zone.
/v1/prices/cheapestCheapest contiguous `hours` window inside the next ~72h of forward prices.
/v1/prices/consumerHousehold / market tariff reference prices (Germany and Austria only).
Sample response only — no request is sent to the API.
{
"mcpServers": {
"gridpulse": {
"url": "https://api.gridpulse.io/mcp"
}
}
}Ultra and Mega plans unlock derived intelligence built on years of market telemetry.
Know roughly 12 hours ahead when wholesale prices might go negative. Critical for battery operators and flexible demand.
Discover which markets move together. Sample DE ↔ FR linkage around 0.847 — essential context for coupled portfolios.
Find the lowest-carbon contiguous hours ahead of any deadline — illustrative savings up to 42% versus peak hours for flexible loads.
Four public plans —basic,pro,ultra, andmega— mirror RapidAPI quotas. Send X-RapidAPI-Subscription as BASIC, PRO, ULTRA, or MEGA and the gateway unlocks matching capabilities automatically.
RapidAPI
€0forever
X-RapidAPI-Subscription: BASICMapped plan: basic
RapidAPI
$29per month
X-RapidAPI-Subscription: PROMapped plan: pro
RapidAPI
$99per month
X-RapidAPI-Subscription: ULTRAMapped plan: ultra
RapidAPI
$299per month
X-RapidAPI-Subscription: MEGAMapped plan: mega
Enterprise? Custom zones, SLA, invoicing. Email hello@gridpulse.io
Real-time electricity prices, carbon intensity, generation mix, and analytics for 40+ zones across Europe, Great Britain, the United States, and Australia. Every zone below is accepted by REST v1 — call GET /v1/zones for the canonical list.
GET /v1/zones and can be used as ?zone= on v1 endpoints.27 bidding-zone codes spanning continental Europe plus Great Britain.
Seven major US interconnect hubs priced in USD, plus provincial markets for Ontario and Alberta.
5 National Electricity Market states with sub-five-minute freshness when live feeds succeed.
curl "https://api.gridpulse.io/v1/prices/current?zone=DE&include=carbon" \ -H "X-API-Key: your_key_here"