Discovery
Use the destination list when you know the place but not the slug.
GET /v1/destinations Developers
Call flow
START HERE
Start by finding the destination slug, then request destination access. Use route summary or conditions only when you need more detail.
1. GET /v1/destinations
2. GET /v1/destinations/:destination/access
3. Optional: GET /v1/routes/:route/summary
4. GET /v1/conditions Start with the destination list to find the slug. Then call destination access for the access answer, route coverage, and current reason.
Use the destination list when you know the place but not the slug.
GET /v1/destinations Ask for the access answer once the destination slug is known.
GET /v1/destinations/big-bear/access Route summary is optional. Use it when you want to inspect one road, such as SR-18 or SR-38, in more detail.
GET /v1/routes/SR-18/summary Use conditions last when you need segment rows, filters, or source detail.
GET /v1/conditions?jurisdiction=US-CA&route=SR-18