Skip to content

A&E Wait Times (Hospital Authority)

Hospital Authority (HA)

JSON Updated every ~15 minutes. No API key. CORS-enabled.

~15 min
Update Interval
43
A&E Departments
Free
No Auth
FieldTypeExampleDescription
hospNamestring"Queen Mary Hospital"Hospital name
topWaitstring"Around 3 hours"Wait time for non-urgent cases
hospNameENstring"Queen Mary Hospital"English hospital name (alias)
lastUpdatestring"2024-01-15 08:30"Last data update time

Wait Time Interpretation for Demand Proxy

Wait CategoryImplied District Load
< 1 hourLow district activity
1–3 hoursNormal population density
> 3 hoursHigh population activity / event
Terminal window
curl "https://www.ha.org.hk/opendata/aed/aedwtdata2-en.json" \
| jq '.waitTime[] | {name: .hospName, wait: .topWait}'
{
"waitTime": [
{
"hospName": "Queen Mary Hospital",
"topWait": "Around 2 hours",
"hospNameEN": "Queen Mary Hospital",
"lastUpdate": "2024-01-15 08:30"
},
{
"hospName": "Ruttonjee Hospital",
"topWait": "Around 1 hour",
"hospNameEN": "Ruttonjee Hospital",
"lastUpdate": "2024-01-15 08:30"
}
]
}

Hospital-to-District Mapping (relevant hospitals)

HospitalDistrict Served
Queen Mary HospitalCentral & Western, Southern
Ruttonjee HospitalWan Chai
Pamela Youde NethersoleEastern
Queen Elizabeth HospitalYau Tsim Mong
ModelHow
Population Density ProxyLonger A&E waits correlate with peak population activity periods
Demand ValidationCross-validates peak hour assumptions with healthcare system load
  • Wait times spike during flu season (winter) and may not reflect normal population patterns
  • Queen Mary Hospital (Pok Fu Lam) serves Central & Western — it’s the closest A&E reference point for Sheung Wan
  • Holiday periods show different patterns — A&E wait often drops as routine illness is suppressed
  • The API returns Hong Kong-wide data; filter by hospital name to get district-relevant readings