Gabon
Gabonese Republic
AfricaSovereign Statega
Souveräner StaatJa
LändercodesGA, GAB (ISO 3166-1)
Offizieller NameGabonese Republic
HauptstadtLibreville
KontinentAfrica
Bevölkerung2.5M
Gesamtfläche267,668 km²
WährungFr Central African CFA franc (XAF)
Vorwahl+241
Internet-TLD.ga
API-Nutzung
# 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" } }
);