get https://api.searoutes.com/v3/routes/
Retrieve the full details of a saved route snapshot by its id
.
This endpoint returns the same object that was created via /v3/routes
.
Notes and considerations
id
lifetime: the routeid
remains valid for a limited period (at least 1 hour), following the same policy as otherv3/routes
sub-resources.- This endpoint is useful when you have received a snapshot
id
from other endpoints (such as/v3/routes/fuelStatistics
or/v3/routeGeometries
) and need to fetch its full details without re-creating the route.
Support endpoints and resources
- Search routes: use
/v3/routes
to create route snapshots (id
).