Skip to content

Significant Meteorological Information (SIGMET)

GET
/sigmet/{provider}

Get the latest TEXT information on significant meteorological information (SIGMET: Significant Meteorological Information) that affects aircraft operations.
SIGMET is official information released by aviation authorities regarding dangerous weather phenomena such as turbulence, lightning, volcanic ash, and icing.

This data includes all of the latest SIGMET information published worldwide, allowing you to check information for any region at once.

Update Times (UTC)

Updates are irregular.
Data will be added and reflected as soon as new SIGMETs are announced.

Parameters

Path Parameters

provider*

Specify the data provider to obtain.
FAA: Federal Aviation Administration
SADIS: Secure Aviation Data Information Service)
JMA: Japan Meteorological Agency
NOAA: National Oceanic and Atmospheric Administration
CAAC: Civil Aviation Administration of China

Typestring
Required
Enum
faasadisjmanoaacaac
Examplefaa

Query Parameters

receivedupto

Specify how many hours of data to retrieve from the current time.
You can specify between “1 hour to 24 hours.”
*If nothing is specified, the default setting is “1 hour.”

Typestring
Example1
element

Specify the elements to be retrieved.
SIGMET Weather warnings affecting aircraft operations
TC Typhoon Information
VA Information on volcanic eruptions
AIRMET Advisory for moderate weather phenomena

Typestring
Enum
sigmettcvaairmet
Examplesigmet

Responses

SIGMET Data
application/json
JSON
{
"Contents": {
"provider": "faa",
"bulletin": {
}
}
}

Playground

Authorization
Variables
Key
Value

Samples

cURL
JavaScript
PHP
Python

All trademarks and registered trademarks are the property of their respective owners.