Sierra Leone
Republic of Sierra Leone
AfricaSovereign Statesl
Souveräner StaatJa
LändercodesSL, SLE (ISO 3166-1)
Offizieller NameRepublic of Sierra Leone
HauptstadtFreetown
KontinentAfrica
Bevölkerung9.1M
Gesamtfläche71,740 km²
WährungLe Leone (SLE)
Vorwahl+232
Internet-TLD.sl
API-Nutzung
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/sl.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/sl.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/sl.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);