Hong Kong
Hong Kong Special Administrative Region of the People's Republic of China
Asiahk
Souveräner StaatNein
LändercodesHK, HKG (ISO 3166-1)
Offizieller NameHong Kong Special Administrative Region of the People's Republic of China
HauptstadtCity of Victoria
KontinentAsia
Bevölkerung7.5M
Gesamtfläche1,104 km²
Währung$ Hong Kong dollar (HKD)
Vorwahl+852
Internet-TLD.hk
API-Nutzung
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/hk.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/hk.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/hk.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);