post
https://api.searoutes.com/v3/routes
Beta notice : this endpoint is part of our v3-suite beta testing phase.
Please note that:
- The behavior and structure may change before public release.
- Some features or results may still be incomplete or evolving.
This endpoint generates a set of route snapshots based on the provided input (type, locations, departure date, etc.). Detailed request fields are documented in the body parameters below. You can search for routes of different types:
shortest→ shortest feasible path, considering traffic separation schemes and port entries.historical→ reconstructs past voyages around the givendepartureDateusing AIS data.proforma→ based on carriers service plans.schedule→ based on upcoming carrier vessel departures.
The response will be a JSON array of route objects, containing details of the routes, including the object id, type, from and to locations, departure and arrival details, duration, carriers, distance, legs, and asset information.
These route snapshots are read-only and can be used via their id to compute fuel consumption or emissions.
Notes and considerations
idlifetime: the routeidremains valid for a limited period (at least 1 hour).
Support endpoints and resources
- Get routes: use the
/v3/routes/{id}endpoint to retrieve route snapshots byidand their details. - Retrieve maritime carriers: use our Carriers endpoint to search carriers by SCAC or name.
- Find locations: use our Geocoding endpoint for location codes.