fnd
Retrieve 9-day weather forecasts including temperature, wind, humidity, and probability of significant rain for Hong Kong. Supports English, Traditional Chinese, and Simplified Chinese.
Instructions
9-day Weather Forecast (fnd) API Request
Parameters:
lang: 'en' (English), 'tc' (Traditional Chinese), 'sc' (Simplified Chinese)
Request Example: https://data.weather.gov.hk/weatherAPI/opendata/weather.php?dataType=fnd&lang=en
Response Keys:
weatherForecast: List of daily forecasts
forecastDate: Forecast Date (YYYYMMDD)
forecastWeather: Forecast Weather
forecastMaxtemp: Forecast Maximum Temperature
forecastMintemp: Forecast Minimum Temperature
week: Day of the week
forecastWind: Wind direction and strength
forecastMaxrh: Maximum relative humidity
forecastMinrh: Minimum relative humidity
ForecastIcon: Weather icon code
PSR: Probability of Significant Rain (High, Medium High, Medium, Medium Low, Low)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lang | No | change the language of the result | en |