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.

    For certain sealines, tracking is supported using a combined number in the format Bill of Lading Number/Container Number or Booking Number/Container Number (e.g., BL12345678/ABCU1234567 or BK12345678/ABCU1234567).

  • 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": "250256386",
8      "sealine": "MAEU",
9      "sealine_name": "Maersk",
10      "status": "IN_TRANSIT",
11      "is_status_from_sealine": true,
12      "from_cache": true,
13      "updated_at": "2025-03-14 07:37:04",
14      "cache_expires": "2025-03-14 19:37:04",
15      "api_calls": {
16        "total": 100,
17        "used": 1,
18        "remaining": 99
19      },
20      "unique_shipments": {
21        "total": 0,
22        "used": 0,
23        "remaining": 0
24      }
25    },
26    "locations": [
27      {
28        "id": 1,
29        "name": "Qingdao",
30        "state": "Shandong Sheng",
31        "country": "China",
32        "country_code": "CN",
33        "locode": "CNQDG",
34        "lat": 36.06488,
35        "lng": 120.38042,
36        "timezone": "Asia/Shanghai"
37      },
38      {
39        "id": 2,
40        "name": "Oakland",
41        "state": "California",
42        "country": "United States",
43        "country_code": "US",
44        "locode": "USOAK",
45        "lat": 37.80437,
46        "lng": -122.2708,
47        "timezone": "America/Los_Angeles"
48      }
49    ],
50    "facilities": [
51      {
52        "id": 1,
53        "name": "OAK INTL CONT TERM BERTH 58 Z985",
54        "country_code": "US",
55        "locode": null,
56        "bic_code": null,
57        "smdg_code": null,
58        "lat": null,
59        "lng": null
60      },
61      {
62        "id": 2,
63        "name": "Smart International Logistics Co",
64        "country_code": "CN",
65        "locode": null,
66        "bic_code": null,
67        "smdg_code": null,
68        "lat": null,
69        "lng": null
70      },
71      {
72        "id": 3,
73        "name": "Qingdao Qianwan Container Co Ltd",
74        "country_code": "CN",
75        "locode": null,
76        "bic_code": null,
77        "smdg_code": null,
78        "lat": null,
79        "lng": null
80      }
81    ],
82    "route": {
83      "prepol": {
84        "location": 1,
85        "date": "2025-03-03 23:05:00",
86        "actual": true
87      },
88      "pol": {
89        "location": 1,
90        "date": "2025-03-12 21:14:00",
91        "actual": true
92      },
93      "pod": {
94        "location": 2,
95        "date": "2025-04-12 08:00:00",
96        "actual": false,
97        "predictive_eta": null
98      },
99      "postpod": {
100        "location": 2,
101        "date": "2025-04-12 08:00:00",
102        "actual": false
103      }
104    },
105    "vessels": [
106      {
107        "id": 1,
108        "name": "MAERSK SHIVLING",
109        "imo": 9728253,
110        "call_sign": "D5JH8",
111        "mmsi": 636017104,
112        "flag": "LR"
113      }
114    ],
115    "containers": [
116      {
117        "number": "MRKU9465770",
118        "iso_code": "22G1",
119        "size_type": "20' Dry Standard",
120        "status": "IN_TRANSIT",
121        "is_status_from_sealine": true,
122        "charges": {
123          "storage": {
124            "free_days": null,
125            "days_in_charge": null
126          },
127          "demurrage": {
128            "free_days": null,
129            "days_in_charge": null
130          },
131          "detention": {
132            "free_days": null,
133            "days_in_charge": null
134          }
135        },
136        "events": [
137          {
138            "order_id": 1,
139            "location": 1,
140            "facility": 2,
141            "description": "Gate out Empty",
142            "event_type": "EQUIPMENT",
143            "event_code": "GTOT",
144            "status": "CEP",
145            "date": "2025-03-03 23:05:00",
146            "actual": true,
147            "is_date_from_sealine": true,
148            "is_additional_event": false,
149            "type": "land",
150            "transport_type": null,
151            "vessel": null,
152            "voyage": null
153          },
154          {
155            "order_id": 2,
156            "location": 1,
157            "facility": 3,
158            "description": "Gate in",
159            "event_type": "EQUIPMENT",
160            "event_code": "GTIN",
161            "status": "CGI",
162            "date": "2025-03-09 17:58:00",
163            "actual": true,
164            "is_date_from_sealine": true,
165            "is_additional_event": false,
166            "type": "land",
167            "transport_type": null,
168            "vessel": null,
169            "voyage": null
170          },
171          {
172            "order_id": 3,
173            "location": 1,
174            "facility": 3,
175            "description": "Load",
176            "event_type": "EQUIPMENT",
177            "event_code": "LOAD",
178            "status": "CLL",
179            "date": "2025-03-12 14:32:00",
180            "actual": true,
181            "is_date_from_sealine": true,
182            "is_additional_event": false,
183            "type": "sea",
184            "transport_type": "VESSEL",
185            "vessel": 1,
186            "voyage": "510E"
187          },
188          {
189            "order_id": 4,
190            "location": 1,
191            "facility": 3,
192            "description": "Vessel departure",
193            "event_type": "TRANSPORT",
194            "event_code": "DEPA",
195            "status": "VDL",
196            "date": "2025-03-12 21:14:00",
197            "actual": true,
198            "is_date_from_sealine": true,
199            "is_additional_event": false,
200            "type": "sea",
201            "transport_type": "VESSEL",
202            "vessel": 1,
203            "voyage": "510E"
204          },
205          {
206            "order_id": 5,
207            "location": 2,
208            "facility": 1,
209            "description": "Vessel arrival",
210            "event_type": "TRANSPORT",
211            "event_code": "ARRI",
212            "status": "VAD",
213            "date": "2025-04-12 08:00:00",
214            "actual": false,
215            "is_date_from_sealine": true,
216            "is_additional_event": false,
217            "type": "sea",
218            "transport_type": "VESSEL",
219            "vessel": 1,
220            "voyage": "510E"
221          }
222        ]
223      },
224      {
225        "number": "PONU0050964",
226        "iso_code": "22G1",
227        "size_type": "20' Dry Standard",
228        "status": "IN_TRANSIT",
229        "is_status_from_sealine": true,
230        "charges": {
231          "storage": {
232            "free_days": null,
233            "days_in_charge": null
234          },
235          "demurrage": {
236            "free_days": null,
237            "days_in_charge": null
238          },
239          "detention": {
240            "free_days": null,
241            "days_in_charge": null
242          }
243        },
244        "events": [
245          {
246            "order_id": 1,
247            "location": 1,
248            "facility": 2,
249            "description": "Gate out Empty",
250            "event_type": "EQUIPMENT",
251            "event_code": "GTOT",
252            "status": "CEP",
253            "date": "2025-03-03 23:04:00",
254            "actual": true,
255            "is_date_from_sealine": true,
256            "is_additional_event": false,
257            "type": "land",
258            "transport_type": null,
259            "vessel": null,
260            "voyage": null
261          },
262          {
263            "order_id": 2,
264            "location": 1,
265            "facility": 3,
266            "description": "Gate in",
267            "event_type": "EQUIPMENT",
268            "event_code": "GTIN",
269            "status": "CGI",
270            "date": "2025-03-09 17:58:00",
271            "actual": true,
272            "is_date_from_sealine": true,
273            "is_additional_event": false,
274            "type": "land",
275            "transport_type": null,
276            "vessel": null,
277            "voyage": null
278          },
279          {
280            "order_id": 3,
281            "location": 1,
282            "facility": 3,
283            "description": "Load",
284            "event_type": "EQUIPMENT",
285            "event_code": "LOAD",
286            "status": "CLL",
287            "date": "2025-03-12 14:32:00",
288            "actual": true,
289            "is_date_from_sealine": true,
290            "is_additional_event": false,
291            "type": "sea",
292            "transport_type": "VESSEL",
293            "vessel": 1,
294            "voyage": "510E"
295          },
296          {
297            "order_id": 4,
298            "location": 1,
299            "facility": 3,
300            "description": "Vessel departure",
301            "event_type": "TRANSPORT",
302            "event_code": "DEPA",
303            "status": "VDL",
304            "date": "2025-03-12 21:14:00",
305            "actual": true,
306            "is_date_from_sealine": true,
307            "is_additional_event": false,
308            "type": "sea",
309            "transport_type": "VESSEL",
310            "vessel": 1,
311            "voyage": "510E"
312          },
313          {
314            "order_id": 5,
315            "location": 2,
316            "facility": 1,
317            "description": "Vessel arrival",
318            "event_type": "TRANSPORT",
319            "event_code": "ARRI",
320            "status": "VAD",
321            "date": "2025-04-12 08:00:00",
322            "actual": false,
323            "is_date_from_sealine": true,
324            "is_additional_event": false,
325            "type": "sea",
326            "transport_type": "VESSEL",
327            "vessel": 1,
328            "voyage": "510E"
329          }
330        ]
331      },
332      {
333        "number": "WNGU2504907",
334        "iso_code": "22G1",
335        "size_type": "20' Dry Standard",
336        "status": "IN_TRANSIT",
337        "is_status_from_sealine": true,
338        "charges": {
339          "storage": {
340            "free_days": null,
341            "days_in_charge": null
342          },
343          "demurrage": {
344            "free_days": null,
345            "days_in_charge": null
346          },
347          "detention": {
348            "free_days": null,
349            "days_in_charge": null
350          }
351        },
352        "events": [
353          {
354            "order_id": 1,
355            "location": 1,
356            "facility": 2,
357            "description": "Gate out Empty",
358            "event_type": "EQUIPMENT",
359            "event_code": "GTOT",
360            "status": "CEP",
361            "date": "2025-03-04 22:04:00",
362            "actual": true,
363            "is_date_from_sealine": true,
364            "is_additional_event": false,
365            "type": "land",
366            "transport_type": null,
367            "vessel": null,
368            "voyage": null
369          },
370          {
371            "order_id": 2,
372            "location": 1,
373            "facility": 3,
374            "description": "Gate in",
375            "event_type": "EQUIPMENT",
376            "event_code": "GTIN",
377            "status": "CGI",
378            "date": "2025-03-09 16:39:00",
379            "actual": true,
380            "is_date_from_sealine": true,
381            "is_additional_event": false,
382            "type": "land",
383            "transport_type": null,
384            "vessel": null,
385            "voyage": null
386          },
387          {
388            "order_id": 3,
389            "location": 1,
390            "facility": 3,
391            "description": "Load",
392            "event_type": "EQUIPMENT",
393            "event_code": "LOAD",
394            "status": "CLL",
395            "date": "2025-03-12 14:51:00",
396            "actual": true,
397            "is_date_from_sealine": true,
398            "is_additional_event": false,
399            "type": "sea",
400            "transport_type": "VESSEL",
401            "vessel": 1,
402            "voyage": "510E"
403          },
404          {
405            "order_id": 4,
406            "location": 1,
407            "facility": 3,
408            "description": "Vessel departure",
409            "event_type": "TRANSPORT",
410            "event_code": "DEPA",
411            "status": "VDL",
412            "date": "2025-03-12 21:14:00",
413            "actual": true,
414            "is_date_from_sealine": true,
415            "is_additional_event": false,
416            "type": "sea",
417            "transport_type": "VESSEL",
418            "vessel": 1,
419            "voyage": "510E"
420          },
421          {
422            "order_id": 5,
423            "location": 2,
424            "facility": 1,
425            "description": "Vessel arrival",
426            "event_type": "TRANSPORT",
427            "event_code": "ARRI",
428            "status": "VAD",
429            "date": "2025-04-12 08:00:00",
430            "actual": false,
431            "is_date_from_sealine": true,
432            "is_additional_event": false,
433            "type": "sea",
434            "transport_type": "VESSEL",
435            "vessel": 1,
436            "voyage": "510E"
437          }
438        ]
439      },
440      {
441        "number": "WNGU2505842",
442        "iso_code": "22G1",
443        "size_type": "20' Dry Standard",
444        "status": "IN_TRANSIT",
445        "is_status_from_sealine": true,
446        "charges": {
447          "storage": {
448            "free_days": null,
449            "days_in_charge": null
450          },
451          "demurrage": {
452            "free_days": null,
453            "days_in_charge": null
454          },
455          "detention": {
456            "free_days": null,
457            "days_in_charge": null
458          }
459        },
460        "events": [
461          {
462            "order_id": 1,
463            "location": 1,
464            "facility": 2,
465            "description": "Gate out Empty",
466            "event_type": "EQUIPMENT",
467            "event_code": "GTOT",
468            "status": "CEP",
469            "date": "2025-03-05 03:55:00",
470            "actual": true,
471            "is_date_from_sealine": true,
472            "is_additional_event": false,
473            "type": "land",
474            "transport_type": null,
475            "vessel": null,
476            "voyage": null
477          },
478          {
479            "order_id": 2,
480            "location": 1,
481            "facility": 3,
482            "description": "Gate in",
483            "event_type": "EQUIPMENT",
484            "event_code": "GTIN",
485            "status": "CGI",
486            "date": "2025-03-09 20:51:00",
487            "actual": true,
488            "is_date_from_sealine": true,
489            "is_additional_event": false,
490            "type": "land",
491            "transport_type": null,
492            "vessel": null,
493            "voyage": null
494          },
495          {
496            "order_id": 3,
497            "location": 1,
498            "facility": 3,
499            "description": "Load",
500            "event_type": "EQUIPMENT",
501            "event_code": "LOAD",
502            "status": "CLL",
503            "date": "2025-03-12 14:28:00",
504            "actual": true,
505            "is_date_from_sealine": true,
506            "is_additional_event": false,
507            "type": "sea",
508            "transport_type": "VESSEL",
509            "vessel": 1,
510            "voyage": "510E"
511          },
512          {
513            "order_id": 4,
514            "location": 1,
515            "facility": 3,
516            "description": "Vessel departure",
517            "event_type": "TRANSPORT",
518            "event_code": "DEPA",
519            "status": "VDL",
520            "date": "2025-03-12 21:14:00",
521            "actual": true,
522            "is_date_from_sealine": true,
523            "is_additional_event": false,
524            "type": "sea",
525            "transport_type": "VESSEL",
526            "vessel": 1,
527            "voyage": "510E"
528          },
529          {
530            "order_id": 5,
531            "location": 2,
532            "facility": 1,
533            "description": "Vessel arrival",
534            "event_type": "TRANSPORT",
535            "event_code": "ARRI",
536            "status": "VAD",
537            "date": "2025-04-12 08:00:00",
538            "actual": false,
539            "is_date_from_sealine": true,
540            "is_additional_event": false,
541            "type": "sea",
542            "transport_type": "VESSEL",
543            "vessel": 1,
544            "voyage": "510E"
545          }
546        ]
547      },
548      {
549        "number": "WNGU2505884",
550        "iso_code": "22G1",
551        "size_type": "20' Dry Standard",
552        "status": "IN_TRANSIT",
553        "is_status_from_sealine": true,
554        "charges": {
555          "storage": {
556            "free_days": null,
557            "days_in_charge": null
558          },
559          "demurrage": {
560            "free_days": null,
561            "days_in_charge": null
562          },
563          "detention": {
564            "free_days": null,
565            "days_in_charge": null
566          }
567        },
568        "events": [
569          {
570            "order_id": 1,
571            "location": 1,
572            "facility": 2,
573            "description": "Gate out Empty",
574            "event_type": "EQUIPMENT",
575            "event_code": "GTOT",
576            "status": "CEP",
577            "date": "2025-03-04 22:04:00",
578            "actual": true,
579            "is_date_from_sealine": true,
580            "is_additional_event": false,
581            "type": "land",
582            "transport_type": null,
583            "vessel": null,
584            "voyage": null
585          },
586          {
587            "order_id": 2,
588            "location": 1,
589            "facility": 3,
590            "description": "Gate in",
591            "event_type": "EQUIPMENT",
592            "event_code": "GTIN",
593            "status": "CGI",
594            "date": "2025-03-09 16:39:00",
595            "actual": true,
596            "is_date_from_sealine": true,
597            "is_additional_event": false,
598            "type": "land",
599            "transport_type": null,
600            "vessel": null,
601            "voyage": null
602          },
603          {
604            "order_id": 3,
605            "location": 1,
606            "facility": 3,
607            "description": "Load",
608            "event_type": "EQUIPMENT",
609            "event_code": "LOAD",
610            "status": "CLL",
611            "date": "2025-03-12 14:51:00",
612            "actual": true,
613            "is_date_from_sealine": true,
614            "is_additional_event": false,
615            "type": "sea",
616            "transport_type": "VESSEL",
617            "vessel": 1,
618            "voyage": "510E"
619          },
620          {
621            "order_id": 4,
622            "location": 1,
623            "facility": 3,
624            "description": "Vessel departure",
625            "event_type": "TRANSPORT",
626            "event_code": "DEPA",
627            "status": "VDL",
628            "date": "2025-03-12 21:14:00",
629            "actual": true,
630            "is_date_from_sealine": true,
631            "is_additional_event": false,
632            "type": "sea",
633            "transport_type": "VESSEL",
634            "vessel": 1,
635            "voyage": "510E"
636          },
637          {
638            "order_id": 5,
639            "location": 2,
640            "facility": 1,
641            "description": "Vessel arrival",
642            "event_type": "TRANSPORT",
643            "event_code": "ARRI",
644            "status": "VAD",
645            "date": "2025-04-12 08:00:00",
646            "actual": false,
647            "is_date_from_sealine": true,
648            "is_additional_event": false,
649            "type": "sea",
650            "transport_type": "VESSEL",
651            "vessel": 1,
652            "voyage": "510E"
653          }
654        ]
655      },
656      {
657        "number": "WNGU2506176",
658        "iso_code": "22G1",
659        "size_type": "20' Dry Standard",
660        "status": "IN_TRANSIT",
661        "is_status_from_sealine": true,
662        "charges": {
663          "storage": {
664            "free_days": null,
665            "days_in_charge": null
666          },
667          "demurrage": {
668            "free_days": null,
669            "days_in_charge": null
670          },
671          "detention": {
672            "free_days": null,
673            "days_in_charge": null
674          }
675        },
676        "events": [
677          {
678            "order_id": 1,
679            "location": 1,
680            "facility": 2,
681            "description": "Gate out Empty",
682            "event_type": "EQUIPMENT",
683            "event_code": "GTOT",
684            "status": "CEP",
685            "date": "2025-03-05 03:35:00",
686            "actual": true,
687            "is_date_from_sealine": true,
688            "is_additional_event": false,
689            "type": "land",
690            "transport_type": null,
691            "vessel": null,
692            "voyage": null
693          },
694          {
695            "order_id": 2,
696            "location": 1,
697            "facility": 3,
698            "description": "Gate in",
699            "event_type": "EQUIPMENT",
700            "event_code": "GTIN",
701            "status": "CGI",
702            "date": "2025-03-09 16:27:00",
703            "actual": true,
704            "is_date_from_sealine": true,
705            "is_additional_event": false,
706            "type": "land",
707            "transport_type": null,
708            "vessel": null,
709            "voyage": null
710          },
711          {
712            "order_id": 3,
713            "location": 1,
714            "facility": 3,
715            "description": "Load",
716            "event_type": "EQUIPMENT",
717            "event_code": "LOAD",
718            "status": "CLL",
719            "date": "2025-03-12 14:54:00",
720            "actual": true,
721            "is_date_from_sealine": true,
722            "is_additional_event": false,
723            "type": "sea",
724            "transport_type": "VESSEL",
725            "vessel": 1,
726            "voyage": "510E"
727          },
728          {
729            "order_id": 4,
730            "location": 1,
731            "facility": 3,
732            "description": "Vessel departure",
733            "event_type": "TRANSPORT",
734            "event_code": "DEPA",
735            "status": "VDL",
736            "date": "2025-03-12 21:14:00",
737            "actual": true,
738            "is_date_from_sealine": true,
739            "is_additional_event": false,
740            "type": "sea",
741            "transport_type": "VESSEL",
742            "vessel": 1,
743            "voyage": "510E"
744          },
745          {
746            "order_id": 5,
747            "location": 2,
748            "facility": 1,
749            "description": "Vessel arrival",
750            "event_type": "TRANSPORT",
751            "event_code": "ARRI",
752            "status": "VAD",
753            "date": "2025-04-12 08:00:00",
754            "actual": false,
755            "is_date_from_sealine": true,
756            "is_additional_event": false,
757            "type": "sea",
758            "transport_type": "VESSEL",
759            "vessel": 1,
760            "voyage": "510E"
761          }
762        ]
763      },
764      {
765        "number": "WNGU2507090",
766        "iso_code": "22G1",
767        "size_type": "20' Dry Standard",
768        "status": "IN_TRANSIT",
769        "is_status_from_sealine": true,
770        "charges": {
771          "storage": {
772            "free_days": null,
773            "days_in_charge": null
774          },
775          "demurrage": {
776            "free_days": null,
777            "days_in_charge": null
778          },
779          "detention": {
780            "free_days": null,
781            "days_in_charge": null
782          }
783        },
784        "events": [
785          {
786            "order_id": 1,
787            "location": 1,
788            "facility": 2,
789            "description": "Gate out Empty",
790            "event_type": "EQUIPMENT",
791            "event_code": "GTOT",
792            "status": "CEP",
793            "date": "2025-03-05 03:55:00",
794            "actual": true,
795            "is_date_from_sealine": true,
796            "is_additional_event": false,
797            "type": "land",
798            "transport_type": null,
799            "vessel": null,
800            "voyage": null
801          },
802          {
803            "order_id": 2,
804            "location": 1,
805            "facility": 3,
806            "description": "Gate in",
807            "event_type": "EQUIPMENT",
808            "event_code": "GTIN",
809            "status": "CGI",
810            "date": "2025-03-09 20:48:00",
811            "actual": true,
812            "is_date_from_sealine": true,
813            "is_additional_event": false,
814            "type": "land",
815            "transport_type": null,
816            "vessel": null,
817            "voyage": null
818          },
819          {
820            "order_id": 3,
821            "location": 1,
822            "facility": 3,
823            "description": "Load",
824            "event_type": "EQUIPMENT",
825            "event_code": "LOAD",
826            "status": "CLL",
827            "date": "2025-03-12 14:42:00",
828            "actual": true,
829            "is_date_from_sealine": true,
830            "is_additional_event": false,
831            "type": "sea",
832            "transport_type": "VESSEL",
833            "vessel": 1,
834            "voyage": "510E"
835          },
836          {
837            "order_id": 4,
838            "location": 1,
839            "facility": 3,
840            "description": "Vessel departure",
841            "event_type": "TRANSPORT",
842            "event_code": "DEPA",
843            "status": "VDL",
844            "date": "2025-03-12 21:14:00",
845            "actual": true,
846            "is_date_from_sealine": true,
847            "is_additional_event": false,
848            "type": "sea",
849            "transport_type": "VESSEL",
850            "vessel": 1,
851            "voyage": "510E"
852          },
853          {
854            "order_id": 5,
855            "location": 2,
856            "facility": 1,
857            "description": "Vessel arrival",
858            "event_type": "TRANSPORT",
859            "event_code": "ARRI",
860            "status": "VAD",
861            "date": "2025-04-12 08:00:00",
862            "actual": false,
863            "is_date_from_sealine": true,
864            "is_additional_event": false,
865            "type": "sea",
866            "transport_type": "VESSEL",
867            "vessel": 1,
868            "voyage": "510E"
869          }
870        ]
871      },
872      {
873        "number": "WNGU2507233",
874        "iso_code": "22G1",
875        "size_type": "20' Dry Standard",
876        "status": "IN_TRANSIT",
877        "is_status_from_sealine": true,
878        "charges": {
879          "storage": {
880            "free_days": null,
881            "days_in_charge": null
882          },
883          "demurrage": {
884            "free_days": null,
885            "days_in_charge": null
886          },
887          "detention": {
888            "free_days": null,
889            "days_in_charge": null
890          }
891        },
892        "events": [
893          {
894            "order_id": 1,
895            "location": 1,
896            "facility": 2,
897            "description": "Gate out Empty",
898            "event_type": "EQUIPMENT",
899            "event_code": "GTOT",
900            "status": "CEP",
901            "date": "2025-03-05 03:35:00",
902            "actual": true,
903            "is_date_from_sealine": true,
904            "is_additional_event": false,
905            "type": "land",
906            "transport_type": null,
907            "vessel": null,
908            "voyage": null
909          },
910          {
911            "order_id": 2,
912            "location": 1,
913            "facility": 3,
914            "description": "Gate in",
915            "event_type": "EQUIPMENT",
916            "event_code": "GTIN",
917            "status": "CGI",
918            "date": "2025-03-09 16:29:00",
919            "actual": true,
920            "is_date_from_sealine": true,
921            "is_additional_event": false,
922            "type": "land",
923            "transport_type": null,
924            "vessel": null,
925            "voyage": null
926          },
927          {
928            "order_id": 3,
929            "location": 1,
930            "facility": 3,
931            "description": "Load",
932            "event_type": "EQUIPMENT",
933            "event_code": "LOAD",
934            "status": "CLL",
935            "date": "2025-03-12 14:45:00",
936            "actual": true,
937            "is_date_from_sealine": true,
938            "is_additional_event": false,
939            "type": "sea",
940            "transport_type": "VESSEL",
941            "vessel": 1,
942            "voyage": "510E"
943          },
944          {
945            "order_id": 4,
946            "location": 1,
947            "facility": 3,
948            "description": "Vessel departure",
949            "event_type": "TRANSPORT",
950            "event_code": "DEPA",
951            "status": "VDL",
952            "date": "2025-03-12 21:14:00",
953            "actual": true,
954            "is_date_from_sealine": true,
955            "is_additional_event": false,
956            "type": "sea",
957            "transport_type": "VESSEL",
958            "vessel": 1,
959            "voyage": "510E"
960          },
961          {
962            "order_id": 5,
963            "location": 2,
964            "facility": 1,
965            "description": "Vessel arrival",
966            "event_type": "TRANSPORT",
967            "event_code": "ARRI",
968            "status": "VAD",
969            "date": "2025-04-12 08:00:00",
970            "actual": false,
971            "is_date_from_sealine": true,
972            "is_additional_event": false,
973            "type": "sea",
974            "transport_type": "VESSEL",
975            "vessel": 1,
976            "voyage": "510E"
977          }
978        ]
979      }
980    ],
981    "route_data": {
982      "route": [
983        {
984          "path": [
985            [
986              36.0649,
987              120.3804
988            ],
989            [
990              35.5708,
991              120.8286
992            ],
993            [
994              35.5612,
995              120.8388
996            ],
997            [
998              35.5533,
999              120.8501
1000            ],
1001            [
1002              35.5472,
1003              120.8627
1004            ],
1005            [
1006              33.8623,
1007              125.0356
1008            ],
1009            [
1010              33.8562,
1011              125.0528
1012            ],
1013            [
1014              33.8514,
1015              125.0703
1016            ],
1017            [
1018              33.848,
1019              125.0882
1020            ],
1021            [
1022              33.7223,
1023              125.9125
1024            ],
1025            [
1026              33.7231,
1027              125.9275
1028            ],
1029            [
1030              33.7307,
1031              125.9376
1032            ],
1033            [
1034              33.745,
1035              125.9427
1036            ],
1037            [
1038              33.7717,
1039              125.9468
1040            ],
1041            [
1042              33.745,
1043              125.9427
1044            ],
1045            [
1046              33.7298,
1047              125.9434
1048            ],
1049            [
1050              33.7196,
1051              125.9508
1052            ],
1053            [
1054              33.7143,
1055              125.9649
1056            ],
1057            [
1058              33.7018,
1059              126.0464
1060            ],
1061            [
1062              33.6994,
1063              126.053
1064            ],
1065            [
1066              33.6948,
1067              126.0561
1068            ],
1069            [
1070              33.6878,
1071              126.0556
1072            ],
1073            [
1074              33.6999,
1075              126.0591
1076            ],
1077            [
1078              33.6932,
1079              126.0585
1080            ],
1081            [
1082              33.6894,
1083              126.0615
1084            ],
1085            [
1086              33.6885,
1087              126.0681
1088            ],
1089            [
1090              33.7481,
1091              126.9036
1092            ],
1093            [
1094              33.7494,
1095              126.9217
1096            ],
1097            [
1098              33.7507,
1099              126.9398
1100            ],
1101            [
1102              33.752,
1103              126.9578
1104            ],
1105            [
1106              33.91265092179989,
1107              129.18822808575646
1108            ],
1109            [
1110              34.0022,
1111              130.4315
1112            ],
1113            [
1114              34.003,
1115              130.4497
1116            ],
1117            [
1118              34.0028,
1119              130.4679
1120            ],
1121            [
1122              34.0015,
1123              130.486
1124            ],
1125            [
1126              33.9839,
1127              130.6611
1128            ],
1129            [
1130              33.9817,
1131              130.6801
1132            ],
1133            [
1134              33.9786,
1135              130.699
1136            ],
1137            [
1138              33.9749,
1139              130.7177
1140            ],
1141            [
1142              33.9617,
1143              130.7775
1144            ],
1145            [
1146              33.9569,
1147              130.7961
1148            ],
1149            [
1150              33.9507,
1151              130.8142
1152            ],
1153            [
1154              33.9431,
1155              130.8318
1156            ],
1157            [
1158              33.9416,
1159              130.8349
1160            ],
1161            [
1162              33.9341,
1163              130.8506
1164            ],
1165            [
1166              33.9266,
1167              130.8663
1168            ],
1169            [
1170              33.919,
1171              130.882
1172            ],
1173            [
1174              33.9153,
1175              130.8897
1176            ],
1177            [
1178              33.9115,
1179              130.9007
1180            ],
1181            [
1182              33.9105,
1183              130.9119
1184            ],
1185            [
1186              33.9124,
1187              130.9234
1188            ],
1189            [
1190              33.9074,
1191              130.9062
1192            ],
1193            [
1194              33.9117,
1195              130.9172
1196            ],
1197            [
1198              33.9179,
1199              130.9269
1200            ],
1201            [
1202              33.926,
1203              130.9355
1204            ],
1205            [
1206              33.9269,
1207              130.9362
1208            ],
1209            [
1210              33.9367,
1211              130.9454
1212            ],
1213            [
1214              33.9456,
1215              130.9553
1216            ],
1217            [
1218              33.9538,
1219              130.966
1220            ],
1221            [
1222              33.954,
1223              130.9664
1224            ],
1225            [
1226              33.961,
1227              130.9778
1228            ],
1229            [
1230              33.9666,
1231              130.9898
1232            ],
1233            [
1234              33.9708,
1235              131.0025
1236            ],
1237            [
1238              33.9656,
1239              130.9831
1240            ],
1241            [
1242              33.9694,
1243              131.0049
1244            ],
1245            [
1246              33.969,
1247              131.0266
1248            ],
1249            [
1250              33.9645,
1251              131.0483
1252            ],
1253            [
1254              33.94,
1255              131.1264
1256            ],
1257            [
1258              33.934,
1259              131.146
1260            ],
1261            [
1262              33.9283,
1263              131.1657
1264            ],
1265            [
1266              33.9229,
1267              131.1854
1268            ],
1269            [
1270              33.6807,
1271              132.0855
1272            ],
1273            [
1274              33.6766,
1275              132.1054
1276            ],
1277            [
1278              33.6749,
1279              132.1255
1280            ],
1281            [
1282              33.6757,
1283              132.1457
1284            ],
1285            [
1286              33.721,
1287              132.5874
1288            ],
1289            [
1290              33.7235,
1291              132.6081
1292            ],
1293            [
1294              33.7267,
1295              132.6287
1296            ],
1297            [
1298              33.7306,
1299              132.6492
1300            ],
1301            [
1302              34.1492,
1303              134.6545
1304            ],
1305            [
1306              34.1498,
1307              134.6699
1308            ],
1309            [
1310              34.1444,
1311              134.6828
1312            ],
1313            [
1314              34.1332,
1315              134.6933
1316            ],
1317            [
1318              33.4787,
1319              135.1134
1320            ],
1321            [
1322              33.4681,
1323              135.122
1324            ],
1325            [
1326              33.4598,
1327              135.1324
1328            ],
1329            [
1330              33.4538,
1331              135.1447
1332            ],
1333            [
1334              33.2405,
1335              135.7489
1336            ],
1337            [
1338              33.2367,
1339              135.7623
1340            ],
1341            [
1342              33.2347,
1343              135.7759
1344            ],
1345            [
1346              33.2343,
1347              135.7899
1348            ],
1349            [
1350              37.4964,
1351              -123.081
1352            ],
1353            [
1354              37.4979,
1355              -123.0649
1356            ],
1357            [
1358              37.5011,
1359              -123.0491
1360            ],
1361            [
1362              37.506,
1363              -123.0336
1364            ],
1365            [
1366              37.591,
1367              -122.8085
1368            ],
1369            [
1370              37.599,
1371              -122.7875
1372            ],
1373            [
1374              37.6071,
1375              -122.7666
1376            ],
1377            [
1378              37.6154,
1379              -122.7457
1380            ],
1381            [
1382              37.8044,
1383              -122.2708
1384            ]
1385          ],
1386          "type": "SEA",
1387          "transport_type": "VESSEL"
1388        }
1389      ],
1390      "pin": [
1391        33.91265092179989,
1392        129.18822808575646
1393      ],
1394      "ais": {
1395        "status": "OK",
1396        "data": {
1397          "last_event": {
1398            "description": "Vessel departure",
1399            "date": "2025-03-12 21:14:00",
1400            "voyage": "510E"
1401          },
1402          "discharge_port": {
1403            "name": "Oakland",
1404            "country_code": "US",
1405            "code": "OAK",
1406            "date": "2025-04-12 08:00:00",
1407            "date_label": "ETA"
1408          },
1409          "vessel": {
1410            "name": "MAERSK SHIVLING",
1411            "imo": 9728253,
1412            "call_sign": "D5JH8",
1413            "mmsi": 636017104,
1414            "flag": "LR"
1415          },
1416          "last_vessel_position": {
1417            "lat": 35.077282,
1418            "lng": 128.80836,
1419            "updated_at": "2025-03-14 07:47:25"
1420          },
1421          "departure_port": {
1422            "country_code": "CN",
1423            "code": "QDG",
1424            "date": "2025-03-12 13:59:00",
1425            "date_label": "ATD"
1426          },
1427          "arrival_port": {
1428            "country_code": "KR",
1429            "code": "PUS",
1430            "date": "2025-03-14 06:00:00",
1431            "date_label": "ETA"
1432          },
1433          "updated_at": "2025-03-14 07:52:20"
1434        }
1435      }
1436    }
1437  }
1438}

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": "MRKU9465770",
8      "sealine": "MAEU",
9      "sealine_name": "Maersk",
10      "status": "IN_TRANSIT",
11      "is_status_from_sealine": true,
12      "from_cache": false,
13      "updated_at": "2025-03-14 07:54:50",
14      "cache_expires": "2025-03-14 19:54:50",
15      "api_calls": {
16        "total": 100,
17        "used": 1,
18        "remaining": 99
19      },
20      "unique_shipments": {
21        "total": 0,
22        "used": 0,
23        "remaining": 0
24      }
25    },
26    "locations": [
27      {
28        "id": 1,
29        "name": "Qingdao",
30        "state": "Shandong Sheng",
31        "country": "China",
32        "country_code": "CN",
33        "locode": "CNQDG",
34        "lat": 36.06488,
35        "lng": 120.38042,
36        "timezone": "Asia/Shanghai"
37      },
38      {
39        "id": 2,
40        "name": "Oakland",
41        "state": "California",
42        "country": "United States",
43        "country_code": "US",
44        "locode": "USOAK",
45        "lat": 37.80437,
46        "lng": -122.2708,
47        "timezone": "America/Los_Angeles"
48      }
49    ],
50    "facilities": [
51      {
52        "id": 1,
53        "name": "Smart International Logistics Co",
54        "country_code": "CN",
55        "locode": null,
56        "bic_code": null,
57        "smdg_code": null,
58        "lat": null,
59        "lng": null
60      },
61      {
62        "id": 2,
63        "name": "Qingdao Qianwan Container Co Ltd",
64        "country_code": "CN",
65        "locode": null,
66        "bic_code": null,
67        "smdg_code": null,
68        "lat": null,
69        "lng": null
70      },
71      {
72        "id": 3,
73        "name": "OAK INTL CONT TERM BERTH 58 Z985",
74        "country_code": "US",
75        "locode": null,
76        "bic_code": null,
77        "smdg_code": null,
78        "lat": null,
79        "lng": null
80      }
81    ],
82    "route": {
83      "prepol": {
84        "location": 1,
85        "date": "2025-03-03 23:05:00",
86        "actual": true
87      },
88      "pol": {
89        "location": 1,
90        "date": "2025-03-12 21:14:00",
91        "actual": true
92      },
93      "pod": {
94        "location": 2,
95        "date": "2025-04-12 08:00:00",
96        "actual": false,
97        "predictive_eta": null
98      },
99      "postpod": {
100        "location": 2,
101        "date": "2025-04-12 08:00:00",
102        "actual": false
103      }
104    },
105    "vessels": [
106      {
107        "id": 1,
108        "name": "MAERSK SHIVLING",
109        "imo": 9728253,
110        "call_sign": "D5JH8",
111        "mmsi": 636017104,
112        "flag": "LR"
113      }
114    ],
115    "container": {
116      "number": "MRKU9465770",
117      "iso_code": "22G1",
118      "size_type": "20' Dry Standard",
119      "status": "IN_TRANSIT",
120      "is_status_from_sealine": true,
121      "charges": {
122        "storage": {
123          "free_days": null,
124          "days_in_charge": null
125        },
126        "demurrage": {
127          "free_days": null,
128          "days_in_charge": null
129        },
130        "detention": {
131          "free_days": null,
132          "days_in_charge": null
133        }
134      },
135      "events": [
136        {
137          "order_id": 1,
138          "location": 1,
139          "facility": 1,
140          "description": "Gate out Empty",
141          "event_type": "EQUIPMENT",
142          "event_code": "GTOT",
143          "status": "CEP",
144          "date": "2025-03-03 23:05:00",
145          "actual": true,
146          "is_date_from_sealine": true,
147          "is_additional_event": false,
148          "type": "land",
149          "transport_type": null,
150          "vessel": null,
151          "voyage": null
152        },
153        {
154          "order_id": 2,
155          "location": 1,
156          "facility": 2,
157          "description": "Gate in",
158          "event_type": "EQUIPMENT",
159          "event_code": "GTIN",
160          "status": "CGI",
161          "date": "2025-03-09 17:58:00",
162          "actual": true,
163          "is_date_from_sealine": true,
164          "is_additional_event": false,
165          "type": "land",
166          "transport_type": null,
167          "vessel": null,
168          "voyage": null
169        },
170        {
171          "order_id": 3,
172          "location": 1,
173          "facility": 2,
174          "description": "Load",
175          "event_type": "EQUIPMENT",
176          "event_code": "LOAD",
177          "status": "CLL",
178          "date": "2025-03-12 14:32:00",
179          "actual": true,
180          "is_date_from_sealine": true,
181          "is_additional_event": false,
182          "type": "sea",
183          "transport_type": "VESSEL",
184          "vessel": 1,
185          "voyage": "510E"
186        },
187        {
188          "order_id": 4,
189          "location": 1,
190          "facility": 2,
191          "description": "Vessel departure",
192          "event_type": "TRANSPORT",
193          "event_code": "DEPA",
194          "status": "VDL",
195          "date": "2025-03-12 21:14:00",
196          "actual": true,
197          "is_date_from_sealine": true,
198          "is_additional_event": false,
199          "type": "sea",
200          "transport_type": "VESSEL",
201          "vessel": 1,
202          "voyage": "510E"
203        },
204        {
205          "order_id": 5,
206          "location": 2,
207          "facility": 3,
208          "description": "Vessel arrival",
209          "event_type": "TRANSPORT",
210          "event_code": "ARRI",
211          "status": "VAD",
212          "date": "2025-04-12 08:00:00",
213          "actual": false,
214          "is_date_from_sealine": true,
215          "is_additional_event": false,
216          "type": "sea",
217          "transport_type": "VESSEL",
218          "vessel": 1,
219          "voyage": "510E"
220        }
221      ]
222    }
223  }
224}

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": "250256386",
8      "sealine": "MAEU",
9      "sealine_name": "Maersk",
10      "status": "IN_TRANSIT",
11      "is_status_from_sealine": true,
12      "from_cache": true,
13      "updated_at": "2025-03-14 07:37:04",
14      "cache_expires": "2025-03-14 19:37:04",
15      "api_calls": {
16        "total": 100,
17        "used": 1,
18        "remaining": 99
19      },
20      "unique_shipments": {
21        "total": 0,
22        "used": 0,
23        "remaining": 0
24      }
25    },
26    "locations": [
27      {
28        "id": 1,
29        "name": "Qingdao",
30        "state": "Shandong Sheng",
31        "country": "China",
32        "country_code": "CN",
33        "locode": "CNQDG",
34        "lat": 36.06488,
35        "lng": 120.38042,
36        "timezone": "Asia/Shanghai"
37      },
38      {
39        "id": 2,
40        "name": "Oakland",
41        "state": "California",
42        "country": "United States",
43        "country_code": "US",
44        "locode": "USOAK",
45        "lat": 37.80437,
46        "lng": -122.2708,
47        "timezone": "America/Los_Angeles"
48      }
49    ],
50    "facilities": [
51      {
52        "id": 1,
53        "name": "OAK INTL CONT TERM BERTH 58 Z985",
54        "country_code": "US",
55        "locode": null,
56        "bic_code": null,
57        "smdg_code": null,
58        "lat": null,
59        "lng": null
60      },
61      {
62        "id": 2,
63        "name": "Smart International Logistics Co",
64        "country_code": "CN",
65        "locode": null,
66        "bic_code": null,
67        "smdg_code": null,
68        "lat": null,
69        "lng": null
70      },
71      {
72        "id": 3,
73        "name": "Qingdao Qianwan Container Co Ltd",
74        "country_code": "CN",
75        "locode": null,
76        "bic_code": null,
77        "smdg_code": null,
78        "lat": null,
79        "lng": null
80      }
81    ],
82    "route": {
83      "prepol": {
84        "location": 1,
85        "date": "2025-03-03 23:05:00",
86        "actual": true
87      },
88      "pol": {
89        "location": 1,
90        "date": "2025-03-12 21:14:00",
91        "actual": true
92      },
93      "pod": {
94        "location": 2,
95        "date": "2025-04-12 08:00:00",
96        "actual": false,
97        "predictive_eta": null
98      },
99      "postpod": {
100        "location": 2,
101        "date": "2025-04-12 08:00:00",
102        "actual": false
103      }
104    },
105    "vessels": [
106      {
107        "id": 1,
108        "name": "MAERSK SHIVLING",
109        "imo": 9728253,
110        "call_sign": "D5JH8",
111        "mmsi": 636017104,
112        "flag": "LR"
113      }
114    ],
115    "containers": [
116      {
117        "number": "MRKU9465770",
118        "iso_code": "22G1",
119        "size_type": "20' Dry Standard",
120        "status": "IN_TRANSIT",
121        "is_status_from_sealine": true,
122        "charges": {
123          "storage": {
124            "free_days": null,
125            "days_in_charge": null
126          },
127          "demurrage": {
128            "free_days": null,
129            "days_in_charge": null
130          },
131          "detention": {
132            "free_days": null,
133            "days_in_charge": null
134          }
135        },
136        "events": [
137          {
138            "order_id": 1,
139            "location": 1,
140            "facility": 2,
141            "description": "Gate out Empty",
142            "event_type": "EQUIPMENT",
143            "event_code": "GTOT",
144            "status": "CEP",
145            "date": "2025-03-03 23:05:00",
146            "actual": true,
147            "is_date_from_sealine": true,
148            "is_additional_event": false,
149            "type": "land",
150            "transport_type": null,
151            "vessel": null,
152            "voyage": null
153          },
154          {
155            "order_id": 2,
156            "location": 1,
157            "facility": 3,
158            "description": "Gate in",
159            "event_type": "EQUIPMENT",
160            "event_code": "GTIN",
161            "status": "CGI",
162            "date": "2025-03-09 17:58:00",
163            "actual": true,
164            "is_date_from_sealine": true,
165            "is_additional_event": false,
166            "type": "land",
167            "transport_type": null,
168            "vessel": null,
169            "voyage": null
170          },
171          {
172            "order_id": 3,
173            "location": 1,
174            "facility": 3,
175            "description": "Load",
176            "event_type": "EQUIPMENT",
177            "event_code": "LOAD",
178            "status": "CLL",
179            "date": "2025-03-12 14:32:00",
180            "actual": true,
181            "is_date_from_sealine": true,
182            "is_additional_event": false,
183            "type": "sea",
184            "transport_type": "VESSEL",
185            "vessel": 1,
186            "voyage": "510E"
187          },
188          {
189            "order_id": 4,
190            "location": 1,
191            "facility": 3,
192            "description": "Vessel departure",
193            "event_type": "TRANSPORT",
194            "event_code": "DEPA",
195            "status": "VDL",
196            "date": "2025-03-12 21:14:00",
197            "actual": true,
198            "is_date_from_sealine": true,
199            "is_additional_event": false,
200            "type": "sea",
201            "transport_type": "VESSEL",
202            "vessel": 1,
203            "voyage": "510E"
204          },
205          {
206            "order_id": 5,
207            "location": 2,
208            "facility": 1,
209            "description": "Vessel arrival",
210            "event_type": "TRANSPORT",
211            "event_code": "ARRI",
212            "status": "VAD",
213            "date": "2025-04-12 08:00:00",
214            "actual": false,
215            "is_date_from_sealine": true,
216            "is_additional_event": false,
217            "type": "sea",
218            "transport_type": "VESSEL",
219            "vessel": 1,
220            "voyage": "510E"
221          }
222        ]
223      },
224      {
225        "number": "PONU0050964",
226        "iso_code": "22G1",
227        "size_type": "20' Dry Standard",
228        "status": "IN_TRANSIT",
229        "is_status_from_sealine": true,
230        "charges": {
231          "storage": {
232            "free_days": null,
233            "days_in_charge": null
234          },
235          "demurrage": {
236            "free_days": null,
237            "days_in_charge": null
238          },
239          "detention": {
240            "free_days": null,
241            "days_in_charge": null
242          }
243        },
244        "events": [
245          {
246            "order_id": 1,
247            "location": 1,
248            "facility": 2,
249            "description": "Gate out Empty",
250            "event_type": "EQUIPMENT",
251            "event_code": "GTOT",
252            "status": "CEP",
253            "date": "2025-03-03 23:04:00",
254            "actual": true,
255            "is_date_from_sealine": true,
256            "is_additional_event": false,
257            "type": "land",
258            "transport_type": null,
259            "vessel": null,
260            "voyage": null
261          },
262          {
263            "order_id": 2,
264            "location": 1,
265            "facility": 3,
266            "description": "Gate in",
267            "event_type": "EQUIPMENT",
268            "event_code": "GTIN",
269            "status": "CGI",
270            "date": "2025-03-09 17:58:00",
271            "actual": true,
272            "is_date_from_sealine": true,
273            "is_additional_event": false,
274            "type": "land",
275            "transport_type": null,
276            "vessel": null,
277            "voyage": null
278          },
279          {
280            "order_id": 3,
281            "location": 1,
282            "facility": 3,
283            "description": "Load",
284            "event_type": "EQUIPMENT",
285            "event_code": "LOAD",
286            "status": "CLL",
287            "date": "2025-03-12 14:32:00",
288            "actual": true,
289            "is_date_from_sealine": true,
290            "is_additional_event": false,
291            "type": "sea",
292            "transport_type": "VESSEL",
293            "vessel": 1,
294            "voyage": "510E"
295          },
296          {
297            "order_id": 4,
298            "location": 1,
299            "facility": 3,
300            "description": "Vessel departure",
301            "event_type": "TRANSPORT",
302            "event_code": "DEPA",
303            "status": "VDL",
304            "date": "2025-03-12 21:14:00",
305            "actual": true,
306            "is_date_from_sealine": true,
307            "is_additional_event": false,
308            "type": "sea",
309            "transport_type": "VESSEL",
310            "vessel": 1,
311            "voyage": "510E"
312          },
313          {
314            "order_id": 5,
315            "location": 2,
316            "facility": 1,
317            "description": "Vessel arrival",
318            "event_type": "TRANSPORT",
319            "event_code": "ARRI",
320            "status": "VAD",
321            "date": "2025-04-12 08:00:00",
322            "actual": false,
323            "is_date_from_sealine": true,
324            "is_additional_event": false,
325            "type": "sea",
326            "transport_type": "VESSEL",
327            "vessel": 1,
328            "voyage": "510E"
329          }
330        ]
331      },
332      {
333        "number": "WNGU2504907",
334        "iso_code": "22G1",
335        "size_type": "20' Dry Standard",
336        "status": "IN_TRANSIT",
337        "is_status_from_sealine": true,
338        "charges": {
339          "storage": {
340            "free_days": null,
341            "days_in_charge": null
342          },
343          "demurrage": {
344            "free_days": null,
345            "days_in_charge": null
346          },
347          "detention": {
348            "free_days": null,
349            "days_in_charge": null
350          }
351        },
352        "events": [
353          {
354            "order_id": 1,
355            "location": 1,
356            "facility": 2,
357            "description": "Gate out Empty",
358            "event_type": "EQUIPMENT",
359            "event_code": "GTOT",
360            "status": "CEP",
361            "date": "2025-03-04 22:04:00",
362            "actual": true,
363            "is_date_from_sealine": true,
364            "is_additional_event": false,
365            "type": "land",
366            "transport_type": null,
367            "vessel": null,
368            "voyage": null
369          },
370          {
371            "order_id": 2,
372            "location": 1,
373            "facility": 3,
374            "description": "Gate in",
375            "event_type": "EQUIPMENT",
376            "event_code": "GTIN",
377            "status": "CGI",
378            "date": "2025-03-09 16:39:00",
379            "actual": true,
380            "is_date_from_sealine": true,
381            "is_additional_event": false,
382            "type": "land",
383            "transport_type": null,
384            "vessel": null,
385            "voyage": null
386          },
387          {
388            "order_id": 3,
389            "location": 1,
390            "facility": 3,
391            "description": "Load",
392            "event_type": "EQUIPMENT",
393            "event_code": "LOAD",
394            "status": "CLL",
395            "date": "2025-03-12 14:51:00",
396            "actual": true,
397            "is_date_from_sealine": true,
398            "is_additional_event": false,
399            "type": "sea",
400            "transport_type": "VESSEL",
401            "vessel": 1,
402            "voyage": "510E"
403          },
404          {
405            "order_id": 4,
406            "location": 1,
407            "facility": 3,
408            "description": "Vessel departure",
409            "event_type": "TRANSPORT",
410            "event_code": "DEPA",
411            "status": "VDL",
412            "date": "2025-03-12 21:14:00",
413            "actual": true,
414            "is_date_from_sealine": true,
415            "is_additional_event": false,
416            "type": "sea",
417            "transport_type": "VESSEL",
418            "vessel": 1,
419            "voyage": "510E"
420          },
421          {
422            "order_id": 5,
423            "location": 2,
424            "facility": 1,
425            "description": "Vessel arrival",
426            "event_type": "TRANSPORT",
427            "event_code": "ARRI",
428            "status": "VAD",
429            "date": "2025-04-12 08:00:00",
430            "actual": false,
431            "is_date_from_sealine": true,
432            "is_additional_event": false,
433            "type": "sea",
434            "transport_type": "VESSEL",
435            "vessel": 1,
436            "voyage": "510E"
437          }
438        ]
439      },
440      {
441        "number": "WNGU2505842",
442        "iso_code": "22G1",
443        "size_type": "20' Dry Standard",
444        "status": "IN_TRANSIT",
445        "is_status_from_sealine": true,
446        "charges": {
447          "storage": {
448            "free_days": null,
449            "days_in_charge": null
450          },
451          "demurrage": {
452            "free_days": null,
453            "days_in_charge": null
454          },
455          "detention": {
456            "free_days": null,
457            "days_in_charge": null
458          }
459        },
460        "events": [
461          {
462            "order_id": 1,
463            "location": 1,
464            "facility": 2,
465            "description": "Gate out Empty",
466            "event_type": "EQUIPMENT",
467            "event_code": "GTOT",
468            "status": "CEP",
469            "date": "2025-03-05 03:55:00",
470            "actual": true,
471            "is_date_from_sealine": true,
472            "is_additional_event": false,
473            "type": "land",
474            "transport_type": null,
475            "vessel": null,
476            "voyage": null
477          },
478          {
479            "order_id": 2,
480            "location": 1,
481            "facility": 3,
482            "description": "Gate in",
483            "event_type": "EQUIPMENT",
484            "event_code": "GTIN",
485            "status": "CGI",
486            "date": "2025-03-09 20:51:00",
487            "actual": true,
488            "is_date_from_sealine": true,
489            "is_additional_event": false,
490            "type": "land",
491            "transport_type": null,
492            "vessel": null,
493            "voyage": null
494          },
495          {
496            "order_id": 3,
497            "location": 1,
498            "facility": 3,
499            "description": "Load",
500            "event_type": "EQUIPMENT",
501            "event_code": "LOAD",
502            "status": "CLL",
503            "date": "2025-03-12 14:28:00",
504            "actual": true,
505            "is_date_from_sealine": true,
506            "is_additional_event": false,
507            "type": "sea",
508            "transport_type": "VESSEL",
509            "vessel": 1,
510            "voyage": "510E"
511          },
512          {
513            "order_id": 4,
514            "location": 1,
515            "facility": 3,
516            "description": "Vessel departure",
517            "event_type": "TRANSPORT",
518            "event_code": "DEPA",
519            "status": "VDL",
520            "date": "2025-03-12 21:14:00",
521            "actual": true,
522            "is_date_from_sealine": true,
523            "is_additional_event": false,
524            "type": "sea",
525            "transport_type": "VESSEL",
526            "vessel": 1,
527            "voyage": "510E"
528          },
529          {
530            "order_id": 5,
531            "location": 2,
532            "facility": 1,
533            "description": "Vessel arrival",
534            "event_type": "TRANSPORT",
535            "event_code": "ARRI",
536            "status": "VAD",
537            "date": "2025-04-12 08:00:00",
538            "actual": false,
539            "is_date_from_sealine": true,
540            "is_additional_event": false,
541            "type": "sea",
542            "transport_type": "VESSEL",
543            "vessel": 1,
544            "voyage": "510E"
545          }
546        ]
547      },
548      {
549        "number": "WNGU2505884",
550        "iso_code": "22G1",
551        "size_type": "20' Dry Standard",
552        "status": "IN_TRANSIT",
553        "is_status_from_sealine": true,
554        "charges": {
555          "storage": {
556            "free_days": null,
557            "days_in_charge": null
558          },
559          "demurrage": {
560            "free_days": null,
561            "days_in_charge": null
562          },
563          "detention": {
564            "free_days": null,
565            "days_in_charge": null
566          }
567        },
568        "events": [
569          {
570            "order_id": 1,
571            "location": 1,
572            "facility": 2,
573            "description": "Gate out Empty",
574            "event_type": "EQUIPMENT",
575            "event_code": "GTOT",
576            "status": "CEP",
577            "date": "2025-03-04 22:04:00",
578            "actual": true,
579            "is_date_from_sealine": true,
580            "is_additional_event": false,
581            "type": "land",
582            "transport_type": null,
583            "vessel": null,
584            "voyage": null
585          },
586          {
587            "order_id": 2,
588            "location": 1,
589            "facility": 3,
590            "description": "Gate in",
591            "event_type": "EQUIPMENT",
592            "event_code": "GTIN",
593            "status": "CGI",
594            "date": "2025-03-09 16:39:00",
595            "actual": true,
596            "is_date_from_sealine": true,
597            "is_additional_event": false,
598            "type": "land",
599            "transport_type": null,
600            "vessel": null,
601            "voyage": null
602          },
603          {
604            "order_id": 3,
605            "location": 1,
606            "facility": 3,
607            "description": "Load",
608            "event_type": "EQUIPMENT",
609            "event_code": "LOAD",
610            "status": "CLL",
611            "date": "2025-03-12 14:51:00",
612            "actual": true,
613            "is_date_from_sealine": true,
614            "is_additional_event": false,
615            "type": "sea",
616            "transport_type": "VESSEL",
617            "vessel": 1,
618            "voyage": "510E"
619          },
620          {
621            "order_id": 4,
622            "location": 1,
623            "facility": 3,
624            "description": "Vessel departure",
625            "event_type": "TRANSPORT",
626            "event_code": "DEPA",
627            "status": "VDL",
628            "date": "2025-03-12 21:14:00",
629            "actual": true,
630            "is_date_from_sealine": true,
631            "is_additional_event": false,
632            "type": "sea",
633            "transport_type": "VESSEL",
634            "vessel": 1,
635            "voyage": "510E"
636          },
637          {
638            "order_id": 5,
639            "location": 2,
640            "facility": 1,
641            "description": "Vessel arrival",
642            "event_type": "TRANSPORT",
643            "event_code": "ARRI",
644            "status": "VAD",
645            "date": "2025-04-12 08:00:00",
646            "actual": false,
647            "is_date_from_sealine": true,
648            "is_additional_event": false,
649            "type": "sea",
650            "transport_type": "VESSEL",
651            "vessel": 1,
652            "voyage": "510E"
653          }
654        ]
655      },
656      {
657        "number": "WNGU2506176",
658        "iso_code": "22G1",
659        "size_type": "20' Dry Standard",
660        "status": "IN_TRANSIT",
661        "is_status_from_sealine": true,
662        "charges": {
663          "storage": {
664            "free_days": null,
665            "days_in_charge": null
666          },
667          "demurrage": {
668            "free_days": null,
669            "days_in_charge": null
670          },
671          "detention": {
672            "free_days": null,
673            "days_in_charge": null
674          }
675        },
676        "events": [
677          {
678            "order_id": 1,
679            "location": 1,
680            "facility": 2,
681            "description": "Gate out Empty",
682            "event_type": "EQUIPMENT",
683            "event_code": "GTOT",
684            "status": "CEP",
685            "date": "2025-03-05 03:35:00",
686            "actual": true,
687            "is_date_from_sealine": true,
688            "is_additional_event": false,
689            "type": "land",
690            "transport_type": null,
691            "vessel": null,
692            "voyage": null
693          },
694          {
695            "order_id": 2,
696            "location": 1,
697            "facility": 3,
698            "description": "Gate in",
699            "event_type": "EQUIPMENT",
700            "event_code": "GTIN",
701            "status": "CGI",
702            "date": "2025-03-09 16:27:00",
703            "actual": true,
704            "is_date_from_sealine": true,
705            "is_additional_event": false,
706            "type": "land",
707            "transport_type": null,
708            "vessel": null,
709            "voyage": null
710          },
711          {
712            "order_id": 3,
713            "location": 1,
714            "facility": 3,
715            "description": "Load",
716            "event_type": "EQUIPMENT",
717            "event_code": "LOAD",
718            "status": "CLL",
719            "date": "2025-03-12 14:54:00",
720            "actual": true,
721            "is_date_from_sealine": true,
722            "is_additional_event": false,
723            "type": "sea",
724            "transport_type": "VESSEL",
725            "vessel": 1,
726            "voyage": "510E"
727          },
728          {
729            "order_id": 4,
730            "location": 1,
731            "facility": 3,
732            "description": "Vessel departure",
733            "event_type": "TRANSPORT",
734            "event_code": "DEPA",
735            "status": "VDL",
736            "date": "2025-03-12 21:14:00",
737            "actual": true,
738            "is_date_from_sealine": true,
739            "is_additional_event": false,
740            "type": "sea",
741            "transport_type": "VESSEL",
742            "vessel": 1,
743            "voyage": "510E"
744          },
745          {
746            "order_id": 5,
747            "location": 2,
748            "facility": 1,
749            "description": "Vessel arrival",
750            "event_type": "TRANSPORT",
751            "event_code": "ARRI",
752            "status": "VAD",
753            "date": "2025-04-12 08:00:00",
754            "actual": false,
755            "is_date_from_sealine": true,
756            "is_additional_event": false,
757            "type": "sea",
758            "transport_type": "VESSEL",
759            "vessel": 1,
760            "voyage": "510E"
761          }
762        ]
763      },
764      {
765        "number": "WNGU2507090",
766        "iso_code": "22G1",
767        "size_type": "20' Dry Standard",
768        "status": "IN_TRANSIT",
769        "is_status_from_sealine": true,
770        "charges": {
771          "storage": {
772            "free_days": null,
773            "days_in_charge": null
774          },
775          "demurrage": {
776            "free_days": null,
777            "days_in_charge": null
778          },
779          "detention": {
780            "free_days": null,
781            "days_in_charge": null
782          }
783        },
784        "events": [
785          {
786            "order_id": 1,
787            "location": 1,
788            "facility": 2,
789            "description": "Gate out Empty",
790            "event_type": "EQUIPMENT",
791            "event_code": "GTOT",
792            "status": "CEP",
793            "date": "2025-03-05 03:55:00",
794            "actual": true,
795            "is_date_from_sealine": true,
796            "is_additional_event": false,
797            "type": "land",
798            "transport_type": null,
799            "vessel": null,
800            "voyage": null
801          },
802          {
803            "order_id": 2,
804            "location": 1,
805            "facility": 3,
806            "description": "Gate in",
807            "event_type": "EQUIPMENT",
808            "event_code": "GTIN",
809            "status": "CGI",
810            "date": "2025-03-09 20:48:00",
811            "actual": true,
812            "is_date_from_sealine": true,
813            "is_additional_event": false,
814            "type": "land",
815            "transport_type": null,
816            "vessel": null,
817            "voyage": null
818          },
819          {
820            "order_id": 3,
821            "location": 1,
822            "facility": 3,
823            "description": "Load",
824            "event_type": "EQUIPMENT",
825            "event_code": "LOAD",
826            "status": "CLL",
827            "date": "2025-03-12 14:42:00",
828            "actual": true,
829            "is_date_from_sealine": true,
830            "is_additional_event": false,
831            "type": "sea",
832            "transport_type": "VESSEL",
833            "vessel": 1,
834            "voyage": "510E"
835          },
836          {
837            "order_id": 4,
838            "location": 1,
839            "facility": 3,
840            "description": "Vessel departure",
841            "event_type": "TRANSPORT",
842            "event_code": "DEPA",
843            "status": "VDL",
844            "date": "2025-03-12 21:14:00",
845            "actual": true,
846            "is_date_from_sealine": true,
847            "is_additional_event": false,
848            "type": "sea",
849            "transport_type": "VESSEL",
850            "vessel": 1,
851            "voyage": "510E"
852          },
853          {
854            "order_id": 5,
855            "location": 2,
856            "facility": 1,
857            "description": "Vessel arrival",
858            "event_type": "TRANSPORT",
859            "event_code": "ARRI",
860            "status": "VAD",
861            "date": "2025-04-12 08:00:00",
862            "actual": false,
863            "is_date_from_sealine": true,
864            "is_additional_event": false,
865            "type": "sea",
866            "transport_type": "VESSEL",
867            "vessel": 1,
868            "voyage": "510E"
869          }
870        ]
871      },
872      {
873        "number": "WNGU2507233",
874        "iso_code": "22G1",
875        "size_type": "20' Dry Standard",
876        "status": "IN_TRANSIT",
877        "is_status_from_sealine": true,
878        "charges": {
879          "storage": {
880            "free_days": null,
881            "days_in_charge": null
882          },
883          "demurrage": {
884            "free_days": null,
885            "days_in_charge": null
886          },
887          "detention": {
888            "free_days": null,
889            "days_in_charge": null
890          }
891        },
892        "events": [
893          {
894            "order_id": 1,
895            "location": 1,
896            "facility": 2,
897            "description": "Gate out Empty",
898            "event_type": "EQUIPMENT",
899            "event_code": "GTOT",
900            "status": "CEP",
901            "date": "2025-03-05 03:35:00",
902            "actual": true,
903            "is_date_from_sealine": true,
904            "is_additional_event": false,
905            "type": "land",
906            "transport_type": null,
907            "vessel": null,
908            "voyage": null
909          },
910          {
911            "order_id": 2,
912            "location": 1,
913            "facility": 3,
914            "description": "Gate in",
915            "event_type": "EQUIPMENT",
916            "event_code": "GTIN",
917            "status": "CGI",
918            "date": "2025-03-09 16:29:00",
919            "actual": true,
920            "is_date_from_sealine": true,
921            "is_additional_event": false,
922            "type": "land",
923            "transport_type": null,
924            "vessel": null,
925            "voyage": null
926          },
927          {
928            "order_id": 3,
929            "location": 1,
930            "facility": 3,
931            "description": "Load",
932            "event_type": "EQUIPMENT",
933            "event_code": "LOAD",
934            "status": "CLL",
935            "date": "2025-03-12 14:45:00",
936            "actual": true,
937            "is_date_from_sealine": true,
938            "is_additional_event": false,
939            "type": "sea",
940            "transport_type": "VESSEL",
941            "vessel": 1,
942            "voyage": "510E"
943          },
944          {
945            "order_id": 4,
946            "location": 1,
947            "facility": 3,
948            "description": "Vessel departure",
949            "event_type": "TRANSPORT",
950            "event_code": "DEPA",
951            "status": "VDL",
952            "date": "2025-03-12 21:14:00",
953            "actual": true,
954            "is_date_from_sealine": true,
955            "is_additional_event": false,
956            "type": "sea",
957            "transport_type": "VESSEL",
958            "vessel": 1,
959            "voyage": "510E"
960          },
961          {
962            "order_id": 5,
963            "location": 2,
964            "facility": 1,
965            "description": "Vessel arrival",
966            "event_type": "TRANSPORT",
967            "event_code": "ARRI",
968            "status": "VAD",
969            "date": "2025-04-12 08:00:00",
970            "actual": false,
971            "is_date_from_sealine": true,
972            "is_additional_event": false,
973            "type": "sea",
974            "transport_type": "VESSEL",
975            "vessel": 1,
976            "voyage": "510E"
977          }
978        ]
979      }
980    ],
981    "route_data": {
982      "route": [
983        {
984          "path": [
985            [
986              36.0649,
987              120.3804
988            ],
989            [
990              35.5708,
991              120.8286
992            ],
993            [
994              35.5612,
995              120.8388
996            ],
997            [
998              35.5533,
999              120.8501
1000            ],
1001            [
1002              35.5472,
1003              120.8627
1004            ],
1005            [
1006              33.8623,
1007              125.0356
1008            ],
1009            [
1010              33.8562,
1011              125.0528
1012            ],
1013            [
1014              33.8514,
1015              125.0703
1016            ],
1017            [
1018              33.848,
1019              125.0882
1020            ],
1021            [
1022              33.7223,
1023              125.9125
1024            ],
1025            [
1026              33.7231,
1027              125.9275
1028            ],
1029            [
1030              33.7307,
1031              125.9376
1032            ],
1033            [
1034              33.745,
1035              125.9427
1036            ],
1037            [
1038              33.7717,
1039              125.9468
1040            ],
1041            [
1042              33.745,
1043              125.9427
1044            ],
1045            [
1046              33.7298,
1047              125.9434
1048            ],
1049            [
1050              33.7196,
1051              125.9508
1052            ],
1053            [
1054              33.7143,
1055              125.9649
1056            ],
1057            [
1058              33.7018,
1059              126.0464
1060            ],
1061            [
1062              33.6994,
1063              126.053
1064            ],
1065            [
1066              33.6948,
1067              126.0561
1068            ],
1069            [
1070              33.6878,
1071              126.0556
1072            ],
1073            [
1074              33.6999,
1075              126.0591
1076            ],
1077            [
1078              33.6932,
1079              126.0585
1080            ],
1081            [
1082              33.6894,
1083              126.0615
1084            ],
1085            [
1086              33.6885,
1087              126.0681
1088            ],
1089            [
1090              33.7481,
1091              126.9036
1092            ],
1093            [
1094              33.7494,
1095              126.9217
1096            ],
1097            [
1098              33.7507,
1099              126.9398
1100            ],
1101            [
1102              33.752,
1103              126.9578
1104            ],
1105            [
1106              33.91265092179989,
1107              129.18822808575646
1108            ],
1109            [
1110              34.0022,
1111              130.4315
1112            ],
1113            [
1114              34.003,
1115              130.4497
1116            ],
1117            [
1118              34.0028,
1119              130.4679
1120            ],
1121            [
1122              34.0015,
1123              130.486
1124            ],
1125            [
1126              33.9839,
1127              130.6611
1128            ],
1129            [
1130              33.9817,
1131              130.6801
1132            ],
1133            [
1134              33.9786,
1135              130.699
1136            ],
1137            [
1138              33.9749,
1139              130.7177
1140            ],
1141            [
1142              33.9617,
1143              130.7775
1144            ],
1145            [
1146              33.9569,
1147              130.7961
1148            ],
1149            [
1150              33.9507,
1151              130.8142
1152            ],
1153            [
1154              33.9431,
1155              130.8318
1156            ],
1157            [
1158              33.9416,
1159              130.8349
1160            ],
1161            [
1162              33.9341,
1163              130.8506
1164            ],
1165            [
1166              33.9266,
1167              130.8663
1168            ],
1169            [
1170              33.919,
1171              130.882
1172            ],
1173            [
1174              33.9153,
1175              130.8897
1176            ],
1177            [
1178              33.9115,
1179              130.9007
1180            ],
1181            [
1182              33.9105,
1183              130.9119
1184            ],
1185            [
1186              33.9124,
1187              130.9234
1188            ],
1189            [
1190              33.9074,
1191              130.9062
1192            ],
1193            [
1194              33.9117,
1195              130.9172
1196            ],
1197            [
1198              33.9179,
1199              130.9269
1200            ],
1201            [
1202              33.926,
1203              130.9355
1204            ],
1205            [
1206              33.9269,
1207              130.9362
1208            ],
1209            [
1210              33.9367,
1211              130.9454
1212            ],
1213            [
1214              33.9456,
1215              130.9553
1216            ],
1217            [
1218              33.9538,
1219              130.966
1220            ],
1221            [
1222              33.954,
1223              130.9664
1224            ],
1225            [
1226              33.961,
1227              130.9778
1228            ],
1229            [
1230              33.9666,
1231              130.9898
1232            ],
1233            [
1234              33.9708,
1235              131.0025
1236            ],
1237            [
1238              33.9656,
1239              130.9831
1240            ],
1241            [
1242              33.9694,
1243              131.0049
1244            ],
1245            [
1246              33.969,
1247              131.0266
1248            ],
1249            [
1250              33.9645,
1251              131.0483
1252            ],
1253            [
1254              33.94,
1255              131.1264
1256            ],
1257            [
1258              33.934,
1259              131.146
1260            ],
1261            [
1262              33.9283,
1263              131.1657
1264            ],
1265            [
1266              33.9229,
1267              131.1854
1268            ],
1269            [
1270              33.6807,
1271              132.0855
1272            ],
1273            [
1274              33.6766,
1275              132.1054
1276            ],
1277            [
1278              33.6749,
1279              132.1255
1280            ],
1281            [
1282              33.6757,
1283              132.1457
1284            ],
1285            [
1286              33.721,
1287              132.5874
1288            ],
1289            [
1290              33.7235,
1291              132.6081
1292            ],
1293            [
1294              33.7267,
1295              132.6287
1296            ],
1297            [
1298              33.7306,
1299              132.6492
1300            ],
1301            [
1302              34.1492,
1303              134.6545
1304            ],
1305            [
1306              34.1498,
1307              134.6699
1308            ],
1309            [
1310              34.1444,
1311              134.6828
1312            ],
1313            [
1314              34.1332,
1315              134.6933
1316            ],
1317            [
1318              33.4787,
1319              135.1134
1320            ],
1321            [
1322              33.4681,
1323              135.122
1324            ],
1325            [
1326              33.4598,
1327              135.1324
1328            ],
1329            [
1330              33.4538,
1331              135.1447
1332            ],
1333            [
1334              33.2405,
1335              135.7489
1336            ],
1337            [
1338              33.2367,
1339              135.7623
1340            ],
1341            [
1342              33.2347,
1343              135.7759
1344            ],
1345            [
1346              33.2343,
1347              135.7899
1348            ],
1349            [
1350              37.4964,
1351              -123.081
1352            ],
1353            [
1354              37.4979,
1355              -123.0649
1356            ],
1357            [
1358              37.5011,
1359              -123.0491
1360            ],
1361            [
1362              37.506,
1363              -123.0336
1364            ],
1365            [
1366              37.591,
1367              -122.8085
1368            ],
1369            [
1370              37.599,
1371              -122.7875
1372            ],
1373            [
1374              37.6071,
1375              -122.7666
1376            ],
1377            [
1378              37.6154,
1379              -122.7457
1380            ],
1381            [
1382              37.8044,
1383              -122.2708
1384            ]
1385          ],
1386          "type": "SEA",
1387          "transport_type": "VESSEL"
1388        }
1389      ],
1390      "pin": [
1391        33.91265092179989,
1392        129.18822808575646
1393      ],
1394      "ais": {
1395        "status": "OK",
1396        "data": {
1397          "last_event": {
1398            "description": "Vessel departure",
1399            "date": "2025-03-12 21:14:00",
1400            "voyage": "510E"
1401          },
1402          "discharge_port": {
1403            "name": "Oakland",
1404            "country_code": "US",
1405            "code": "OAK",
1406            "date": "2025-04-12 08:00:00",
1407            "date_label": "ETA"
1408          },
1409          "vessel": {
1410            "name": "MAERSK SHIVLING",
1411            "imo": 9728253,
1412            "call_sign": "D5JH8",
1413            "mmsi": 636017104,
1414            "flag": "LR"
1415          },
1416          "last_vessel_position": {
1417            "lat": 35.077282,
1418            "lng": 128.80836,
1419            "updated_at": "2025-03-14 07:47:25"
1420          },
1421          "departure_port": {
1422            "country_code": "CN",
1423            "code": "QDG",
1424            "date": "2025-03-12 13:59:00",
1425            "date_label": "ATD"
1426          },
1427          "arrival_port": {
1428            "country_code": "KR",
1429            "code": "PUS",
1430            "date": "2025-03-14 06:00:00",
1431            "date_label": "ETA"
1432          },
1433          "updated_at": "2025-03-14 07:52:20"
1434        }
1435      }
1436    }
1437  }
1438}

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.

    For certain sealines, tracking is supported using a combined number in the format Bill of Lading Number/Container Number or Booking Number/Container Number (e.g., BL12345678/ABCU1234567 or BK12345678/ABCU1234567).

  • 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        "bl_ct": false,
13        "bk_ct": false
14      },
15      "maintenance": false,
16      "scac_codes": [
17        "MSCU",
18        "MEDU"
19      ],
20      "prefixes": [
21        "MSC",
22        "MSD",
23        "MSM",
24        "MSB",
25        "MSG",
26        "MAD",
27        "MSP",
28        "MSZ",
29        "GTI",
30        "MED",
31        "MSY",
32        "MST",
33        "MSN",
34        "MSV"
35      ]
36    },
37    {
38      "name": "ZIM",
39      "active": true,
40      "active_types": {
41        "ct": true,
42        "bl": true,
43        "bk": true,
44        "bl_ct": false,
45        "bk_ct": false
46      },
47      "maintenance": false,
48      "scac_codes": [
49        "ZIMU"
50      ],
51      "prefixes": [
52        "ZCL",
53        "ZCS",
54        "ZIM",
55        "ZMO",
56        "ZWF"
57      ]
58    }
59  ]
60}

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.

    For certain sealines, tracking is supported using a combined number in the format Bill of Lading Number/Container Number or Booking Number/Container Number (e.g., BL12345678/ABCU1234567 or BK12345678/ABCU1234567).

  • 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": 100,
14        "used": 1,
15        "remaining": 99
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

Path Parameters
  • idREQUIREDinteger

    Unique request ID. Use GET /history to get a list of request id for the required shipping

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.

    For certain sealines, tracking is supported using a combined number in the format Bill of Lading Number/Container Number or Booking Number/Container Number (e.g., BL12345678/ABCU1234567 or BK12345678/ABCU1234567).

  • 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": 100,
14        "used": 1,
15        "remaining": 99
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}