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
Example response
{
"features": [
{
"geometry": {
"coordinates": [
100.896831042,
13.065302386
]
}
}
]
}