v48

latestOpenAPI 3.0.0raw.githubusercontent.com2026-07-208342528.4 KB
Containers
Routing (Paid)

Get container map GeoJSON

Returns a GeoJSON FeatureCollection containing all map-related data for a container, including port locations, current vessel position (if at sea), past vessel paths, and estimated future routes. The response can be directly used with most mapping libraries (Leaflet, Mapbox GL, Google Maps, etc.). <Note>This is a paid feature. Please contact sales@terminal49.com.</Note>

get/containers/{id}/map_geojson

Response

OK

type'FeatureCollection' required

Example response

{
  "features": [
    {
      "geometry": {
        "coordinates": [
          100.896831042,
          13.065302386
        ]
      }
    }
  ]
}