The API has been made so agents can incorporate Bramble Ski (www.brambleski.com) and Haute Montagne (www.hautemontagne.com/) property information and availability on their websites easily, with minimal fuss.
Data available includes:
The system was created by Media Street if developers have questions when incorporating the API please direct questions via our API Feedback Form. Additionally if you require third party help and support Media Street can incorporate the information for you and provide you with the necessary code to be placed on your website.
2019 UPDATE: Please note, we have a Wordpress plugin available to agents. Please click here for more information.
In total there's 4 feeds which, to access, you need to send parameters via POST.
Feed | Feed URL | POST Parameters |
Properties Feed | http://www.brambleski.com/feed/properties.php | To access this feed you only need to send the parameters username and password via POST. |
Property Feed | http://www.brambleski.com/feed/property.php | To access this feed you need to send the parameters property_id, username and password via POST. |
Availability Feed | http://www.brambleski.com/feed/availability.php | To access this feed you need to send the parameters property_id, username and password via POST. Optional parameters start_date( like 2015-02-1 ) and end_date( like 2015-03-1 ). This feed displays all unavailable dates for a given property ( in date range if set ). We display 2 Status types here: Reserved - which means that there already exists a booking for the date range and Hold which means that the property is on hold for the date range. Any other date range not shown here is available for booking. |
Rates Feed | http://www.brambleski.com/feed/rates.php | To access this feed you need to send the parameters property_id, username and password via POST. |
Important! In order for your API calls to pass the security checks, please specify a Referer: header (i.e Referer : http://www.brambleski.com ) in your API calls.
For login details to the Bramble Ski and Haute Montagne Feeds please contact [email protected].
Properties form:
This feed will display a list of properties.
Property form:
You can use i.e "50" in the box below to show detailed property information for the Chalet Antoinette.
Availability form
You can enter the property id (i.e "50" for Chalet Antoinette) in the first field and (optional) have start and end dates in the next two boxes (i.e 2015-02-1 and 2015-02-8) .
Rates form:
You can use i.e "50" in the box below to show rates for the Chalet Antoinette.
EXAMPLE: Using the rates form you could display prices for a specific chalet and show them in a table (click here for an example).