Guinea-Bissau
Republic of Guinea-Bissau
AfricaSovereign Stategw
Souveräner StaatJa
LändercodesGW, GNB (ISO 3166-1)
Offizieller NameRepublic of Guinea-Bissau
HauptstadtBissau
KontinentAfrica
Bevölkerung1.8M
Gesamtfläche36,125 km²
WährungFr West African CFA franc (XOF)
Vorwahl+245
Internet-TLD.gw
API-Nutzung
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/gw.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/gw.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/gw.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);