Kuwait
State of Kuwait
AsiaSovereign Statekw
Souveräner StaatJa
LändercodesKW, KWT (ISO 3166-1)
Offizieller NameState of Kuwait
HauptstadtKuwait City
KontinentAsia
Bevölkerung4.9M
Gesamtfläche17,818 km²
Währungد.ك Kuwaiti dinar (KWD)
Vorwahl+965
Internet-TLD.kw
API-Nutzung
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/kw.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/kw.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/kw.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);