Hotel Detail
One Google Hotels property in full, for the dates you name.
GET
/v1/google/hotels-detail10 creditsParameters
| Name | Type | Required | Description |
|---|---|---|---|
| detail_token | string | required | Property token from a hotels search result. |
| check_in_date | string | required | Check-in date, YYYY-MM-DD. |
| check_out_date | string | required | Check-out date, YYYY-MM-DD. |
| currency | string | optional | ISO 4217 currency, default "USD". |
| hl | string | optional | Interface language, e.g. "en", "tr". Default "en". |
| gl | string | optional | Country code for ranking, e.g. "us", "tr". Default "us". |
Request
curl --request GET 'https://data-api.roketfy.com/v1/google/hotels-detail?detail_token=%3Cdetail_token%3E' \
--header 'Authorization: Bearer YOUR_TOKEN'MCP
Available to AI agents as the tool google_hotels_detail, with the same parameters and the same credit cost.