Get the geometry of routes (beta)

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 given departureDate 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 snapshot id and can be reused with sub-resources such as fuel, emission, or geometry.
Language
Credentials
Header
Click Try It! to start a request and see the response here!