v1
latestOpenAPI 3.1.02026-07-2694207444.7 KBPowerSystem
Yearly Production
Returns a list of productions for a year and one area.
Production tells how much electricity is being produced in an area and delivery period for each production type.
This corresponds to the "Actual Generation per Production Type" 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
- yearlySummary: yearly total aggregated production
- byType: a dictionary of production types, where each key corresponds to a production type and each value to production volume for that type, in MWh.
- total: the total production volume, in MWh
- monthlySummaries: a list of aggregated production values per month
- byType: a dictionary of production types, where each key corresponds to a production type and each value to production volume for that type, in MWh.
- total: the total production volume, in MWh
- dailySummaries: a list of aggregated production values per day
- byType: a dictionary of production types, where each key corresponds to a production type and each value to production volume for that type, in MWh.
- total: the total production volume, in MWh
- productions: a list of delivery periods
- deliveryStart: start of delivery period
- deliveryEnd: end of delivery period
- byType: a dictionary of production types, where each key corresponds to a production type and each value to production volume for that type, in MW.
- total: a sum of all production values for this delivery period, in MW
Data source: Entso-e Transparency platform. Update frequency and data availability depends on data being reported to Entso-e.
get/api/v2/PowerSystem/Productions/Yearly/ByArea
Query parameters
areastring required
One area. For example NO1. 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
yearinteger required
Year in CET (format: yyyy, e.g., 2024)
Response
OK