Bulgaria
Republic of Bulgaria
EuropeSovereign Statebg
Sovereign StateYes
Country CodesBG, BGR (ISO 3166-1)
Official NameRepublic of Bulgaria
Capital CitySofia
ContinentEurope
Population6.4M
Total Area110,879 km²
Currencyлв Bulgarian lev (BGN)
Calling Code+359
Internet TLD.bg
API Usage
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/bg.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/bg.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/bg.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);