Georgia flag

Georgia

AsiaSovereign Statege
Souveräner StaatJa
LändercodesGE, GEO (ISO 3166-1)
Offizieller NameGeorgia
HauptstadtTbilisi
KontinentAsia
Bevölkerung4.0M
Gesamtfläche69,700 km²
Währung₾ lari (GEL)
Vorwahl+995
Internet-TLD.ge

Verfügbare Formate

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

w20

Georgia 40px

w40

Georgia 80px

w80

Georgia 160px

w160

Georgia 320px

w320

Georgia 640px

w640

Georgia 1280px

w1280

Georgia 2560px

w2560

API-Nutzung

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

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

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