Amadeus · Example Payload

Airline Routes Locations Example

TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights

Airline Routes Locations Example is an example object payload from Amadeus, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

typesubtypenameiataCodegeoCodeaddresstimeZonemetrics

Example Payload

Raw ↑
{
  "type": "string-value",
  "subtype": "string-value",
  "name": "\"Eiffel Tower\"",
  "iataCode": "\"PAR\"",
  "geoCode": {
    "latitude": "48.85837",
    "longitude": "2.294481"
  },
  "address": {
    "countryName": "France",
    "countryCode": "FR",
    "stateCode": "FR-13",
    "regionCode": "EUROP"
  },
  "timeZone": {
    "offSet": "+01:00",
    "referenceLocalDateTime": "2022-09-28T19:20:30"
  },
  "metrics": {
    "relevance": "100"
  }
}