Use to get a minute-by-minute forecast for the next 120 minutes in intervals of 1, 5 and 15 minutes.
The Get Minute Forecast API is an HTTP GET request that returns minute-by-minute forecasts for a given location for the next 120 minutes. Users can request weather forecasts in intervals of 1, 5 and 15 minutes. The response will include details such as the type of precipitation (including rain, snow, or a mixture of both), start time, and precipitation intensity value (dBZ). For more information, see Request minute-by-minute weather forecast data.
Path parameters
Desired format of the response. Only json format is supported.
Query parameters
The API version to use for this operation.
The applicable query specified as a comma separated string composed by latitude followed by longitude e.g. "47.641268,-122.125679".
Weather information is generally available for locations on land, bodies of water surrounded by land, and areas of the ocean that are within approximately 50 nautical miles of a coastline.
Specifies time interval in minutes for the returned weather forecast. Supported values are
- 1 - Retrieve forecast for 1-minute intervals. Returned by default.
- 5 - Retrieve forecasts for 5-minute intervals.
- 15 - Retrieve forecasts for 15-minute intervals.
Language in which search results should be returned. Should be one of supported IETF language tags, case insensitive. When data in specified language is not available for a specific field, default language is used.
Please refer to Supported Languages for details.
Headers
Indicates the account intended for use with the Microsoft Entra ID security model. This unique ID for the Azure Maps account can be obtained from the Azure Maps management plane Account API. For more information on using Microsoft Entra ID security in Azure Maps, see Manage authentication in Azure Maps.
Response
The request has succeeded.
Changes
Changed in 5 of the 10 revisions of this API.134
- ▲
added the new path request parameter
formatnew-request-path-parameter
- ○
added the new optional
headerrequest parameterx-ms-client-idnew-optional-request-parameter
- ○
added the new optional
queryrequest parameterlanguagenew-optional-request-parameter
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
api operation id
GetMinuteForecastremoved and replaced withWeather_GetMinuteForecastapi-operation-id-removed
- ○
- ●
deleted the
queryrequest parameterlanguagerequest-parameter-removed
- ●
- ○
api operation id
Weather_GetMinuteForecastremoved and replaced withGetMinuteForecastapi-operation-id-removed
- ○
- ●
deleted the
headerrequest parameterx-ms-client-idrequest-parameter-removed
- ●
deleted the
pathrequest parameterformatrequest-parameter-removed
This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●