Skip to main content
GET
Search bookable offers

Authorizations

x-api-key
string
header
required

Partner API key, sent in the x-api-key request header. Required for bookable offer search and all booking operations. To obtain a key, register as a PREXSELL partner in the backoffice (backoffice.prexsell.com, or staging.backoffice.prexsell.com for staging) and contact support if you need help.

Query Parameters

departureCitySlug
string

URL-friendly slug of the departure city.

Minimum string length: 1
Example:

"kyiv"

arrivalCitySlug
string

URL-friendly slug of the arrival city.

Minimum string length: 1
Example:

"warsaw"

departureCityId
string

Database ID of the departure city. Use slug addressing where possible; id addressing is kept pending Moesif usage analysis (ADR-0033 §7).

Minimum string length: 1
Example:

"city-abc123"

arrivalCityId
string

Database ID of the arrival city. Use slug addressing where possible; id addressing is kept pending Moesif usage analysis (ADR-0033 §7).

Minimum string length: 1
Example:

"city-def456"

departureDate
string<date>
required

Departure date in ISO 8601 format (YYYY-MM-DD). Garbage values yield 400.

Example:

"2026-06-15"

passengers
integer
required

Number of passengers (renamed from legacy passengersQty). Minimum 1.

Required range: x >= 1
Example:

2

Response

Offer search results.

data
object
required

Offer search results.