Suriname flag

Suriname

Republic of Suriname

AmericasSovereign Statesr
Souveräner StaatJa
LändercodesSR, SUR (ISO 3166-1)
Offizieller NameRepublic of Suriname
HauptstadtParamaribo
KontinentAmericas
Bevölkerung616.5K
Gesamtfläche163,820 km²
Währung$ Surinamese dollar (SRD)
Vorwahl+597
Internet-TLD.sr

Verfügbare Formate

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

w20

Suriname 40px

w40

Suriname 80px

w80

Suriname 160px

w160

Suriname 320px

w320

Suriname 640px

w640

Suriname 1280px

w1280

Suriname 2560px

w2560

API-Nutzung

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

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

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