Amadeus · Example Payload

Airport City Search Location Example

['grocery', 'japanese', 'cafe']

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

Top-level fields

idselftypesubTypenamedetailedNametimeZoneOffsetiataCodegeoCodeaddressdistanceanalyticsrelevancecategorytagsrank

Example Payload

Raw ↑
{
  "id": "12345",
  "self": {
    "href": "string"
  },
  "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": {
    "travelers": {
      "score": 68
    }
  },
  "relevance": 9.6584,
  "category": "HISTORICAL",
  "tags": [
    [
      "grocery",
      "japanese",
      "cafe"
    ]
  ],
  "rank": 1
}