Uruguay flag

Uruguay

Oriental Republic of Uruguay

AmericasSovereign Stateuy
Souveräner StaatJa
LändercodesUY, URY (ISO 3166-1)
Offizieller NameOriental Republic of Uruguay
HauptstadtMontevideo
KontinentAmericas
Bevölkerung3.5M
Gesamtfläche181,034 km²
Währung$ Uruguayan peso (UYU)
Vorwahl+598
Internet-TLD.uy

Verfügbare Formate

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

w20

Uruguay 40px

w40

Uruguay 80px

w80

Uruguay 160px

w160

Uruguay 320px

w320

Uruguay 640px

w640

Uruguay 1280px

w1280

Uruguay 2560px

w2560

API-Nutzung

# SVG
curl -H "X-API-Key: YOUR_KEY" \
  https://flagcore.de/api/flags/uy.svg

# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
  https://flagcore.de/api/flags/uy.png?w=320

# JavaScript
const res = await fetch(
  "https://flagcore.de/api/flags/uy.svg",
  { headers: { "X-API-Key": "YOUR_KEY" } }
);