search_gas_consumption_public
Search registered gas consumers in Germany using filters for location, gas quality (H-Gas/L-Gas), maximum capacity, and power generation usage.
Instructions
Search gas consumption units (Gasverbrauch) — no auth required.
Find registered gas consumers. 30 filter keys covering identification, location, dates, gas quality (H-Gas/L-Gas), maximum capacity, and whether the gas is used for power generation (gas_for_power flag).
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, max_gas_capacity, gas_quality, gas_for_power, dso_check. Dropdown fields (status, bundesland, country, gas_quality, dso_check) accept label or MaStR ID. gas_quality values: 'H-Gas', 'L-Gas'. gas_for_power is a boolean (true/false, ja/nein). Example: {'gas_quality': 'H-Gas', 'gas_for_power': True} | |
| page_size | No | Page size (max 5000). |