Netztransparenz
Response format: 'json' for columnar JSON or 'arrow' for Apache Arrow format
jsonPossible values: Query parameters for Netztransparenz timeseries data.
Supports filtering by:
- variables: List of variable types (optional, returns all if not set)
- tsos: List of TSOs to filter by (optional)
- subcategories: List of technology subcategories (optional)
- directions: List of directions - positive/negative (optional)
- start_time: Start of time range (required)
- end_time: End of time range (optional - if None, no upper bound applied)
Note: end_time can be None to include all future data, which is useful for day-ahead forecasts that extend into tomorrow.
List of Netztransparenz variable types to query. If not set, returns all variables.
["nrv_saldo_betrieblich","aep_schaetzer_betrieblich"]List of TSOs to filter by (e.g., ['50Hertz', 'Amprion'])
["50Hertz","Amprion"]List of subcategories (only for ABSM relief regions or AEP module variables)
["H1","H2","T1"]List of directions (e.g., ['positive', 'negative'])
["positive","negative"]Start time for the query (inclusive)
2025-12-01T00:00:00ZEnd time for the query (exclusive). If None, no upper bound is applied (useful for day-ahead forecasts)
2025-12-15T00:00:00ZTemporal aggregation to apply
nonePossible values: Include metadata column in response
falseIANA time zone name for time formatting (e.g., 'Europe/Berlin', 'America/New_York'). Defaults to UTC
UTCColumns to order by
["time","tso"]Pagination parameters
Successfully retrieved Netztransparenz data
Invalid query parameters
Authentication required
Insufficient permissions
Validation Error
Optional variable to filter TSOs by
Netztransparenz timeseries variable types.
Variables are organized by category matching the data dictionary.
Successfully retrieved TSO list
Result for available TSOs query.
Authentication required
Validation Error
Optional variable to filter subcategories by
Netztransparenz timeseries variable types.
Variables are organized by category matching the data dictionary.
Successfully retrieved subcategory list
Result for available subcategories query.
Authentication required
Validation Error
Last updated