Ukraine
EuropeSovereign Stateua
Souveräner StaatJa
LändercodesUA, UKR (ISO 3166-1)
Offizieller NameUkraine
HauptstadtKyiv
KontinentEurope
Bevölkerung32.9M
Gesamtfläche603,550 km²
Währung₴ Ukrainian hryvnia (UAH)
Vorwahl+380
Internet-TLD.ua
API-Nutzung
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/ua.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/ua.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/ua.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);