French Guiana
Guiana
Americasgf
Souveräner StaatNein
LändercodesGF, GUF (ISO 3166-1)
Offizieller NameGuiana
HauptstadtCayenne
KontinentAmericas
Bevölkerung292.4K
Gesamtfläche83,534 km²
Währung€ euro (EUR)
Vorwahl+594
Internet-TLD.gf
API-Nutzung
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/gf.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/gf.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/gf.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);