Botswana
Republic of Botswana
AfricaSovereign Statebw
Sovereign StateYes
Country CodesBW, BWA (ISO 3166-1)
Official NameRepublic of Botswana
Capital CityGaborone
ContinentAfrica
Population2.4M
Total Area582,000 km²
CurrencyP Botswana pula (BWP)
Calling Code+267
Internet TLD.bw
API Usage
# 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" } }
);