Antigua and Barbuda flag

Antigua and Barbuda

AmericasSovereign Stateag
Souveräner StaatJa
LändercodesAG, ATG (ISO 3166-1)
Offizieller NameAntigua and Barbuda
HauptstadtSaint John's
KontinentAmericas
Bevölkerung103.6K
Gesamtfläche442 km²
Währung$ Eastern Caribbean dollar (XCD)
Vorwahl+1268
Internet-TLD.ag

Verfügbare Formate

SVGVector — Scalable
Antigua and Barbuda SVG flag
PNGRaster — Multiple sizes
Antigua and Barbuda 20px

w20

Antigua and Barbuda 40px

w40

Antigua and Barbuda 80px

w80

Antigua and Barbuda 160px

w160

Antigua and Barbuda 320px

w320

Antigua and Barbuda 640px

w640

Antigua and Barbuda 1280px

w1280

Antigua and Barbuda 2560px

w2560

API-Nutzung

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

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

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