An open API service indexing awesome lists of open source software.

https://github.com/navin772/travel_itinerary_planner

API for retrieving travel itinerary based on user's budget and interests
https://github.com/navin772/travel_itinerary_planner

api fastapi python3 travel

Last synced: about 2 months ago
JSON representation

API for retrieving travel itinerary based on user's budget and interests

Awesome Lists containing this project

README

          

# Travel_Itinerary_Planner

Get detailed travel itinerary based on your budget and interests!

## API usage

Endpoint: travel-itinerary-planner.vercel.app/get_itinerary/
### For use in terminal using CURL
1. Install CURL
2. Run the following command
```bash
curl -X 'GET' 'https://travel-itinerary-planner-navin772.vercel.app/get_itinerary/?source={your_city}&destination={destination_city}&start_date={departure_date}&end_date={returning_date}&budget={budget_in_USD}' -H 'accept: application/json'
```

### For use in browser
1. Open the following link in your browser
```
https://travel-itinerary-planner-navin772.vercel.app/get_itinerary/?source={your_city}&destination={destination_city}&start_date={departure_date}&end_date={returning_date}&budget={budget_in_USD}
```
*`date format: YYYY-MM-DD`*