Brazil
Federative Republic of Brazil
AmericasSovereign Statebr
Souveräner StaatJa
LändercodesBR, BRA (ISO 3166-1)
Offizieller NameFederative Republic of Brazil
HauptstadtBrasília
KontinentAmericas
Bevölkerung213.4M
Gesamtfläche8,515,767 km²
WährungR$ Brazilian real (BRL)
Vorwahl+55
Internet-TLD.br
API-Nutzung
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/br.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/br.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/br.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);