feltearthquake
Retrieve locally felt earthquake reports from Hong Kong Observatory, including magnitude, region, and intensity. Supports English, Traditional Chinese, and Simplified Chinese.
Instructions
Locally Felt Earth Tremor Report (feltearthquake) API Request
Parameters:
lang: 'en' (English), 'tc' (Traditional Chinese), 'sc' (Simplified Chinese)
Request Example: https://data.weather.gov.hk/weatherAPI/opendata/earthquake.php?dataType=feltearthquake&lang=en
Response Keys:
updateTime: Last update time (YYYY-MM-DD'T'hh:mm:ssZ)
mag: Richter magnitude scale (Numeric value)
region: Region of the earthquake (Text)
intensity: Intensity of the earthquake (Text)
lat: Latitude (Numeric value)
lon: Longitude (Numeric value)
details: Earthquake details (Text)
ptime: Date and time of the earthquake (YYYY-MM-DD'T'hh:mm:ssZ)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lang | No | change the language of the result | en |