Bosnia and Herzegovina
EuropeSovereign Stateba
Sovereign StateYes
Country CodesBA, BIH (ISO 3166-1)
Official NameBosnia and Herzegovina
Capital CitySarajevo
ContinentEurope
Population3.4M
Total Area51,209 km²
CurrencyKM Bosnia and Herzegovina convertible mark (BAM)
Calling Code+387
Internet TLD.ba
API Usage
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/ba.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/ba.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/ba.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);