{ "opencollection": "1.0.0", "info": { "name": "Airline Code Lookup air-traffic price-metrics API", "version": "1.2.1" }, "items": [ { "info": { "name": "price-metrics", "type": "folder" }, "items": [ { "info": { "name": "Amadeus GET Itinerary Price Metric", "type": "http" }, "http": { "method": "GET", "url": "https://test.api.amadeus.com/v1/analytics/itinerary-price-metrics", "params": [ { "name": "originIataCode", "value": "MAD", "type": "query", "description": "airport code, following [IATA standard](http://www.iata.org/publications/Pages/code-search.aspx), from which the traveler will depart\n" }, { "name": "destinationIataCode", "value": "CDG", "type": "query", "description": "airport code, following [IATA standard](http://www.iata.org/publications/Pages/code-search.aspx), to which the traveler is going." }, { "name": "departureDate", "value": "2021-03-21", "type": "query", "description": "The date on which the traveler will depart from the origin to go to the destination. \n\nDates are specified in the[ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) YYYY-MM-DD format." }, { "name": "currencyCode", "value": "EUR", "type": "query", "description": "the preferred currency for display. Currency is specified in the [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) format, e.g. EUR for Euro" }, { "name": "oneWay", "value": "true", "type": "query", "description": "true to get price metrics for a one way trip,\nfalse to get price metrics for a round trip" } ] }, "docs": "Amadeus GET Itinerary Price Metric" } ] } ], "bundled": true }