Hong Kong flag

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

Verfügbare Formate

SVGVector — Scalable
Hong Kong SVG flag
PNGRaster — Multiple sizes
Hong Kong 20px

w20

Hong Kong 40px

w40

Hong Kong 80px

w80

Hong Kong 160px

w160

Hong Kong 320px

w320

Hong Kong 640px

w640

Hong Kong 1280px

w1280

Hong Kong 2560px

w2560

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" } }
);