Download OpenAPI specification:Download
The Weather Data APIs, part of Laminar Data Hub return METAR, TAF (Terminal Aerodrome/Area Forecast) and SIGMETS.
Click the download button at the top of this document to download the OpenApi spec for this API.
Displaying NOTAMs, restrictions and significant weather - Showcase article on how to display NOTAMs with restrictions and SIGMETs
NOTAM - Notice to Airmen advisories that may impact flight operations
Weather (FlightStats APIs) - METAR, TAF and forecast data
Retrieves the latest available METAR or SPECI for a given aerodrome using IWXXM 1.1.
The response includes:
aerodrome.icao required | string The ICAO code for an aerodrome e.g. EGLL (Case sensitive) |
user_key required | string User Key Authentication Parameter |
Retrieves recent METARs/SPECIs issued up to a specified number of minutes ago for a given aerodrome using IWXXM 1.1.
The response includes:
aerodrome.icao required | string The ICAO code for an aerodrome e.g. EGLL (Case sensitive) |
within_minutes required | integer Enum: 30 60 90 120 150 180 The maximum age, in minutes, of the METARs that are returned; e.g. 60 will return all METARs issued in the last 60 minutes |
user_key required | string User Key Authentication Parameter |
Retrieves the available TAFs for a given aerodrome using IWXXM 1.1.
The TAFs call includes:
aerodrome.icao required | string The ICAO code for an aerodrome e.g. EGLL (Case sensitive) |
user_key required | string User Key Authentication Parameter |
Retrieves all active SIGMETs within the specified ICAO prefix using IWXXM 1.1.
For a list of possible ICAO prefixes refer to the Reference Data APIs.
Response includes:
icao.prefix required | string The letter of the ICAO prefix |
user_key required | string User Key Authentication Parameter |
Retrieves the SIGMET with the specified ID in IWXXM 1.1.
Response includes:
id required | string The ID of the SIGMET, as returned by the SIGMETs by ICAO Prefix call |
user_key required | string User Key Authentication Parameter |