Guadeloupe
Americasgp
Souveräner StaatNein
LändercodesGP, GLP (ISO 3166-1)
Offizieller NameGuadeloupe
HauptstadtBasse-Terre
KontinentAmericas
Bevölkerung378.6K
Gesamtfläche1,628 km²
Währung€ euro (EUR)
Vorwahl+590
Internet-TLD.gp
API-Nutzung
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/gp.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/gp.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/gp.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);