BaroclineBarocline
DexterWeather History Report

getHailHistoryReport

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

GET
/api/v3/dexter/history/hail

Returns hail history report response containing status, code, hail size weather station identifier, and the time of the hail 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?number

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.

Formatdouble
minThreshold?number

The minimum hail size included in results

Default0.25
Formatdouble
userKey*string

The user key.

Response Body

application/json

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