Netztransparenz
Response format: 'json' for columnar JSON or 'arrow' for Apache Arrow format
jsonPossible values: When true, JSON responses are wrapped in {data, units}. Units are always sent via X-Variable-Units header regardless.
falseQuery 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.
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"]Successfully retrieved Netztransparenz data
Invalid query parameters
Authentication required
Insufficient permissions
Validation Error
Optional variable to filter TSOs by
Successfully retrieved TSO list
Result for available TSOs query.
Authentication required
Validation Error
Optional variable to filter subcategories by
Successfully retrieved subcategory list
Result for available subcategories query.
Authentication required
Validation Error
Last updated