v2

latestOpenAPI 3.1.0Publishing notes2026-08-04372580.6 KB
power

Frequency

Returns the frequency measured at Fraunhofer ISE in Freiburg, Germany. Currently only the frequency in RG Continental Europe (formerly UCTE) is available. The data is available in 1 second timesteps from 1st of May 2022 onwards.

Response schema:

{
 "unix_seconds": list[int],
 "data": list[float],
 "deprecated": bool
}
get/frequency

Query parameters

regionstring
startstring
endstring

Response

Successful Response

unix_secondsinteger[] nullable
datanumber[] required
deprecatedboolean required