Burkina Faso
AfricaSovereign Statebf
Souveräner StaatJa
LändercodesBF, BFA (ISO 3166-1)
Offizieller NameBurkina Faso
HauptstadtOuagadougou
KontinentAfrica
Bevölkerung24.1M
Gesamtfläche272,967 km²
WährungFr West African CFA franc (XOF)
Vorwahl+226
Internet-TLD.bf
API-Nutzung
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/bf.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/bf.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/bf.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);