Saint Helena, Ascension and Tristan da Cunha flag

Saint Helena, Ascension and Tristan da Cunha

Africash
Souveräner StaatNein
LändercodesSH, SHN (ISO 3166-1)
Offizieller NameSaint Helena, Ascension and Tristan da Cunha
HauptstadtJamestown
KontinentAfrica
Bevölkerung5.7K
Gesamtfläche394 km²
Währung£ Pound sterling (GBP)
Vorwahl+290
Internet-TLD.sh

Verfügbare Formate

SVGVector — Scalable
Saint Helena, Ascension and Tristan da Cunha SVG flag
PNGRaster — Multiple sizes
Saint Helena, Ascension and Tristan da Cunha 20px

w20

Saint Helena, Ascension and Tristan da Cunha 40px

w40

Saint Helena, Ascension and Tristan da Cunha 80px

w80

Saint Helena, Ascension and Tristan da Cunha 160px

w160

Saint Helena, Ascension and Tristan da Cunha 320px

w320

Saint Helena, Ascension and Tristan da Cunha 640px

w640

Saint Helena, Ascension and Tristan da Cunha 1280px

w1280

Saint Helena, Ascension and Tristan da Cunha 2560px

w2560

API-Nutzung

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

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

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