United States flag

United States

United States of America

AmericasSovereign Stateus
Souveräner StaatJa
LändercodesUS, USA (ISO 3166-1)
Offizieller NameUnited States of America
HauptstadtWashington, D.C.
KontinentAmericas
Bevölkerung340.1M
Gesamtfläche9,525,067 km²
Währung$ United States dollar (USD)
Vorwahl+1201
Internet-TLD.us

Verfügbare Formate

SVGVector — Scalable
United States SVG flag
PNGRaster — Multiple sizes
United States 20px

w20

United States 40px

w40

United States 80px

w80

United States 160px

w160

United States 320px

w320

United States 640px

w640

United States 1280px

w1280

United States 2560px

w2560

API-Nutzung

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

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

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