Availability Pagination API Reference

Get

availability/catalogofferingshospitality/{AvailabilityIdentifier }?pageNumber={x}

For {AvailabilityIdentifier} send the value from the Availability response in CatalogOfferings/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. The previous production endpoints will be deprecated 30 Jan 2026. Pre-production endpoints were deprecated 5 Dec 2025. See Endpoint Migration for details.

Related Content: JSON Hotel APIs Guide, Hotel Availability API Reference

The Hotel Availability response uses pagination by default. The response notes the total number of rates found and, if greater than 100, also returns a pagination identifier that can be used for retrieving additional pages of results with the Availability Pagination request. (See the JSON Hotel APIs Guide for more details.) You can send the Availability Pagination request to retrieve each additional page of 100 rates until all available rates have been retrieved.

If Hotel Availability returns fewer than 100 rates, it does not return this identifier and pagination does not apply.

Availability results are cached for 30 minutes. You cannot retrieve additional results from that Availability 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 availability results to retrieve (e.g., second page is pageNumber=2, etc.). The Availability 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

No request payload.


Response

Pagination responses use the standard Hotel Availability response structure. See the Hotel Availability API Reference for documentation and examples.