São Tomé and Príncipe
Democratic Republic of São Tomé and Príncipe
AfricaSovereign Statest
Souveräner StaatJa
LändercodesST, STP (ISO 3166-1)
Offizieller NameDemocratic Republic of São Tomé and Príncipe
HauptstadtSão Tomé
KontinentAfrica
Bevölkerung209.6K
Gesamtfläche964 km²
WährungDb São Tomé and Príncipe dobra (STN)
Vorwahl+239
Internet-TLD.st
API-Nutzung
# 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" } }
);