Starwood Hotels and Resorts website screenshot

Starwood Hotels and Resorts

Starwood Hotels & Resorts Worldwide was a global hotel and leisure company headquartered in Stamford, Connecticut. Prior to its acquisition by Marriott International in September 2016, Starwood operated and franchised hotels, resorts, and residences under iconic brands including Sheraton, Westin, W Hotels, St. Regis, Le Méridien, Four Points, Tribute Portfolio, Design Hotels, Element, and Aloft. The company also operated the Starwood Preferred Guest (SPG) loyalty program, which was later merged into Marriott Bonvoy. At the time of acquisition, Starwood managed over 1,300 properties in approximately 100 countries. Starwood exposed APIs for hotel search, property data, and loyalty program integration that were consumed by travel platforms and partners.

3 APIs 0 Features

APIs

Hotel Search API

The Starwood Hotel Search API allowed partners and developers to search Starwood's portfolio of hotels and resorts by location, dates, and availability. It supported querying by...

SPG Loyalty API

The Starwood Preferred Guest (SPG) Loyalty API provided programmatic access to the SPG loyalty program, enabling partners to query member point balances, redeem Starpoints, look...

Property Data API

The Starwood Property Data API provided detailed information about individual hotel properties including room types, amenities, dining options, meeting and event spaces, photos,...

Collections

Pricing Plans

Rate Limits

FinOps

Semantic Vocabularies

Starwood Hotels And Resorts Context

23 classes · 8 properties

JSON-LD

API Governance Rules

Starwood Hotels and Resorts API Rules

13 rules · 4 errors 9 warnings

SPECTRAL

JSON Structure

Starwood Hotel Structure

0 properties

JSON STRUCTURE

Example Payloads

Press

Document 4 - file: exhibit991-pressreleasexan.htm

2026-05-25

SH HOTELS & RESORTS BECOMES STARWOOD ...

2026-05-25

Starwood Hotels Return and Expansion

2026-05-25

Starwood Hotels new logo and its future under Barry ...

2026-05-25

CT-STARWOOD-HOTELS | Business Wire - Via Ritzau

2026-05-25

Resources

🔗
Website
Website
🌐
DeveloperPortal
DeveloperPortal
🔗
LinkedIn
LinkedIn
🔗
Facebook
Facebook
📰
Blog
Blog
🔗
Acquisition
Acquisition
📜
TermsOfService
TermsOfService
📜
PrivacyPolicy
PrivacyPolicy
🔗
OpenAPI
OpenAPI
🔗
JSONSchema
JSONSchema
🔗
JSONStructure
JSONStructure
🔗
JSONLD
JSONLD
🔗
Vocabulary
Vocabulary
🔗
SpectralRules
SpectralRules

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Starwood Hotel Search API
  version: 1.0.0
items:
- info:
    name: Hotels
    type: folder
  items:
  - info:
      name: Search Hotels
      type: http
    http:
      method: GET
      url: https://www.starwoodhotels.com/api/v1/hotels/search
      params:
      - name: country
        value: ''
        type: query
        description: Two-letter ISO country code (e.g., US, CN, FR)
      - name: province
        value: ''
        type: query
        description: Province or state code within the country (e.g., USIL, CNHP)
      - name: city
        value: ''
        type: query
        description: City name for hotel search
      - name: arrivalDate
        value: ''
        type: query
        description: Check-in date in YYYY-MM-DD format
      - name: departureDate
        value: ''
        type: query
        description: Check-out date in YYYY-MM-DD format
      - name: adults
        value: ''
        type: query
        description: Number of adult guests
      - name: brand
        value: ''
        type: query
        description: Filter by Starwood brand code
      - name: categoryMin
        value: ''
        type: query
        description: Minimum SPG category for luxury filtering (1-7)
    docs: Search Starwood hotel properties by geographic location and travel dates. Returns a list of available hotels with
      rates, property details, and SPG points redemption options.
- info:
    name: Properties
    type: folder
  items:
  - info:
      name: Get Hotel by ID
      type: http
    http:
      method: GET
      url: https://www.starwoodhotels.com/api/v1/hotels/:hotelId
      params:
      - name: hotelId
        value: ''
        type: path
        description: Unique Starwood hotel identifier
    docs: Retrieve detailed information for a specific Starwood hotel property by its unique identifier, including full address,
      contact information, amenities, room types, dining options, and meeting space availability.
- info:
    name: Availability
    type: folder
  items:
  - info:
      name: Get Hotel Availability
      type: http
    http:
      method: GET
      url: https://www.starwoodhotels.com/api/v1/hotels/:hotelId/availability
      params:
      - name: hotelId
        value: ''
        type: path
        description: Unique Starwood hotel identifier
      - name: arrivalDate
        value: ''
        type: query
        description: Check-in date in YYYY-MM-DD format
      - name: departureDate
        value: ''
        type: query
        description: Check-out date in YYYY-MM-DD format
      - name: adults
        value: ''
        type: query
        description: Number of adult guests
    docs: Check room availability and current rates for a specific Starwood hotel property for given travel dates. Returns
      available room categories, rates, and SPG points options including cash-and-points combinations.
bundled: true