Guyana
Co-operative Republic of Guyana
AmericasSovereign Stategy
Souveräner StaatJa
LändercodesGY, GUY (ISO 3166-1)
Offizieller NameCo-operative Republic of Guyana
HauptstadtGeorgetown
KontinentAmericas
Bevölkerung773.0K
Gesamtfläche214,969 km²
Währung$ Guyanese dollar (GYD)
Vorwahl+592
Internet-TLD.gy
API-Nutzung
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/gy.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/gy.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/gy.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);