APIHub
Back to Explore

Flight Price Analysis API

Before 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.

Uncategorized
none
HTTPS
CORS: Unknown
Visit official documentation

Latency

12ms p95

Uptime

0.0% 30d

Playground

Verified

live

Endpoints

REST · JSON
GET

/analytics/itinerary-price-metrics

GET itinerary price metric

  • originIataCode (query, required) — airport code, following [IATA standard](http://www.iata.org/publications/Pages/code-search.aspx), from which the traveler will depart
  • destinationIataCode (query, required) — airport code, following [IATA standard](http://www.iata.org/publications/Pages/code-search.aspx), to which the traveler is going.
  • departureDate (query, required) — The date on which the traveler will depart from the origin to go to the destination. Dates are specified in the[ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) YYYY-MM-DD format.
  • currencyCode (query) — 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
  • oneWay (query) — true to get price metrics for a one way trip, false to get price metrics for a round trip

1 endpoint auto-detected

curl -X GET \
  "https://test.api.amadeus.com/v1/analytics/itinerary-price-metrics"

test.api.amadeus.com · HTTPS only