Guinea
Republic of Guinea
AfricaSovereign Stategn
Souveräner StaatJa
LändercodesGN, GIN (ISO 3166-1)
Offizieller NameRepublic of Guinea
HauptstadtConakry
KontinentAfrica
Bevölkerung14.4M
Gesamtfläche245,857 km²
WährungFr Guinean franc (GNF)
Vorwahl+224
Internet-TLD.gn
API-Nutzung
# 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" } }
);