Equatorial Guinea
Republic of Equatorial Guinea
AfricaSovereign Stategq
Souveräner StaatJa
LändercodesGQ, GNQ (ISO 3166-1)
Offizieller NameRepublic of Equatorial Guinea
HauptstadtCiudad de la Paz
KontinentAfrica
Bevölkerung1.7M
Gesamtfläche28,051 km²
WährungFr Central African CFA franc (XAF)
Vorwahl+240
Internet-TLD.gq
API-Nutzung
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/gq.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/gq.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/gq.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);