Amadeus · Example Payload

Points Of Interest Location Example

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

Points Of Interest Location Example is an example object payload from Amadeus, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idselftypesubTypenamegeoCodecategorytagsrank

Example Payload

Raw ↑
{
  "id": "12345",
  "self": {
    "href": "string"
  },
  "type": "location",
  "subType": "AIRPORT",
  "name": "Paris CDG",
  "geoCode": {
    "latitude": 43.580418,
    "longitude": 7.125102
  },
  "category": "HISTORICAL",
  "tags": [
    [
      "grocery",
      "japanese",
      "cafe"
    ]
  ],
  "rank": 1
}