Saint Helena, Ascension and Tristan da Cunha flag

Saint Helena, Ascension and Tristan da Cunha

Africash
Sovereign StateNo
Country CodesSH, SHN (ISO 3166-1)
Official NameSaint Helena, Ascension and Tristan da Cunha
Capital CityJamestown
ContinentAfrica
Population5.7K
Total Area394 km²
Currency£ Pound sterling (GBP)
Calling Code+290
Internet TLD.sh

Available Formats

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 Usage

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