GET
Google Travel Hotel Info API
Fetch the full identity and location record for one hotel.
Overview
Get Google Travel property identity, class, coordinates, address, contact details, hours, website, and Maps identifiers.
Endpoint URL
GET https://api.stayapi.com/v1/google_travel/info
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| entity_token | string | Required | Durable Google Travel token returned by Resolve or Search. Use this token, not hotel_id, for property drilldowns. |
| hl | string | Optional | UI language code. Default: en. |
| gl | string | Optional | Region or country code. Default: us. |
Response schema
| Field | Type | Description |
|---|---|---|
| hotel_id / place_name | string | Google hotel identifier and display name. |
| hotel_class | object | Published star-class label and numeric stars. |
| latitude / longitude / address | mixed | Property coordinates and postal address. |
| phone / check_in / check_out / website | string|null | Published contact and arrival details. |
| localities / feature_id / google_maps_place_id | mixed | Google locality and Maps identifiers. |
Identifier workflow
Resolve once, reuse the token
Resolve a hotel name or run Search to get an entity_token. Cache that token and use it for Summary, Info, Photos, Prices, Similar, and Nearby requests.