Amadeus · Example Payload

City Search Response City Search Example

TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights

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

Top-level fields

warningsmetadataincluded

Example Payload

Raw ↑
{
  "warnings": [
    {
      "code": 1,
      "title": "string-value",
      "detail": "string-value",
      "source": {
        "parameter": "string-value",
        "pointer": "string-value",
        "example": "string-value"
      }
    }
  ],
  "meta": {
    "count": 1,
    "links": {
      "self": "https://example.com/resource"
    }
  },
  "data": [],
  "included": {
    "airports": {}
  }
}