Search Highway Cameras
wsdot_search_camerasReturns WSDOT highway camera locations, descriptions, and image URLs. Camera images are copyright WSDOT — only metadata and image URLs are returned, not image bytes. Filter by state route ("I-90", "90", "SR 520", or "520" all work), WSDOT region, or milepost range. Results are ordered by cameraId and 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 cameras to return in this page (1–500). Defaults to 50. | |
| offset | No | Zero-based index of the first camera to return, for paging. Defaults to 0. | |
| region | No | WSDOT region code: NW (Northwest), SW (Southwest), OL (Olympic), ER (Eastern), SC (South Central), OS (Olympic South), NC (North Central), or WA (statewide). Matching is case-insensitive. | |
| stateRoute | No | State route to filter by. Accepts natural forms — "I-90", "90", "090", "SR 520", "520" — matched case- and space-insensitively to the route number. Camera road names carry a route-type prefix, which is compared when the filter carries one too: "SR 26" excludes US 26, while a bare "26" returns both. A lettered suffix is part of the route, so "US 97" excludes US 97A. Omit to include all routes. | |
| endMilepost | No | End of milepost range to filter cameras. | |
| startMilepost | No | Start of milepost range to filter cameras. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | Present when the call failed. Absent on success. | |
| notice | No | Informational note about the page window, copyright, or empty results. Absent when not applicable. | |
| cameras | No | Camera metadata and image URLs. Images are copyright WSDOT. | |
| hasMore | No | True when more cameras 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 cameras matching the filters across all pages (not just this page). | |
| appliedFilters | No | Active filters applied to the camera search. |