OpenSnow Data API
New OpenSnow API keys are no longer available, sorry of the inconvenience.
Retrieve OpenSnow Location Identifiers
URL: http://opensnow.com/api/public/1.0/locations
Accepts three variables:
apikey (required): API Key issused by OpenSnow to you.
state (required): Two letter abbreviation for the state.
type (optional, default is xml): Return content type, options are xml, json, csv.
Retrieve OpenSnow Forecasts
URL: http://opensnow.com/api/public/1.0/locations/data
Accepts three variables:
apikey (required): API Key issused by OpenSnow to you.
lids (required): List of Location IDs, comma separated.
type (optional, default is xml): Return content type, options are xml and json.
Change Log
v1.0
- Changed URL endpoints
- Added response wrapper
- Results now in results wrapper
- Removed locations and location wrapper
- Added backend logging of calls
v0.1
- Initial Release