A comprehensive backend API service for managing tourism content, destinations, events, trips, and guide profiles across Nepal.
Everything you need to build a complete tourism platform
Comprehensive destination management with categories, tags, media galleries, and detailed attributes.
Create and manage tourism events with schedules, locations, pricing, and capacity tracking.
Build complete trip itineraries with multiple items, scheduling, and resource allocation.
Manage tour guide profiles with certifications, languages, specializations, and availability.
API key-based authentication with origin validation, IP restrictions, and rate limiting.
Full internationalization support with English and Nepali content management.
Organized RESTful endpoints for all resources
POST /api/v1/auth/register
User Registration
POST /api/v1/auth/login
User Login
GET /api/v1/places
List Places
POST /api/v1/places
Create Place
GET /api/v1/places/{id}
Get Place
GET /api/v1/events
List Events
POST /api/v1/events
Create Event
GET /api/v1/search
Global Search
GET /api/v1/search/nearby
Nearby Places
Begin using the API in minutes
Contact the API administrator to get your client_id and client_secret for authentication.
Open the API documentation and set your credentials to test endpoints interactively.
Open Swagger UIInclude credentials in your requests and start building your application.