Gabon
Gabonese Republic
AfricaSovereign Statega
Sovereign StateYes
Country CodesGA, GAB (ISO 3166-1)
Official NameGabonese Republic
Capital CityLibreville
ContinentAfrica
Population2.5M
Total Area267,668 km²
CurrencyFr Central African CFA franc (XAF)
Calling Code+241
Internet TLD.ga
API Usage
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/ga.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/ga.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/ga.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);