Kazakhstan flag

Kazakhstan

Republic of Kazakhstan

AsiaSovereign Statekz
Sovereign StateYes
Country CodesKZ, KAZ (ISO 3166-1)
Official NameRepublic of Kazakhstan
Capital CityAstana
ContinentAsia
Population20.4M
Total Area2,724,900 km²
Currency₸ Kazakhstani tenge (KZT)
Calling Code+76
Internet TLD.kz

Available Formats

SVGVector — Scalable
Kazakhstan SVG flag
PNGRaster — Multiple sizes
Kazakhstan 20px

w20

Kazakhstan 40px

w40

Kazakhstan 80px

w80

Kazakhstan 160px

w160

Kazakhstan 320px

w320

Kazakhstan 640px

w640

Kazakhstan 1280px

w1280

Kazakhstan 2560px

w2560

API Usage

# SVG
curl -H "X-API-Key: YOUR_KEY" \
  https://flagcore.de/api/flags/kz.svg

# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
  https://flagcore.de/api/flags/kz.png?w=320

# JavaScript
const res = await fetch(
  "https://flagcore.de/api/flags/kz.svg",
  { headers: { "X-API-Key": "YOUR_KEY" } }
);