Botswana flag

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

Verfügbare Formate

SVGVector — Scalable
Botswana SVG flag
PNGRaster — Multiple sizes
Botswana 20px

w20

Botswana 40px

w40

Botswana 80px

w80

Botswana 160px

w160

Botswana 320px

w320

Botswana 640px

w640

Botswana 1280px

w1280

Botswana 2560px

w2560

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" } }
);