Georgia
AsiaSovereign Statege
Sovereign StateYes
Country CodesGE, GEO (ISO 3166-1)
Official NameGeorgia
Capital CityTbilisi
ContinentAsia
Population4.0M
Total Area69,700 km²
Currency₾ lari (GEL)
Calling Code+995
Internet TLD.ge
API Usage
# 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" } }
);