Gambia flag

Gambia

Republic of the Gambia

AfricaSovereign Stategm
Souveräner StaatJa
LändercodesGM, GMB (ISO 3166-1)
Offizieller NameRepublic of the Gambia
HauptstadtBanjul
KontinentAfrica
Bevölkerung2.4M
Gesamtfläche10,689 km²
WährungD dalasi (GMD)
Vorwahl+220
Internet-TLD.gm

Verfügbare Formate

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

w20

Gambia 40px

w40

Gambia 80px

w80

Gambia 160px

w160

Gambia 320px

w320

Gambia 640px

w640

Gambia 1280px

w1280

Gambia 2560px

w2560

API-Nutzung

# SVG
curl -H "X-API-Key: YOUR_KEY" \
  https://flagcore.de/api/flags/gm.svg

# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
  https://flagcore.de/api/flags/gm.png?w=320

# JavaScript
const res = await fetch(
  "https://flagcore.de/api/flags/gm.svg",
  { headers: { "X-API-Key": "YOUR_KEY" } }
);