Guadeloupe
Americasgp
Sovereign StateNo
Country CodesGP, GLP (ISO 3166-1)
Official NameGuadeloupe
Capital CityBasse-Terre
ContinentAmericas
Population378.6K
Total Area1,628 km²
Currency€ euro (EUR)
Calling Code+590
Internet TLD.gp
API Usage
# 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" } }
);