Argentina flag

Argentina

Argentine Republic

AmericasSovereign Statear
Souveräner StaatJa
LändercodesAR, ARG (ISO 3166-1)
Offizieller NameArgentine Republic
HauptstadtBuenos Aires
KontinentAmericas
Bevölkerung46.7M
Gesamtfläche2,780,400 km²
Währung$ Argentine peso (ARS)
Vorwahl+54
Internet-TLD.ar

Verfügbare Formate

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

w20

Argentina 40px

w40

Argentina 80px

w80

Argentina 160px

w160

Argentina 320px

w320

Argentina 640px

w640

Argentina 1280px

w1280

Argentina 2560px

w2560

API-Nutzung

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

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

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