Ghana flag

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

Verfügbare Formate

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