search_power_consumption_public
Find large electricity consumers registered in the German MaStR with filters for location, voltage level, and DSO. No authentication required.
Instructions
Search power consumption units (Stromverbrauch) — no auth required.
Find large electricity consumers registered in MaStR. 29 filter keys covering identification, location, dates, voltage level, and DSO checks.
Use this when searching for electricity consumers (not generators).
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). Supported filter keys: name, mastr_number, mastr_operator, location_mastr, dso_mastr, operator_name, dso_name, postcode, city, landkreis, street, bundesland, municipality, municipality_key, landmark, parcel, country, longitude, latitude, status, commission_date, current_location_date, shutdown_date, planned_date, registration_date, last_update, large_consumers, voltage_level, dso_check. Dropdown fields (status, bundesland, country, voltage_level, dso_check) accept label or MaStR ID. Example: {'bundesland': 'Bayern', 'voltage_level': 'Hochspannung'} | |
| page_size | No | Page size (max 5000). |