Netherlands flag

Netherlands

Kingdom of the Netherlands

EuropeSovereign Statenl
Souveräner StaatJa
LändercodesNL, NLD (ISO 3166-1)
Offizieller NameKingdom of the Netherlands
HauptstadtAmsterdam
KontinentEurope
Bevölkerung18.1M
Gesamtfläche41,865 km²
Währung€ euro (EUR)
Vorwahl+31
Internet-TLD.nl

Verfügbare Formate

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

w20

Netherlands 40px

w40

Netherlands 80px

w80

Netherlands 160px

w160

Netherlands 320px

w320

Netherlands 640px

w640

Netherlands 1280px

w1280

Netherlands 2560px

w2560

API-Nutzung

# SVG
curl -H "X-API-Key: YOUR_KEY" \
  https://flagcore.de/api/flags/nl.svg

# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
  https://flagcore.de/api/flags/nl.png?w=320

# JavaScript
const res = await fetch(
  "https://flagcore.de/api/flags/nl.svg",
  { headers: { "X-API-Key": "YOUR_KEY" } }
);