Romania flag

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

Verfügbare Formate

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

w20

Romania 40px

w40

Romania 80px

w80

Romania 160px

w160

Romania 320px

w320

Romania 640px

w640

Romania 1280px

w1280

Romania 2560px

w2560

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" } }
);