Amadeus · Example Payload

Airport Nearest Relevant Location Example

TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights

Airport Nearest Relevant Location Example is an example object payload from Amadeus, with 11 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

typesubTypenamedetailedNametimeZoneOffsetiataCodegeoCodeaddressdistanceanalyticsrelevance

Example Payload

Raw ↑
{
  "type": "location",
  "subType": "AIRPORT",
  "name": "Paris CDG",
  "detailedName": "Paris/FR: Charles de Gaulle",
  "timeZoneOffset": "+01:00",
  "iataCode": "CDG",
  "geoCode": {
    "latitude": 43.580418,
    "longitude": 7.125102
  },
  "address": {
    "cityName": "Paris",
    "cityCode": "PAR",
    "countryName": "France",
    "countryCode": "FR",
    "stateCode": "TO",
    "regionCode": "EUROP"
  },
  "distance": {
    "value": 152,
    "unit": "KM"
  },
  "analytics": {
    "flights": {
      "score": 56
    },
    "travelers": {
      "score": 68
    }
  },
  "relevance": 9.6584
}