Kenya
Republic of Kenya
AfricaSovereign Stateke
Souveräner StaatJa
LändercodesKE, KEN (ISO 3166-1)
Offizieller NameRepublic of Kenya
HauptstadtNairobi
KontinentAfrica
Bevölkerung53.3M
Gesamtfläche580,367 km²
WährungSh Kenyan shilling (KES)
Vorwahl+254
Internet-TLD.ke
API-Nutzung
# 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" } }
);