openapi-directory
Version:
Building & bundling https://github.com/APIs-guru/openapi-directory for easy use from JS
1 lines • 432 kB
JSON
{"openapi":"3.0.0","info":{"description":"\nBefore using this API, we recommend you read our **[Authorization Guide](https://developers.amadeus.com/self-service/apis-docs/guides/authorization-262)** for more information on how to generate an access token.\n\nPlease also be aware that our test environment is based on a subset of the production, to see what is included in test please refer to our **[data collection](https://github.com/amadeus4dev/data-collection)**.\n","title":"Flight Cheapest Date Search","version":"1.0.6","x-logo":{"url":"https://amadeus.com/images/en/technology/mobile-tablet/mobile-woman-office-city.jpg.transform/medium/img.jpg"},"x-origin":[{"format":"swagger","url":"https://raw.githubusercontent.com/amadeus4dev/amadeus-open-api-specification/main/spec/json/FlightCheapestDateSearch_v1_swagger_specification.json","version":"2.0"}],"x-providerName":"amadeus.com","x-release-note":{"1.0.0":["Initial Version"],"1.0.1":["Clarified example for the parameters origin, destination and currency","Added links to ISO, IATA kind of references"],"1.0.2":["Update example"],"1.0.3":["Hide currency parameter"],"1.0.4":["Update example","Change link of FlightOffer from v1 to v2"]},"x-serviceName":"amadeus-flight-cheapest-date-search","x-status":"validated","x-tags":["#ama-for-dev"]},"paths":{"/shopping/flight-dates":{"get":{"description":"","operationId":"getFlightDates","parameters":[{"description":"IATA code of the city from which the flight will depart\n\n[IATA table codes](http://www.iata.org/publications/Pages/code-search.aspx) - e.g. MAD for Madrid\n","in":"query","name":"origin","required":true,"example":"MAD","schema":{"type":"string","pattern":"[A-Z]{3}"}},{"description":"IATA code of the city to which the flight is going.\n\n[IATA table codes](http://www.iata.org/publications/Pages/code-search.aspx) - e.g. MUC for Munich\n","in":"query","name":"destination","required":true,"example":"MUC","schema":{"type":"string","pattern":"[A-Z]{3}"}},{"description":"the date, or range of dates, on which the flight will depart from the origin. Dates are specified in the [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) YYYY-MM-DD format, e.g. 2017-12-25. Ranges are specified with a comma and are inclusive","in":"query","name":"departureDate","required":false,"schema":{"type":"string"}},{"description":"if this parameter is set to true, only one-way flights are considered. If this parameter is not set or set to false, only round-trip flights are considered","in":"query","name":"oneWay","required":false,"schema":{"type":"boolean","default":false}},{"description":"exact duration or range of durations of the travel, in days. This parameter must not be set if oneWay is true. Ranges are specified with a comma and are inclusive, e.g. 2,8","in":"query","name":"duration","required":false,"schema":{"type":"string"}},{"description":"if this parameter is set to true, only flights going from the origin to the destination with no stop in-between are considered","in":"query","name":"nonStop","required":false,"schema":{"type":"boolean","default":false}},{"description":"defines the price limit for each offer returned. The value should be a positive number, without decimals","in":"query","name":"maxPrice","required":false,"schema":{"type":"integer","format":"int64","minimum":0}},{"description":"view the flight dates by DATE, DURATION, or WEEK. View by DATE (default when oneWay is true) to get the cheapest flight dates for every departure date in the given range. View by DURATION (default when oneWay is false) to get the cheapest flight dates for every departure date and for every duration in the given ranges. View by WEEK to get the cheapest flight destination for every week in the given range of departure dates. Note that specifying a detailed view but large ranges may result in a huge number of flight dates being returned. For some very large numbers of flight dates, the API may refuse to provide a response","in":"query","name":"viewBy","required":false,"schema":{"type":"string","enum":["DATE","DURATION","WEEK"]}}],"responses":{"200":{"$ref":"#/components/responses/200"},"400":{"$ref":"#/components/responses/400"},"404":{"$ref":"#/components/responses/404"},"500":{"$ref":"#/components/responses/500"}},"summary":"Find the cheapest flight dates from an origin to a destination.","tags":["flight-dates"]}}},"x-generatedAt":"2025-04-15T13:49:53.137Z","servers":[{"url":"https://test.api.amadeus.com/v1"}],"components":{"responses":{"200":{"description":"Success","content":{"application/vnd.amadeus+json":{"schema":{"$ref":"#/components/schemas/FlightDates"}},"application/json":{"schema":{"$ref":"#/components/schemas/FlightDates"}}}},"400":{"description":"code | title \n------- | ------------------------------------- \n425 | INVALID DATE\n477 | INVALID FORMAT\n2668 | PARAMETER COMBINATION INVALID/RESTRICTED\n4926 | INVALID DATA RECEIVED\n32171 | MANDATORY DATA MISSING\n","content":{"application/vnd.amadeus+json":{"schema":{"$ref":"#/components/schemas/Error_400"}},"application/json":{"schema":{"$ref":"#/components/schemas/Error_400"}}}},"404":{"description":"code | title \n------- | ------------------------------------- \n6003 | ITEM/DATA NOT FOUND OR DATA NOT EXISTING\n","content":{"application/vnd.amadeus+json":{"schema":{"$ref":"#/components/schemas/Error_404"}},"application/json":{"schema":{"$ref":"#/components/schemas/Error_404"}}}},"500":{"description":"Unexpected error","content":{"application/vnd.amadeus+json":{"schema":{"$ref":"#/components/schemas/Error_500"}},"application/json":{"schema":{"$ref":"#/components/schemas/Error_500"}}}}},"schemas":{"CurrencyDictionary":{"additionalProperties":{"example":"EUR","type":"string"}},"Defaults":{"description":"the query parameters for which default values were used are returned here","properties":{"departureDate":{"description":"the date, or range of dates, on which the flight will depart from the origin. Dates are specified in the [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) YYYY-MM-DD format, e.g. 2017-12-25. Ranges are specified with a comma and are inclusive","example":"2011-09-10,2011-09-15","type":"string"},"duration":{"description":"exact duration or range of durations of the travel, in days. This parameter must not be set if oneWay is true. Ranges are specified with a comma and are inclusive, e.g. 2,8","example":"2,5","type":"string"},"nonStop":{"description":"if this parameter is set to true, only flights going from the origin to the destination with no stop in-between are considered","example":true,"type":"boolean"},"oneWay":{"description":"if this parameter is set to true, only one-way flights are considered. If this parameter is not set or set to false, only round-trip flights are considered","example":true,"type":"boolean"},"viewBy":{"description":"view the flight dates by DATE, DURATION, or WEEK. View by DATE to get the cheapest flight dates for every departure date in the given range. View by DURATION to get the cheapest flight dates for every departure date and for every duration in the given ranges. View by WEEK to get the cheapest flight date for every week in the given range of departure dates","enum":["DATE","DURATION","WEEK"],"type":"string"}},"type":"object"},"Dictionaries":{"properties":{"currencies":{"$ref":"#/components/schemas/CurrencyDictionary"},"locations":{"$ref":"#/components/schemas/LocationDictionary"}},"type":"object"},"Error_400":{"example":{"errors":[{"code":477,"detail":"invalid query parameter format","source":{"example":"CDG","parameter":"airport"},"status":400,"title":"INVALID FORMAT"}]},"properties":{"errors":{"items":{"$ref":"#/components/schemas/Issue"},"type":"array"}},"required":["errors"]},"Error_404":{"example":{"errors":[{"code":1797,"detail":"no response found for this query parameter","source":{"parameter":"airport"},"status":404,"title":"NOT FOUND"}]},"properties":{"errors":{"items":{"$ref":"#/components/schemas/Issue"},"type":"array"}},"required":["errors"]},"Error_500":{"example":{"errors":[{"code":141,"status":500,"title":"SYSTEM ERROR HAS OCCURRED"}]},"properties":{"errors":{"items":{"$ref":"#/components/schemas/Issue"},"type":"array"}},"required":["errors"]},"FlightDate":{"properties":{"departureDate":{"example":"2025-04-15T13:49:53.125Z","type":"string"},"destination":{"example":"DXB","type":"string"},"links":{"properties":{"flightDestinations":{"example":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=PAR&nonStop=true","type":"string"},"flightOffers":{"example":"https://test.api.amadeus.com/v1/shopping/flight-offers?origin=PAR&destination=MAD&departureDate=2017-08-26&returnDate=2017-08-30&adults=1","type":"string"}},"type":"object"},"origin":{"example":"PAR","type":"string"},"price":{"$ref":"#/components/schemas/Price"},"returnDate":{"example":"2025-04-15T13:49:53.125Z","type":"string"},"type":{"description":"the resource name","example":"flight-date","type":"string"}},"type":"object"},"FlightDates":{"example":{"data":[{"departureDate":"2025-04-15T13:49:53.125Z","destination":"MUC","links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-07-29&returnDate=2020-07-30&adults=1&nonStop=false"},"origin":"MAD","price":{"total":"98.53"},"returnDate":"2025-04-15T13:49:53.125Z","type":"flight-date"},{"departureDate":"2025-04-15T13:49:53.125Z","destination":"MUC","links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-07-29&returnDate=2020-07-31&adults=1&nonStop=false"},"origin":"MAD","price":{"total":"98.53"},"returnDate":"2025-04-15T13:49:53.125Z","type":"flight-date"},{"departureDate":"2025-04-15T13:49:53.125Z","destination":"MUC","links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-07-29&returnDate=2020-08-01&adults=1&nonStop=false"},"origin":"MAD","price":{"total":"98.53"},"returnDate":"2025-04-15T13:49:53.125Z","type":"flight-date"},{"departureDate":"2025-04-15T13:49:53.125Z","destination":"MUC","links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-07-29&returnDate=2020-08-02&adults=1&nonStop=false"},"origin":"MAD","price":{"total":"98.53"},"returnDate":"2025-04-15T13:49:53.125Z","type":"flight-date"},{"departureDate":"2025-04-15T13:49:53.125Z","destination":"MUC","links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-07-29&returnDate=2020-08-03&adults=1&nonStop=false"},"origin":"MAD","price":{"total":"98.53"},"returnDate":"2025-04-15T13:49:53.125Z","type":"flight-date"},{"departureDate":"2025-04-15T13:49:53.125Z","destination":"MUC","links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-07-29&returnDate=2020-08-04&adults=1&nonStop=false"},"origin":"MAD","price":{"total":"98.53"},"returnDate":"2025-04-15T13:49:53.125Z","type":"flight-date"},{"departureDate":"2025-04-15T13:49:53.125Z","destination":"MUC","links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-07-29&returnDate=2020-08-05&adults=1&nonStop=false"},"origin":"MAD","price":{"total":"98.53"},"returnDate":"2025-04-15T13:49:53.125Z","type":"flight-date"},{"departureDate":"2025-04-15T13:49:53.125Z","destination":"MUC","links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-07-29&returnDate=2020-08-06&adults=1&nonStop=false"},"origin":"MAD","price":{"total":"98.53"},"returnDate":"2025-04-15T13:49:53.125Z","type":"flight-date"},{"departureDate":"2025-04-15T13:49:53.125Z","destination":"MUC","links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-07-29&returnDate=2020-08-07&adults=1&nonStop=false"},"origin":"MAD","price":{"total":"98.53"},"returnDate":"2025-04-15T13:49:53.125Z","type":"flight-date"},{"departureDate":"2025-04-15T13:49:53.125Z","destination":"MUC","links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-07-29&returnDate=2020-08-08&adults=1&nonStop=false"},"origin":"MAD","price":{"total":"98.53"},"returnDate":"2025-04-15T13:49:53.125Z","type":"flight-date"},{"departureDate":"2025-04-15T13:49:53.125Z","destination":"MUC","links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-07-29&returnDate=2020-08-09&adults=1&nonStop=false"},"origin":"MAD","price":{"total":"98.53"},"returnDate":"2025-04-15T13:49:53.125Z","type":"flight-date"},{"departureDate":"2025-04-15T13:49:53.125Z","destination":"MUC","links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-07-29&returnDate=2020-08-10&adults=1&nonStop=false"},"origin":"MAD","price":{"total":"98.53"},"returnDate":"2025-04-15T13:49:53.125Z","type":"flight-date"},{"departureDate":"2025-04-15T13:49:53.125Z","destination":"MUC","links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-07-29&returnDate=2020-08-11&adults=1&nonStop=false"},"origin":"MAD","price":{"total":"98.53"},"returnDate":"2025-04-15T13:49:53.125Z","type":"flight-date"},{"departureDate":"2025-04-15T13:49:53.125Z","destination":"MUC","links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-07-29&returnDate=2020-08-12&adults=1&nonStop=false"},"origin":"MAD","price":{"total":"98.53"},"returnDate":"2025-04-15T13:49:53.125Z","type":"flight-date"},{"departureDate":"2025-04-15T13:49:53.125Z","destination":"MUC","links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-07-29&returnDate=2020-08-13&adults=1&nonStop=false"},"origin":"MAD","price":{"total":"98.53"},"returnDate":"2025-04-15T13:49:53.125Z","type":"flight-date"},{"departureDate":"2025-04-15T13:49:53.125Z","destination":"MUC","links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-07-30&returnDate=2020-07-31&adults=1&nonStop=false"},"origin":"MAD","price":{"total":"98.53"},"returnDate":"2025-04-15T13:49:53.125Z","type":"flight-date"},{"departureDate":"2025-04-15T13:49:53.125Z","destination":"MUC","links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-07-30&returnDate=2020-08-01&adults=1&nonStop=false"},"origin":"MAD","price":{"total":"98.53"},"returnDate":"2025-04-15T13:49:53.125Z","type":"flight-date"},{"departureDate":"2025-04-15T13:49:53.125Z","destination":"MUC","links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-07-30&returnDate=2020-08-02&adults=1&nonStop=false"},"origin":"MAD","price":{"total":"98.53"},"returnDate":"2025-04-15T13:49:53.125Z","type":"flight-date"},{"departureDate":"2025-04-15T13:49:53.125Z","destination":"MUC","links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-07-30&returnDate=2020-08-03&adults=1&nonStop=false"},"origin":"MAD","price":{"total":"98.53"},"returnDate":"2025-04-15T13:49:53.125Z","type":"flight-date"},{"departureDate":"2025-04-15T13:49:53.125Z","destination":"MUC","links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-07-30&returnDate=2020-08-04&adults=1&nonStop=false"},"origin":"MAD","price":{"total":"98.53"},"returnDate":"2025-04-15T13:49:53.125Z","type":"flight-date"},{"departureDate":"2025-04-15T13:49:53.125Z","destination":"MUC","links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-07-30&returnDate=2020-08-05&adults=1&nonStop=false"},"origin":"MAD","price":{"total":"98.53"},"returnDate":"2025-04-15T13:49:53.125Z","type":"flight-date"},{"departureDate":"2025-04-15T13:49:53.125Z","destination":"MUC","links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-07-30&returnDate=2020-08-06&adults=1&nonStop=false"},"origin":"MAD","price":{"total":"98.53"},"returnDate":"2025-04-15T13:49:53.125Z","type":"flight-date"},{"departureDate":"2025-04-15T13:49:53.125Z","destination":"MUC","links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-07-30&returnDate=2020-08-07&adults=1&nonStop=false"},"origin":"MAD","price":{"total":"98.53"},"returnDate":"2025-04-15T13:49:53.125Z","type":"flight-date"},{"departureDate":"2025-04-15T13:49:53.125Z","destination":"MUC","links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-07-30&returnDate=2020-08-08&adults=1&nonStop=false"},"origin":"MAD","price":{"total":"98.53"},"returnDate":"2025-04-15T13:49:53.125Z","type":"flight-date"},{"departureDate":"2025-04-15T13:49:53.125Z","destination":"MUC","links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-07-30&returnDate=2020-08-09&adults=1&nonStop=false"},"origin":"MAD","price":{"total":"98.53"},"returnDate":"2025-04-15T13:49:53.125Z","type":"flight-date"},{"departureDate":"2025-04-15T13:49:53.125Z","destination":"MUC","links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-07-30&returnDate=2020-08-10&adults=1&nonStop=false"},"origin":"MAD","price":{"total":"98.53"},"returnDate":"2025-04-15T13:49:53.125Z","type":"flight-date"},{"departureDate":"2025-04-15T13:49:53.125Z","destination":"MUC","links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-07-30&returnDate=2020-08-11&adults=1&nonStop=false"},"origin":"MAD","price":{"total":"98.53"},"returnDate":"2025-04-15T13:49:53.125Z","type":"flight-date"},{"departureDate":"2025-04-15T13:49:53.125Z","destination":"MUC","links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-07-30&returnDate=2020-08-12&adults=1&nonStop=false"},"origin":"MAD","price":{"total":"98.53"},"returnDate":"2025-04-15T13:49:53.125Z","type":"flight-date"},{"departureDate":"2025-04-15T13:49:53.125Z","destination":"MUC","links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-07-30&returnDate=2020-08-13&adults=1&nonStop=false"},"origin":"MAD","price":{"total":"98.53"},"returnDate":"2025-04-15T13:49:53.125Z","type":"flight-date"},{"departureDate":"2025-04-15T13:49:53.126Z","destination":"MUC","links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-07-30&returnDate=2020-08-14&adults=1&nonStop=false"},"origin":"MAD","price":{"total":"98.53"},"returnDate":"2025-04-15T13:49:53.126Z","type":"flight-date"},{"departureDate":"2025-04-15T13:49:53.126Z","destination":"MUC","links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-07-31&returnDate=2020-08-01&adults=1&nonStop=false"},"origin":"MAD","price":{"total":"98.53"},"returnDate":"2025-04-15T13:49:53.126Z","type":"flight-date"},{"departureDate":"2025-04-15T13:49:53.126Z","destination":"MUC","links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-07-31&returnDate=2020-08-02&adults=1&nonStop=false"},"origin":"MAD","price":{"total":"98.53"},"returnDate":"2025-04-15T13:49:53.126Z","type":"flight-date"},{"departureDate":"2025-04-15T13:49:53.126Z","destination":"MUC","links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-07-31&returnDate=2020-08-03&adults=1&nonStop=false"},"origin":"MAD","price":{"total":"98.53"},"returnDate":"2025-04-15T13:49:53.126Z","type":"flight-date"},{"departureDate":"2025-04-15T13:49:53.126Z","destination":"MUC","links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-07-31&returnDate=2020-08-04&adults=1&nonStop=false"},"origin":"MAD","price":{"total":"98.53"},"returnDate":"2025-04-15T13:49:53.126Z","type":"flight-date"},{"departureDate":"2025-04-15T13:49:53.126Z","destination":"MUC","links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-07-31&returnDate=2020-08-05&adults=1&nonStop=false"},"origin":"MAD","price":{"total":"98.53"},"returnDate":"2025-04-15T13:49:53.126Z","type":"flight-date"},{"departureDate":"2025-04-15T13:49:53.126Z","destination":"MUC","links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-07-31&returnDate=2020-08-06&adults=1&nonStop=false"},"origin":"MAD","price":{"total":"98.53"},"returnDate":"2025-04-15T13:49:53.126Z","type":"flight-date"},{"departureDate":"2025-04-15T13:49:53.126Z","destination":"MUC","links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-07-31&returnDate=2020-08-07&adults=1&nonStop=false"},"origin":"MAD","price":{"total":"98.53"},"returnDate":"2025-04-15T13:49:53.126Z","type":"flight-date"},{"departureDate":"2025-04-15T13:49:53.126Z","destination":"MUC","links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-07-31&returnDate=2020-08-08&adults=1&nonStop=false"},"origin":"MAD","price":{"total":"98.53"},"returnDate":"2025-04-15T13:49:53.126Z","type":"flight-date"},{"departureDate":"2025-04-15T13:49:53.126Z","destination":"MUC","links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-07-31&returnDate=2020-08-09&adults=1&nonStop=false"},"origin":"MAD","price":{"total":"98.53"},"returnDate":"2025-04-15T13:49:53.126Z","type":"flight-date"},{"departureDate":"2025-04-15T13:49:53.126Z","destination":"MUC","links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-07-31&returnDate=2020-08-10&adults=1&nonStop=false"},"origin":"MAD","price":{"total":"98.53"},"returnDate":"2025-04-15T13:49:53.126Z","type":"flight-date"},{"departureDate":"2025-04-15T13:49:53.126Z","destination":"MUC","links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-07-31&returnDate=2020-08-11&adults=1&nonStop=false"},"origin":"MAD","price":{"total":"98.53"},"returnDate":"2025-04-15T13:49:53.126Z","type":"flight-date"},{"departureDate":"2025-04-15T13:49:53.126Z","destination":"MUC","links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-07-31&returnDate=2020-08-12&adults=1&nonStop=false"},"origin":"MAD","price":{"total":"98.53"},"returnDate":"2025-04-15T13:49:53.126Z","type":"flight-date"},{"departureDate":"2025-04-15T13:49:53.126Z","destination":"MUC","links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-07-31&returnDate=2020-08-13&adults=1&nonStop=false"},"origin":"MAD","price":{"total":"98.53"},"returnDate":"2025-04-15T13:49:53.126Z","type":"flight-date"},{"departureDate":"2025-04-15T13:49:53.126Z","destination":"MUC","links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-07-31&returnDate=2020-08-14&adults=1&nonStop=false"},"origin":"MAD","price":{"total":"98.53"},"returnDate":"2025-04-15T13:49:53.126Z","type":"flight-date"},{"departureDate":"2025-04-15T13:49:53.126Z","destination":"MUC","links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-07-31&returnDate=2020-08-15&adults=1&nonStop=false"},"origin":"MAD","price":{"total":"98.53"},"returnDate":"2025-04-15T13:49:53.126Z","type":"flight-date"},{"departureDate":"2025-04-15T13:49:53.126Z","destination":"MUC","links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-01&returnDate=2020-08-02&adults=1&nonStop=false"},"origin":"MAD","price":{"total":"98.53"},"returnDate":"2025-04-15T13:49:53.126Z","type":"flight-date"},{"departureDate":"2025-04-15T13:49:53.126Z","destination":"MUC","links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-01&returnDate=2020-08-03&adults=1&nonStop=false"},"origin":"MAD","price":{"total":"98.53"},"returnDate":"2025-04-15T13:49:53.126Z","type":"flight-date"},{"departureDate":"2025-04-15T13:49:53.126Z","destination":"MUC","links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-01&returnDate=2020-08-04&adults=1&nonStop=false"},"origin":"MAD","price":{"total":"98.53"},"returnDate":"2025-04-15T13:49:53.126Z","type":"flight-date"},{"departureDate":"2025-04-15T13:49:53.126Z","destination":"MUC","links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-01&returnDate=2020-08-05&adults=1&nonStop=false"},"origin":"MAD","price":{"total":"98.53"},"returnDate":"2025-04-15T13:49:53.126Z","type":"flight-date"},{"departureDate":"2025-04-15T13:49:53.126Z","destination":"MUC","links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-01&returnDate=2020-08-06&adults=1&nonStop=false"},"origin":"MAD","price":{"total":"98.53"},"returnDate":"2025-04-15T13:49:53.126Z","type":"flight-date"},{"departureDate":"2025-04-15T13:49:53.126Z","destination":"MUC","links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-01&returnDate=2020-08-07&adults=1&nonStop=false"},"origin":"MAD","price":{"total":"98.53"},"returnDate":"2025-04-15T13:49:53.126Z","type":"flight-date"},{"departureDate":"2025-04-15T13:49:53.126Z","destination":"MUC","links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-01&returnDate=2020-08-08&adults=1&nonStop=false"},"origin":"MAD","price":{"total":"98.53"},"returnDate":"2025-04-15T13:49:53.126Z","type":"flight-date"},{"departureDate":"2025-04-15T13:49:53.126Z","destination":"MUC","links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-01&returnDate=2020-08-09&adults=1&nonStop=false"},"origin":"MAD","price":{"total":"98.53"},"returnDate":"2025-04-15T13:49:53.126Z","type":"flight-date"},{"departureDate":"2025-04-15T13:49:53.126Z","destination":"MUC","links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-01&returnDate=2020-08-10&adults=1&nonStop=false"},"origin":"MAD","price":{"total":"98.53"},"returnDate":"2025-04-15T13:49:53.126Z","type":"flight-date"},{"departureDate":"2025-04-15T13:49:53.126Z","destination":"MUC","links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-01&returnDate=2020-08-11&adults=1&nonStop=false"},"origin":"MAD","price":{"total":"98.53"},"returnDate":"2025-04-15T13:49:53.126Z","type":"flight-date"},{"departureDate":"2025-04-15T13:49:53.126Z","destination":"MUC","links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-01&returnDate=2020-08-12&adults=1&nonStop=false"},"origin":"MAD","price":{"total":"98.53"},"returnDate":"2025-04-15T13:49:53.126Z","type":"flight-date"},{"departureDate":"2025-04-15T13:49:53.126Z","destination":"MUC","links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-01&returnDate=2020-08-13&adults=1&nonStop=false"},"origin":"MAD","price":{"total":"98.53"},"returnDate":"2025-04-15T13:49:53.126Z","type":"flight-date"},{"departureDate":"2025-04-15T13:49:53.126Z","destination":"MUC","links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-01&returnDate=2020-08-14&adults=1&nonStop=false"},"origin":"MAD","price":{"total":"98.53"},"returnDate":"2025-04-15T13:49:53.126Z","type":"flight-date"},{"departureDate":"2025-04-15T13:49:53.126Z","destination":"MUC","links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-01&returnDate=2020-08-15&adults=1&nonStop=false"},"origin":"MAD","price":{"total":"98.53"},"returnDate":"2025-04-15T13:49:53.126Z","type":"flight-date"},{"departureDate":"2025-04-15T13:49:53.126Z","destination":"MUC","links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-01&returnDate=2020-08-16&adults=1&nonStop=false"},"origin":"MAD","price":{"total":"98.53"},"returnDate":"2025-04-15T13:49:53.126Z","type":"flight-date"},{"departureDate":"2025-04-15T13:49:53.126Z","destination":"MUC","links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-02&returnDate=2020-08-03&adults=1&nonStop=false"},"origin":"MAD","price":{"total":"98.53"},"returnDate":"2025-04-15T13:49:53.126Z","type":"flight-date"},{"departureDate":"2025-04-15T13:49:53.126Z","destination":"MUC","links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-02&returnDate=2020-08-04&adults=1&nonStop=false"},"origin":"MAD","price":{"total":"98.53"},"returnDate":"2025-04-15T13:49:53.126Z","type":"flight-date"},{"departureDate":"2025-04-15T13:49:53.126Z","destination":"MUC","links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-02&returnDate=2020-08-05&adults=1&nonStop=false"},"origin":"MAD","price":{"total":"98.53"},"returnDate":"2025-04-15T13:49:53.126Z","type":"flight-date"},{"departureDate":"2025-04-15T13:49:53.126Z","destination":"MUC","links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-02&returnDate=2020-08-06&adults=1&nonStop=false"},"origin":"MAD","price":{"total":"98.53"},"returnDate":"2025-04-15T13:49:53.126Z","type":"flight-date"},{"departureDate":"2025-04-15T13:49:53.126Z","destination":"MUC","links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-02&returnDate=2020-08-07&adults=1&nonStop=false"},"origin":"MAD","price":{"total":"98.53"},"returnDate":"2025-04-15T13:49:53.126Z","type":"flight-date"},{"departureDate":"2025-04-15T13:49:53.126Z","destination":"MUC","links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-02&returnDate=2020-08-08&adults=1&nonStop=false"},"origin":"MAD","price":{"total":"98.53"},"returnDate":"2025-04-15T13:49:53.126Z","type":"flight-date"},{"departureDate":"2025-04-15T13:49:53.126Z","destination":"MUC","links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-02&returnDate=2020-08-09&adults=1&nonStop=false"},"origin":"MAD","price":{"total":"98.53"},"returnDate":"2025-04-15T13:49:53.126Z","type":"flight-date"},{"departureDate":"2025-04-15T13:49:53.126Z","destination":"MUC","links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-02&returnDate=2020-08-10&adults=1&nonStop=false"},"origin":"MAD","price":{"total":"98.53"},"returnDate":"2025-04-15T13:49:53.126Z","type":"flight-date"},{"departureDate":"2025-04-15T13:49:53.126Z","destination":"MUC","links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-02&returnDate=2020-08-11&adults=1&nonStop=false"},"origin":"MAD","price":{"total":"98.53"},"returnDate":"2025-04-15T13:49:53.126Z","type":"flight-date"},{"departureDate":"2025-04-15T13:49:53.126Z","destination":"MUC","links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-02&returnDate=2020-08-12&adults=1&nonStop=false"},"origin":"MAD","price":{"total":"98.53"},"returnDate":"2025-04-15T13:49:53.126Z","type":"flight-date"},{"departureDate":"2025-04-15T13:49:53.126Z","destination":"MUC","links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-02&returnDate=2020-08-13&adults=1&nonStop=false"},"origin":"MAD","price":{"total":"98.53"},"returnDate":"2025-04-15T13:49:53.126Z","type":"flight-date"},{"departureDate":"2025-04-15T13:49:53.126Z","destination":"MUC","links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-02&returnDate=2020-08-14&adults=1&nonStop=false"},"origin":"MAD","price":{"total":"98.53"},"returnDate":"2025-04-15T13:49:53.126Z","type":"flight-date"},{"departureDate":"2025-04-15T13:49:53.126Z","destination":"MUC","links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION","flightOffers":"https://test.api.amadeus.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-02&returnDate=2020-08-15&adults=1&nonStop=false"},"origin":"MAD","price":{"total":"98.53"},"returnDate":"2025-04-15T13:49:53.126Z","type":"flight-date"},{"departureDate":"2025-04-15T13:49:53.126Z","destination":"MUC","links":{"flightDestinations":"https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=MAD&departureDate=202