Belarus
Republic of Belarus
EuropeSovereign Stateby
Souveräner StaatJa
LändercodesBY, BLR (ISO 3166-1)
Offizieller NameRepublic of Belarus
HauptstadtMinsk
KontinentEurope
Bevölkerung9.1M
Gesamtfläche207,600 km²
WährungBr Belarusian ruble (BYN)
Vorwahl+375
Internet-TLD.by
API-Nutzung
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/by.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/by.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/by.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);