Guatemala flag

Guatemala

Republic of Guatemala

AmericasSovereign Stategt
Souveräner StaatJa
LändercodesGT, GTM (ISO 3166-1)
Offizieller NameRepublic of Guatemala
HauptstadtGuatemala City
KontinentAmericas
Bevölkerung18.1M
Gesamtfläche108,889 km²
WährungQ Guatemalan quetzal (GTQ)
Vorwahl+502
Internet-TLD.gt

Verfügbare Formate

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

w20

Guatemala 40px

w40

Guatemala 80px

w80

Guatemala 160px

w160

Guatemala 320px

w320

Guatemala 640px

w640

Guatemala 1280px

w1280

Guatemala 2560px

w2560

API-Nutzung

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

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

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