Get hotels by coordinates (point + radius)
POST/content/hotels/v1/hotels/by-coordinates
Returns hotels within a radius (km) of a point, ordered by distance. Same response shape as by-destination, with an additional distanceKm per hotel. Use when you have a lat/lon (e.g. map center or user location) and want a list of nearby hotels with codes and optional bundleport mapping.
Request
Responses
- 200
- 400
- 500
Successful response
Bad request (e.g. invalid coordinates or radius)
Internal server error