Bosnia and Herzegovina
EuropeSovereign Stateba
Souveräner StaatJa
LändercodesBA, BIH (ISO 3166-1)
Offizieller NameBosnia and Herzegovina
HauptstadtSarajevo
KontinentEurope
Bevölkerung3.4M
Gesamtfläche51,209 km²
WährungKM Bosnia and Herzegovina convertible mark (BAM)
Vorwahl+387
Internet-TLD.ba
API-Nutzung
# 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" } }
);