Retrieves the complete list of all municipalities in Nepal.
An array of all 753 local bodies objects.
import { getLocalLevels } from 'nepali-address';const districts = getLocalLevels();// → [{ id: 10101, name: 'Phaktanglung', ... }, ...] Copy
import { getLocalLevels } from 'nepali-address';const districts = getLocalLevels();// → [{ id: 10101, name: 'Phaktanglung', ... }, ...]
Retrieves the complete list of all municipalities in Nepal.