GET /api/municipalities/
Returns a list of municipalities in Nepal. Can be filtered by province and/or district using either IDs or names.Query Parameters
The province ID to filter municipalities by. Returns all municipalities within the specified province.
The province name to filter municipalities by. Case-insensitive matching. Returns all municipalities within the specified province.
The district ID to filter municipalities by. Must be used in combination with
province_id or province_name.The district name to filter municipalities by. Case-insensitive matching. Must be used in combination with
province_id or province_name.If no parameters are provided, all municipalities from all districts and provinces are returned.When using
district_id or district_name, you must also specify either province_id or province_name. If a province or district is not found, the API returns a 404 error.Response
Returns an array of municipality objects.Municipality ID
Category ID indicating the type of municipality
Municipality name
Area in square kilometers
Municipality website URL
List of ward numbers within the municipality