Wyndham API

The Wyndham API for hotel search, rooms, and Rewards rates.

Pull nearby properties, live room inventory, cash rates, Wyndham Rewards redemptions, and property IDs across Wyndham brands as clean JSON.

REQUEST GET
USE CASE Find Wyndham properties near Forsyth, Georgia, nearest first.
curl "https://api.stayapi.com/v1/wyndham/search" \
  -G \
  -H "x-api-key: $STAYAPI_KEY" \
  -d "latitude=33.044017" \
  -d "longitude=-83.940985" \
  -d "radius_miles=25" \
  -d "limit=10"
RESPONSE 200 OK
2.41s
{
  "success": true,
  "hotels": [
    {
      "property_id": "53089",
      "name": "La Quinta Inn & Suites by Wyndham Forsyth",
      "brand_code": "LQ",
      "location": {
        "latitude": 33.044017,
        "longitude": -83.940985
      },
      "address": {
        "street": "400 Russell Pkwy",
        "city": "Forsyth",
        "state": "Georgia",
        "state_code": "GA",
        "postal_code": "31029",
        "country": "United States",
        "country_code": "US"
      },
      "distance_miles": 0.0,
      "distance_km": 0.0,
      "rating": 3.8,
      "review_count": 718,
      "rating_status": "Active",
      "amenities": [
        "BRKFST",
        "POOL"
      ],
      "reward_points_per_night": 15000,
      "adults_only": false,
      "image": null,
      "url": "https://www.wyndhamhotels.com/laquinta/forsyth-georgia/la-quinta-forsyth/overview"
    }
  ],
  "total": 1
}
99.9% uptime ~3s avg response Live, not cached

Trusted by hospitality teams at

Overview

What the Wyndham API gives you.

Wyndham's consumer site covers Wyndham, La Quinta, Ramada, Days Inn, Super 8, Travelodge, Wingate, Microtel, Baymont, Registry Collection, Dolce, and more. Product and revenue teams still need a stable contract for nearby-property discovery, dated room inventory, and reward pricing.

StayAPI normalizes those workflows over plain REST. Search by coordinates, use the numeric property_id for live rooms and rates, or resolve a canonical Wyndham hotel URL through the URL-to-ID endpoint. The implementation uses Wyndham REST and GraphQL services only, with no hotel-page or browser fallback.

01

Cash and Rewards together.

Each room's rates can include cash, member, points-plus-cash, and free-night plans. Flags and point totals make each rate type explicit.

02

One numeric property ID.

Both Search and URL to Hotel ID return property_id. Pass that same identifier to Rooms for the dated drilldown.

03

REST and GraphQL only.

Calls go to Wyndham's structured services. There is no hotel-page fetch, Browserless path, or browser-automation fallback.

Use cases

What teams build on the Wyndham API.

The same endpoints, pointed at different jobs. These are the ones we see most.

01

Brand.com rate shopping.

Compare Wyndham's direct cash and member rates for a property and stay against OTA rates collected for the same room dates.

02

Wyndham Rewards comparison.

Put cash, points-plus-cash, and free-night options side by side using explicit flags, per-night points, and total points.

03

Room and inventory monitoring.

Track available room types, inventory counts, daily prices, taxes, fees, and cancellation terms as a stay date approaches.

04

Wyndham market discovery.

Find Wyndham-family properties around coordinates, then drill into selected numeric property IDs for live availability.

Pricing

50 free requests on signup.
Pick a plan when you need more.

Flat monthly plans, every endpoint included on every plan. 1 request = 1 credit. No per-endpoint multipliers, no surprise overages.

01 Free

Wire it up. See the schema.

$0 to start
  • 50 free requests on signup
  • Every endpoint included
  • No credit card required
  • Same schema as paid
Start free
02 Basic

Kick the tires in production.

$49 per month
  • 1,500 requests / month
  • Every endpoint included
  • Per-endpoint usage dashboard
  • Email support
Start Basic
50% off
04 Scale

Daily pulls in production.

$900 $450 per month
  • 100,000 requests / month
  • Every endpoint included
  • Per-endpoint usage dashboard
  • Priority email support
Start scaling
05 Custom

Above 100k / month, annual terms, white-glove onboarding.

Let's talk
  • 1M+ requests / month
  • Volume rate on the call
  • Per-endpoint usage dashboard
  • Priority email + Slack support
Book a scoping call

Every plan ships every endpoint. Same uptime, same schema, same response time.

Questions

What people ask about the Wyndham API.

Don't see your question? Email us at info@stayapi.com.

Can I search Wyndham hotels through an API?

Yes. Call /v1/wyndham/search with latitude and longitude. The response returns nearby Wyndham-family properties with a numeric property_id, brand code, address, distance, rating, amenities, and canonical Wyndham URL. Use that property ID with the Rooms endpoint for dated rates.

Can the Wyndham API return Wyndham Rewards rates?

Yes. /v1/wyndham/rooms requests Wyndham Rewards inventory along with cash inventory. Each rate exposes flags for points-plus-cash and free-night plans plus points_per_night and points_total when Wyndham supplies them.

How do I get a Wyndham property ID from a hotel URL?

Pass the canonical wyndhamhotels.com URL to URL to Hotel ID. StayAPI extracts the hotel slug and resolves it through Wyndham GraphQL, returning the numeric property_id used by Rooms.

Does the Wyndham integration use a browser?

No. Search and Rooms call Wyndham REST services, while URL to Hotel ID calls Wyndham GraphQL. There is no hotel-page fetch, Browserless path, or browser-automation fallback.

Is the Wyndham API free?

You get 50 free requests on signup, with no credit card required. Every successful Wyndham call uses the same standard request accounting as the other StayAPI REST endpoints.

Two ways to start.

Both end with live Wyndham data in your stack. The fast path is on the left.

01 · the fast path

Try it free

50 free requests after sign up. Fastest way to see if the schema fits.

Start free
  • Live API key in 30 seconds
  • No credit card required
  • Same schema as paid
02 · the scoped path

Book a scoping call

15 minutes. Volume + endpoint mix. Walk out with a quote.

Book a demo
  • Quote on the call, not after
  • Engineering, not sales
  • No deck, no slides