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