Returns severe weather alerts issued by meteorological agencies - Given a lat/lon.
GET {{baseUrl}}/alerts?lat={{lat}}&lon={{lon}}&callback=<string>&key=<string>
Returns severe weather alerts issued by meteorological agencies - given a lat, and a lon.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
lat | string | ||
lon | string | ||
callback | string | Wraps return in jsonp callback. Example: callback=func | |
key | string | Your registered API key. |