São Tomé and Príncipe
Democratic Republic of São Tomé and Príncipe
AfricaSovereign Statest
Sovereign StateYes
Country CodesST, STP (ISO 3166-1)
Official NameDemocratic Republic of São Tomé and Príncipe
Capital CitySão Tomé
ContinentAfrica
Population209.6K
Total Area964 km²
CurrencyDb São Tomé and Príncipe dobra (STN)
Calling Code+239
Internet TLD.st
API Usage
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/st.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/st.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/st.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);