Wyndham Search API
Find Wyndham properties near a latitude and longitude, nearest first.
Overview
Property metadata only
Search does not accept dates and does not return availability. Pass a returned property_id to the Wyndham Rooms endpoint for live cash and reward rates.
Results cover the brands returned by Wyndham's property service, including Wyndham, La Quinta, Ramada, Days Inn, Super 8, Travelodge, Wingate, Microtel, Baymont, Registry Collection, and Dolce. The implementation calls Wyndham's REST API directly. It has no hotel-page, Browserless, or browser-automation fallback.
Endpoint URL
Authenticate with X-API-Key: YOUR_API_KEY.
Query parameters
| Parameter | Type | Required | Rules |
|---|---|---|---|
| latitude | float | Yes | Search center, -90 through 90. |
| longitude | float | Yes | Search center, -180 through 180. |
| radius_miles | integer | No | 1 through 100. Default: 50. |
| limit | integer | No | 1 through 100. Default: 50. |
Response schema
hotels is sorted by straight-line distance and total
is the number returned after applying limit. There is no offset or
continuation token. An empty array with success: true means no
properties matched the radius.
property_id: stable numeric Wyndham ID used by Rooms.brand_code,name,location, and structuredaddress.distance_miles,distance_km,rating, andreview_count.amenities,reward_points_per_night,adults_only,image, and canonicalurl.- Upstream-optional values are nullable;
amenitiesis always an array.
Errors and limitations
Validation errors are non-2xx. Endpoint errors use RFC 7807 Problem Details
with provider: "wyndham", product: "search", and a
correlation_id. An unavailable or invalid Wyndham service response
returns 502 UPSTREAM_ERROR. This call returns the live upstream
result and is not a cached catalog.