返回 Weatherbit
將 Knoon AI 與 Weatherbit 連接以自動化 AI 工作流程。
Get current weather conditions for a location via Weatherbit.
weatherBitWeatherCurrent
測試版
權限
沒有項目可顯示。
可選權限
沒有項目可顯示。
參數
| 名稱 | 類型 | 說明 | 必填 |
|---|---|---|---|
| lat | mustache | Latitude for the location (e.g. "35.7796"). | 否 |
| lon | mustache | Longitude for the location (e.g. "-78.6382"). | 否 |
| city | mustache | City name (e.g. "Raleigh"). | 否 |
| state | mustache | State code when using city (e.g. "NC"). | 否 |
| country | mustache | Country code when using city or postalCode (e.g. "US"). | 否 |
| postalCode | mustache | Postal code (e.g. "27601"). | 否 |
| cityId | mustache | Weatherbit city ID. | 否 |
| station | mustache | Station ID for the location. | 否 |
| units | mustache | Units: "M" (metric), "I" (imperial), or "S" (scientific). | 否 |
| lang | mustache | Language code for the response (e.g. "en"). | 否 |
| include | mustache | Optional extras to include, such as "alerts" or "minutely". | 否 |
退貨
| 名稱 | 類型 | 說明 |
|---|---|---|
| result | object | Weatherbit current weather response. |