Booking Holdings · Example Payload

Demand Api Accommodations Location Output Example

AccommodationsAirlinesCar RentalsHospitalityHotelsRestaurantsTravel

Demand Api Accommodations Location Output Example is an example object payload from Booking Holdings, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

addresscitycoordinatescountrydistrictspostal_code

Example Payload

Raw ↑
{
  "address": {},
  "city": 151,
  "coordinates": {
    "latitude": 24.4,
    "longitude": 55.37
  },
  "country": "US",
  "districts": [
    614
  ],
  "postal_code": "NYC"
}