Botswana
Republic of Botswana
AfricaSovereign Statebw
Souveräner StaatJa
LändercodesBW, BWA (ISO 3166-1)
Offizieller NameRepublic of Botswana
HauptstadtGaborone
KontinentAfrica
Bevölkerung2.4M
Gesamtfläche582,000 km²
WährungP Botswana pula (BWP)
Vorwahl+267
Internet-TLD.bw
API-Nutzung
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/bw.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/bw.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/bw.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);