Hilton API

The Hilton API for hotel discovery and starting cash rates.

Get undated Hilton hotel metadata, addresses, photos, amenity identifiers, and opening status as JSON. Extract hotel codes from canonical Hilton URLs, then request dated room types and starting cash offers.

REQUEST GET
USE CASE Get one starting cash offer per available Hilton room type for three adults.
curl "https://api.stayapi.com/v1/hilton/rooms" \
  -G \
  -H "x-api-key: $STAYAPI_KEY" \
  -d "hotel_code=LONHITW" \
  -d "check_in=2026-11-12" \
  -d "check_out=2026-11-15" \
  -d "adults=3" \
  -d "currency=GBP"
RESPONSE 200 OK
2.41s
{
  "success": true,
  "hotel_code": "LONHITW",
  "check_in": "2026-11-12",
  "check_out": "2026-11-15",
  "adults": 3,
  "currency": "GBP",
  "native_currency": "GBP",
  "pricing_scope": "starting_rates",
  "total": 1,
  "room_types": [
    {
      "code": "D2RRF2",
      "name": "Family Room",
      "description": "Classically styled room with air conditioning and WiFi.",
      "occupancy": 3,
      "beds": 2,
      "accessible": false,
      "suite": false,
      "photos": [],
      "rates": [
        {
          "rate_plan_code": "RPLOSR",
          "per_night": 432.6,
          "total": 1297.81,
          "total_formatted": "£1,297.81",
          "currency": "GBP",
          "includes_taxes_and_service_charges": true,
          "rate_changes_during_stay": true
        }
      ]
    }
  ]
}
99.9% uptime ~3s avg response Live, not cached

Trusted by hospitality teams at

Overview

What the Hilton API gives you.

Discover Hilton properties by destination, address, or coordinates. The search response provides English hotel metadata and the seven-character hotel_code, Hilton's ctyhocn identifier.

For Search, supply a query or both coordinates, never both. Search is undated inventory: it does not provide prices, room inventory, or availability for a stay. Properties may be unopened or seasonally closed, so inspect the published status fields. Use the returned hotel code with Rooms for dated starting cash offers.

01

Choose a search center.

Use a 2–200 character trimmed query or a finite latitude and longitude pair. Request up to 150 results; the default limit is 20.

02

Keep the hotel code.

Search and URL resolution return the same seven-character hotel_code identifier.

03

Read property status.

Opening and seasonal status describe the property. They do not establish room availability for any stay.

Use cases

What teams build on the Hilton API.

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

01

Destination discovery.

Find Hilton properties around a destination or address and retain their hotel codes.

02

Map hotel inventory.

Use coordinates to find properties and plot returned hotel locations.

03

Normalize hotel links.

Extract a consistent uppercase hotel code from a canonical Hilton property link.

04

Compare starting cash offers.

Use hotel_code with stay dates. Preserve exact published stay totals instead of multiplying rounded nightly averages; distinguish display currency from native_currency. The tax-and-service-charge flag does not cover every possible property fee.

05

Inspect opening status.

Keep opening dates, reservation status, and seasonal closure fields alongside hotel metadata.

Also over MCP

Hilton data, inside your AI agent.

The same endpoints are exposed as MCP tools. Connect Claude, Cursor, or Claude Code, ask in plain English, and the agent calls the tool and answers from live Hilton data.

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 Hilton API.

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

How do I search Hilton hotels?

Call Hotel Search with a destination or address query, or a latitude and longitude pair. Do not combine the two modes. Results contain English metadata.

Does the Hilton API return rates or rooms?

Yes. Rooms returns dated room types and one starting cash offer per room type. One room with no children is fixed; choose 1–4 adults and USD or GBP. Full rate plans and points offers are not included.

What is a Hilton hotel code?

The seven-character hotel_code is Hilton's ctyhocn identifier, for example LONHITW. Search returns it, and URL resolution extracts it without checking whether a property exists.

Which Hilton URLs can I resolve?

Use a canonical HTTPS hilton.com or www.hilton.com hotel URL, or a reservation rooms URL containing one valid ctyhocn. See URL to Hotel ID for validation and normalization rules.

Does total mean all Hilton hotels in a destination?

No. total is the number returned in this response. The limit defaults to 20 and accepts 1 to 150. No pagination parameter is supported.

Two ways to start.

Both end with live Hilton 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