Station Data
Response format: 'json' for columnar JSON or 'arrow' for Apache Arrow format
jsonPossible values: Query parameters for station observation data.
Supports filtering by:
- station_ids: List of specific station IDs (mutually exclusive with geo)
- geo: GeoFilter for region-based filtering (bounding_box, market_zone, country_key, polygon)
- variables: List of observation variables to return
- start_time / end_time: Time range for observations
- aggregation: Temporal aggregation (none, hourly, daily)
List of ICAO station codes to query. Mutually exclusive with geo.
["EDDT","EDDH","LFPG"]Geographic filter for selecting stations by region. Supports: bounding_box, market_zone, country_key, polygon. Mutually exclusive with station_ids.
[Deprecated] Use geo with type='bounding_box' instead.
{"max_lat":50,"max_lon":10,"min_lat":40,"min_lon":-10}List of observation variables to return. If not set, returns all.
["air_temperature_at_height_level_2m","wind_speed_at_height_level_10m"]Start time for the query (inclusive)
2024-01-01T00:00:00ZEnd time for the query (exclusive). If not set, no upper bound.
2024-01-07T00:00:00ZTemporal aggregation to apply (none, hourly, daily)
nonePossible values: If True and aggregation is hourly/daily, compute mean across all stations (regional average). If False, compute mean per station.
falseIANA time zone for time formatting. Defaults to UTC.
UTCColumns to order by. Supports direction suffix: 'time__desc' for descending, 'time__asc' for ascending (default). Can also use object format: {'field': 'time', 'direction': 'desc'}
["time","station"]Pagination parameters (limit, offset)
Successfully retrieved station data
Invalid query parameters
Authentication required
Insufficient permissions
Validation Error
Minimum latitude for bounding box filter
Maximum latitude for bounding box filter
Minimum longitude for bounding box filter
Maximum longitude for bounding box filter
Maximum number of stations to return
Successfully retrieved station list
Authentication required
Validation Error
Last updated