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