Singapore flag

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

Verfügbare Formate

SVGVector — Scalable
Singapore SVG flag
PNGRaster — Multiple sizes
Singapore 20px

w20

Singapore 40px

w40

Singapore 80px

w80

Singapore 160px

w160

Singapore 320px

w320

Singapore 640px

w640

Singapore 1280px

w1280

Singapore 2560px

w2560

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