Weather - Get Hourly Forecast
用來取得最多 24 小時的詳細每小時天氣預報,或最多 10 天的每日預報。
Get Hourly Forecast
API 是 HTTP GET
,針對指定的座標位置,要求未來 1、12、24(1 天)、72(3 天)、120(5 天)和 240 小時(10 天)的詳細天氣預報。 API 會傳回溫度、濕度、風力、降水和紫外線(UV)索引等詳細數據。 如需詳細資訊,請參閱 要求每小時天氣預報數據。
如果您使用 Gen1 S0 定價層,您可以要求未來 1、12、24 小時(1 天)和 72 小時(3 天)的每小時預測。 如果您使用 Gen1 S1 或 Gen2 定價層,您也可以要求未來 120(5 天)和 240 小時(10 天)的每小時預測。
GET https://atlas.microsoft.com/weather/forecast/hourly/json?api-version=1.1&query={query}
GET https://atlas.microsoft.com/weather/forecast/hourly/json?api-version=1.1&query={query}&unit={unit}&duration={duration}&language={language}
URI 參數
名稱 | 位於 | 必要 | 類型 | Description |
---|---|---|---|---|
format
|
path | True |
回應所需的格式。 僅支援 |
|
api-version
|
query | True |
string |
Azure 地圖服務 API 的版本號碼。 |
query
|
query | True |
number[] |
指定為逗號分隔字串的適用查詢,由緯度所組成,後面接著經度,例如 “47.641268,-122.125679”。 天氣資訊通常適用於陸地上的位置、被陸地包圍的水體,以及大約50海裡海岸線的海洋區域。 |
duration
|
query |
integer |
傳回氣象預報的時間範圍。 根據預設,將會傳回下一小時的預測數據。 可用的值為
|
|
language
|
query |
string |
應該傳回搜尋結果的語言。 應該是其中一個支援的 IETF 語言標記,不區分大小寫。 當特定欄位無法使用指定語言的數據時,會使用預設語言。 如需詳細資訊,請參閱 支援的語言。 |
|
unit
|
query |
指定以度量單位或英制單位傳回數據。 預設值為計量。 |
要求標頭
名稱 | 必要 | 類型 | Description |
---|---|---|---|
x-ms-client-id |
string |
指定要與 Microsoft Entra ID 安全性模型搭配使用的帳戶。 它代表 Azure 地圖服務帳戶的唯一標識碼,而且可以從 Azure 地圖服務管理平面帳戶 API 擷取。 若要在 Azure 地圖服務中使用 Microsoft Entra ID 安全性,請參閱下列 文章 以取得指引。 |
回應
名稱 | 類型 | Description |
---|---|---|
200 OK |
還行 |
|
Other Status Codes |
發生未預期的錯誤。 |
安全性
AADToken
這些是 Entra OAuth 2.0 Flow
若要實作案例,建議您檢視
筆記
- 此安全性定義 需要 使用
x-ms-client-id
標頭來指出應用程式要求存取的 Azure 地圖服務資源。 這可以從 地圖管理 API 取得。
Authorization URL
專屬於 Azure 公用雲端實例。 主權雲端具有唯一的授權 URL,Microsoft Entra ID 設定。
* 透過 Azure 入口網站、PowerShell、CLI、Azure SDK 或 REST API,從 Azure 管理 平面設定 Azure 角色型存取控制。
* Azure 地圖服務 Web SDK 的使用方式允許針對多個使用案例設定應用程式。
- 如需Microsoft身分識別平臺的詳細資訊,請參閱 Microsoft 身分識別平臺概觀。
類型:
oauth2
Flow:
implicit
授權 URL:
https://login.microsoftonline.com/common/oauth2/authorize
範圍
名稱 | Description |
---|---|
https://atlas.microsoft.com/.default | https://atlas.microsoft.com/.default |
subscription-key
這是當您 在 Azure 入口網站或使用 PowerShell、CLI、Azure SDK 或 REST API 建立 Azure 地圖服務帳戶時所佈建的共用密鑰。
使用此金鑰,任何應用程式都可以存取所有 REST API。 換句話說,此金鑰可用來做為帳戶中核發的主要密鑰。
針對公開的應用程式,我們建議使用 機密用戶端應用程式 方法來存取 Azure 地圖服務 REST API,以便安全地儲存您的密鑰。
類型:
apiKey
位於:
query
SAS Token
這是透過 Azure 入口網站、PowerShell、CLI、Azure SDK 或 REST API,從 azure 地圖服務資源
使用此令牌時,任何應用程式都有權使用 Azure 角色型訪問控制進行存取,並更精細地控制特定令牌的到期、速率和區域。 換句話說,SAS 令牌可用來讓應用程式以比共用密鑰更安全的方式控制存取。
對於公開的應用程式,我們建議在 對應帳戶資源上設定允許的來源特定清單, 以限制轉譯濫用,並定期更新 SAS 令牌。
類型:
apiKey
位於:
header
範例
Successfully retrieve detailed weather forecast by the hour
範例要求
GET https://atlas.microsoft.com/weather/forecast/hourly/json?api-version=1.1&query=47.632346,-122.138874&duration=12
範例回覆
{
"forecasts": [
{
"date": "2019-11-14T16:00:00-08:00",
"iconCode": 7,
"iconPhrase": "Cloudy",
"hasPrecipitation": false,
"isDaylight": true,
"temperature": {
"value": 13.4,
"unit": "C",
"unitType": 17
},
"realFeelTemperature": {
"value": 14.1,
"unit": "C",
"unitType": 17
},
"wetBulbTemperature": {
"value": 10.9,
"unit": "C",
"unitType": 17
},
"dewPoint": {
"value": 8.4,
"unit": "C",
"unitType": 17
},
"wind": {
"direction": {
"degrees": 311,
"localizedDescription": "NW"
},
"speed": {
"value": 3.7,
"unit": "km/h",
"unitType": 7
}
},
"windGust": {
"speed": {
"value": 5.6,
"unit": "km/h",
"unitType": 7
}
},
"relativeHumidity": 72,
"visibility": {
"value": 16.1,
"unit": "km",
"unitType": 6
},
"cloudCover": 100,
"ceiling": {
"value": 3901,
"unit": "m",
"unitType": 5
},
"uvIndex": 0,
"uvIndexPhrase": "Low",
"precipitationProbability": 39,
"rainProbability": 39,
"snowProbability": 0,
"iceProbability": 0,
"totalLiquid": {
"value": 0,
"unit": "mm",
"unitType": 3
},
"rain": {
"value": 0,
"unit": "mm",
"unitType": 3
},
"snow": {
"value": 0,
"unit": "cm",
"unitType": 4
},
"ice": {
"value": 0,
"unit": "mm",
"unitType": 3
}
},
{
"date": "2019-11-14T17:00:00-08:00",
"iconCode": 7,
"iconPhrase": "Cloudy",
"hasPrecipitation": false,
"isDaylight": false,
"temperature": {
"value": 12.5,
"unit": "C",
"unitType": 17
},
"realFeelTemperature": {
"value": 12.8,
"unit": "C",
"unitType": 17
},
"wetBulbTemperature": {
"value": 10.2,
"unit": "C",
"unitType": 17
},
"dewPoint": {
"value": 7.8,
"unit": "C",
"unitType": 17
},
"wind": {
"direction": {
"degrees": 281,
"localizedDescription": "W"
},
"speed": {
"value": 5.6,
"unit": "km/h",
"unitType": 7
}
},
"windGust": {
"speed": {
"value": 7.4,
"unit": "km/h",
"unitType": 7
}
},
"relativeHumidity": 73,
"visibility": {
"value": 16.1,
"unit": "km",
"unitType": 6
},
"cloudCover": 94,
"ceiling": {
"value": 4054,
"unit": "m",
"unitType": 5
},
"uvIndex": 0,
"uvIndexPhrase": "Low",
"precipitationProbability": 34,
"rainProbability": 34,
"snowProbability": 0,
"iceProbability": 0,
"totalLiquid": {
"value": 0,
"unit": "mm",
"unitType": 3
},
"rain": {
"value": 0,
"unit": "mm",
"unitType": 3
},
"snow": {
"value": 0,
"unit": "cm",
"unitType": 4
},
"ice": {
"value": 0,
"unit": "mm",
"unitType": 3
}
},
{
"date": "2019-11-14T18:00:00-08:00",
"iconCode": 7,
"iconPhrase": "Cloudy",
"hasPrecipitation": false,
"isDaylight": false,
"temperature": {
"value": 11.3,
"unit": "C",
"unitType": 17
},
"realFeelTemperature": {
"value": 11.3,
"unit": "C",
"unitType": 17
},
"wetBulbTemperature": {
"value": 9.5,
"unit": "C",
"unitType": 17
},
"dewPoint": {
"value": 7.4,
"unit": "C",
"unitType": 17
},
"wind": {
"direction": {
"degrees": 206,
"localizedDescription": "SSW"
},
"speed": {
"value": 7.4,
"unit": "km/h",
"unitType": 7
}
},
"windGust": {
"speed": {
"value": 9.3,
"unit": "km/h",
"unitType": 7
}
},
"relativeHumidity": 77,
"visibility": {
"value": 16.1,
"unit": "km",
"unitType": 6
},
"cloudCover": 94,
"ceiling": {
"value": 4176,
"unit": "m",
"unitType": 5
},
"uvIndex": 0,
"uvIndexPhrase": "Low",
"precipitationProbability": 29,
"rainProbability": 29,
"snowProbability": 0,
"iceProbability": 0,
"totalLiquid": {
"value": 0,
"unit": "mm",
"unitType": 3
},
"rain": {
"value": 0,
"unit": "mm",
"unitType": 3
},
"snow": {
"value": 0,
"unit": "cm",
"unitType": 4
},
"ice": {
"value": 0,
"unit": "mm",
"unitType": 3
}
},
{
"date": "2019-11-14T19:00:00-08:00",
"iconCode": 7,
"iconPhrase": "Cloudy",
"hasPrecipitation": false,
"isDaylight": false,
"temperature": {
"value": 10.4,
"unit": "C",
"unitType": 17
},
"realFeelTemperature": {
"value": 9.8,
"unit": "C",
"unitType": 17
},
"wetBulbTemperature": {
"value": 8.8,
"unit": "C",
"unitType": 17
},
"dewPoint": {
"value": 7,
"unit": "C",
"unitType": 17
},
"wind": {
"direction": {
"degrees": 169,
"localizedDescription": "S"
},
"speed": {
"value": 7.4,
"unit": "km/h",
"unitType": 7
}
},
"windGust": {
"speed": {
"value": 11.1,
"unit": "km/h",
"unitType": 7
}
},
"relativeHumidity": 79,
"visibility": {
"value": 16.1,
"unit": "km",
"unitType": 6
},
"cloudCover": 93,
"ceiling": {
"value": 4542,
"unit": "m",
"unitType": 5
},
"uvIndex": 0,
"uvIndexPhrase": "Low",
"precipitationProbability": 20,
"rainProbability": 20,
"snowProbability": 0,
"iceProbability": 0,
"totalLiquid": {
"value": 0,
"unit": "mm",
"unitType": 3
},
"rain": {
"value": 0,
"unit": "mm",
"unitType": 3
},
"snow": {
"value": 0,
"unit": "cm",
"unitType": 4
},
"ice": {
"value": 0,
"unit": "mm",
"unitType": 3
}
},
{
"date": "2019-11-14T20:00:00-08:00",
"iconCode": 7,
"iconPhrase": "Cloudy",
"hasPrecipitation": false,
"isDaylight": false,
"temperature": {
"value": 10.1,
"unit": "C",
"unitType": 17
},
"realFeelTemperature": {
"value": 9.2,
"unit": "C",
"unitType": 17
},
"wetBulbTemperature": {
"value": 8.6,
"unit": "C",
"unitType": 17
},
"dewPoint": {
"value": 6.9,
"unit": "C",
"unitType": 17
},
"wind": {
"direction": {
"degrees": 170,
"localizedDescription": "S"
},
"speed": {
"value": 9.3,
"unit": "km/h",
"unitType": 7
}
},
"windGust": {
"speed": {
"value": 11.1,
"unit": "km/h",
"unitType": 7
}
},
"relativeHumidity": 80,
"visibility": {
"value": 16.1,
"unit": "km",
"unitType": 6
},
"cloudCover": 92,
"ceiling": {
"value": 4389,
"unit": "m",
"unitType": 5
},
"uvIndex": 0,
"uvIndexPhrase": "Low",
"precipitationProbability": 20,
"rainProbability": 20,
"snowProbability": 0,
"iceProbability": 0,
"totalLiquid": {
"value": 0,
"unit": "mm",
"unitType": 3
},
"rain": {
"value": 0,
"unit": "mm",
"unitType": 3
},
"snow": {
"value": 0,
"unit": "cm",
"unitType": 4
},
"ice": {
"value": 0,
"unit": "mm",
"unitType": 3
}
},
{
"date": "2019-11-14T21:00:00-08:00",
"iconCode": 7,
"iconPhrase": "Cloudy",
"hasPrecipitation": false,
"isDaylight": false,
"temperature": {
"value": 10.1,
"unit": "C",
"unitType": 17
},
"realFeelTemperature": {
"value": 9,
"unit": "C",
"unitType": 17
},
"wetBulbTemperature": {
"value": 8.8,
"unit": "C",
"unitType": 17
},
"dewPoint": {
"value": 7.1,
"unit": "C",
"unitType": 17
},
"wind": {
"direction": {
"degrees": 170,
"localizedDescription": "S"
},
"speed": {
"value": 9.3,
"unit": "km/h",
"unitType": 7
}
},
"windGust": {
"speed": {
"value": 13,
"unit": "km/h",
"unitType": 7
}
},
"relativeHumidity": 82,
"visibility": {
"value": 16.1,
"unit": "km",
"unitType": 6
},
"cloudCover": 91,
"ceiling": {
"value": 4481,
"unit": "m",
"unitType": 5
},
"uvIndex": 0,
"uvIndexPhrase": "Low",
"precipitationProbability": 20,
"rainProbability": 20,
"snowProbability": 0,
"iceProbability": 0,
"totalLiquid": {
"value": 0,
"unit": "mm",
"unitType": 3
},
"rain": {
"value": 0,
"unit": "mm",
"unitType": 3
},
"snow": {
"value": 0,
"unit": "cm",
"unitType": 4
},
"ice": {
"value": 0,
"unit": "mm",
"unitType": 3
}
},
{
"date": "2019-11-14T22:00:00-08:00",
"iconCode": 7,
"iconPhrase": "Cloudy",
"hasPrecipitation": false,
"isDaylight": false,
"temperature": {
"value": 9.8,
"unit": "C",
"unitType": 17
},
"realFeelTemperature": {
"value": 8.5,
"unit": "C",
"unitType": 17
},
"wetBulbTemperature": {
"value": 8.6,
"unit": "C",
"unitType": 17
},
"dewPoint": {
"value": 7.2,
"unit": "C",
"unitType": 17
},
"wind": {
"direction": {
"degrees": 174,
"localizedDescription": "S"
},
"speed": {
"value": 9.3,
"unit": "km/h",
"unitType": 7
}
},
"windGust": {
"speed": {
"value": 13,
"unit": "km/h",
"unitType": 7
}
},
"relativeHumidity": 84,
"visibility": {
"value": 16.1,
"unit": "km",
"unitType": 6
},
"cloudCover": 92,
"ceiling": {
"value": 4481,
"unit": "m",
"unitType": 5
},
"uvIndex": 0,
"uvIndexPhrase": "Low",
"precipitationProbability": 20,
"rainProbability": 20,
"snowProbability": 0,
"iceProbability": 0,
"totalLiquid": {
"value": 0,
"unit": "mm",
"unitType": 3
},
"rain": {
"value": 0,
"unit": "mm",
"unitType": 3
},
"snow": {
"value": 0,
"unit": "cm",
"unitType": 4
},
"ice": {
"value": 0,
"unit": "mm",
"unitType": 3
}
},
{
"date": "2019-11-14T23:00:00-08:00",
"iconCode": 7,
"iconPhrase": "Cloudy",
"hasPrecipitation": false,
"isDaylight": false,
"temperature": {
"value": 9.8,
"unit": "C",
"unitType": 17
},
"realFeelTemperature": {
"value": 8.5,
"unit": "C",
"unitType": 17
},
"wetBulbTemperature": {
"value": 8.5,
"unit": "C",
"unitType": 17
},
"dewPoint": {
"value": 7,
"unit": "C",
"unitType": 17
},
"wind": {
"direction": {
"degrees": 175,
"localizedDescription": "S"
},
"speed": {
"value": 9.3,
"unit": "km/h",
"unitType": 7
}
},
"windGust": {
"speed": {
"value": 13,
"unit": "km/h",
"unitType": 7
}
},
"relativeHumidity": 82,
"visibility": {
"value": 16.1,
"unit": "km",
"unitType": 6
},
"cloudCover": 94,
"ceiling": {
"value": 3688,
"unit": "m",
"unitType": 5
},
"uvIndex": 0,
"uvIndexPhrase": "Low",
"precipitationProbability": 20,
"rainProbability": 20,
"snowProbability": 0,
"iceProbability": 0,
"totalLiquid": {
"value": 0,
"unit": "mm",
"unitType": 3
},
"rain": {
"value": 0,
"unit": "mm",
"unitType": 3
},
"snow": {
"value": 0,
"unit": "cm",
"unitType": 4
},
"ice": {
"value": 0,
"unit": "mm",
"unitType": 3
}
},
{
"date": "2019-11-15T00:00:00-08:00",
"iconCode": 7,
"iconPhrase": "Cloudy",
"hasPrecipitation": false,
"isDaylight": false,
"temperature": {
"value": 10.1,
"unit": "C",
"unitType": 17
},
"realFeelTemperature": {
"value": 8.8,
"unit": "C",
"unitType": 17
},
"wetBulbTemperature": {
"value": 8.6,
"unit": "C",
"unitType": 17
},
"dewPoint": {
"value": 6.9,
"unit": "C",
"unitType": 17
},
"wind": {
"direction": {
"degrees": 176,
"localizedDescription": "S"
},
"speed": {
"value": 9.3,
"unit": "km/h",
"unitType": 7
}
},
"windGust": {
"speed": {
"value": 13,
"unit": "km/h",
"unitType": 7
}
},
"relativeHumidity": 81,
"visibility": {
"value": 16.1,
"unit": "km",
"unitType": 6
},
"cloudCover": 97,
"ceiling": {
"value": 2926,
"unit": "m",
"unitType": 5
},
"uvIndex": 0,
"uvIndexPhrase": "Low",
"precipitationProbability": 20,
"rainProbability": 20,
"snowProbability": 0,
"iceProbability": 0,
"totalLiquid": {
"value": 0,
"unit": "mm",
"unitType": 3
},
"rain": {
"value": 0,
"unit": "mm",
"unitType": 3
},
"snow": {
"value": 0,
"unit": "cm",
"unitType": 4
},
"ice": {
"value": 0,
"unit": "mm",
"unitType": 3
}
},
{
"date": "2019-11-15T01:00:00-08:00",
"iconCode": 7,
"iconPhrase": "Cloudy",
"hasPrecipitation": false,
"isDaylight": false,
"temperature": {
"value": 9.9,
"unit": "C",
"unitType": 17
},
"realFeelTemperature": {
"value": 8.5,
"unit": "C",
"unitType": 17
},
"wetBulbTemperature": {
"value": 8.5,
"unit": "C",
"unitType": 17
},
"dewPoint": {
"value": 6.8,
"unit": "C",
"unitType": 17
},
"wind": {
"direction": {
"degrees": 177,
"localizedDescription": "S"
},
"speed": {
"value": 9.3,
"unit": "km/h",
"unitType": 7
}
},
"windGust": {
"speed": {
"value": 13,
"unit": "km/h",
"unitType": 7
}
},
"relativeHumidity": 81,
"visibility": {
"value": 16.1,
"unit": "km",
"unitType": 6
},
"cloudCover": 99,
"ceiling": {
"value": 2164,
"unit": "m",
"unitType": 5
},
"uvIndex": 0,
"uvIndexPhrase": "Low",
"precipitationProbability": 21,
"rainProbability": 21,
"snowProbability": 0,
"iceProbability": 0,
"totalLiquid": {
"value": 0,
"unit": "mm",
"unitType": 3
},
"rain": {
"value": 0,
"unit": "mm",
"unitType": 3
},
"snow": {
"value": 0,
"unit": "cm",
"unitType": 4
},
"ice": {
"value": 0,
"unit": "mm",
"unitType": 3
}
},
{
"date": "2019-11-15T02:00:00-08:00",
"iconCode": 7,
"iconPhrase": "Cloudy",
"hasPrecipitation": false,
"isDaylight": false,
"temperature": {
"value": 9.8,
"unit": "C",
"unitType": 17
},
"realFeelTemperature": {
"value": 8.5,
"unit": "C",
"unitType": 17
},
"wetBulbTemperature": {
"value": 8.4,
"unit": "C",
"unitType": 17
},
"dewPoint": {
"value": 6.8,
"unit": "C",
"unitType": 17
},
"wind": {
"direction": {
"degrees": 172,
"localizedDescription": "S"
},
"speed": {
"value": 9.3,
"unit": "km/h",
"unitType": 7
}
},
"windGust": {
"speed": {
"value": 13,
"unit": "km/h",
"unitType": 7
}
},
"relativeHumidity": 82,
"visibility": {
"value": 16.1,
"unit": "km",
"unitType": 6
},
"cloudCover": 100,
"ceiling": {
"value": 1737,
"unit": "m",
"unitType": 5
},
"uvIndex": 0,
"uvIndexPhrase": "Low",
"precipitationProbability": 21,
"rainProbability": 21,
"snowProbability": 0,
"iceProbability": 0,
"totalLiquid": {
"value": 0,
"unit": "mm",
"unitType": 3
},
"rain": {
"value": 0,
"unit": "mm",
"unitType": 3
},
"snow": {
"value": 0,
"unit": "cm",
"unitType": 4
},
"ice": {
"value": 0,
"unit": "mm",
"unitType": 3
}
},
{
"date": "2019-11-15T03:00:00-08:00",
"iconCode": 7,
"iconPhrase": "Cloudy",
"hasPrecipitation": false,
"isDaylight": false,
"temperature": {
"value": 9.7,
"unit": "C",
"unitType": 17
},
"realFeelTemperature": {
"value": 8.6,
"unit": "C",
"unitType": 17
},
"wetBulbTemperature": {
"value": 8.4,
"unit": "C",
"unitType": 17
},
"dewPoint": {
"value": 6.9,
"unit": "C",
"unitType": 17
},
"wind": {
"direction": {
"degrees": 161,
"localizedDescription": "SSE"
},
"speed": {
"value": 9.3,
"unit": "km/h",
"unitType": 7
}
},
"windGust": {
"speed": {
"value": 13,
"unit": "km/h",
"unitType": 7
}
},
"relativeHumidity": 83,
"visibility": {
"value": 16.1,
"unit": "km",
"unitType": 6
},
"cloudCover": 100,
"ceiling": {
"value": 1311,
"unit": "m",
"unitType": 5
},
"uvIndex": 0,
"uvIndexPhrase": "Low",
"precipitationProbability": 26,
"rainProbability": 26,
"snowProbability": 0,
"iceProbability": 0,
"totalLiquid": {
"value": 0,
"unit": "mm",
"unitType": 3
},
"rain": {
"value": 0,
"unit": "mm",
"unitType": 3
},
"snow": {
"value": 0,
"unit": "cm",
"unitType": 4
},
"ice": {
"value": 0,
"unit": "mm",
"unitType": 3
}
}
]
}
定義
名稱 | Description |
---|---|
Error |
資源管理錯誤其他資訊。 |
Error |
錯誤詳細數據。 |
Error |
錯誤回應 |
Hourly |
|
Hourly |
|
Icon |
數值,表示顯示 |
Json |
回應所需的格式。 僅支援 |
Unit |
與所顯示的單位類型相關聯的數值標識碼。 可用於單元翻譯。 如需詳細資訊,請參閱 Azure 地圖服務 中的 |
Weather |
指定以度量單位或英制單位傳回數據。 預設值為計量。 |
Weather |
與天氣相關的指定單位的特定值。 |
Wind |
正在傳回的風詳細數據,包括速度和方向。 |
Wind |
風向 |
ErrorAdditionalInfo
資源管理錯誤其他資訊。
名稱 | 類型 | Description |
---|---|---|
info |
object |
其他資訊。 |
type |
string |
其他信息類型。 |
ErrorDetail
錯誤詳細數據。
名稱 | 類型 | Description |
---|---|---|
additionalInfo |
錯誤其他資訊。 |
|
code |
string |
錯誤碼。 |
details |
錯誤詳細數據。 |
|
message |
string |
錯誤訊息。 |
target |
string |
錯誤目標。 |
ErrorResponse
錯誤回應
名稱 | 類型 | Description |
---|---|---|
error |
error 物件。 |
HourlyForecast
名稱 | 類型 | Description |
---|---|---|
ceiling |
指定單位中的雲端上限。 上限是最低雲基底高度的測量。 |
|
cloudCover |
integer |
代表雲端涵蓋的百分比。 |
date |
string |
ISO 8601 格式預測的日期和時間,例如 2019-10-27T19:39:57-08:00。 |
dewPoint |
指定單位中的露點溫度。 露點溫度是空氣必須冷卻到的溫度,才能達到飽和度。 |
|
hasPrecipitation |
boolean |
表示降水的存在或不存在。 True 表示降水的存在,false 表示沒有降水。 |
ice |
冰 |
|
iceProbability |
integer |
代表降雪機率的百分比。 例如,『5』。 |
iconCode |
數值,表示顯示 |
|
iconPhrase |
string |
天氣圖示的片語描述。 |
isDaylight |
boolean |
指定是否為日光。 True 表示日光。 |
precipitationProbability |
integer |
代表降水機率的百分比。 例如,『20』。 |
rain |
雨 |
|
rainProbability |
integer |
代表雨機率的百分比。 例如,『50』。 |
realFeelTemperature |
正在傳回 RealFeel™ Temperature。 描述陰影中溫度的真實感覺。 |
|
relativeHumidity |
integer |
相對濕度是空氣中存在的水蒸汽量,以相同溫度飽和所需的量百分比表示。 |
snow |
雪 |
|
snowProbability |
integer |
代表降雪機率的百分比。 例如,『50』。 |
temperature |
正在傳回的溫度。 |
|
totalLiquid |
預報期間降水量的總液體相等。 |
|
uvIndex |
integer |
測量太陽紫外線輻射的強度。 支援的值為:
|
uvIndexPhrase |
string |
與 |
visibility |
指定單位中的可見度。 可以清楚辨識物件或光線的距離量值。 |
|
wetBulbTemperature |
空氣在常壓下蒸發到空氣的溫度可能會冷卻到它,直到達到飽和為止。 |
|
wind |
正在傳回的風詳細數據,包括速度和方向。 |
|
windGust |
風陣風。 風陣風是突然的,短暫的風速上升。 |
HourlyForecastResult
名稱 | 類型 | Description |
---|---|---|
forecasts |
預測每個傳回小時的數據。 |
IconCode
數值,表示顯示 iconPhrase
的影像。 如需詳細資訊,請參閱 Azure 地圖服務 中的
名稱 | 類型 | Description |
---|---|---|
1 |
Integer |
|
10 |
Integer |
|
11 |
Integer |
|
12 |
Integer |
|
13 |
Integer |
|
14 |
Integer |
|
15 |
Integer |
|
16 |
Integer |
|
17 |
Integer |
|
18 |
Integer |
|
19 |
Integer |
|
2 |
Integer |
|
20 |
Integer |
|
21 |
Integer |
|
22 |
Integer |
|
23 |
Integer |
|
24 |
Integer |
|
25 |
Integer |
|
26 |
Integer |
|
27 |
Integer |
|
28 |
Integer |
|
29 |
Integer |
|
3 |
Integer |
|
30 |
Integer |
|
31 |
Integer |
|
32 |
Integer |
|
33 |
Integer |
|
34 |
Integer |
|
35 |
Integer |
|
36 |
Integer |
|
37 |
Integer |
|
38 |
Integer |
|
39 |
Integer |
|
4 |
Integer |
|
40 |
Integer |
|
41 |
Integer |
|
42 |
Integer |
|
43 |
Integer |
|
44 |
Integer |
|
5 |
Integer |
|
6 |
Integer |
|
7 |
Integer |
|
8 |
Integer |
|
9 |
Integer |
JsonFormat
回應所需的格式。 僅支援 json
格式。
名稱 | 類型 | Description |
---|---|---|
json |
string |
UnitType
與所顯示的單位類型相關聯的數值標識碼。 可用於單元翻譯。 如需詳細資訊,請參閱 Azure 地圖服務 中的
名稱 | 類型 | Description |
---|---|---|
0 |
Integer |
|
1 |
Integer |
|
10 |
Integer |
|
11 |
Integer |
|
12 |
Integer |
|
13 |
Integer |
|
14 |
Integer |
|
15 |
Integer |
|
16 |
Integer |
|
17 |
Integer |
|
18 |
Integer |
|
19 |
Integer |
|
2 |
Integer |
|
20 |
Integer |
|
21 |
Integer |
|
22 |
Integer |
|
3 |
Integer |
|
31 |
Integer |
|
4 |
Integer |
|
5 |
Integer |
|
6 |
Integer |
|
7 |
Integer |
|
8 |
Integer |
|
9 |
Integer |
WeatherDataUnit
指定以度量單位或英制單位傳回數據。 預設值為計量。
名稱 | 類型 | Description |
---|---|---|
imperial |
string |
以英制單位傳回數據。 帝國系統的一些範例單位是華氏和英里。 |
metric |
string |
以計量單位傳回數據。 計量系統的一些範例單位為攝氏和公里。 |
WeatherUnit
與天氣相關的指定單位的特定值。
名稱 | 類型 | Description |
---|---|---|
unit |
string |
傳回值的單位類型。 |
unitType |
與所顯示的單位類型相關聯的數值標識碼。 可用於單元翻譯。 如需詳細資訊,請參閱 Azure 地圖服務 中的 |
|
value |
number |
四捨五入的值。 |
WindDetails
正在傳回的風詳細數據,包括速度和方向。
名稱 | 類型 | Description |
---|---|---|
direction |
風向 |
|
speed |
指定單位的風速。 |
WindDirection
風向
名稱 | 類型 | Description |
---|---|---|
degrees |
integer |
Azimuth 度的風向,從真實北開始,順時針方向繼續。 北方是0度,東是90度,南是180度,西部是270度。 可能的值 0-359。 |
localizedDescription |
string |
指定語言的方向縮寫。 |