post https://api.searoutes.com/v3/routeGeometries
Generate the geometry of one or multiple routes, in GeoJSON format.
Unlike /v3/routes/{id}/geometry
, this endpoint does not require a route snapshot id
, but returns geometries based on the route parameters provided in the request body.
Notes and considerations
- Route types:
shortest
β shortest feasible path, considering traffic separation schemes and port entries.historical
β reconstructs past voyages around the givendepartureDate
using AIS data.proforma
β based on carrier service plans.schedule
β based on upcoming carrier vessel departures.
- The response follows the GeoJSON standard.
- Use this endpoint when you want the geometry directly from input parameters, without creating a snapshot
id
.
Support endpoints and resources
- The
id
returned in the response of/v3/routeGeometries
is also a valid route snapshotid
and can be reused with sub-resources such asfuel
,emission
, orgeometry
.