Ghana flag

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

Available Formats

SVGVector — Scalable
Ghana SVG flag
PNGRaster — Multiple sizes
Ghana 20px

w20

Ghana 40px

w40

Ghana 80px

w80

Ghana 160px

w160

Ghana 320px

w320

Ghana 640px

w640

Ghana 1280px

w1280

Ghana 2560px

w2560

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" } }
);