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