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