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