Austria
Republic of Austria
EuropeSovereign Stateat
Souveräner StaatJa
LändercodesAT, AUT (ISO 3166-1)
Offizieller NameRepublic of Austria
HauptstadtVienna
KontinentEurope
Bevölkerung9.2M
Gesamtfläche83,871 km²
Währung€ euro (EUR)
Vorwahl+43
Internet-TLD.at
API-Nutzung
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/at.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/at.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/at.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);