Nepal
Federal Democratic Republic of Nepal
AsiaSovereign Statenp
Sovereign StateYes
Country CodesNP, NPL (ISO 3166-1)
Official NameFederal Democratic Republic of Nepal
Capital CityKathmandu
ContinentAsia
Population29.9M
Total Area147,181 km²
Currency₨ Nepalese rupee (NPR)
Calling Code+977
Internet TLD.np
API Usage
# 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" } }
);