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