Senegal flag

Senegal

Republic of Senegal

AfricaSovereign Statesn
Souveräner StaatJa
LändercodesSN, SEN (ISO 3166-1)
Offizieller NameRepublic of Senegal
HauptstadtDakar
KontinentAfrica
Bevölkerung18.6M
Gesamtfläche196,722 km²
WährungFr West African CFA franc (XOF)
Vorwahl+221
Internet-TLD.sn

Verfügbare Formate

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

w20

Senegal 40px

w40

Senegal 80px

w80

Senegal 160px

w160

Senegal 320px

w320

Senegal 640px

w640

Senegal 1280px

w1280

Senegal 2560px

w2560

API-Nutzung

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

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

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