Antigua and Barbuda flag

Antigua and Barbuda

AmericasSovereign Stateag
Sovereign StateYes
Country CodesAG, ATG (ISO 3166-1)
Official NameAntigua and Barbuda
Capital CitySaint John's
ContinentAmericas
Population103.6K
Total Area442 km²
Currency$ Eastern Caribbean dollar (XCD)
Calling Code+1268
Internet TLD.ag

Available Formats

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 Usage

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