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