v1
latestOpenAPI 3.1.02026-07-2694207444.7 KBPowerSystem
Consumption
Returns a list of consumptions for a date and a list of areas.
Consumption tells how much electricity is being consumed / used in an area and delivery period.
This corresponds to the "Total Load / Actual" data type in the Entso-e Transparency Platform.
Response field descriptions
- status: Missing if no data found for the date and area. Available if data is present
- consumptions: a list of delivery periods
- deliveryStart: start of delivery period
- deliveryEnd: end of delivery period
- volume: the volume consumed in the delivery period, in MW
Data source: Entso-e Transparency platform. Update frequency and data availability depends on data being reported to Entso-e.
Sample response with valid data for areas NO2,NO3 and date 2025-05-05
get/api/v2/PowerSystem/Consumptions/ByAreas
Query parameters
areasstring required
Comma-separated list of areas (e.g., NO1, NO2). Supported: 50HZ, AMP, AT, BE, DE-LU, LU, DK1, DK2, EE, FI, FR, LT, LV, NL, NO1, NO2, NO3, NO4, NO5, PL, SE1, SE2, SE3, SE4, TBW, TTG, TEL, BG
datestring date required
Delivery date, referring to CET date. Format yyyy-MM-dd, for example 2024-08-15
Response
OK