Wsdot Weather Stations API (1.0.0)

Download OpenAPI specification:

Wsdot Weather Stations API - Washington State Department of Transportation APIs

weather-stations

Weather station metadata and location information for WSDOT Road Weather Information System stations statewide.

List weather station metadata for all stations statewide.

Responses

Request samples

import { fetchWeatherStations } from 'ws-dottie/wsdot-weather-stations/core';

const data = await fetchWeatherStations({
  fetchMode: 'native',
  validate: true
});

console.log(data);

Response samples

Content type
application/json

Example of a successful response from the API (showing first item of 131 total)

[
  • {
    }
]