Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

ENTSO-E Market Data Query API

Single query endpoint for every Transparency Platform data item. The documentType, processType, and domain parameters select the dataset.

ENTSO-E Market Data Query API is published by ENTSO-E on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Market Data Query. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 2 operations across 1 path, and defines 3 schemas. It is described by OpenAPI 3.0.3, at version 1.0.

Requests are made against a single base URL, https://web-api.tp.entsoe.eu.

2 operations 1 paths 3 schemas 1 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.0
Base URL
https://web-api.tp.entsoe.eu/api
Authentication
API Key
Terms of Service
Resource Areas
1

Authentication & Security 1

ENTSO-E Market Data Query API declares 1 security scheme for authenticating requests. An API key is passed in the query as securityToken (securityToken). By default, every request must be authenticated.

  • securityToken — Free personal token issued after registering on the Transparency Platform and requesting Restful API access from transparency@entsoe.eu.

Paths & Operations 2

Across 1 path, the API surfaces 2 operations — 1 GET, 1 POST. Each is listed below with its method, path, parameters, and response codes.

Market Data Query 2

Single query endpoint for every Transparency Platform data item. The documentType, processType, and domain parameters select the dataset.

GET
/api
Query Transparency Platform data (GET)
queryMarketDocument 30 params → 200400401429
POST
/api
Query Transparency Platform data (POST)
queryMarketDocumentPost 1 param body → 200400401429

Schemas 3

The contract defines 3 schemas that model the data the API accepts and returns. The most detailed are MarketDocument (9 properties), StatusRequestMarketDocument (6 properties), AcknowledgementMarketDocument (3 properties). Each schema is shown below with its type and property counts.

AcknowledgementMarketDocument
object
IEC 62325-451-1 acknowledgement document returned when a request is rejected or matches no data. Reason code 999 with text "No matching data found" indicates a…
3 properties
StatusRequestMarketDocument
object
IEC 62325-451-5 status request document (namespace urn:iec62325.351:tc57wg16:451-5:statusrequestdocument:4:0) used as the POST body. type is A59; each query pa…
6 properties
MarketDocument
object
An IEC 62325-451 market document. The concrete root element depends on the data item queried - PublicationMarketDocument (prices, flows, capacities, schedules;…
9 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

entso-e-market-data-query-api-openapi.yml Raw ↑