Wsdot Weather Readings API (1.0.0)

Download OpenAPI specification:

Wsdot Weather Readings API - Washington State Department of Transportation APIs

weather-readings

Comprehensive weather readings from all WSDOT weather stations statewide.

List comprehensive weather readings from all weather stations.

Responses

Request samples

import { fetchWeatherReadings } from 'ws-dottie/wsdot-weather-readings/core';

const data = await fetchWeatherReadings({
  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)

[
  • {
    }
]

surface-measurements

Surface sensor measurements from WSDOT weather stations statewide.

List surface measurements from all weather stations.

Responses

Request samples

import { fetchSurfaceMeasurements } from 'ws-dottie/wsdot-weather-readings/core';

const data = await fetchSurfaceMeasurements({
  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)

[
  • { }
]

List subsurface measurements from all weather stations statewide.

Responses

Request samples

import { fetchSubSurfaceMeasurements } from 'ws-dottie/wsdot-weather-readings/core';

const data = await fetchSubSurfaceMeasurements({
  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)

[
  • { }
]

sub-surface-measurements

Subsurface temperature measurements from sensors embedded below road pavement.