Seychelles flag

Seychelles

Republic of Seychelles

AfricaSovereign Statesc
Souveräner StaatJa
LändercodesSC, SYC (ISO 3166-1)
Offizieller NameRepublic of Seychelles
HauptstadtVictoria
KontinentAfrica
Bevölkerung122.7K
Gesamtfläche452 km²
Währung₨ Seychellois rupee (SCR)
Vorwahl+248
Internet-TLD.sc

Verfügbare Formate

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

w20

Seychelles 40px

w40

Seychelles 80px

w80

Seychelles 160px

w160

Seychelles 320px

w320

Seychelles 640px

w640

Seychelles 1280px

w1280

Seychelles 2560px

w2560

API-Nutzung

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