---
title: "Hotel details"
method: GET
path: "/v1/google/hotels/details"
tags: ["Google Hotels"]
---

# Hotel details

`GET /v1/google/hotels/details`

Get detailed hotel information and pricing.

## Query parameters

- `property_token` string, required — Property token from search results
- `check_in` string, required — Check-in date (YYYY-MM-DD)
- `check_out` string, required — Check-out date (YYYY-MM-DD)
- `adults` integer
- `currency` string
- `gl` string
- `hl` string

## Response `200`

Successful Response

- HotelDetailResponse — Response for GET /api/v1/hotels/details.
  - `property` HotelProperty, required — A hotel search result.
    - `name` string, required
    - `description` string, nullable
    - `address` string, nullable
    - `gps_coordinates` GpsCoordinates — GPS coordinates.
      - `lat` number, required
      - `lng` number, required
    - `hotel_class` integer, nullable
    - `eco_certified` boolean
    - `check_in_time` string, nullable
    - `check_out_time` string, nullable
    - `overall_rating` number, nullable
    - `reviews_count` integer, nullable
    - `rate_per_night` HotelRate — Hotel rate information.
      - `lowest` number, nullable
      - `extracted` number, nullable
      - `currency` string, nullable
    - `total_rate` HotelRate — Hotel rate information.
      - `lowest` number, nullable
      - `extracted` number, nullable
      - `currency` string, nullable
    - `prices` HotelPrice[]
      - `source` string, required
      - `price` number, nullable
      - `currency` string, nullable
      - `link` string, nullable
      - `cancellation_policy` string, nullable
    - `nearby_places` HotelNearbyPlace[]
      - `name` string, required
      - `transport` string, nullable
      - `duration` string, nullable
    - `amenities` string[]
    - `images` string[]
    - `property_token` string, nullable
    - `thumbnail` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/scrapebadger/apis/scrapebadger-account-api.md) · [All operations](https://skmtc.net/scrapebadger/apis/scrapebadger-account-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/scrapebadger/scrapebadger-account-api/revisions/4a1ef8777baf/schema)
