- Shopping
- Authorization
- Flights
- (Scenario)Basic Flight Booking flow
- Flight Booking
- Flight Inspiration
- Flight Schedule
- Airport
- Airlines
- Destination experiences
- Car and Transfers
- Market insights
- Hotels
- Itinerary management
- STARGAME
- Common errors
- InitialGetBalance
- InitialGetBalance
- GetBalanceBadHash
- GetBalanceBadHash
- InvalidCommand
- InvalidCommand
- InvalidUserName
- InvalidUserName
- PlayerBetMissingTransactionId
- PlayerBetMissingTransactionId
- PlayerWinEmptyTransactionId
- PlayerWinEmptyTransactionId
- PlayerBetNegativeAmount
- PlayerBetNegativeAmount
- PlayerWinNegativeAmount
- PlayerWinNegativeAmount
- PlayerBetInsufficientBalance
- PlayerBetInsufficientBalance
- CheckBalance
- CheckBalance
- Workflow
- OpenSession
- OpenSession
- OpenSessionAlreadyOpened
- OpenSessionAlreadyOpened
- GetBalance
- GetBalance
- PlayerBet #1 (-50)
- PlayerBet #1 (-50)
- PlayerWin (+150)
- PlayerWin (+150)
- PlayerBet #2 (-50)
- PlayerBet #2 (-50)
- PlayerWinZeroAmount (+0)
- PlayerWinZeroAmount (+0)
- PlayerBet #3 (-50)
- PlayerBet #3 (-50)
- PlayerWin (+200)
- PlayerWin (+200)
- PlayerWinTransactionAlreadyExist
- PlayerWinTransactionAlreadyExist
- PlayerBet #4 (-200)
- PlayerBet #4 (-200)
- PlayerBetTransactionAlreadyExist
- PlayerBetTransactionAlreadyExist
- PlayerBetBadHash
- PlayerBetBadHash
- PlayerWinBadHash
- PlayerWinBadHash
- CancelBet #4 (+200)
- CancelBet #4 (+200)
- CancelBetAlreadyCancelled
- CancelBetAlreadyCancelled
- CancelBetDoesNotExist
- CancelBetDoesNotExist
- PlayerBet #5 (-50)
- PlayerBet #5 (-50)
- CloseSession
- CloseSession
- PlayerBet #6 (-250)
- PlayerBet #6 (-250)
- PlayerWin (+50)
- PlayerWin (+50)
- CancelBet #5 (+50)
- CancelBet #5 (+50)
- PlayerBet #7 (-100)
- PlayerBet #7 (-100)
- PlayerBet #8 (-50)
- PlayerBet #8 (-50)
- PlayerBet #9 (-25)
- PlayerBet #9 (-25)
- PlayerBet #10 (-25)
- PlayerBet #10 (-25)
- PlayerBet #11 (-50)
- PlayerBet #11 (-50)
- CancelBet #7 (+100)
- CancelBet #7 (+100)
- CancelBet #9 (+25)
- CancelBet #9 (+25)
- CancelBet #11 (+50)
- CancelBet #11 (+50)
- PlayerWin (+75)
- PlayerWin (+75)
- CloseSessionAlreadyClosed
- CloseSessionAlreadyClosed
- FinalCheckBalance
- FinalCheckBalance
- RemoteSession
- Common errors
- IMEI
- GPK
- SUPERSET
- Menu
- Queries
- Annotation Layers
- /annotation_layer/
- /annotation_layer/
- /annotation_layer/
- /annotation_layer/_info
- /annotation_layer/related/{column_name}
- /annotation_layer/{pk}
- /annotation_layer/{pk}
- /annotation_layer/{pk}
- /annotation_layer/{pk}/annotation/
- /annotation_layer/{pk}/annotation/
- /annotation_layer/{pk}/annotation/
- /annotation_layer/{pk}/annotation/{annotation_id}
- /annotation_layer/{pk}/annotation/{annotation_id}
- /annotation_layer/{pk}/annotation/{annotation_id}
- AsyncEventsRestApi
- CacheRestApi
- Charts
- CSS Templates
- Dashboards
- Database
- /database/
- /database/
- /database/_info
- /database/export/
- /database/import/
- /database/test_connection
- /database/{pk}
- /database/{pk}
- /database/{pk}
- /database/{pk}/function_names/
- /database/{pk}/related_objects/
- /database/{pk}/schemas/
- /database/{pk}/select_star/{table_name}/
- /database/{pk}/select_star/{table_name}/{schema_name}/
- /database/{pk}/table/{table_name}/{schema_name}/
- Datasets
- LogRestApi
- OpenApi
- Security
- VEGAS
- BI
- vl
- Vegaslounge
- VL
- VegasloungeAPI
Flight Cheapest Date Search
GET
/v1/shopping/flight-dates
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Query Params
origin
string
required
Example:
MAD
destination
string
required
Example:
LON
departureDate
string
required
Example:
{{departureDate}}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET '/v1/shopping/flight-dates?origin=MAD&destination=LON&departureDate={{departureDate}}'
Responses
🟢200Flight Cheapest Date Search
application/json
Body
data
array [object {7}]
required
type
string
required
origin
string
required
destination
string
required
departureDate
string
required
returnDate
string
required
price
object
required
links
object
required
dictionaries
object
required
currencies
object
required
locations
object
required
meta
object
required
currency
string
required
links
object
required
defaults
object
required
Example
{"data":[{"type":"flight-date","origin":"NCE","destination":"PAR","departureDate":"2018-04-06","returnDate":"2018-04-07","price":{"total":"139.45"},"links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=NCE&departureDate=2018-04-06,2018-10-02&oneWay=false&duration=1&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v1/shopping/flight-offers?origin=NCE&destination=PAR&departureDate=2018-04-06&returnDate=2018-04-07&adults=1&nonStop=false"}},{"type":"flight-date","origin":"NCE","destination":"PAR","departureDate":"2018-05-25","returnDate":"2018-05-26","price":{"total":"139.45"},"links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=NCE&departureDate=2018-04-06,2018-10-02&oneWay=false&duration=1&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v1/shopping/flight-offers?origin=NCE&destination=PAR&departureDate=2018-05-25&returnDate=2018-05-26&adults=1&nonStop=false"}},{"type":"flight-date","origin":"NCE","destination":"PAR","departureDate":"2018-06-01","returnDate":"2018-06-02","price":{"total":"139.45"},"links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=NCE&departureDate=2018-04-06,2018-10-02&oneWay=false&duration=1&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v1/shopping/flight-offers?origin=NCE&destination=PAR&departureDate=2018-06-01&returnDate=2018-06-02&adults=1&nonStop=false"}},{"type":"flight-date","origin":"NCE","destination":"PAR","departureDate":"2018-06-08","returnDate":"2018-06-09","price":{"total":"139.45"},"links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=NCE&departureDate=2018-04-06,2018-10-02&oneWay=false&duration=1&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v1/shopping/flight-offers?origin=NCE&destination=PAR&departureDate=2018-06-08&returnDate=2018-06-09&adults=1&nonStop=false"}},{"type":"flight-date","origin":"NCE","destination":"PAR","departureDate":"2018-06-15","returnDate":"2018-06-16","price":{"total":"139.45"},"links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=NCE&departureDate=2018-04-06,2018-10-02&oneWay=false&duration=1&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v1/shopping/flight-offers?origin=NCE&destination=PAR&departureDate=2018-06-15&returnDate=2018-06-16&adults=1&nonStop=false"}},{"type":"flight-date","origin":"NCE","destination":"PAR","departureDate":"2018-06-22","returnDate":"2018-06-23","price":{"total":"139.45"},"links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=NCE&departureDate=2018-04-06,2018-10-02&oneWay=false&duration=1&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v1/shopping/flight-offers?origin=NCE&destination=PAR&departureDate=2018-06-22&returnDate=2018-06-23&adults=1&nonStop=false"}},{"type":"flight-date","origin":"NCE","destination":"PAR","departureDate":"2018-04-07","returnDate":"2018-04-08","price":{"total":"139.45"},"links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=NCE&departureDate=2018-04-06,2018-10-02&oneWay=false&duration=1&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v1/shopping/flight-offers?origin=NCE&destination=PAR&departureDate=2018-04-07&returnDate=2018-04-08&adults=1&nonStop=false"}},{"type":"flight-date","origin":"NCE","destination":"PAR","departureDate":"2018-04-08","returnDate":"2018-04-09","price":{"total":"139.45"},"links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=NCE&departureDate=2018-04-06,2018-10-02&oneWay=false&duration=1&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v1/shopping/flight-offers?origin=NCE&destination=PAR&departureDate=2018-04-08&returnDate=2018-04-09&adults=1&nonStop=false"}},{"type":"flight-date","origin":"NCE","destination":"PAR","departureDate":"2018-04-09","returnDate":"2018-04-10","price":{"total":"139.45"},"links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=NCE&departureDate=2018-04-06,2018-10-02&oneWay=false&duration=1&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v1/shopping/flight-offers?origin=NCE&destination=PAR&departureDate=2018-04-09&returnDate=2018-04-10&adults=1&nonStop=false"}},{"type":"flight-date","origin":"NCE","destination":"PAR","departureDate":"2018-04-10","returnDate":"2018-04-11","price":{"total":"139.45"},"links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=NCE&departureDate=2018-04-06,2018-10-02&oneWay=false&duration=1&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v1/shopping/flight-offers?origin=NCE&destination=PAR&departureDate=2018-04-10&returnDate=2018-04-11&adults=1&nonStop=false"}},{"type":"flight-date","origin":"NCE","destination":"PAR","departureDate":"2018-04-11","returnDate":"2018-04-12","price":{"total":"139.45"},"links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=NCE&departureDate=2018-04-06,2018-10-02&oneWay=false&duration=1&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v1/shopping/flight-offers?origin=NCE&destination=PAR&departureDate=2018-04-11&returnDate=2018-04-12&adults=1&nonStop=false"}},{"type":"flight-date","origin":"NCE","destination":"PAR","departureDate":"2018-04-12","returnDate":"2018-04-13","price":{"total":"139.45"},"links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=NCE&departureDate=2018-04-06,2018-10-02&oneWay=false&duration=1&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v1/shopping/flight-offers?origin=NCE&destination=PAR&departureDate=2018-04-12&returnDate=2018-04-13&adults=1&nonStop=false"}},{"type":"flight-date","origin":"NCE","destination":"PAR","departureDate":"2018-04-15","returnDate":"2018-04-16","price":{"total":"139.45"},"links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=NCE&departureDate=2018-04-06,2018-10-02&oneWay=false&duration=1&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v1/shopping/flight-offers?origin=NCE&destination=PAR&departureDate=2018-04-15&returnDate=2018-04-16&adults=1&nonStop=false"}},{"type":"flight-date","origin":"NCE","destination":"PAR","departureDate":"2018-04-16","returnDate":"2018-04-17","price":{"total":"139.45"},"links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=NCE&departureDate=2018-04-06,2018-10-02&oneWay=false&duration=1&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v1/shopping/flight-offers?origin=NCE&destination=PAR&departureDate=2018-04-16&returnDate=2018-04-17&adults=1&nonStop=false"}},{"type":"flight-date","origin":"NCE","destination":"PAR","departureDate":"2018-04-17","returnDate":"2018-04-18","price":{"total":"139.45"},"links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=NCE&departureDate=2018-04-06,2018-10-02&oneWay=false&duration=1&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v1/shopping/flight-offers?origin=NCE&destination=PAR&departureDate=2018-04-17&returnDate=2018-04-18&adults=1&nonStop=false"}},{"type":"flight-date","origin":"NCE","destination":"PAR","departureDate":"2018-04-18","returnDate":"2018-04-19","price":{"total":"139.45"},"links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=NCE&departureDate=2018-04-06,2018-10-02&oneWay=false&duration=1&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v1/shopping/flight-offers?origin=NCE&destination=PAR&departureDate=2018-04-18&returnDate=2018-04-19&adults=1&nonStop=false"}},{"type":"flight-date","origin":"NCE","destination":"PAR","departureDate":"2018-04-19","returnDate":"2018-04-20","price":{"total":"139.45"},"links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=NCE&departureDate=2018-04-06,2018-10-02&oneWay=false&duration=1&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v1/shopping/flight-offers?origin=NCE&destination=PAR&departureDate=2018-04-19&returnDate=2018-04-20&adults=1&nonStop=false"}},{"type":"flight-date","origin":"NCE","destination":"PAR","departureDate":"2018-04-23","returnDate":"2018-04-24","price":{"total":"139.45"},"links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=NCE&departureDate=2018-04-06,2018-10-02&oneWay=false&duration=1&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v1/shopping/flight-offers?origin=NCE&destination=PAR&departureDate=2018-04-23&returnDate=2018-04-24&adults=1&nonStop=false"}},{"type":"flight-date","origin":"NCE","destination":"PAR","departureDate":"2018-04-24","returnDate":"2018-04-25","price":{"total":"139.45"},"links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=NCE&departureDate=2018-04-06,2018-10-02&oneWay=false&duration=1&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v1/shopping/flight-offers?origin=NCE&destination=PAR&departureDate=2018-04-24&returnDate=2018-04-25&adults=1&nonStop=false"}},{"type":"flight-date","origin":"NCE","destination":"PAR","departureDate":"2018-04-30","returnDate":"2018-05-01","price":{"total":"139.45"},"links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=NCE&departureDate=2018-04-06,2018-10-02&oneWay=false&duration=1&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v1/shopping/flight-offers?origin=NCE&destination=PAR&departureDate=2018-04-30&returnDate=2018-05-01&adults=1&nonStop=false"}},{"type":"flight-date","origin":"NCE","destination":"PAR","departureDate":"2018-05-02","returnDate":"2018-05-03","price":{"total":"139.45"},"links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=NCE&departureDate=2018-04-06,2018-10-02&oneWay=false&duration=1&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v1/shopping/flight-offers?origin=NCE&destination=PAR&departureDate=2018-05-02&returnDate=2018-05-03&adults=1&nonStop=false"}},{"type":"flight-date","origin":"NCE","destination":"PAR","departureDate":"2018-05-07","returnDate":"2018-05-08","price":{"total":"139.45"},"links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=NCE&departureDate=2018-04-06,2018-10-02&oneWay=false&duration=1&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v1/shopping/flight-offers?origin=NCE&destination=PAR&departureDate=2018-05-07&returnDate=2018-05-08&adults=1&nonStop=false"}},{"type":"flight-date","origin":"NCE","destination":"PAR","departureDate":"2018-05-14","returnDate":"2018-05-15","price":{"total":"139.45"},"links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=NCE&departureDate=2018-04-06,2018-10-02&oneWay=false&duration=1&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v1/shopping/flight-offers?origin=NCE&destination=PAR&departureDate=2018-05-14&returnDate=2018-05-15&adults=1&nonStop=false"}},{"type":"flight-date","origin":"NCE","destination":"PAR","departureDate":"2018-05-15","returnDate":"2018-05-16","price":{"total":"139.45"},"links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=NCE&departureDate=2018-04-06,2018-10-02&oneWay=false&duration=1&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v1/shopping/flight-offers?origin=NCE&destination=PAR&departureDate=2018-05-15&returnDate=2018-05-16&adults=1&nonStop=false"}},{"type":"flight-date","origin":"NCE","destination":"PAR","departureDate":"2018-05-24","returnDate":"2018-05-25","price":{"total":"139.45"},"links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=NCE&departureDate=2018-04-06,2018-10-02&oneWay=false&duration=1&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v1/shopping/flight-offers?origin=NCE&destination=PAR&departureDate=2018-05-24&returnDate=2018-05-25&adults=1&nonStop=false"}},{"type":"flight-date","origin":"NCE","destination":"PAR","departureDate":"2018-05-29","returnDate":"2018-05-30","price":{"total":"139.45"},"links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=NCE&departureDate=2018-04-06,2018-10-02&oneWay=false&duration=1&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v1/shopping/flight-offers?origin=NCE&destination=PAR&departureDate=2018-05-29&returnDate=2018-05-30&adults=1&nonStop=false"}},{"type":"flight-date","origin":"NCE","destination":"PAR","departureDate":"2018-05-30","returnDate":"2018-05-31","price":{"total":"139.45"},"links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=NCE&departureDate=2018-04-06,2018-10-02&oneWay=false&duration=1&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v1/shopping/flight-offers?origin=NCE&destination=PAR&departureDate=2018-05-30&returnDate=2018-05-31&adults=1&nonStop=false"}},{"type":"flight-date","origin":"NCE","destination":"PAR","departureDate":"2018-05-31","returnDate":"2018-06-01","price":{"total":"139.45"},"links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=NCE&departureDate=2018-04-06,2018-10-02&oneWay=false&duration=1&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v1/shopping/flight-offers?origin=NCE&destination=PAR&departureDate=2018-05-31&returnDate=2018-06-01&adults=1&nonStop=false"}},{"type":"flight-date","origin":"NCE","destination":"PAR","departureDate":"2018-06-02","returnDate":"2018-06-03","price":{"total":"139.45"},"links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=NCE&departureDate=2018-04-06,2018-10-02&oneWay=false&duration=1&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v1/shopping/flight-offers?origin=NCE&destination=PAR&departureDate=2018-06-02&returnDate=2018-06-03&adults=1&nonStop=false"}},{"type":"flight-date","origin":"NCE","destination":"PAR","departureDate":"2018-06-04","returnDate":"2018-06-05","price":{"total":"139.45"},"links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=NCE&departureDate=2018-04-06,2018-10-02&oneWay=false&duration=1&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v1/shopping/flight-offers?origin=NCE&destination=PAR&departureDate=2018-06-04&returnDate=2018-06-05&adults=1&nonStop=false"}},{"type":"flight-date","origin":"NCE","destination":"PAR","departureDate":"2018-06-05","returnDate":"2018-06-06","price":{"total":"139.45"},"links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=NCE&departureDate=2018-04-06,2018-10-02&oneWay=false&duration=1&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v1/shopping/flight-offers?origin=NCE&destination=PAR&departureDate=2018-06-05&returnDate=2018-06-06&adults=1&nonStop=false"}},{"type":"flight-date","origin":"NCE","destination":"PAR","departureDate":"2018-06-06","returnDate":"2018-06-07","price":{"total":"139.45"},"links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=NCE&departureDate=2018-04-06,2018-10-02&oneWay=false&duration=1&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v1/shopping/flight-offers?origin=NCE&destination=PAR&departureDate=2018-06-06&returnDate=2018-06-07&adults=1&nonStop=false"}},{"type":"flight-date","origin":"NCE","destination":"PAR","departureDate":"2018-06-07","returnDate":"2018-06-08","price":{"total":"139.45"},"links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=NCE&departureDate=2018-04-06,2018-10-02&oneWay=false&duration=1&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v1/shopping/flight-offers?origin=NCE&destination=PAR&departureDate=2018-06-07&returnDate=2018-06-08&adults=1&nonStop=false"}},{"type":"flight-date","origin":"NCE","destination":"PAR","departureDate":"2018-06-09","returnDate":"2018-06-10","price":{"total":"139.45"},"links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=NCE&departureDate=2018-04-06,2018-10-02&oneWay=false&duration=1&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v1/shopping/flight-offers?origin=NCE&destination=PAR&departureDate=2018-06-09&returnDate=2018-06-10&adults=1&nonStop=false"}},{"type":"flight-date","origin":"NCE","destination":"PAR","departureDate":"2018-06-10","returnDate":"2018-06-11","price":{"total":"139.45"},"links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=NCE&departureDate=2018-04-06,2018-10-02&oneWay=false&duration=1&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v1/shopping/flight-offers?origin=NCE&destination=PAR&departureDate=2018-06-10&returnDate=2018-06-11&adults=1&nonStop=false"}},{"type":"flight-date","origin":"NCE","destination":"PAR","departureDate":"2018-06-11","returnDate":"2018-06-12","price":{"total":"139.45"},"links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=NCE&departureDate=2018-04-06,2018-10-02&oneWay=false&duration=1&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v1/shopping/flight-offers?origin=NCE&destination=PAR&departureDate=2018-06-11&returnDate=2018-06-12&adults=1&nonStop=false"}},{"type":"flight-date","origin":"NCE","destination":"PAR","departureDate":"2018-06-12","returnDate":"2018-06-13","price":{"total":"139.45"},"links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=NCE&departureDate=2018-04-06,2018-10-02&oneWay=false&duration=1&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v1/shopping/flight-offers?origin=NCE&destination=PAR&departureDate=2018-06-12&returnDate=2018-06-13&adults=1&nonStop=false"}},{"type":"flight-date","origin":"NCE","destination":"PAR","departureDate":"2018-06-13","returnDate":"2018-06-14","price":{"total":"139.45"},"links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=NCE&departureDate=2018-04-06,2018-10-02&oneWay=false&duration=1&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v1/shopping/flight-offers?origin=NCE&destination=PAR&departureDate=2018-06-13&returnDate=2018-06-14&adults=1&nonStop=false"}},{"type":"flight-date","origin":"NCE","destination":"PAR","departureDate":"2018-06-14","returnDate":"2018-06-15","price":{"total":"139.45"},"links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=NCE&departureDate=2018-04-06,2018-10-02&oneWay=false&duration=1&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v1/shopping/flight-offers?origin=NCE&destination=PAR&departureDate=2018-06-14&returnDate=2018-06-15&adults=1&nonStop=false"}},{"type":"flight-date","origin":"NCE","destination":"PAR","departureDate":"2018-06-16","returnDate":"2018-06-17","price":{"total":"139.45"},"links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=NCE&departureDate=2018-04-06,2018-10-02&oneWay=false&duration=1&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v1/shopping/flight-offers?origin=NCE&destination=PAR&departureDate=2018-06-16&returnDate=2018-06-17&adults=1&nonStop=false"}},{"type":"flight-date","origin":"NCE","destination":"PAR","departureDate":"2018-06-17","returnDate":"2018-06-18","price":{"total":"139.45"},"links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=NCE&departureDate=2018-04-06,2018-10-02&oneWay=false&duration=1&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v1/shopping/flight-offers?origin=NCE&destination=PAR&departureDate=2018-06-17&returnDate=2018-06-18&adults=1&nonStop=false"}},{"type":"flight-date","origin":"NCE","destination":"PAR","departureDate":"2018-06-18","returnDate":"2018-06-19","price":{"total":"139.45"},"links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=NCE&departureDate=2018-04-06,2018-10-02&oneWay=false&duration=1&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v1/shopping/flight-offers?origin=NCE&destination=PAR&departureDate=2018-06-18&returnDate=2018-06-19&adults=1&nonStop=false"}},{"type":"flight-date","origin":"NCE","destination":"PAR","departureDate":"2018-06-19","returnDate":"2018-06-20","price":{"total":"139.45"},"links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=NCE&departureDate=2018-04-06,2018-10-02&oneWay=false&duration=1&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v1/shopping/flight-offers?origin=NCE&destination=PAR&departureDate=2018-06-19&returnDate=2018-06-20&adults=1&nonStop=false"}},{"type":"flight-date","origin":"NCE","destination":"PAR","departureDate":"2018-06-20","returnDate":"2018-06-21","price":{"total":"139.45"},"links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=NCE&departureDate=2018-04-06,2018-10-02&oneWay=false&duration=1&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v1/shopping/flight-offers?origin=NCE&destination=PAR&departureDate=2018-06-20&returnDate=2018-06-21&adults=1&nonStop=false"}},{"type":"flight-date","origin":"NCE","destination":"PAR","departureDate":"2018-06-21","returnDate":"2018-06-22","price":{"total":"139.45"},"links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=NCE&departureDate=2018-04-06,2018-10-02&oneWay=false&duration=1&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v1/shopping/flight-offers?origin=NCE&destination=PAR&departureDate=2018-06-21&returnDate=2018-06-22&adults=1&nonStop=false"}},{"type":"flight-date","origin":"NCE","destination":"PAR","departureDate":"2018-06-23","returnDate":"2018-06-24","price":{"total":"139.45"},"links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=NCE&departureDate=2018-04-06,2018-10-02&oneWay=false&duration=1&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v1/shopping/flight-offers?origin=NCE&destination=PAR&departureDate=2018-06-23&returnDate=2018-06-24&adults=1&nonStop=false"}},{"type":"flight-date","origin":"NCE","destination":"PAR","departureDate":"2018-06-25","returnDate":"2018-06-26","price":{"total":"139.45"},"links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=NCE&departureDate=2018-04-06,2018-10-02&oneWay=false&duration=1&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v1/shopping/flight-offers?origin=NCE&destination=PAR&departureDate=2018-06-25&returnDate=2018-06-26&adults=1&nonStop=false"}},{"type":"flight-date","origin":"NCE","destination":"PAR","departureDate":"2018-06-26","returnDate":"2018-06-27","price":{"total":"139.45"},"links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=NCE&departureDate=2018-04-06,2018-10-02&oneWay=false&duration=1&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v1/shopping/flight-offers?origin=NCE&destination=PAR&departureDate=2018-06-26&returnDate=2018-06-27&adults=1&nonStop=false"}},{"type":"flight-date","origin":"NCE","destination":"PAR","departureDate":"2018-07-02","returnDate":"2018-07-03","price":{"total":"139.45"},"links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=NCE&departureDate=2018-04-06,2018-10-02&oneWay=false&duration=1&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v1/shopping/flight-offers?origin=NCE&destination=PAR&departureDate=2018-07-02&returnDate=2018-07-03&adults=1&nonStop=false"}},{"type":"flight-date","origin":"NCE","destination":"PAR","departureDate":"2018-07-03","returnDate":"2018-07-04","price":{"total":"139.45"},"links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=NCE&departureDate=2018-04-06,2018-10-02&oneWay=false&duration=1&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v1/shopping/flight-offers?origin=NCE&destination=PAR&departureDate=2018-07-03&returnDate=2018-07-04&adults=1&nonStop=false"}},{"type":"flight-date","origin":"NCE","destination":"PAR","departureDate":"2018-07-16","returnDate":"2018-07-17","price":{"total":"139.45"},"links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=NCE&departureDate=2018-04-06,2018-10-02&oneWay=false&duration=1&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v1/shopping/flight-offers?origin=NCE&destination=PAR&departureDate=2018-07-16&returnDate=2018-07-17&adults=1&nonStop=false"}},{"type":"flight-date","origin":"NCE","destination":"PAR","departureDate":"2018-07-17","returnDate":"2018-07-18","price":{"total":"139.45"},"links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=NCE&departureDate=2018-04-06,2018-10-02&oneWay=false&duration=1&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v1/shopping/flight-offers?origin=NCE&destination=PAR&departureDate=2018-07-17&returnDate=2018-07-18&adults=1&nonStop=false"}},{"type":"flight-date","origin":"NCE","destination":"PAR","departureDate":"2018-07-18","returnDate":"2018-07-19","price":{"total":"139.45"},"links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=NCE&departureDate=2018-04-06,2018-10-02&oneWay=false&duration=1&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v1/shopping/flight-offers?origin=NCE&destination=PAR&departureDate=2018-07-18&returnDate=2018-07-19&adults=1&nonStop=false"}},{"type":"flight-date","origin":"NCE","destination":"PAR","departureDate":"2018-05-26","returnDate":"2018-05-27","price":{"total":"139.45"},"links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=NCE&departureDate=2018-04-06,2018-10-02&oneWay=false&duration=1&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v1/shopping/flight-offers?origin=NCE&destination=PAR&departureDate=2018-05-26&returnDate=2018-05-27&adults=1&nonStop=false"}},{"type":"flight-date","origin":"NCE","destination":"PAR","departureDate":"2018-05-19","returnDate":"2018-05-20","price":{"total":"139.45"},"links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=NCE&departureDate=2018-04-06,2018-10-02&oneWay=false&duration=1&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v1/shopping/flight-offers?origin=NCE&destination=PAR&departureDate=2018-05-19&returnDate=2018-05-20&adults=1&nonStop=false"}},{"type":"flight-date","origin":"NCE","destination":"PAR","departureDate":"2018-04-20","returnDate":"2018-04-21","price":{"total":"140.73"},"links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=NCE&departureDate=2018-04-06,2018-10-02&oneWay=false&duration=1&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v1/shopping/flight-offers?origin=NCE&destination=PAR&departureDate=2018-04-20&returnDate=2018-04-21&adults=1&nonStop=false"}},{"type":"flight-date","origin":"NCE","destination":"PAR","departureDate":"2018-04-25","returnDate":"2018-04-26","price":{"total":"140.73"},"links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=NCE&departureDate=2018-04-06,2018-10-02&oneWay=false&duration=1&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v1/shopping/flight-offers?origin=NCE&destination=PAR&departureDate=2018-04-25&returnDate=2018-04-26&adults=1&nonStop=false"}},{"type":"flight-date","origin":"NCE","destination":"PAR","departureDate":"2018-07-13","returnDate":"2018-07-14","price":{"total":"140.73"},"links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=NCE&departureDate=2018-04-06,2018-10-02&oneWay=false&duration=1&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v1/shopping/flight-offers?origin=NCE&destination=PAR&departureDate=2018-07-13&returnDate=2018-07-14&adults=1&nonStop=false"}},{"type":"flight-date","origin":"NCE","destination":"PAR","departureDate":"2018-07-14","returnDate":"2018-07-15","price":{"total":"140.73"},"links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=NCE&departureDate=2018-04-06,2018-10-02&oneWay=false&duration=1&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v1/shopping/flight-offers?origin=NCE&destination=PAR&departureDate=2018-07-14&returnDate=2018-07-15&adults=1&nonStop=false"}},{"type":"flight-date","origin":"NCE","destination":"PAR","departureDate":"2018-07-20","returnDate":"2018-07-21","price":{"total":"140.73"},"links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=NCE&departureDate=2018-04-06,2018-10-02&oneWay=false&duration=1&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v1/shopping/flight-offers?origin=NCE&destination=PAR&departureDate=2018-07-20&returnDate=2018-07-21&adults=1&nonStop=false"}},{"type":"flight-date","origin":"NCE","destination":"PAR","departureDate":"2018-04-14","returnDate":"2018-04-15","price":{"total":"148.45"},"links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=NCE&departureDate=2018-04-06,2018-10-02&oneWay=false&duration=1&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v1/shopping/flight-offers?origin=NCE&destination=PAR&departureDate=2018-04-14&returnDate=2018-04-15&adults=1&nonStop=false"}},{"type":"flight-date","origin":"NCE","destination":"PAR","departureDate":"2018-06-30","returnDate":"2018-07-01","price":{"total":"149.73"},"links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=NCE&departureDate=2018-04-06,2018-10-02&oneWay=false&duration=1&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v1/shopping/flight-offers?origin=NCE&destination=PAR&departureDate=2018-06-30&returnDate=2018-07-01&adults=1&nonStop=false"}},{"type":"flight-date","origin":"NCE","destination":"PAR","departureDate":"2018-07-21","returnDate":"2018-07-22","price":{"total":"149.73"},"links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=NCE&departureDate=2018-04-06,2018-10-02&oneWay=false&duration=1&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v1/shopping/flight-offers?origin=NCE&destination=PAR&departureDate=2018-07-21&returnDate=2018-07-22&adults=1&nonStop=false"}},{"type":"flight-date","origin":"NCE","destination":"PAR","departureDate":"2018-04-22","returnDate":"2018-04-23","price":{"total":"150.45"},"links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=NCE&departureDate=2018-04-06,2018-10-02&oneWay=false&duration=1&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v1/shopping/flight-offers?origin=NCE&destination=PAR&departureDate=2018-04-22&returnDate=2018-04-23&adults=1&nonStop=false"}},{"type":"flight-date","origin":"NCE","destination":"PAR","departureDate":"2018-04-29","returnDate":"2018-04-30","price":{"total":"150.45"},"links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=NCE&departureDate=2018-04-06,2018-10-02&oneWay=false&duration=1&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v1/shopping/flight-offers?origin=NCE&destination=PAR&departureDate=2018-04-29&returnDate=2018-04-30&adults=1&nonStop=false"}},{"type":"flight-date","origin":"NCE","destination":"PAR","departureDate":"2018-07-04","returnDate":"2018-07-05","price":{"total":"150.45"},"links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=NCE&departureDate=2018-04-06,2018-10-02&oneWay=false&duration=1&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v1/shopping/flight-offers?origin=NCE&destination=PAR&departureDate=2018-07-04&returnDate=2018-07-05&adults=1&nonStop=false"}},{"type":"flight-date","origin":"NCE","destination":"PAR","departureDate":"2018-07-09","returnDate":"2018-07-10","price":{"total":"150.45"},"links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=NCE&departureDate=2018-04-06,2018-10-02&oneWay=false&duration=1&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v1/shopping/flight-offers?origin=NCE&destination=PAR&departureDate=2018-07-09&returnDate=2018-07-10&adults=1&nonStop=false"}},{"type":"flight-date","origin":"NCE","destination":"PAR","departureDate":"2018-07-11","returnDate":"2018-07-12","price":{"total":"150.45"},"links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=NCE&departureDate=2018-04-06,2018-10-02&oneWay=false&duration=1&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v1/shopping/flight-offers?origin=NCE&destination=PAR&departureDate=2018-07-11&returnDate=2018-07-12&adults=1&nonStop=false"}},{"type":"flight-date","origin":"NCE","destination":"PAR","departureDate":"2018-07-12","returnDate":"2018-07-13","price":{"total":"150.45"},"links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=NCE&departureDate=2018-04-06,2018-10-02&oneWay=false&duration=1&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v1/shopping/flight-offers?origin=NCE&destination=PAR&departureDate=2018-07-12&returnDate=2018-07-13&adults=1&nonStop=false"}},{"type":"flight-date","origin":"NCE","destination":"PAR","departureDate":"2018-07-19","returnDate":"2018-07-20","price":{"total":"150.45"},"links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=NCE&departureDate=2018-04-06,2018-10-02&oneWay=false&duration=1&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v1/shopping/flight-offers?origin=NCE&destination=PAR&departureDate=2018-07-19&returnDate=2018-07-20&adults=1&nonStop=false"}},{"type":"flight-date","origin":"NCE","destination":"PAR","departureDate":"2018-07-23","returnDate":"2018-07-24","price":{"total":"150.45"},"links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=NCE&departureDate=2018-04-06,2018-10-02&oneWay=false&duration=1&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v1/shopping/flight-offers?origin=NCE&destination=PAR&departureDate=2018-07-23&returnDate=2018-07-24&adults=1&nonStop=false"}},{"type":"flight-date","origin":"NCE","destination":"PAR","departureDate":"2018-04-13","returnDate":"2018-04-14","price":{"total":"151.73"},"links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=NCE&departureDate=2018-04-06,2018-10-02&oneWay=false&duration=1&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v1/shopping/flight-offers?origin=NCE&destination=PAR&departureDate=2018-04-13&returnDate=2018-04-14&adults=1&nonStop=false"}},{"type":"flight-date","origin":"NCE","destination":"PAR","departureDate":"2018-06-29","returnDate":"2018-06-30","price":{"total":"151.73"},"links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=NCE&departureDate=2018-04-06,2018-10-02&oneWay=false&duration=1&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v1/shopping/flight-offers?origin=NCE&destination=PAR&departureDate=2018-06-29&returnDate=2018-06-30&adults=1&nonStop=false"}},{"type":"flight-date","origin":"NCE","destination":"PAR","departureDate":"2018-04-21","returnDate":"2018-04-22","price":{"total":"159.73"},"links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=NCE&departureDate=2018-04-06,2018-10-02&oneWay=false&duration=1&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v1/shopping/flight-offers?origin=NCE&destination=PAR&departureDate=2018-04-21&returnDate=2018-04-22&adults=1&nonStop=false"}},{"type":"flight-date","origin":"NCE","destination":"PAR","departureDate":"2018-04-26","returnDate":"2018-04-27","price":{"total":"163.45"},"links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=NCE&departureDate=2018-04-06,2018-10-02&oneWay=false&duration=1&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v1/shopping/flight-offers?origin=NCE&destination=PAR&departureDate=2018-04-26&returnDate=2018-04-27&adults=1&nonStop=false"}},{"type":"flight-date","origin":"NCE","destination":"PAR","departureDate":"2018-05-03","returnDate":"2018-05-04","price":{"total":"163.45"},"links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=NCE&departureDate=2018-04-06,2018-10-02&oneWay=false&duration=1&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v1/shopping/flight-offers?origin=NCE&destination=PAR&departureDate=2018-05-03&returnDate=2018-05-04&adults=1&nonStop=false"}},{"type":"flight-date","origin":"NCE","destination":"PAR","departureDate":"2018-05-10","returnDate":"2018-05-11","price":{"total":"163.45"},"links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=NCE&departureDate=2018-04-06,2018-10-02&oneWay=false&duration=1&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v1/shopping/flight-offers?origin=NCE&destination=PAR&departureDate=2018-05-10&returnDate=2018-05-11&adults=1&nonStop=false"}},{"type":"flight-date","origin":"NCE","destination":"PAR","departureDate":"2018-05-22","returnDate":"2018-05-23","price":{"total":"163.45"},"links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=NCE&departureDate=2018-04-06,2018-10-02&oneWay=false&duration=1&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v1/shopping/flight-offers?origin=NCE&destination=PAR&departureDate=2018-05-22&returnDate=2018-05-23&adults=1&nonStop=false"}},{"type":"flight-date","origin":"NCE","destination":"PAR","departureDate":"2018-05-28","returnDate":"2018-05-29","price":{"total":"163.45"},"links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=NCE&departureDate=2018-04-06,2018-10-02&oneWay=false&duration=1&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v1/shopping/flight-offers?origin=NCE&destination=PAR&departureDate=2018-05-28&returnDate=2018-05-29&adults=1&nonStop=false"}},{"type":"flight-date","origin":"NCE","destination":"PAR","departureDate":"2018-06-27","returnDate":"2018-06-28","price":{"total":"163.45"},"links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=NCE&departureDate=2018-04-06,2018-10-02&oneWay=false&duration=1&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v1/shopping/flight-offers?origin=NCE&destination=PAR&departureDate=2018-06-27&returnDate=2018-06-28&adults=1&nonStop=false"}},{"type":"flight-date","origin":"NCE","destination":"PAR","departureDate":"2018-07-01","returnDate":"2018-07-02","price":{"total":"163.45"},"links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=NCE&departureDate=2018-04-06,2018-10-02&oneWay=false&duration=1&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v1/shopping/flight-offers?origin=NCE&destination=PAR&departureDate=2018-07-01&returnDate=2018-07-02&adults=1&nonStop=false"}},{"type":"flight-date","origin":"NCE","destination":"PAR","departureDate":"2018-07-05","returnDate":"2018-07-06","price":{"total":"163.45"},"links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=NCE&departureDate=2018-04-06,2018-10-02&oneWay=false&duration=1&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v1/shopping/flight-offers?origin=NCE&destination=PAR&departureDate=2018-07-05&returnDate=2018-07-06&adults=1&nonStop=false"}},{"type":"flight-date","origin":"NCE","destination":"PAR","departureDate":"2018-07-10","returnDate":"2018-07-11","price":{"total":"163.45"},"links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=NCE&departureDate=2018-04-06,2018-10-02&oneWay=false&duration=1&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v1/shopping/flight-offers?origin=NCE&destination=PAR&departureDate=2018-07-10&returnDate=2018-07-11&adults=1&nonStop=false"}},{"type":"flight-date","origin":"NCE","destination":"PAR","departureDate":"2018-07-15","returnDate":"2018-07-16","price":{"total":"163.45"},"links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=NCE&departureDate=2018-04-06,2018-10-02&oneWay=false&duration=1&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v1/shopping/flight-offers?origin=NCE&destination=PAR&departureDate=2018-07-15&returnDate=2018-07-16&adults=1&nonStop=false"}},{"type":"flight-date","origin":"NCE","destination":"PAR","departureDate":"2018-05-06","returnDate":"2018-05-07","price":{"total":"163.45"},"links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=NCE&departureDate=2018-04-06,2018-10-02&oneWay=false&duration=1&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v1/shopping/flight-offers?origin=NCE&destination=PAR&departureDate=2018-05-06&returnDate=2018-05-07&adults=1&nonStop=false"}},{"type":"flight-date","origin":"NCE","destination":"PAR","departureDate":"2018-07-22","returnDate":"2018-07-23","price":{"total":"163.45"},"links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=NCE&departureDate=2018-04-06,2018-10-02&oneWay=false&duration=1&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v1/shopping/flight-offers?origin=NCE&destination=PAR&departureDate=2018-07-22&returnDate=2018-07-23&adults=1&nonStop=false"}},{"type":"flight-date","origin":"NCE","destination":"PAR","departureDate":"2018-07-07","returnDate":"2018-07-08","price":{"total":"168.45"},"links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=NCE&departureDate=2018-04-06,2018-10-02&oneWay=false&duration=1&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v1/shopping/flight-offers?origin=NCE&destination=PAR&departureDate=2018-07-07&returnDate=2018-07-08&adults=1&nonStop=false"}},{"type":"flight-date","origin":"NCE","destination":"PAR","departureDate":"2018-07-08","returnDate":"2018-07-09","price":{"total":"173.45"},"links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=NCE&departureDate=2018-04-06,2018-10-02&oneWay=false&duration=1&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v1/shopping/flight-offers?origin=NCE&destination=PAR&departureDate=2018-07-08&returnDate=2018-07-09&adults=1&nonStop=false"}},{"type":"flight-date","origin":"NCE","destination":"PAR","departureDate":"2018-05-18","returnDate":"2018-05-19","price":{"total":"174.73"},"links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=NCE&departureDate=2018-04-06,2018-10-02&oneWay=false&duration=1&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v1/shopping/flight-offers?origin=NCE&destination=PAR&departureDate=2018-05-18&returnDate=2018-05-19&adults=1&nonStop=false"}},{"type":"flight-date","origin":"NCE","destination":"PAR","departureDate":"2018-04-28","returnDate":"2018-04-29","price":{"total":"178.45"},"links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=NCE&departureDate=2018-04-06,2018-10-02&oneWay=false&duration=1&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v1/shopping/flight-offers?origin=NCE&destination=PAR&departureDate=2018-04-28&returnDate=2018-04-29&adults=1&nonStop=false"}},{"type":"flight-date","origin":"NCE","destination":"PAR","departureDate":"2018-05-05","returnDate":"2018-05-06","price":{"total":"178.45"},"links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=NCE&departureDate=2018-04-06,2018-10-02&oneWay=false&duration=1&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v1/shopping/flight-offers?origin=NCE&destination=PAR&departureDate=2018-05-05&returnDate=2018-05-06&adults=1&nonStop=false"}},{"type":"flight-date","origin":"NCE","destination":"PAR","departureDate":"2018-05-20","returnDate":"2018-05-21","price":{"total":"184.61"},"links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=NCE&departureDate=2018-04-06,2018-10-02&oneWay=false&duration=1&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v1/shopping/flight-offers?origin=NCE&destination=PAR&departureDate=2018-05-20&returnDate=2018-05-21&adults=1&nonStop=false"}},{"type":"flight-date","origin":"NCE","destination":"PAR","departureDate":"2018-05-12","returnDate":"2018-05-13","price":{"total":"187.45"},"links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=NCE&departureDate=2018-04-06,2018-10-02&oneWay=false&duration=1&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v1/shopping/flight-offers?origin=NCE&destination=PAR&departureDate=2018-05-12&returnDate=2018-05-13&adults=1&nonStop=false"}},{"type":"flight-date","origin":"NCE","destination":"PAR","departureDate":"2018-06-24","returnDate":"2018-06-25","price":{"total":"188.95"},"links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=NCE&departureDate=2018-04-06,2018-10-02&oneWay=false&duration=1&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v1/shopping/flight-offers?origin=NCE&destination=PAR&departureDate=2018-06-24&returnDate=2018-06-25&adults=1&nonStop=false"}},{"type":"flight-date","origin":"NCE","destination":"PAR","departureDate":"2018-05-01","returnDate":"2018-05-02","price":{"total":"194.62"},"links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=NCE&departureDate=2018-04-06,2018-10-02&oneWay=false&duration=1&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v1/shopping/flight-offers?origin=NCE&destination=PAR&departureDate=2018-05-01&returnDate=2018-05-02&adults=1&nonStop=false"}},{"type":"flight-date","origin":"NCE","destination":"PAR","departureDate":"2018-05-08","returnDate":"2018-05-09","price":{"total":"194.62"},"links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=NCE&departureDate=2018-04-06,2018-10-02&oneWay=false&duration=1&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v1/shopping/flight-offers?origin=NCE&destination=PAR&departureDate=2018-05-08&returnDate=2018-05-09&adults=1&nonStop=false"}},{"type":"flight-date","origin":"NCE","destination":"PAR","departureDate":"2018-04-27","returnDate":"2018-04-28","price":{"total":"198.45"},"links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=NCE&departureDate=2018-04-06,2018-10-02&oneWay=false&duration=1&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v1/shopping/flight-offers?origin=NCE&destination=PAR&departureDate=2018-04-27&returnDate=2018-04-28&adults=1&nonStop=false"}},{"type":"flight-date","origin":"NCE","destination":"PAR","departureDate":"2018-05-04","returnDate":"2018-05-05","price":{"total":"198.45"},"links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=NCE&departureDate=2018-04-06,2018-10-02&oneWay=false&duration=1&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v1/shopping/flight-offers?origin=NCE&destination=PAR&departureDate=2018-05-04&returnDate=2018-05-05&adults=1&nonStop=false"}},{"type":"flight-date","origin":"NCE","destination":"PAR","departureDate":"2018-05-11","returnDate":"2018-05-12","price":{"total":"198.45"},"links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=NCE&departureDate=2018-04-06,2018-10-02&oneWay=false&duration=1&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v1/shopping/flight-offers?origin=NCE&destination=PAR&departureDate=2018-05-11&returnDate=2018-05-12&adults=1&nonStop=false"}},{"type":"flight-date","origin":"NCE","destination":"PAR","departureDate":"2018-05-09","returnDate":"2018-05-10","price":{"total":"198.45"},"links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=NCE&departureDate=2018-04-06,2018-10-02&oneWay=false&duration=1&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v1/shopping/flight-offers?origin=NCE&destination=PAR&departureDate=2018-05-09&returnDate=2018-05-10&adults=1&nonStop=false"}},{"type":"flight-date","origin":"NCE","destination":"PAR","departureDate":"2018-05-13","returnDate":"2018-05-14","price":{"total":"198.45"},"links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=NCE&departureDate=2018-04-06,2018-10-02&oneWay=false&duration=1&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v1/shopping/flight-offers?origin=NCE&destination=PAR&departureDate=2018-05-13&returnDate=2018-05-14&adults=1&nonStop=false"}},{"type":"flight-date","origin":"NCE","destination":"PAR","departureDate":"2018-05-16","returnDate":"2018-05-17","price":{"total":"198.45"},"links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=NCE&departureDate=2018-04-06,2018-10-02&oneWay=false&duration=1&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v1/shopping/flight-offers?origin=NCE&destination=PAR&departureDate=2018-05-16&returnDate=2018-05-17&adults=1&nonStop=false"}},{"type":"flight-date","origin":"NCE","destination":"PAR","departureDate":"2018-05-17","returnDate":"2018-05-18","price":{"total":"198.45"},"links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=NCE&departureDate=2018-04-06,2018-10-02&oneWay=false&duration=1&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v1/shopping/flight-offers?origin=NCE&destination=PAR&departureDate=2018-05-17&returnDate=2018-05-18&adults=1&nonStop=false"}},{"type":"flight-date","origin":"NCE","destination":"PAR","departureDate":"2018-05-21","returnDate":"2018-05-22","price":{"total":"198.45"},"links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=NCE&departureDate=2018-04-06,2018-10-02&oneWay=false&duration=1&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v1/shopping/flight-offers?origin=NCE&destination=PAR&departureDate=2018-05-21&returnDate=2018-05-22&adults=1&nonStop=false"}},{"type":"flight-date","origin":"NCE","destination":"PAR","departureDate":"2018-05-23","returnDate":"2018-05-24","price":{"total":"198.45"},"links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=NCE&departureDate=2018-04-06,2018-10-02&oneWay=false&duration=1&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v1/shopping/flight-offers?origin=NCE&destination=PAR&departureDate=2018-05-23&returnDate=2018-05-24&adults=1&nonStop=false"}},{"type":"flight-date","origin":"NCE","destination":"PAR","departureDate":"2018-05-27","returnDate":"2018-05-28","price":{"total":"198.45"},"links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=NCE&departureDate=2018-04-06,2018-10-02&oneWay=false&duration=1&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v1/shopping/flight-offers?origin=NCE&destination=PAR&departureDate=2018-05-27&returnDate=2018-05-28&adults=1&nonStop=false"}},{"type":"flight-date","origin":"NCE","destination":"PAR","departureDate":"2018-06-03","returnDate":"2018-06-04","price":{"total":"198.45"},"links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=NCE&departureDate=2018-04-06,2018-10-02&oneWay=false&duration=1&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v1/shopping/flight-offers?origin=NCE&destination=PAR&departureDate=2018-06-03&returnDate=2018-06-04&adults=1&nonStop=false"}},{"type":"flight-date","origin":"NCE","destination":"PAR","departureDate":"2018-06-28","returnDate":"2018-06-29","price":{"total":"198.45"},"links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=NCE&departureDate=2018-04-06,2018-10-02&oneWay=false&duration=1&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v1/shopping/flight-offers?origin=NCE&destination=PAR&departureDate=2018-06-28&returnDate=2018-06-29&adults=1&nonStop=false"}},{"type":"flight-date","origin":"NCE","destination":"PAR","departureDate":"2018-07-06","returnDate":"2018-07-07","price":{"total":"222.45"},"links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=NCE&departureDate=2018-04-06,2018-10-02&oneWay=false&duration=1&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v1/shopping/flight-offers?origin=NCE&destination=PAR&departureDate=2018-07-06&returnDate=2018-07-07&adults=1&nonStop=false"}}],"dictionaries":{"currencies":{"EUR":"EURO"},"locations":{"PAR":{"subType":"CITY","detailedName":"PARIS"},"NCE":{"subType":"AIRPORT","detailedName":"COTE D AZUR"}}},"meta":{"currency":"EUR","links":{"self":"https://test.api.amadeus.com/v1/shopping/flight-dates?origin=NCE&destination=PAR&departureDate=2018-04-06,2018-10-02&oneWay=false&duration=1&nonStop=false&viewBy=DURATION"},"defaults":{"departureDate":"2018-04-06,2018-10-02","oneWay":false,"nonStop":false,"viewBy":"DURATION"}}}