Scope: Hong Kong public datasets and government data.
Fetch HKO quick earthquake messages (regional M-event feed).
Args: lang: "en" | "tc" | "sc"
Returns latest event with magnitude, region, time, coordinates.
hk_rt_earthquake
Scope: Hong Kong public datasets and government data.
Fetch HKO quick earthquake messages (regional M-event feed).
Args: lang: "en" | "tc" | "sc"
Returns latest event with magnitude, region, time, coordinates.
| 이름 | 타입 | 설명 |
|---|---|---|
| lang | string | — |
{
"properties": {
"lang": {
"default": "en",
"title": "Lang",
"type": "string"
}
},
"title": "hk_rt_earthquakeArguments",
"type": "object"
}hk_rt_earthquake({ lang: "…" })