Home

Introduction

Container Tracking API

version 3

Container Tracking allows to determine the current position of a given container on the World Map. To track the location of the container, just specify bill of lading, container, booking number.

OpenAPI Specification

Start designing your API in minutes. The OpenAPI specification file enables you to learn and interact with API elements, including all available endpoints, input and output representations.

General information

Container Tracking API is organized around REST.
Our API has predictable resource-oriented URLs, accepts form-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

API endpoint#

1https://tracking.searates.com

All endpoints are only accessible via HTTPS and are located at tracking.searates.com

Tracking by any number

get/tracking

Get tracking information by Container number, Bill of Lading or Booking number.

Headers

Content-Typeapplication/json

Query Parameters
  • api_keyREQUIREDstring

    Your api key. If you do not have an api key - contact us to purchase a subscription.

  • numberREQUIREDstring

    Container number, Bill of Lading or Booking number.

  • sealineOptionalstring

    Standard Carrier Alpha Code (SCAC). A list of supported lines can be obtained from the following API - see GET /info/sealines

    If this parameter is empty or equal to auto or not represented at all in the query, we will try to determine the shipping line automatically.

    Default:auto

  • typeOptionalstring

    Type of shipment number

    CT - Container number

    BL - Bill of lading number

    BK - Booking number

    If this parameter will be empty or not presented at all in the query, we will try to determine the type of shipment number.

    Allowed values:CTBLBK

  • force_updateOptionalboolean

    Obtaining data directly from the shipping line or from a cache with minimal retention time. If this parameter is set to true, the execution time of the request may be longer!

    Default:false

  • routeOptionalboolean

    If you need detailed route data, then set this parameter to true. If this parameter is set to true, the execution time of the request may be longer!

    Default:false

  • aisOptionalboolean

    If you need AIS data by vessel - set this parameter to true. This parameter is taken into account only when the "route" parameter in the query parameters is true. If this parameter is set to true, the execution time of the request may be longer!

    Default:false

Response example
1{
2  "status": "success",
3  "message": "OK",
4  "data": {
5    "metadata": {
6      "type": "BL",
7      "number": "ANT1671837",
8      "sealine": "CMDU",
9      "sealine_name": "CMA CGM",
10      "status": "IN_TRANSIT",
11      "updated_at": "2023-08-04 14:52:31",
12      "api_calls": {
13        "total": null,
14        "used": null,
15        "remaining": null
16      },
17      "unique_shipments": {
18        "total": 0,
19        "used": 0,
20        "remaining": 0
21      }
22    },
23    "locations": [
24      {
25        "id": 1,
26        "name": "Antwerp",
27        "state": "Flanders",
28        "country": "Belgium",
29        "country_code": "BE",
30        "locode": "BEANR",
31        "lat": 51.22047,
32        "lng": 4.40026,
33        "timezone": "Europe/Brussels"
34      },
35      {
36        "id": 2,
37        "name": "San Antonio",
38        "state": "Region de Valparaiso",
39        "country": "Chile",
40        "country_code": "CL",
41        "locode": "CLSAI",
42        "lat": -33.59473,
43        "lng": -71.60746,
44        "timezone": "America/Santiago"
45      }
46    ],
47    "facilities": [
48      {
49        "id": 1,
50        "name": "ANTWERP GATEWAY TERMINAL (K1700-K1710)",
51        "country_code": "BE",
52        "locode": "BEANR",
53        "bic_code": null,
54        "smdg_code": "1700",
55        "lat": 51.291944,
56        "lng": 4.265556
57      },
58      {
59        "id": 2,
60        "name": "PUERTO CENTRAL SAN ANTONIO",
61        "country_code": "CL",
62        "locode": "CLSAI",
63        "bic_code": null,
64        "smdg_code": "PCE",
65        "lat": -33.591667,
66        "lng": -71.616667
67      }
68    ],
69    "route": {
70      "prepol": {
71        "location": 1,
72        "date": "2023-06-22 07:12:00",
73        "actual": true
74      },
75      "pol": {
76        "location": 1,
77        "date": "2023-06-24 04:58:00",
78        "actual": true
79      },
80      "pod": {
81        "location": 2,
82        "date": "2023-08-03 08:25:00",
83        "actual": true,
84        "predictive_eta": null
85      },
86      "postpod": {
87        "location": null,
88        "date": null,
89        "actual": null
90      }
91    },
92    "vessels": [
93      {
94        "id": 1,
95        "name": "CMA CGM JACQUES JOSEPH",
96        "imo": 9729104,
97        "call_sign": "9HA4667",
98        "mmsi": 248473000,
99        "flag": "MT"
100      }
101    ],
102    "containers": [
103      {
104        "number": "SEKU9262561",
105        "iso_code": "45R1",
106        "status": "IN_TRANSIT",
107        "events": [
108          {
109            "order_id": 1,
110            "location": 1,
111            "facility": null,
112            "description": "Empty to shipper",
113            "event_type": "EQUIPMENT",
114            "event_code": "GTOT",
115            "status": "CEP",
116            "date": "2023-06-22 07:11:00",
117            "actual": true,
118            "is_additional_event": false,
119            "type": "land",
120            "transport_type": "TRUCK",
121            "vessel": null,
122            "voyage": null
123          },
124          {
125            "order_id": 2,
126            "location": 1,
127            "facility": 1,
128            "description": "Ready to be loaded",
129            "event_type": "EQUIPMENT",
130            "event_code": "GTIN",
131            "status": "CGI",
132            "date": "2023-06-23 18:55:00",
133            "actual": true,
134            "is_additional_event": false,
135            "type": "land",
136            "transport_type": "TRUCK",
137            "vessel": null,
138            "voyage": null
139          },
140          {
141            "order_id": 3,
142            "location": 1,
143            "facility": 1,
144            "description": "Loaded on board",
145            "event_type": "EQUIPMENT",
146            "event_code": "LOAD",
147            "status": "CLL",
148            "date": "2023-07-01 20:11:00",
149            "actual": true,
150            "is_additional_event": false,
151            "type": "sea",
152            "transport_type": "VESSEL",
153            "vessel": 1,
154            "voyage": "0WCFBS1MA"
155          },
156          {
157            "order_id": 4,
158            "location": 1,
159            "facility": 1,
160            "description": "Vessel Departure",
161            "event_type": "TRANSPORT",
162            "event_code": "DEPA",
163            "status": "VDL",
164            "date": "2023-07-02 09:56:00",
165            "actual": true,
166            "is_additional_event": false,
167            "type": "sea",
168            "transport_type": "VESSEL",
169            "vessel": 1,
170            "voyage": "0WCFBS1MA"
171          },
172          {
173            "order_id": 5,
174            "location": 2,
175            "facility": 2,
176            "description": "Vessel Arrival",
177            "event_type": "TRANSPORT",
178            "event_code": "ARRI",
179            "status": "VAD",
180            "date": "2023-08-03 08:25:00",
181            "actual": true,
182            "is_additional_event": false,
183            "type": "sea",
184            "transport_type": "VESSEL",
185            "vessel": 1,
186            "voyage": "0WCFCN1MA"
187          },
188          {
189            "order_id": 6,
190            "location": 2,
191            "facility": 2,
192            "description": "Discharged",
193            "event_type": "EQUIPMENT",
194            "event_code": "DISC",
195            "status": "CDD",
196            "date": "2023-08-03 20:37:00",
197            "actual": true,
198            "is_additional_event": false,
199            "type": "sea",
200            "transport_type": "VESSEL",
201            "vessel": 1,
202            "voyage": "0WCFCN1MA"
203          }
204        ]
205      },
206      {
207        "number": "TXGU9004469",
208        "iso_code": "45R1",
209        "status": "IN_TRANSIT",
210        "events": [
211          {
212            "order_id": 1,
213            "location": 1,
214            "facility": null,
215            "description": "Empty to shipper",
216            "event_type": "EQUIPMENT",
217            "event_code": "GTOT",
218            "status": "CEP",
219            "date": "2023-06-22 07:12:00",
220            "actual": true,
221            "is_additional_event": false,
222            "type": "land",
223            "transport_type": "TRUCK",
224            "vessel": null,
225            "voyage": null
226          },
227          {
228            "order_id": 2,
229            "location": 1,
230            "facility": 1,
231            "description": "Ready to be loaded",
232            "event_type": "EQUIPMENT",
233            "event_code": "GTIN",
234            "status": "CGI",
235            "date": "2023-06-24 04:58:00",
236            "actual": true,
237            "is_additional_event": false,
238            "type": "land",
239            "transport_type": "TRUCK",
240            "vessel": null,
241            "voyage": null
242          },
243          {
244            "order_id": 3,
245            "location": 1,
246            "facility": 1,
247            "description": "Loaded on board",
248            "event_type": "EQUIPMENT",
249            "event_code": "LOAD",
250            "status": "CLL",
251            "date": "2023-07-01 20:20:00",
252            "actual": true,
253            "is_additional_event": false,
254            "type": "sea",
255            "transport_type": "VESSEL",
256            "vessel": 1,
257            "voyage": "0WCFBS1MA"
258          },
259          {
260            "order_id": 4,
261            "location": 1,
262            "facility": 1,
263            "description": "Vessel Departure",
264            "event_type": "TRANSPORT",
265            "event_code": "DEPA",
266            "status": "VDL",
267            "date": "2023-07-02 09:56:00",
268            "actual": true,
269            "is_additional_event": false,
270            "type": "sea",
271            "transport_type": "VESSEL",
272            "vessel": 1,
273            "voyage": "0WCFBS1MA"
274          },
275          {
276            "order_id": 5,
277            "location": 2,
278            "facility": 2,
279            "description": "Vessel Arrival",
280            "event_type": "TRANSPORT",
281            "event_code": "ARRI",
282            "status": "VAD",
283            "date": "2023-08-03 08:25:00",
284            "actual": true,
285            "is_additional_event": false,
286            "type": "sea",
287            "transport_type": "VESSEL",
288            "vessel": 1,
289            "voyage": "0WCFCN1MA"
290          },
291          {
292            "order_id": 6,
293            "location": 2,
294            "facility": 2,
295            "description": "Discharged",
296            "event_type": "EQUIPMENT",
297            "event_code": "DISC",
298            "status": "CDD",
299            "date": "2023-08-03 21:02:00",
300            "actual": true,
301            "is_additional_event": false,
302            "type": "sea",
303            "transport_type": "VESSEL",
304            "vessel": 1,
305            "voyage": "0WCFCN1MA"
306          }
307        ]
308      }
309    ],
310    "route_data": {
311      "route": [
312        {
313          "path": [
314            [
315              51.22047,
316              4.400260000000003
317            ],
318            [
319              51.34122410356018,
320              4.349611577822486
321            ],
322            [
323              51.90474325350768,
324              4.113252274327465
325            ],
326            [
327              52.02549735706786,
328              4.062603852149948
329            ],
330            [
331              52.020467886132245,
332              4.028116051448592
333            ],
334            [
335              51.996997021766035,
336              3.867172981508844
337            ],
338            [
339              51.99196755083042,
340              3.8326851808074593
341            ],
342            [
343              51.65235156820585,
344              2.9667782036863457
345            ],
346            [
347              50.067476982624555,
348              -1.0741210228788702
349            ],
350            [
351              49.727861,
352              -1.9400280000000123
353            ],
354            [
355              49.54469854999999,
356              -2.366040450000014
357            ],
358            [
359              48.689940449999995,
360              -4.354098550000003
361            ],
362            [
363              48.506778,
364              -4.780111000000005
365            ],
366            [
367              46.89650295,
368              -7.833906850000005
369            ],
370            [
371              39.38188605,
372              -22.084954149999987
373            ],
374            [
375              37.771611,
376              -25.138750000000016
377            ],
378            [
379              33.54834435,
380              -33.31158744999999
381            ],
382            [
383              13.839766650000001,
384              -71.45149555
385            ],
386            [
387              9.6165,
388              -79.624333
389            ],
390            [
391              9.57897645,
392              -79.66644355
393            ],
394            [
395              9.40386655,
396              -79.86295944999999
397            ],
398            [
399              9.366343,
400              -79.90507
401            ],
402            [
403              9.3029338,
404              -79.85119885
405            ],
406            [
407              9.0070242,
408              -79.59980015
409            ],
410            [
411              8.943615,
412              -79.545929
413            ],
414            [
415              7.44394365,
416              -79.75072714999999
417            ],
418            [
419              0.44547734999999977,
420              -80.70645185
421            ],
422            [
423              -1.054194,
424              -80.91125
425            ],
426            [
427              -1.5369441,
428              -80.96287504999998
429            ],
430            [
431              -3.7897779000000003,
432              -81.20379194999998
433            ],
434            [
435              -4.272528,
436              -81.255417
437            ],
438            [
439              -4.52852385,
440              -81.23992529999998
441            ],
442            [
443              -5.72317115,
444              -81.16763069999999
445            ],
446            [
447              -5.979167,
448              -81.152139
449            ],
450            [
451              -10.126166900000001,
452              -79.72213905
453            ],
454            [
455              -29.4788331,
456              -73.04880595
457            ],
458            [
459              -33.625833,
460              -71.618806
461            ],
462            [
463              -33.62122932095881,
464              -71.61895928581441
465            ],
466            [
467              -33.59974548543325,
468              -71.61967461961495
469            ],
470            [
471              -33.595141806392064,
472              -71.61982790542936
473            ],
474            [
475              -33.595080035433256,
476              -71.61797271961495
477            ],
478            [
479              -33.59479177095881,
480              -71.60931518581441
481            ],
482            [
483              -33.59473,
484              -71.60746
485            ]
486          ],
487          "type": "SEA"
488        }
489      ],
490      "pin": [
491        -33.59473,
492        -71.60746
493      ]
494    }
495  }
496}

Tracking by container

[ deprecated ]

get/container

Get tracking information by container number. This operation has been marked as deprecated. Use GET /tracking

Headers

Content-Typeapplication/json

Query Parameters
  • api_keyREQUIREDstring

    Your api key. If you do not have an api key - contact us to purchase a subscription.

  • numberREQUIREDstring

    Container number

  • sealineOptionalstring

    Standard Carrier Alpha Code (SCAC). A list of supported lines can be obtained from the following API - see GET /info/sealines

    If this parameter is empty or equal to auto or not represented at all in the query, we will try to determine the shipping line automatically.

    Default:auto

  • force_updateOptionalboolean

    Obtaining data directly from the shipping line or from a cache with minimal retention time. If this parameter is set to true, the execution time of the request may be longer!

    Default:false

  • routeOptionalboolean

    If you need detailed route data, then set this parameter to true. If this parameter is set to true, the execution time of the request may be longer!

    Default:false

  • aisOptionalboolean

    If you need AIS data by vessel - set this parameter to true. This parameter is taken into account only when the "route" parameter in the query parameters is true. If this parameter is set to true, the execution time of the request may be longer!

    Default:false

Response example
1{
2  "status": "success",
3  "message": "OK",
4  "data": {
5    "metadata": {
6      "type": "CT",
7      "number": "SEKU9262561",
8      "sealine": "CMDU",
9      "sealine_name": "CMA CGM",
10      "status": "IN_TRANSIT",
11      "updated_at": "2023-08-04 15:01:45",
12      "api_calls": {
13        "total": null,
14        "used": null,
15        "remaining": null
16      },
17      "unique_shipments": {
18        "total": 0,
19        "used": 0,
20        "remaining": 0
21      }
22    },
23    "locations": [
24      {
25        "id": 1,
26        "name": "Antwerp",
27        "state": "Flanders",
28        "country": "Belgium",
29        "country_code": "BE",
30        "locode": "BEANR",
31        "lat": 51.22047,
32        "lng": 4.40026,
33        "timezone": "Europe/Brussels"
34      },
35      {
36        "id": 2,
37        "name": "San Antonio",
38        "state": "Region de Valparaiso",
39        "country": "Chile",
40        "country_code": "CL",
41        "locode": "CLSAI",
42        "lat": -33.59473,
43        "lng": -71.60746,
44        "timezone": "America/Santiago"
45      }
46    ],
47    "facilities": [
48      {
49        "id": 1,
50        "name": "ANTWERP GATEWAY TERMINAL (K1700-K1710)",
51        "country_code": "BE",
52        "locode": "BEANR",
53        "bic_code": null,
54        "smdg_code": "1700",
55        "lat": 51.291944,
56        "lng": 4.265556
57      },
58      {
59        "id": 2,
60        "name": "PUERTO CENTRAL SAN ANTONIO",
61        "country_code": "CL",
62        "locode": "CLSAI",
63        "bic_code": null,
64        "smdg_code": "PCE",
65        "lat": -33.591667,
66        "lng": -71.616667
67      }
68    ],
69    "route": {
70      "prepol": {
71        "location": 1,
72        "date": "2023-06-22 07:11:00",
73        "actual": true
74      },
75      "pol": {
76        "location": 1,
77        "date": "2023-06-23 18:55:00",
78        "actual": true
79      },
80      "pod": {
81        "location": 2,
82        "date": "2023-08-03 08:25:00",
83        "actual": true,
84        "predictive_eta": null
85      },
86      "postpod": {
87        "location": null,
88        "date": null,
89        "actual": null
90      }
91    },
92    "vessels": [
93      {
94        "id": 1,
95        "name": "CMA CGM JACQUES JOSEPH",
96        "imo": 9729104,
97        "call_sign": "9HA4667",
98        "mmsi": 248473000,
99        "flag": "MT"
100      }
101    ],
102    "route_data": {
103      "route": [
104        {
105          "path": [
106            [
107              51.22047,
108              4.400260000000003
109            ],
110            [
111              51.34122410356018,
112              4.349611577822486
113            ],
114            [
115              51.90474325350768,
116              4.113252274327465
117            ],
118            [
119              52.02549735706786,
120              4.062603852149948
121            ],
122            [
123              52.020467886132245,
124              4.028116051448592
125            ],
126            [
127              51.996997021766035,
128              3.867172981508844
129            ],
130            [
131              51.99196755083042,
132              3.8326851808074593
133            ],
134            [
135              51.65235156820585,
136              2.9667782036863457
137            ],
138            [
139              50.067476982624555,
140              -1.0741210228788702
141            ],
142            [
143              49.727861,
144              -1.9400280000000123
145            ],
146            [
147              49.54469854999999,
148              -2.366040450000014
149            ],
150            [
151              48.689940449999995,
152              -4.354098550000003
153            ],
154            [
155              48.506778,
156              -4.780111000000005
157            ],
158            [
159              46.89650295,
160              -7.833906850000005
161            ],
162            [
163              39.38188605,
164              -22.084954149999987
165            ],
166            [
167              37.771611,
168              -25.138750000000016
169            ],
170            [
171              33.54834435,
172              -33.31158744999999
173            ],
174            [
175              13.839766650000001,
176              -71.45149555
177            ],
178            [
179              9.6165,
180              -79.624333
181            ],
182            [
183              9.57897645,
184              -79.66644355
185            ],
186            [
187              9.40386655,
188              -79.86295944999999
189            ],
190            [
191              9.366343,
192              -79.90507
193            ],
194            [
195              9.3029338,
196              -79.85119885
197            ],
198            [
199              9.0070242,
200              -79.59980015
201            ],
202            [
203              8.943615,
204              -79.545929
205            ],
206            [
207              7.44394365,
208              -79.75072714999999
209            ],
210            [
211              0.44547734999999977,
212              -80.70645185
213            ],
214            [
215              -1.054194,
216              -80.91125
217            ],
218            [
219              -1.5369441,
220              -80.96287504999998
221            ],
222            [
223              -3.7897779000000003,
224              -81.20379194999998
225            ],
226            [
227              -4.272528,
228              -81.255417
229            ],
230            [
231              -4.52852385,
232              -81.23992529999998
233            ],
234            [
235              -5.72317115,
236              -81.16763069999999
237            ],
238            [
239              -5.979167,
240              -81.152139
241            ],
242            [
243              -10.126166900000001,
244              -79.72213905
245            ],
246            [
247              -29.4788331,
248              -73.04880595
249            ],
250            [
251              -33.625833,
252              -71.618806
253            ],
254            [
255              -33.62122932095881,
256              -71.61895928581441
257            ],
258            [
259              -33.59974548543325,
260              -71.61967461961495
261            ],
262            [
263              -33.595141806392064,
264              -71.61982790542936
265            ],
266            [
267              -33.595080035433256,
268              -71.61797271961495
269            ],
270            [
271              -33.59479177095881,
272              -71.60931518581441
273            ],
274            [
275              -33.59473,
276              -71.60746
277            ]
278          ],
279          "type": "SEA"
280        }
281      ],
282      "pin": [
283        -33.59473,
284        -71.60746
285      ]
286    },
287    "container": {
288      "number": "SEKU9262561",
289      "iso_code": "45R1",
290      "status": "IN_TRANSIT",
291      "events": [
292        {
293          "order_id": 1,
294          "location": 1,
295          "facility": null,
296          "description": "Empty to shipper",
297          "event_type": "EQUIPMENT",
298          "event_code": "GTOT",
299          "status": "CEP",
300          "date": "2023-06-22 07:11:00",
301          "actual": true,
302          "is_additional_event": false,
303          "type": "land",
304          "transport_type": "TRUCK",
305          "vessel": null,
306          "voyage": null
307        },
308        {
309          "order_id": 2,
310          "location": 1,
311          "facility": 1,
312          "description": "Ready to be loaded",
313          "event_type": "EQUIPMENT",
314          "event_code": "GTIN",
315          "status": "CGI",
316          "date": "2023-06-23 18:55:00",
317          "actual": true,
318          "is_additional_event": false,
319          "type": "land",
320          "transport_type": "TRUCK",
321          "vessel": null,
322          "voyage": null
323        },
324        {
325          "order_id": 3,
326          "location": 1,
327          "facility": 1,
328          "description": "Loaded on board",
329          "event_type": "EQUIPMENT",
330          "event_code": "LOAD",
331          "status": "CLL",
332          "date": "2023-07-01 20:11:00",
333          "actual": true,
334          "is_additional_event": false,
335          "type": "sea",
336          "transport_type": "VESSEL",
337          "vessel": 1,
338          "voyage": "0WCFBS1MA"
339        },
340        {
341          "order_id": 4,
342          "location": 1,
343          "facility": 1,
344          "description": "Vessel Departure",
345          "event_type": "TRANSPORT",
346          "event_code": "DEPA",
347          "status": "VDL",
348          "date": "2023-07-02 09:56:00",
349          "actual": true,
350          "is_additional_event": false,
351          "type": "sea",
352          "transport_type": "VESSEL",
353          "vessel": 1,
354          "voyage": "0WCFBS1MA"
355        },
356        {
357          "order_id": 5,
358          "location": 2,
359          "facility": 2,
360          "description": "Vessel Arrival",
361          "event_type": "TRANSPORT",
362          "event_code": "ARRI",
363          "status": "VAD",
364          "date": "2023-08-03 08:25:00",
365          "actual": true,
366          "is_additional_event": false,
367          "type": "sea",
368          "transport_type": "VESSEL",
369          "vessel": 1,
370          "voyage": "0WCFCN1MA"
371        },
372        {
373          "order_id": 6,
374          "location": 2,
375          "facility": 2,
376          "description": "Discharged",
377          "event_type": "EQUIPMENT",
378          "event_code": "DISC",
379          "status": "CDD",
380          "date": "2023-08-03 20:37:00",
381          "actual": true,
382          "is_additional_event": false,
383          "type": "sea",
384          "transport_type": "VESSEL",
385          "vessel": 1,
386          "voyage": "0WCFCN1MA"
387        }
388      ]
389    }
390  }
391}

Tracking by B/L

[ deprecated ]

get/reference

Get tracking information by Bill of Lading or Booking number. This operation has been marked as deprecated. Use GET /tracking

Headers

Content-Typeapplication/json

Query Parameters
  • api_keyREQUIREDstring

    Your api key. If you do not have an api key - contact us to purchase a subscription.

  • numberREQUIREDstring

    Bill of lading or booking number

  • typeOptionalstring

    Type of shipment number

    CT - Container number

    BL - Bill of lading number

    BK - Booking number

    If this parameter will be empty or not presented at all in the query, we will try to determine the type of shipment number.

    Allowed values:CTBLBK

  • sealineOptionalstring

    Standard Carrier Alpha Code (SCAC). A list of supported lines can be obtained from the following API - see GET /info/sealines

    If this parameter is empty or equal to auto or not represented at all in the query, we will try to determine the shipping line automatically.

    Default:auto

  • force_updateOptionalboolean

    Obtaining data directly from the shipping line or from a cache with minimal retention time. If this parameter is set to true, the execution time of the request may be longer!

    Default:false

  • routeOptionalboolean

    If you need detailed route data, then set this parameter to true. If this parameter is set to true, the execution time of the request may be longer!

    Default:false

  • aisOptionalboolean

    If you need AIS data by vessel - set this parameter to true. This parameter is taken into account only when the "route" parameter in the query parameters is true. If this parameter is set to true, the execution time of the request may be longer!

    Default:false

Response example
1{
2  "status": "success",
3  "message": "OK",
4  "data": {
5    "metadata": {
6      "type": "BL",
7      "number": "ANT1671837",
8      "sealine": "CMDU",
9      "sealine_name": "CMA CGM",
10      "status": "IN_TRANSIT",
11      "updated_at": "2023-08-04 14:52:31",
12      "api_calls": {
13        "total": null,
14        "used": null,
15        "remaining": null
16      },
17      "unique_shipments": {
18        "total": 0,
19        "used": 0,
20        "remaining": 0
21      }
22    },
23    "locations": [
24      {
25        "id": 1,
26        "name": "Antwerp",
27        "state": "Flanders",
28        "country": "Belgium",
29        "country_code": "BE",
30        "locode": "BEANR",
31        "lat": 51.22047,
32        "lng": 4.40026,
33        "timezone": "Europe/Brussels"
34      },
35      {
36        "id": 2,
37        "name": "San Antonio",
38        "state": "Region de Valparaiso",
39        "country": "Chile",
40        "country_code": "CL",
41        "locode": "CLSAI",
42        "lat": -33.59473,
43        "lng": -71.60746,
44        "timezone": "America/Santiago"
45      }
46    ],
47    "facilities": [
48      {
49        "id": 1,
50        "name": "ANTWERP GATEWAY TERMINAL (K1700-K1710)",
51        "country_code": "BE",
52        "locode": "BEANR",
53        "bic_code": null,
54        "smdg_code": "1700",
55        "lat": 51.291944,
56        "lng": 4.265556
57      },
58      {
59        "id": 2,
60        "name": "PUERTO CENTRAL SAN ANTONIO",
61        "country_code": "CL",
62        "locode": "CLSAI",
63        "bic_code": null,
64        "smdg_code": "PCE",
65        "lat": -33.591667,
66        "lng": -71.616667
67      }
68    ],
69    "route": {
70      "prepol": {
71        "location": 1,
72        "date": "2023-06-22 07:12:00",
73        "actual": true
74      },
75      "pol": {
76        "location": 1,
77        "date": "2023-06-24 04:58:00",
78        "actual": true
79      },
80      "pod": {
81        "location": 2,
82        "date": "2023-08-03 08:25:00",
83        "actual": true,
84        "predictive_eta": null
85      },
86      "postpod": {
87        "location": null,
88        "date": null,
89        "actual": null
90      }
91    },
92    "vessels": [
93      {
94        "id": 1,
95        "name": "CMA CGM JACQUES JOSEPH",
96        "imo": 9729104,
97        "call_sign": "9HA4667",
98        "mmsi": 248473000,
99        "flag": "MT"
100      }
101    ],
102    "containers": [
103      {
104        "number": "SEKU9262561",
105        "iso_code": "45R1",
106        "status": "IN_TRANSIT",
107        "events": [
108          {
109            "order_id": 1,
110            "location": 1,
111            "facility": null,
112            "description": "Empty to shipper",
113            "event_type": "EQUIPMENT",
114            "event_code": "GTOT",
115            "status": "CEP",
116            "date": "2023-06-22 07:11:00",
117            "actual": true,
118            "is_additional_event": false,
119            "type": "land",
120            "transport_type": "TRUCK",
121            "vessel": null,
122            "voyage": null
123          },
124          {
125            "order_id": 2,
126            "location": 1,
127            "facility": 1,
128            "description": "Ready to be loaded",
129            "event_type": "EQUIPMENT",
130            "event_code": "GTIN",
131            "status": "CGI",
132            "date": "2023-06-23 18:55:00",
133            "actual": true,
134            "is_additional_event": false,
135            "type": "land",
136            "transport_type": "TRUCK",
137            "vessel": null,
138            "voyage": null
139          },
140          {
141            "order_id": 3,
142            "location": 1,
143            "facility": 1,
144            "description": "Loaded on board",
145            "event_type": "EQUIPMENT",
146            "event_code": "LOAD",
147            "status": "CLL",
148            "date": "2023-07-01 20:11:00",
149            "actual": true,
150            "is_additional_event": false,
151            "type": "sea",
152            "transport_type": "VESSEL",
153            "vessel": 1,
154            "voyage": "0WCFBS1MA"
155          },
156          {
157            "order_id": 4,
158            "location": 1,
159            "facility": 1,
160            "description": "Vessel Departure",
161            "event_type": "TRANSPORT",
162            "event_code": "DEPA",
163            "status": "VDL",
164            "date": "2023-07-02 09:56:00",
165            "actual": true,
166            "is_additional_event": false,
167            "type": "sea",
168            "transport_type": "VESSEL",
169            "vessel": 1,
170            "voyage": "0WCFBS1MA"
171          },
172          {
173            "order_id": 5,
174            "location": 2,
175            "facility": 2,
176            "description": "Vessel Arrival",
177            "event_type": "TRANSPORT",
178            "event_code": "ARRI",
179            "status": "VAD",
180            "date": "2023-08-03 08:25:00",
181            "actual": true,
182            "is_additional_event": false,
183            "type": "sea",
184            "transport_type": "VESSEL",
185            "vessel": 1,
186            "voyage": "0WCFCN1MA"
187          },
188          {
189            "order_id": 6,
190            "location": 2,
191            "facility": 2,
192            "description": "Discharged",
193            "event_type": "EQUIPMENT",
194            "event_code": "DISC",
195            "status": "CDD",
196            "date": "2023-08-03 20:37:00",
197            "actual": true,
198            "is_additional_event": false,
199            "type": "sea",
200            "transport_type": "VESSEL",
201            "vessel": 1,
202            "voyage": "0WCFCN1MA"
203          }
204        ]
205      },
206      {
207        "number": "TXGU9004469",
208        "iso_code": "45R1",
209        "status": "IN_TRANSIT",
210        "events": [
211          {
212            "order_id": 1,
213            "location": 1,
214            "facility": null,
215            "description": "Empty to shipper",
216            "event_type": "EQUIPMENT",
217            "event_code": "GTOT",
218            "status": "CEP",
219            "date": "2023-06-22 07:12:00",
220            "actual": true,
221            "is_additional_event": false,
222            "type": "land",
223            "transport_type": "TRUCK",
224            "vessel": null,
225            "voyage": null
226          },
227          {
228            "order_id": 2,
229            "location": 1,
230            "facility": 1,
231            "description": "Ready to be loaded",
232            "event_type": "EQUIPMENT",
233            "event_code": "GTIN",
234            "status": "CGI",
235            "date": "2023-06-24 04:58:00",
236            "actual": true,
237            "is_additional_event": false,
238            "type": "land",
239            "transport_type": "TRUCK",
240            "vessel": null,
241            "voyage": null
242          },
243          {
244            "order_id": 3,
245            "location": 1,
246            "facility": 1,
247            "description": "Loaded on board",
248            "event_type": "EQUIPMENT",
249            "event_code": "LOAD",
250            "status": "CLL",
251            "date": "2023-07-01 20:20:00",
252            "actual": true,
253            "is_additional_event": false,
254            "type": "sea",
255            "transport_type": "VESSEL",
256            "vessel": 1,
257            "voyage": "0WCFBS1MA"
258          },
259          {
260            "order_id": 4,
261            "location": 1,
262            "facility": 1,
263            "description": "Vessel Departure",
264            "event_type": "TRANSPORT",
265            "event_code": "DEPA",
266            "status": "VDL",
267            "date": "2023-07-02 09:56:00",
268            "actual": true,
269            "is_additional_event": false,
270            "type": "sea",
271            "transport_type": "VESSEL",
272            "vessel": 1,
273            "voyage": "0WCFBS1MA"
274          },
275          {
276            "order_id": 5,
277            "location": 2,
278            "facility": 2,
279            "description": "Vessel Arrival",
280            "event_type": "TRANSPORT",
281            "event_code": "ARRI",
282            "status": "VAD",
283            "date": "2023-08-03 08:25:00",
284            "actual": true,
285            "is_additional_event": false,
286            "type": "sea",
287            "transport_type": "VESSEL",
288            "vessel": 1,
289            "voyage": "0WCFCN1MA"
290          },
291          {
292            "order_id": 6,
293            "location": 2,
294            "facility": 2,
295            "description": "Discharged",
296            "event_type": "EQUIPMENT",
297            "event_code": "DISC",
298            "status": "CDD",
299            "date": "2023-08-03 21:02:00",
300            "actual": true,
301            "is_additional_event": false,
302            "type": "sea",
303            "transport_type": "VESSEL",
304            "vessel": 1,
305            "voyage": "0WCFCN1MA"
306          }
307        ]
308      }
309    ],
310    "route_data": {
311      "route": [
312        {
313          "path": [
314            [
315              51.22047,
316              4.400260000000003
317            ],
318            [
319              51.34122410356018,
320              4.349611577822486
321            ],
322            [
323              51.90474325350768,
324              4.113252274327465
325            ],
326            [
327              52.02549735706786,
328              4.062603852149948
329            ],
330            [
331              52.020467886132245,
332              4.028116051448592
333            ],
334            [
335              51.996997021766035,
336              3.867172981508844
337            ],
338            [
339              51.99196755083042,
340              3.8326851808074593
341            ],
342            [
343              51.65235156820585,
344              2.9667782036863457
345            ],
346            [
347              50.067476982624555,
348              -1.0741210228788702
349            ],
350            [
351              49.727861,
352              -1.9400280000000123
353            ],
354            [
355              49.54469854999999,
356              -2.366040450000014
357            ],
358            [
359              48.689940449999995,
360              -4.354098550000003
361            ],
362            [
363              48.506778,
364              -4.780111000000005
365            ],
366            [
367              46.89650295,
368              -7.833906850000005
369            ],
370            [
371              39.38188605,
372              -22.084954149999987
373            ],
374            [
375              37.771611,
376              -25.138750000000016
377            ],
378            [
379              33.54834435,
380              -33.31158744999999
381            ],
382            [
383              13.839766650000001,
384              -71.45149555
385            ],
386            [
387              9.6165,
388              -79.624333
389            ],
390            [
391              9.57897645,
392              -79.66644355
393            ],
394            [
395              9.40386655,
396              -79.86295944999999
397            ],
398            [
399              9.366343,
400              -79.90507
401            ],
402            [
403              9.3029338,
404              -79.85119885
405            ],
406            [
407              9.0070242,
408              -79.59980015
409            ],
410            [
411              8.943615,
412              -79.545929
413            ],
414            [
415              7.44394365,
416              -79.75072714999999
417            ],
418            [
419              0.44547734999999977,
420              -80.70645185
421            ],
422            [
423              -1.054194,
424              -80.91125
425            ],
426            [
427              -1.5369441,
428              -80.96287504999998
429            ],
430            [
431              -3.7897779000000003,
432              -81.20379194999998
433            ],
434            [
435              -4.272528,
436              -81.255417
437            ],
438            [
439              -4.52852385,
440              -81.23992529999998
441            ],
442            [
443              -5.72317115,
444              -81.16763069999999
445            ],
446            [
447              -5.979167,
448              -81.152139
449            ],
450            [
451              -10.126166900000001,
452              -79.72213905
453            ],
454            [
455              -29.4788331,
456              -73.04880595
457            ],
458            [
459              -33.625833,
460              -71.618806
461            ],
462            [
463              -33.62122932095881,
464              -71.61895928581441
465            ],
466            [
467              -33.59974548543325,
468              -71.61967461961495
469            ],
470            [
471              -33.595141806392064,
472              -71.61982790542936
473            ],
474            [
475              -33.595080035433256,
476              -71.61797271961495
477            ],
478            [
479              -33.59479177095881,
480              -71.60931518581441
481            ],
482            [
483              -33.59473,
484              -71.60746
485            ]
486          ],
487          "type": "SEA"
488        }
489      ],
490      "pin": [
491        -33.59473,
492        -71.60746
493      ]
494    }
495  }
496}

Route information

get/route

Route information

Headers

Content-Typeapplication/json

Query Parameters
  • api_keyREQUIREDstring

    Your api key. If you do not have an api key - contact us to purchase a subscription.

  • numberREQUIREDstring

    Container number, Bill of Lading or Booking number.

  • typeREQUIREDstring

    Type of shipment number

    CT - Container number

    BL - Bill of lading number

    BK - Booking number

    Allowed values:CTBLBK

  • sealineREQUIREDstring

    Standard Carrier Alpha Code (SCAC). A list of supported lines can be obtained from the following API - see GET /info/sealines

Response example
1{
2  "status": "success",
3  "message": "OK",
4  "data": {
5    "route": [
6      {
7        "path": [
8          [
9            24.47979,
10            118.08186999999998
11          ],
12          [
13            24.49113405,
14            118.16722284999997
15          ],
16          [
17            24.54407295,
18            118.56553615000001
19          ],
20          [
21            24.555417,
22            118.650889
23          ],
24          [
25            24.667171049999997,
26            119.08913065000002
27          ],
28          [
29            25.188689949999997,
30            121.13425834999998
31          ],
32          [
33            25.300444,
34            121.57249999999999
35          ],
36          [
37            22.586223249999996,
38            145.20312079999997
39          ],
40          [
41            9.919859749999999,
42            -104.5206488
43          ],
44          [
45            7.205639,
46            -80.89002800000003
47          ],
48          [
49            7.210768099999999,
50            -80.82246965000002
51          ],
52          [
53            7.2347039,
54            -80.50719735000001
55          ],
56          [
57            7.239833,
58            -80.439639
59          ],
60          [
61            7.28132885,
62            -80.37256395000003
63          ],
64          [
65            7.47497615,
66            -80.05954705000005
67          ],
68          [
69            7.516472,
70            -79.99247200000002
71          ],
72          [
73            7.73054345,
74            -79.92549055
75          ],
76          [
77            8.729543549999999,
78            -79.61291045000002
79          ],
80          [
81            8.943615,
82            -79.545929
83          ],
84          [
85            9.0070242,
86            -79.59980015000002
87          ],
88          [
89            9.3029338,
90            -79.85119885
91          ],
92          [
93            9.366343,
94            -79.90507000000002
95          ],
96          [
97            10.99826245,
98            -79.04075110000002
99          ],
100          [
101            18.61388655,
102            -75.0072629
103          ],
104          [
105            20.245806,
106            -74.142944
107          ],
108          [
109            21.998333337490987,
110            -75.16153650059721
111          ],
112          [
113            30.176794245782254,
114            -79.91496817005077
115          ],
116          [
117            31.92932158327324,
118            -80.93356067064792
119          ],
120          [
121            32.08354,
122            -81.09983
123          ]
124        ],
125        "type": "SEA"
126      },
127      {
128        "path": [
129          [
130            32.083221,
131            -81.099869
132          ],
133          [
134            32.511677,
135            -83.064117
136          ],
137          [
138            32.545055,
139            -83.159081
140          ],
141          [
142            32.574947,
143            -83.244308
144          ],
145          [
146            32.61055,
147            -83.338669
148          ],
149          [
150            32.651413,
151            -83.427612
152          ],
153          [
154            32.700237,
155            -83.507416
156          ],
157          [
158            32.775661,
159            -83.557938
160          ],
161          [
162            32.840862,
163            -83.620949
164          ],
165          [
166            32.776787,
167            -83.685692
168          ],
169          [
170            32.701237,
171            -83.735214
172          ],
173          [
174            32.65374,
175            -83.759544
176          ]
177        ],
178        "type": "LAND"
179      }
180    ],
181    "pin": [
182      18.801004244953855,
183      178.15809506036499
184    ],
185    "ais": {
186      "status": "OK",
187      "data": {
188        "last_event": {
189          "description": "Vessel departed",
190          "date": "2023-06-01 14:15:00",
191          "voyage": "029E"
192        },
193        "discharge_port": {
194          "name": "Savannah",
195          "country_code": "US",
196          "code": "SAV",
197          "date": "2023-07-13 19:00:00",
198          "date_label": "ETA"
199        },
200        "vessel": {
201          "name": "YM WIDTH",
202          "imo": 9708447,
203          "call_sign": "VRPE5",
204          "mmsi": 477129300,
205          "flag": "HK"
206        },
207        "last_vessel_position": {
208          "lat": 6.026275,
209          "lng": 95.04732,
210          "updated_at": "2023-06-14 13:06:55"
211        },
212        "departure_port": {
213          "country_code": "SG",
214          "code": "SIN",
215          "date": "2023-06-13 13:09:00",
216          "date_label": "ATD"
217        },
218        "arrival_port": {
219          "country_code": "EG",
220          "code": "SUZ",
221          "date": "2023-06-24 20:00:00",
222          "date_label": "ETA"
223        },
224        "updated_at": "2023-06-14 15:49:22"
225      }
226    }
227  }
228}

Shipping lines info

get/info/sealines

Data about the shipping lines we support

Headers

Content-Typeapplication/json

Response example
1{
2  "status": "success",
3  "message": "OK",
4  "data": [
5    {
6      "name": "Mediterranean Shipping Company (MSC)",
7      "active": true,
8      "active_types": {
9        "ct": true,
10        "bl": true,
11        "bk": true
12      },
13      "maintenance": false,
14      "scac_codes": [
15        "MSCU",
16        "MEDU"
17      ],
18      "prefixes": [
19        "MSC",
20        "MSD",
21        "MSM",
22        "MSB",
23        "MSG",
24        "MAD",
25        "MSP",
26        "MSZ",
27        "GTI",
28        "MED",
29        "MSY",
30        "MST",
31        "MSN",
32        "MSV"
33      ]
34    },
35    {
36      "name": "ZIM",
37      "active": true,
38      "active_types": {
39        "ct": true,
40        "bl": true,
41        "bk": true
42      },
43      "maintenance": false,
44      "scac_codes": [
45        "ZIMU"
46      ],
47      "prefixes": [
48        "ZCL",
49        "ZCS",
50        "ZIM",
51        "ZMO",
52        "ZWF"
53      ]
54    }
55  ]
56}

Historical data

get/history

Historical shipping data

Headers

Content-Typeapplication/json

Query Parameters
  • api_keyREQUIREDstring

    Your api key. If you do not have an api key - contact us to purchase a subscription.

  • numberREQUIREDstring

    Container number, Bill of Lading or Booking number.

  • typeREQUIREDstring

    Type of shipment number

    CT - Container number

    BL - Bill of lading number

    BK - Booking number

    Allowed values:CTBLBK

  • sealineOptionalstring

    Standard Carrier Alpha Code (SCAC). A list of supported lines can be obtained from the following API - see GET /info/sealines

    If this parameter is empty or equal to auto or not represented at all in the query, we will try to determine the shipping line automatically.

    Default:auto

Response example
1{
2  "status": "success",
3  "message": "OK",
4  "data": {
5    "metadata": {
6      "type": "CT",
7      "number": "MSKU7117653",
8      "sealine": "",
9      "sealine_name": null,
10      "status": "UNKNOWN",
11      "updated_at": "2023-06-15 12:00:23",
12      "api_calls": {
13        "total": null,
14        "used": null,
15        "remaining": null
16      },
17      "unique_shipments": {
18        "total": 0,
19        "used": 0,
20        "remaining": 0
21      }
22    },
23    "requests": [
24      {
25        "date": "2021-07-25 10:58:04",
26        "sealine": "maeu",
27        "id": 61118083
28      },
29      {
30        "date": "2021-08-15 19:15:59",
31        "sealine": "maeu",
32        "id": 67771922
33      },
34      {
35        "date": "2022-02-03 06:23:53",
36        "sealine": "maeu",
37        "id": 134036490
38      },
39      {
40        "date": "2022-05-24 12:34:54",
41        "sealine": "maeu",
42        "id": 182782146
43      },
44      {
45        "date": "2022-06-22 09:08:02",
46        "sealine": "maeu",
47        "id": 196885782
48      },
49      {
50        "date": "2022-10-12 07:31:10",
51        "sealine": "maeu",
52        "id": 260377336
53      },
54      {
55        "date": "2023-02-03 05:28:37",
56        "sealine": "maeu",
57        "id": 306555693
58      },
59      {
60        "date": "2023-02-07 09:54:26",
61        "sealine": "maeu",
62        "id": 308285366
63      },
64      {
65        "date": "2023-05-22 07:25:51",
66        "sealine": "maeu",
67        "id": 356065796
68      },
69      {
70        "date": "2023-06-15 10:30:06",
71        "sealine": "maeu",
72        "id": 366830221
73      }
74    ]
75  }
76}

Historical data by id

get/history?id={id}

Historical shipping data by id

Headers

Content-Typeapplication/json

Query Parameters
  • api_keyREQUIREDstring

    Your api key. If you do not have an api key - contact us to purchase a subscription.

  • numberREQUIREDstring

    Container number, Bill of Lading or Booking number.

  • typeREQUIREDstring

    Type of shipment number

    CT - Container number

    BL - Bill of lading number

    BK - Booking number

    Allowed values:CTBLBK

  • sealineOptionalstring

    Standard Carrier Alpha Code (SCAC). A list of supported lines can be obtained from the following API - see GET /info/sealines

    If this parameter is empty or equal to auto or not represented at all in the query, we will try to determine the shipping line automatically.

    Default:auto

Response example
1{
2  "status": "success",
3  "message": "OK",
4  "data": {
5    "metadata": {
6      "type": "CT",
7      "number": "MSKU7117653",
8      "sealine": "MAEU",
9      "sealine_name": "Maersk",
10      "status": "UNKNOWN",
11      "updated_at": "2021-08-01 14:13:44",
12      "api_calls": {
13        "total": null,
14        "used": null,
15        "remaining": null
16      },
17      "unique_shipments": {
18        "total": 0,
19        "used": 0,
20        "remaining": 0
21      }
22    },
23    "locations": [
24      {
25        "id": 1,
26        "name": "Ravenna",
27        "state": "Emilia-Romagna",
28        "country": "Italy",
29        "country_code": "IT",
30        "locode": "ITRAN",
31        "lat": 44.41344,
32        "lng": 12.20121
33      },
34      {
35        "id": 2,
36        "name": "Trieste",
37        "state": "Friuli Venezia Giulia",
38        "country": "Italy",
39        "country_code": "IT",
40        "locode": null,
41        "lat": 45.64953,
42        "lng": 13.77678
43      },
44      {
45        "id": 3,
46        "name": "Tianjin Xingang",
47        "state": "Tianjin Shi",
48        "country": "China",
49        "country_code": "CN",
50        "locode": "CNTXG",
51        "lat": 39.14222,
52        "lng": 117.17667
53      }
54    ],
55    "route": {
56      "prepol": {
57        "location": 3,
58        "date": "2021-06-19 16:01:00",
59        "actual": true
60      },
61      "pol": {
62        "location": 3,
63        "date": "2021-06-22 18:00:00",
64        "actual": true
65      },
66      "pod": {
67        "location": null,
68        "date": "2021-08-17 19:00:00",
69        "actual": false,
70        "predictive_eta": null
71      },
72      "postpod": {
73        "location": 1,
74        "date": null,
75        "actual": null
76      }
77    },
78    "vessels": [
79      {
80        "id": 1,
81        "name": "MAERSK HONG KONG",
82        "imo": 9784257,
83        "call_sign": "9V5392",
84        "mmsi": 563017800,
85        "flag": "SG"
86      },
87      {
88        "id": 2,
89        "name": "BF PHILIPP",
90        "imo": 9123324,
91        "call_sign": "V2HF2",
92        "mmsi": 304688000,
93        "flag": "AG"
94      }
95    ],
96    "containers": [
97      {
98        "number": "MSKU7117653",
99        "iso_code": "22G1",
100        "status": "UNKNOWN",
101        "events": [
102          {
103            "location": 3,
104            "description": "Gate out Empty",
105            "status": "CEP",
106            "date": "2021-06-19 16:01:00+00",
107            "actual": true,
108            "type": "land",
109            "vessel": null,
110            "voyage": null
111          },
112          {
113            "location": 3,
114            "description": "Gate in",
115            "status": "CGI",
116            "date": "2021-06-22 18:00:00+00",
117            "actual": true,
118            "type": "land",
119            "vessel": null,
120            "voyage": null
121          },
122          {
123            "location": 3,
124            "description": "Load",
125            "status": "CLL",
126            "date": "2021-06-24 13:26:00+00",
127            "actual": true,
128            "type": "sea",
129            "vessel": 1,
130            "voyage": "125W"
131          },
132          {
133            "location": 2,
134            "description": "Discharge",
135            "status": "CDT",
136            "date": "2021-08-11 19:00:00+00",
137            "actual": false,
138            "type": "sea",
139            "vessel": 1,
140            "voyage": "125W"
141          },
142          {
143            "location": 2,
144            "description": "Load",
145            "status": "CLT",
146            "date": "2021-08-28 07:00:00+00",
147            "actual": false,
148            "type": "sea",
149            "vessel": 2,
150            "voyage": "2165"
151          },
152          {
153            "location": 1,
154            "description": "Discharge",
155            "status": "CDT",
156            "date": "2021-08-28 07:00:06+00",
157            "actual": false,
158            "type": "sea",
159            "vessel": 2,
160            "voyage": "2165"
161          },
162          {
163            "location": 1,
164            "description": "Gate out",
165            "status": "LTS",
166            "date": "2021-08-28 07:00:13+00",
167            "actual": false,
168            "type": "land",
169            "vessel": null,
170            "voyage": null
171          }
172        ]
173      }
174    ]
175  }
176}