search_grid_connections_public
Search grid connection points and locations by type and filters. Retrieve location data, grid connection points, linked units, DSO info, and network parameters for power or gas connections.
Instructions
Search grid connection points and locations (Netzanschlusspunkte) — no auth required.
Find where units connect to the grid. Returns location data, grid connection points, linked units, DSO info, and network parameters. Supports 4 connection types: power generation/consumption and gas production/consumption. Power types include voltage level, control area, and balancing area. Gas types include gas quality and market area.
For grid connection details of a specific unit, use get_grid_connection (SOAP).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-based page number. | |
| filters | Yes | Filter dict with optional operator suffixes on each key. Operators: '=' (eq, default), '!=' (neq), '%' (contains), '!%' (not contains), ':' (starts with), '$' (ends with), '>' (gt), '<' (lt), '?' (is null), '!' or '!?' (is not null). Shared filter keys (all 4 types): location_mastr, location_name, nap_mastr, nap_name, dso_mastr, dso_name, unit_mastr, postcode, city, municipality, municipality_key, capacity, planned. Power (Strom) types add: voltage_level, voltage_level_id, control_area, control_area_id, balancing_area, metering_location. power_generation also has: unit_types. Gas types add: gas_quality, gas_quality_id, market_area, market_area_id. planned is a boolean (true/false). Dropdown fields accept both label and numeric ID (e.g. voltage_level='Mittelspannung' or voltage_level_id='352'). Example: {'postcode': '49074', 'voltage_level': 'Mittelspannung'} | |
| page_size | No | Page size (max 5000). | |
| connection_type | Yes | Type of grid connection. One of: 'power_generation' (Stromerzeugung), 'power_consumption' (Stromverbrauch), 'gas_production' (Gaserzeugung), 'gas_consumption' (Gasverbrauch). |