Hong Kong
Hong Kong Special Administrative Region of the People's Republic of China
Asiahk
Sovereign StateNo
Country CodesHK, HKG (ISO 3166-1)
Official NameHong Kong Special Administrative Region of the People's Republic of China
Capital CityCity of Victoria
ContinentAsia
Population7.5M
Total Area1,104 km²
Currency$ Hong Kong dollar (HKD)
Calling Code+852
Internet TLD.hk
API Usage
# 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" } }
);