Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Impala Rate Calendar API

Getting rates for future dates.

Impala Rate Calendar API is one of 3 APIs that Impala publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Rate Calendar. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 2 operations across 2 paths, and defines 15 schemas. It is described by OpenAPI 3.0.0, at version 1.003.

Requests are made against 2 base URLs: https://sandbox.impala.travel/v1, https://api.impala.travel/v1.

2 operations 2 paths 15 schemas 2 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
1.003
Base URL
https://api.impala.travel/v1
Authentication
API Key, HTTP Bearer
Terms of Service
Resource Areas
1

Authentication & Security 2

Impala Rate Calendar API declares 2 security schemes for authenticating requests. An API key is passed in the header as x-api-key (API_Key_Authentication). It accepts HTTP bearer tokens (JWT) (paymentAuth). By default, every request must be authenticated.

Paths & Operations 2

Across 2 paths, the API surfaces 2 operations — 2 GET. Each is listed below with its method, path, parameters, and response codes.

Rate Calendar 2

Getting rates for future dates.

GET
/hotels/{hotelId}/rate-plans
List all rate plans (rate calendar) for a hotel (Beta endpoint)
listRatePlansForHotel 7 params → 200400404
GET
/hotels/{hotelId}/rate-plans/{ratePlanId}
List a rate plan (rate calendar) for a hotel (Beta endpoint).
listRatePlanForHotelForRatePlanId 8 params → 200400404

Schemas 15

The contract defines 15 schemas that model the data the API accepts and returns. The most detailed are ratePlan (8 properties), ratesPerDate (6 properties), pagination (4 properties), rateAdjustment (4 properties). Each schema is shown below with its type and property counts.

rateAdjustment
object
4 properties 3 required
adjustmentConditions
money
object
An amount of money in the specified currency (used in the context of prices, fees, refunds etc.)
2 properties 2 required
adjustmentConditionLengthOfStayRule
object
2 properties 2 required
ratesPerDate
object
6 properties 3 required
validationError
rateComponent
object
Product or service offered as part of a rate in addition to accommodation in the room.
3 properties 2 required
ratePlanRoomType
object
4 properties 4 required
pagination
object
Information that helps paginate through lists of resources.
4 properties 4 required
ratePlanRate
object
3 properties 3 required
validationResult
object
Describes the validation that failed.
3 properties 2 required
conditions
object
Conditions described by the rate plan.
2 properties 2 required
ratePlan
object
Rate plan encapsulates rates given a set of internal conditions like cancellation policy or meal plan.
8 properties 6 required
ratePlanRestrictions
object
Restrictions that apply to this rate plan.
1 property 1 required
genericError
object
2 properties 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

impala-rate-calendar-api-openapi.yml Raw ↑

Other APIs Impala publishes across the network.

Impala Bookings API
Impala Hotels API