Amadeus Traveler Media · Example Payload

Points Of Interest Location Example

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

Points Of Interest Location Example is an example object payload from Amadeus Traveler Media, 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": "500123",
  "self": "sample-value",
  "type": "location",
  "subType": "AIRPORT",
  "name": "Paris CDG",
  "geoCode": "sample-value",
  "category": "HISTORICAL",
  "tags": [
    [
      "grocery",
      "japanese",
      "cafe"
    ]
  ],
  "rank": 1
}