Introduction

What is a Web Service?

The Web Service offered by OnTheSnow.com/SkiInfo.com allows media organizations to add real time snow reports and resort information for ski resorts throughout the world. The OnTheSnow.com/SkiInfo.com web service uses HTTP requests to specific URLs, using URL parameters as arguments. The service returns the data as JSON for parsing and/or processing by your application.

Here is an example resort snowreport webservice request:
http://clientservice.onthesnow.com/externalservice/resort/[resort_id]/snowreport?token=[token]
where [resort_id] indicates the particular resort requested and [token] is the authorization token unique to your account.

Your authentication token is a required parameter. All service requests must include a valid token. Token information can be found here - Authentication/Credit Line Resource .

By default, the data is returned in imperial(inches, feet etc...). Language and Country parameters can be passed to change the language and metric type. Ex: &country=CH&language=de . More info can be found here - Language and Metrics

Getting Started

This will help you get started on the API, Country and Resorts choices. Get Started

REST Resources

This API supports a Representational State Transfer (REST) model for accessing a set of resources through a fixed set of operations. The following resources are accessible through the RESTful model:

Languages And Metrics

Defaults:: English (www.onthesnow.com), Imperial.

The language and metric type can be changed by passing a language and country parameter. Example:
http://clientservice.onthesnow.com/externalservice/resort/20/snowreport?token=abcdefghi123456789&country=at&language=de

Note: By default, the data is returned in imperial(inches, feet etc...). You must include both language and country in your query string to override the default language/metric.

We currently support the following languages:

languageCountryMetricSite
cs CZ Metric www.onthesnow.cz
da DK Metric www.skiinfo.dk
de DE Metric www.skiinfo.de
de AT Metric at.skiinfo.com
de CH Metric de.skiinfo.ch
enUS Imperial www.onthesnow.com
en AU Metric www.onthesnow.com.au
enCA Metric www.onthesnow.ca
enGB Metric www.onthesnow.co.uk
en NZ Metric www.onthesnow.co.nz
es ES Metric www.skiinfo.es
esMX Metric www.onthesnow.com.mx
fr FR Metric www.skiinfo.fr
fr BE Metric fr.skiinfo.be
fr CA Metric fr.onthesnow.ca
fr CH Metric fr.skiinfo.ch
it IT Metric www.skiinfo.it
itCH Metric it.skiinfo.ch
nl NL Metric www.skiinfo.nl
nl BE Metric nl.skiinfo.be
no NO Metric www.skiinfo.no
pl PL Metric www.skiinfo.pl
ptBR Metric www.onthesnow.com.br
ruRU Metric www.onthesnow.ru
skSK Metric www.onthesnow.sk
sv SE Metric www.skiinfo.se