Welcome to the WCSC Weather API!
GET /stations -> lists all stations
POST /stations/{stationId} -> create a new station.
GET /stations/{stationId}/weather -> get the last 100 weather data points (in raw JSON)
GET /stations/{stationId}/weather_table -> get a subset of fields for the last 10 weather data points, in tabular form
POST /stations/{stationId}/weather -> create a new weather data point