Kenya
Republic of Kenya
AfricaSovereign Stateke
Sovereign StateYes
Country CodesKE, KEN (ISO 3166-1)
Official NameRepublic of Kenya
Capital CityNairobi
ContinentAfrica
Population53.3M
Total Area580,367 km²
CurrencySh Kenyan shilling (KES)
Calling Code+254
Internet TLD.ke
API Usage
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/ke.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/ke.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/ke.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);