Singapore flag

Singapore

Republic of Singapore

AsiaSovereign Statesg
Sovereign StateYes
Country CodesSG, SGP (ISO 3166-1)
Official NameRepublic of Singapore
Capital CitySingapore
ContinentAsia
Population6.1M
Total Area710 km²
Currency$ Singapore dollar (SGD)
Calling Code+65
Internet TLD.sg

Available Formats

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 Usage

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