Get Toll Rates
wsdot_get_toll_ratesReturns current dynamic toll rates for WA express lanes and tolled facilities: SR 99 (WSDOT Tunnel), SR 167 HOT Lanes, I-405 Express Lanes, SR 509 tolled segment, and the SR 520 Bridge. Rates are time-banded and change dynamically based on traffic conditions. stateRoute is a bare, zero-padded route number ("099", "405") — the posted designation is in the rendered text. Results are paged — pass offset/limit to page through the full set (the notice reports the next offset).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum toll rates to return in this page (1–500). Defaults to 50. | |
| offset | No | Zero-based index of the first toll rate to return, for paging. Defaults to 0. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | Present when the call failed. Absent on success. | |
| rates | No | Current toll rates for all active tolled facilities. | |
| notice | No | Informational note about the page window, or guidance when no toll rate data is available or the offset ran past the end. | |
| hasMore | No | True when more toll rates remain beyond the current page. | |
| nextOffset | No | Offset to pass to retrieve the next page, or null when this is the last page. | |
| totalCount | No | Total toll rate entries across all pages (not just this page). |