The WxData™ Severe Weather Alerts API provides direct access to real-time active and historical U.S. severe weather alerts beginning June 2018. The API returns all provided severe weather alert type and associated elements or only those that meet your needs.
If you have an existing account using the API Explorer is recommended to build API calls. Additionally, securely passing "key" and "secret" in the http header is supported. Curl example represented below:
curl "https://wxdata.com/cgi-bin/land-alerts-api.pl?version=1.0&format=json&status=active&location=FL" \
-H "key: [provided-apikey]" \
-H "secret: [provided-secretkey]"
In your API call you can filter on these elements:
API supports GET
HTTP: http://wxdata.com/cgi-bin/land-alerts-api.pl
HTTPS: https://wxdata.com/cgi-bin/land-alerts-api.pl
The following parameters may be used:
Value | Description | Type |
id | iAlert record ID | int |
status | active or expired alert | text |
event | Weather alert type | text |
headline | Alert summary headline | text |
description | Detail alerts text | text |
effective | Weather event start time | YYYY-MM-DDTHH:MM:SS |
expires | Weather event end time | YYYY-MM-DDTHH:MM:SS |
areaDesc |
County list of locations under alert | text |
geo_coordinates |
lat/lon if provided | text |
geocode |
County codes under alert | text |
same_code |
Specific Area Message Encoding | text |
vtec |
Valid event time code | text |
Our weather API is currently used worldwide by users to feed their apps, services, and mission with reliable weather data.