Kuwait
State of Kuwait
AsiaSovereign Statekw
Sovereign StateYes
Country CodesKW, KWT (ISO 3166-1)
Official NameState of Kuwait
Capital CityKuwait City
ContinentAsia
Population4.9M
Total Area17,818 km²
Currencyد.ك Kuwaiti dinar (KWD)
Calling Code+965
Internet TLD.kw
API Usage
# 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" } }
);