Netherlands
Kingdom of the Netherlands
EuropeSovereign Statenl
Sovereign StateYes
Country CodesNL, NLD (ISO 3166-1)
Official NameKingdom of the Netherlands
Capital CityAmsterdam
ContinentEurope
Population18.1M
Total Area41,865 km²
Currency€ euro (EUR)
Calling Code+31
Internet TLD.nl
API Usage
# 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" } }
);