BaroclineBarocline
DexterWeather History Report

getWindHistoryReport

Returns wind history report information for the supplied coordinates and date.

GET
/api/v3/dexter/history/wind

Returns wind history report response containing status, code, wind speed weather station identifier, and the time of the wind occurrence. The latest data is updated hourly.

Query Parameters

lat*number

The requested latitude.

Formatdouble
lon*number

The requested longitude.

Formatdouble
startDate?string

The requested start date in MM/DD/YYYY format. If no start date is provided, the last three years will be used.

Formatdate
units?string

The requested units: imperial or metric (default is imperial).

Default"IMPERIAL"
Value in"IMPERIAL" | "METRIC"
radius?integer

The requested radius (0-5 miles). If radius is provided, returns all results for all locations within the given radius. If no radius is provided, returns all results for the nearest station.

Formatint32
email?string

Email to send radius search results

min?number

The minimum wind speed included in results

Formatdouble
userKey*string

The user key.

Response Body

application/json

curl -X GET "https://dexter.atheniumanalytics.com/api/v3/dexter/history/wind?lat=0.1&lon=0.1&userKey=string"
[
  {
    "stationId": 0,
    "peril": 0.1,
    "timestamp": "string",
    "stormType": "string",
    "stormName": "string",
    "units": "string"
  }
]
Empty
Empty
Empty
Empty