Gambia flag

Gambia

Republic of the Gambia

AfricaSovereign Stategm
Sovereign StateYes
Country CodesGM, GMB (ISO 3166-1)
Official NameRepublic of the Gambia
Capital CityBanjul
ContinentAfrica
Population2.4M
Total Area10,689 km²
CurrencyD dalasi (GMD)
Calling Code+220
Internet TLD.gm

Available Formats

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 Usage

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