Skip to main content
API v1 uses offset pagination on list endpoints.
ParameterDefaultMaximumDescription
max10100Number of records to return.
offset0-Number of records to skip.
curl \
  -H "Authorization: Bearer <API_KEY>" \
  "https://spaportal.cz/api/v1/hotels?max=10&offset=20"
Read the X-Total-Count response header to get the total number of matching records. Some nested list responses also support max_nested. Its default is 10 and maximum is 100.