Quickstart Guide
Get up and running with Nepal Administrative Divisions quickly. This guide covers both the web interface and API access.Using the Web Interface
Access the Application
Navigate to the application URL in your web browser. The home page displays all 7 provinces of Nepal.
Browse Provinces
Click on any province to view its districts. Each province card shows:
- Province name
- Headquarters
- Total area
- Official website
Explore Districts
From a province page, click on any district to see its municipalities. District information includes area, headquarters, and website.
Search Divisions
Use the search feature to quickly find any province, district, or municipality by name. The search returns detailed information and context.
Making Your First API Call
Get All Provinces
The simplest API call returns all 7 provinces:Response includes province ID, name, area, website, and headquarters for each province.
Get Districts in a Province
Retrieve districts using either province ID or name:Returns all districts within the specified province with detailed information.
Get Municipalities in a District
Retrieve municipalities by specifying province and district:Returns municipalities with area, website, and ward information.
All API endpoints return JSON responses. The API supports filtering by both ID (numeric) and name (case-insensitive string matching).
API Documentation
For interactive API exploration and detailed schema information, visit the Swagger documentation:- Test endpoints directly in your browser
- View request/response schemas
- See all available parameters
- Generate code examples
Example Response
Here’s what a province response looks like:Next Steps
API Reference
Explore detailed API endpoint documentation
Browse Divisions
Learn about browsing provinces, districts, and municipalities