Singapore
Republic of Singapore
AsiaSovereign Statesg
Souveräner StaatJa
LändercodesSG, SGP (ISO 3166-1)
Offizieller NameRepublic of Singapore
HauptstadtSingapore
KontinentAsia
Bevölkerung6.1M
Gesamtfläche710 km²
Währung$ Singapore dollar (SGD)
Vorwahl+65
Internet-TLD.sg
API-Nutzung
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/sg.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/sg.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/sg.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);