Ghana
Republic of Ghana
AfricaSovereign Stategh
Sovereign StateYes
Country CodesGH, GHA (ISO 3166-1)
Official NameRepublic of Ghana
Capital CityAccra
ContinentAfrica
Population33.7M
Total Area238,533 km²
Currency₵ Ghanaian cedi (GHS)
Calling Code+233
Internet TLD.gh
API Usage
# 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" } }
);