Ghana
Republic of Ghana
AfricaSovereign Stategh
Souveräner StaatJa
LändercodesGH, GHA (ISO 3166-1)
Offizieller NameRepublic of Ghana
HauptstadtAccra
KontinentAfrica
Bevölkerung33.7M
Gesamtfläche238,533 km²
Währung₵ Ghanaian cedi (GHS)
Vorwahl+233
Internet-TLD.gh
API-Nutzung
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/gh.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/gh.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/gh.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);