Provenance
PublisherENTSO-E Transparency
API basehttps://web-api.tp.entsoe.eu/api
Freshness & coverage
FreshnessFreshness not declared
GeographicNot declared
TemporalNot declared
AuthenticationCredentials required (API key)
Methods (3)
queryGeneration
readQuery ENTSO-E generation by production type and zone.
Input schema
{ "type": "object", "properties": { "endpoint": { "type": "string" }, "in_Domain": { "type": "string" }, "out_Domain": { "type": "string" }, "periodStart": { "type": "string" }, "periodEnd": { "type": "string" }, "processType": { "type": "string" }, "documentType": { "type": "string" }, "query": { "type": "object", "properties": {}, "additionalProperties": true } }, "additionalProperties": false }queryLoad
readQuery ENTSO-E actual or forecast load for a bidding zone.
Input schema
{ "type": "object", "properties": { "endpoint": { "type": "string" }, "in_Domain": { "type": "string" }, "periodStart": { "type": "string" }, "periodEnd": { "type": "string" }, "processType": { "type": "string" }, "documentType": { "type": "string" }, "query": { "type": "object", "properties": {}, "additionalProperties": true } }, "additionalProperties": false }queryPrices
readQuery ENTSO-E day-ahead prices for a bidding zone.
Input schema
{ "type": "object", "properties": { "endpoint": { "type": "string" }, "in_Domain": { "type": "string" }, "out_Domain": { "type": "string" }, "periodStart": { "type": "string" }, "periodEnd": { "type": "string" }, "processType": { "type": "string" }, "documentType": { "type": "string" }, "query": { "type": "object", "properties": {}, "additionalProperties": true } }, "additionalProperties": false }
