rhrread
Retrieve current weather data including temperature, humidity, wind, UV index, rainfall, and warnings. Supports English, Traditional and Simplified Chinese.
Instructions
Current Weather Report (rhrread) API Request
Parameters:
lang: 'en' (English), 'tc' (Traditional Chinese), 'sc' (Simplified Chinese)
Request Example: https://data.weather.gov.hk/weatherAPI/opendata/weather.php?dataType=rhrread&lang=en
Response Keys:
humidity: Current humidity data
temperature: Current temperature data
pressure: Current pressure data
wind: Current wind data
uvindex: Current UV index data
visibility: Current visibility data
rainfall: Current rainfall data
specialWxTips: Special weather tips
updateTime: Last update time
warningMessage: Weather warning messages
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lang | No | change the language of the result | en |