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