Nepal flag

Nepal

Federal Democratic Republic of Nepal

AsiaSovereign Statenp
Souveräner StaatJa
LändercodesNP, NPL (ISO 3166-1)
Offizieller NameFederal Democratic Republic of Nepal
HauptstadtKathmandu
KontinentAsia
Bevölkerung29.9M
Gesamtfläche147,181 km²
Währung₨ Nepalese rupee (NPR)
Vorwahl+977
Internet-TLD.np

Verfügbare Formate

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

w20

Nepal 40px

w40

Nepal 80px

w80

Nepal 160px

w160

Nepal 320px

w320

Nepal 640px

w640

Nepal 1280px

w1280

Nepal 2560px

w2560

API-Nutzung

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

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

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