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