Guinea
Republic of Guinea
AfricaSovereign Stategn
Sovereign StateYes
Country CodesGN, GIN (ISO 3166-1)
Official NameRepublic of Guinea
Capital CityConakry
ContinentAfrica
Population14.4M
Total Area245,857 km²
CurrencyFr Guinean franc (GNF)
Calling Code+224
Internet TLD.gn
API Usage
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/gn.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/gn.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/gn.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);