Gibraltar
Europegi
Sovereign StateNo
Country CodesGI, GIB (ISO 3166-1)
Official NameGibraltar
Capital CityGibraltar
ContinentEurope
Population38.0K
Total Area6 km²
Currency£ Gibraltar pound (GIP)
Calling Code+350
Internet TLD.gi
API Usage
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/gi.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/gi.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/gi.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);