Browse documentation
GET

Google Travel Photos API

Pull the published image gallery for one hotel.

Overview

Get a de-duplicated Google Travel hero and gallery photo set with dimensions and available caption highlights.

Endpoint URL

GET https://api.stayapi.com/v1/google_travel/photos

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
count integer Number of de-duplicated photos returned.
photos array HTTPS image URLs with width, height, photo_id, and optional caption.

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.

Related Google Travel endpoints