Seychelles
Republic of Seychelles
AfricaSovereign Statesc
Sovereign StateYes
Country CodesSC, SYC (ISO 3166-1)
Official NameRepublic of Seychelles
Capital CityVictoria
ContinentAfrica
Population122.7K
Total Area452 km²
Currency₨ Seychellois rupee (SCR)
Calling Code+248
Internet TLD.sc
API Usage
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/sc.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/sc.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/sc.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);