Guinea-Bissau
Republic of Guinea-Bissau
AfricaSovereign Stategw
Sovereign StateYes
Country CodesGW, GNB (ISO 3166-1)
Official NameRepublic of Guinea-Bissau
Capital CityBissau
ContinentAfrica
Population1.8M
Total Area36,125 km²
CurrencyFr West African CFA franc (XOF)
Calling Code+245
Internet TLD.gw
API Usage
# 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" } }
);