Search Pagination API Reference

Get

search/properties/{SearchIdentifier}?pageNumber={x}

For {SearchIdentifier} send the value from the v11 search response in PropertiesResponse/Properties/Identifier/value.

Base path:

Pre-production https://api.pp.travelport.net/11/hotel/

Production https://api.travelport.net/11/hotel/

Travelport has updated all JSON API authentication and authorization endpoints. Previous pre-production endpoints were deprecated 5 Dec 2025. Previous production endpoints are scheduled for deprecation 30 Jan 2026. API transactions using these endpoints after these dates in those environments will fail. See Endpoint Migration for details.

Related Content: JSON Hotel APIs Guide, Hotel Search Guide, Search by Location API Reference, Search by ID API Reference

The v11 hotel search APIs (Search by Location and Search by ID) use pagination by default. Search responses return up to 100 properties in the initial response, or all available properties if fewer than 100. The search response notes the total number of properties found and includes an identifier to be used for retrieving additional pages. See the Hotel Search Guide for more details.

If the search response indicates that more than 100 properties are available, you can use the Search Pagination request to retrieve each additional page of 100 properties until all available properties have been retrieved.

After searching, you can go to the next step, Availability, or send an optional Hotel Details request to retrieve property details such as images.
The identifier used for search pagination is saved for 30 minutes. You cannot retrieve additional results from that search response after it expires.

Request

As part of the request requirements, also see Authentication and Common Hotel API Headers.

Query Parameters

Parameter Description Required/Optional

pageNumber

The page number of the page of results to retrieve (e.g., second page is pageNumber=2, etc.). The Search by ID or Search by Location response returns page 1, so values here should be between 2 and 5 inclusive. You are not required to retrieve pages consecutively.

Required

Request Body

This API does not send a request payload.


Response

Pagination responses use the standard search response structure. See the Search by Location and Search by ID API references for documentation and examples.