Romania
EuropeSovereign Statero
Souveräner StaatJa
LändercodesRO, ROU (ISO 3166-1)
Offizieller NameRomania
HauptstadtBucharest
KontinentEurope
Bevölkerung19.0M
Gesamtfläche238,391 km²
Währunglei Romanian leu (RON)
Vorwahl+40
Internet-TLD.ro
API-Nutzung
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/ro.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/ro.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/ro.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);