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