Ski Resort API

Get Started

Before you start using the Ski Resort API, it is important to know the following

  1. To use the API you will need to sign up for a key. The good news is it’s absolutely free so why not get started now.
  2. You can find your API key on your dashboard
  3. Once you have signed up and before you start using the Ski Resort API you must ensure you are in a 'Ski Resort' plan. To do this go to your Dashboard and within the 'Applications' ensure the 'Current Plan' is a Ski Resort plan. If it is not you will need to change plans.
  4. Select the resorts that you will be able to request here
  5. API requests are made over HTTP or HTTPS. Data features return JSON or XML.
    • To specify the output format, set the "Accept" header to:
      • text/xml
      • application/json
  6. The documentation provides some examples of how to use the API features. See code samples for several languages, and user-generated code and libraries.

API Base URL: http://api.weatherunlocked.com/ or https://api.weatherunlocked.com/

Request Structure
api/resortforecast/{resort_id}?app_id={APP_ID}&app_key={APP_KEY}
Example: Ski Resort Mountain Forecast
api.weatherunlocked.com/api/resortforecast/999001?app_id={APP_ID}&app_key={APP_KEY}