Wsdot Commercial Vehicle Restrictions API (1.0.0)

Download OpenAPI specification:

Wsdot Commercial Vehicle Restrictions API - Washington State Department of Transportation APIs

cv-restriction-data

Commercial vehicle restrictions for Washington State highways.

List commercial vehicle restrictions for all Washington State highways.

Responses

Request samples

import { fetchCommercialVehicleRestrictions } from 'ws-dottie/wsdot-commercial-vehicle-restrictions/core';

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

[
  • {
    }
]

List commercial vehicle restrictions with unique identifiers for all Washington State highways.

Responses

Request samples

import { fetchCommercialVehicleRestrictionsWithId } from 'ws-dottie/wsdot-commercial-vehicle-restrictions/core';

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

[
  • {
    }
]

cv-restriction-data-with-id

Commercial vehicle restrictions with unique identifiers for Washington State highways.