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, descriptions, website, Maps links, identifiers, and amenity flags.
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. |
| description / neighborhood_description | string|null | Available property and surrounding-area descriptions. |
| google_maps_url / directions_url / country_code | string|null | Maps navigation links and country code. |
| amenities | array | Availability flags keyed by opaque Google feature/category ids; some include evidence text and a source URL, but AtySUc does not carry labels. |
| 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.