BC Route Planner REST API Skill
gov-bc-ca-router
gov-bc-ca-router
| Method | Path | Description |
|---|---|---|
GET | /distance.{outputFormat} | |
POST | /distance.{outputFormat} | Get distance and travel time between two geographic points |
GET | /distance/betweenPairs.{outputFormat} | Get distance and travel time between two geographic points |
POST | /distance/betweenPairs.{outputFormat} | Get distance and travel time between each pair of geographic points |
GET | /route.{outputFormat} | Get distance and travel time between each pair of geographic points |
POST | /route.{outputFormat} | Get the path, distance and travel time between a series of geographic points |
GET | /directions.{outputFormat} | Get the path, distance and travel time between a series of geographic points |
POST | /directions.{outputFormat} | Get the directions, path, distance and travel time between a series of geographic points |
GET | /optimalRoute.{outputFormat} | Get the directions, path, distance and travel time between a series of geographic points |
POST | /optimalRoute.{outputFormat} | Get the optimal path, distance and travel time between a start point and a series of end points which are reordered to minimize total distance or time. |
GET | /optimalDirections.{outputFormat} | Get the path, distance and travel time between a start point and a series of end points which are reordered to minimize total distance or time. |
POST | /optimalDirections.{outputFormat} | Get the directions, optimal path, distance and travel time between a start point and a series of end points which are reordered to minimize total distance or time. |
GET | /truck/distance.{outputFormat} | Get the directions, optimal path, distance and travel time between a start point and one or more end points which are reordered to minimize total distance or time. |
POST | /truck/distance.{outputFormat} | Get distance and travel time between two geographic points for a commercial vehicle |
GET | /truck/route.{outputFormat} | Get distance and travel time between two geographic points |
POST | /truck/route.{outputFormat} | Get the path, distance and travel time between a series of geographic points for a commercial vehicle |
GET | /truck/directions.{outputFormat} | Get the path, distance and travel time between a series of geographic points |
POST | /truck/directions.{outputFormat} | Get the directions, path, distance and travel time between a series of geographic points for a commercial vehicle |
GET | /truck/optimalRoute.{outputFormat} | Get the directions, path, distance and travel time between a series of geographic points |
POST | /truck/optimalRoute.{outputFormat} | Get the optimal path, distance and travel time between a start point and a series of end points which are reordered to minimize total distance or time for a commercial vehicle |
GET | /truck/optimalDirections.{outputFormat} | Get the path, distance and travel time between a start point and a series of end points which are reordered to minimize total distance or time. |
POST | /truck/optimalDirections.{outputFormat} | Get the directions, optimal path, distance and travel time between a start point and a series of end points which are reordered to minimize total distance or time for a commercial... |
Use this API as a Claude Code skill for instant agent access.
lapsh skill-install gov-bc-ca-router
Downloads and installs to ~/.claude/skills/gov-bc-ca-router/
2.0.0 (2026-02-13)