Wsdot Border Crossings API (1.0.0)

Download OpenAPI specification:

Wsdot Border Crossings API - Washington State Department of Transportation APIs

border-crossing-data

Current wait times for Washington border crossings into Canada by crossing and lane type.

List current wait times for all Washington border crossings into Canada.

Responses

Request samples

import { fetchBorderCrossings } from 'ws-dottie/wsdot-border-crossings/core';

const data = await fetchBorderCrossings({
  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 11 total)

[
  • {
    }
]