EU Carbon Intelligence
Evidence-Grade Energy & Emissions Data
Real-time European energy mix, carbon intensity, and ETS prices with cryptographic evidence packs.
Versioned — Schema-controlled
Deterministic — Canonical JSON hashing
Forwardable — Evidence packs
Data Sources
| Source | Data | Coverage |
|---|---|---|
| ENTSO-E | Generation mix by fuel type | EU member states |
| Ember | CO₂ intensity (gCO₂/kWh) | EU + global |
| EU ETS | Carbon price (€/tCO₂) | EU market |
Endpoints
GET
/api/v1/eu-energy/generation/{country}Returns generation mix by fuel type for specified country (ISO 3166-1 alpha-2).
GET
/api/v1/ember/intensity/{iso}Returns carbon intensity in gCO₂/kWh for specified country.
GET
/api/v1/ember/eu-summaryReturns EU-wide carbon intensity summary.
GET
/api/v1/eu-ets/priceReturns current EU ETS carbon allowance price.
Example Request
curl -H "X-API-Key: YOUR_KEY" \ https://api.feedoracle.io/api/v1/eu-energy/generation/DE
Response Envelope
All endpoints return an evidence-grade envelope:
| Field | Type | Description |
|---|---|---|
schema_version | string | Schema version |
as_of | string | ISO 8601 timestamp |
data | object | Endpoint payload |
sources | array | Data provenance |
evidence | object | Cryptographic proof |
disclaimer | string | Scope statement |
Evidence Block
| Field | Description |
|---|---|
content_hash | SHA256 of canonical JSON |
evidence_pack_id | Unique snapshot ID |
anchor_ref | On-chain anchor (null if not anchored) |
Data Freshness
| Endpoint | Refresh |
|---|---|
| eu-energy/generation | ~15 min (best-effort) |
| ember/intensity | Daily (cached) |
| eu-ets/price | Manual update |
Authentication
All requests require an API key:
X-API-Key: your_api_key
Contact sales for API access.
Disclaimer
Infrastructure data only. Not legal advice, certification, or investment recommendation.
Related
- Supply Chain Carbon Evidence Pack - Combined endpoint