NewSnow

Widget code:ALPSCH05

Provides NewSnow chart.

Example

/ALPSCH05?station_id=1&date_start=2024-11-07T01:00:00.000Z&date_end=2024-12-07T01:00:00.000Z&aggregation_period=DAY&token=your_token

Parameters

tokenrequired:

The Alpsolut API token.

station_idrequired:

The ID of the station to get the data from. This should be a unique identifier for the station.

date_startrequired:

The start date for the data retrieval in ISO 8601 format (e.g., 2022-11-07T01:00:00.000). This specifies the beginning of the time range for the data query.

date_endrequired:

The end date for the data retrieval in ISO 8601 format (e.g., 2022-11-07T01:00:00.000). This specifies the end of the time range for the data query.

aspectoptional:

This field specifies the direction the slope faces. This can either be NORTH, EAST, SOUTH, WEST, MAIN. Default to 'MAIN'.

aggregation_periodoptional:

The aggregation period for the data. This can be either 'DAY' or 'HOUR'.

forecast_modeloptional:

The forecast model to predict future data. Defaults to 'auto'.

timezoneoptional:

The timezone of the data. By default it is set to UTC. If it is set to local it will use the user's timezone.

show_titleoptional:

Whether to show the title of the chart.

Example

/ALPSCH05?station_id=1&date_start=2024-11-07T01:00:00.000Z&date_end=2024-12-07T01:00:00.000Z&aggregation_period=DAY&token=your_tokenOpen

Please provide an API token to see this example

To use the Alpsolut Widgets API, you need to provide an API token. Contact Alpsolut to get your API token.

API token