Skip to content

Database of all Provinces, Districts, and Local Levels in Nepal in JSON

Notifications You must be signed in to change notification settings

bibekoli/local-levels-of-nepal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Database of Provinces, Districts, and Local Levels in Nepal

Overview

  • Provinces: 7
  • Districts: 77
  • Local Levels: 753
  • Wards: 6,743

Provinces in Nepal

Province ID Province Name Nepali Name Number of Districts Number of Local Levels
1 Koshi Pradesh कोशी प्रदेश 14 137
2 Madhesh Pradesh मधेश प्रदेश 8 136
3 Bagmati Pradesh बागमती प्रदेश 13 119
4 Gandaki Pradesh गण्डकी प्रदेश 11 85
5 Lumbini Pradesh लुम्बिनी प्रदेश 12 109
6 Karnali Pradesh कर्णाली प्रदेश 10 79
7 Sudurpaschim Pradesh सुदूरपश्चिम प्रदेश 9 88

Districts in Koshi Pradesh

District ID District Name Nepali Name Province ID
1 Bhojpur भोजपुर 1
2 Dhankuta धनकुटा 1
3 Ilam इलाम 1
4 Jhapa झापा 1

Local Levels in Nepal

  • Types of Local Levels:

    • Metropolitan City: 6 Local Levels
    • Sub Metropolitan City: 11 Local Levels
    • Municipality: 276 Local Levels
    • Rural Municipality: 460 Local Levels

Example Province Data:

{
  "province_id": 1,
  "name": "Koshi Pradesh",
  "nepali_name": "कोशी प्रदेश"
}

Example District Data:

{
  "district_id": 1,
  "name": "Kaski",
  "nepali_name": "कास्की",
  "province_id": 4
}

Example Local Level Data:

{
  "municipality_id": 1,
  "name": "Pokhara",
  "nepali_name": "पोखरा",
  "district_id": 1,
  "local_level_type_id": 1
}

Example Local Level Type Data:

{
  "local_level_type_id": 1,
  "name": "Municipality",
  "nepali_name": "नगरपालिका"
}

Contribution

  • Issues: If you find any issues or data discrepancies, please open an issue.
  • Pull Requests: If you have any updates or new data, please open a pull request.

About

Database of all Provinces, Districts, and Local Levels in Nepal in JSON

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published