Weather

The weather alerts resource allows the user to get weather alerts data for a given map view port with the supplied parameters:

Weather Request

GET

URL Parameters

Required parameters are highlighted in yellow.

Request Parameters

Data Element Description Data Type Value/Example
urgency An enumeration of WeatherAlertUrgency representing a particular urgency level. Enum 0 - Immediate
1 - Expected
2 - Future
3 - Past
4 - Unknown
severity An enumeration of WeatherAlertSeverity representing a particular severity level. Enum 0 - Extreme
1 - Severe
2 - Moderate
3 - Minor
4 - Unknown
certainty An enumeration of WeatherAlertCertainty representing a particular certainty level. Enum 0 - Observed
1 - Likely
2 - Possible
3 - Unlikely
4 - Unknown
eventNames Weather Alert event names filter. String Array
corner1 Geographic coordinates used to be the map view port bounding box top left corner. Double Array
corner2 Geographic coordinates used to be the map view port bounding box bottom right corner. Double Array
point Geographic coordinates used to specify a single point. Double Array
route The list of coordinates that make up the path of the route. List of Double Array
startTime Indicates the start Date/Time string to be applied for the request. String
endTime Indicates the end Date/Time string to be applied for the request. String

Response

Loading...