Vessel Traffic Information API

Vessel Information API gives you information about all globally live onboard vessels.

About the API:

This API provides live information about vessels around the globe. Check your tracking shipments with this API and receive additional information about the ship in question. The Vessel Traffic Information API provides developers with access to three endpoints, allowing them to retrieve various details about vessels and their current status.

What this API receives and what your API provides (input/output)?

This API will receive the IMO Code. Get information like destination port, departure port, information about the ship, its max draught, how long it is, and more. 

What are the most common uses cases of this API?

This API is ideal for those companies that want to track the vessel's routes. Also, you can enrich your databases with information related to any ship. If you want to check where your ship is located at any moment, this API is the one you need. 

Maritime Tracking and Analysis:

Shipping Companies: Shipping companies can utilize the API to track their vessels' current positions, monitor their routes, and analyze performance metrics such as speed, draught, and navigational status.

Port Authorities: Port authorities can use the API to monitor vessel traffic, track arrivals, and departures, optimize port operations, and ensure efficient utilization of resources.

Logistics and Supply Chain Management:

Freight Forwarders: Freight forwarders can leverage the API to track vessels carrying their cargo, monitor route progress, and provide accurate estimated arrival times to customers.

Customs and Trade Compliance: Customs authorities can utilize the API to track vessels and their routes to ensure compliance with import and export regulations, improve security measures, and enhance risk assessment capabilities.

Market Research and Analysis:

Maritime Analysts: Researchers and analysts in the maritime industry can access vessel data to study trends, analyze market demand, and gain insights into vessel types, sizes, and utilization.

Financial Institutions: Banks, insurance companies, and investment firms can use the API to gather vessel-specific information for risk assessment, underwriting policies, and investment analysis related to maritime assets.

Emergency Response and Safety:

Search and Rescue Operations: Emergency response teams can leverage the API to track vessels in distress, monitor their positions, and coordinate rescue efforts.

Maritime Security: Naval forces and coastguards can utilize the API to monitor vessel movements in sensitive areas, detect potential threats, and enhance maritime security operations.

Research and Education:

Maritime Schools and Institutes: Educational institutions can incorporate the API into their curriculum to provide students with real-world vessel tracking and analysis exercises.

Maritime Environmental Research: Researchers studying marine ecosystems and environmental impacts can access vessel data to analyze shipping patterns and their potential ecological effects.

Are there any limitations with your plans?

Besides API call limitations per month, there are no other limitations. 

API Documentation

Endpoints


Pass the vessel IMO number and retrieve information about the ship. 

Get data like:

  • IMO number
  • Vessel Name
  • Ship type
  • Flag
  • Gross Tonnage
  • Summer Deadweight (t)
  • Length Overall (m)
  • Beam (m)
  • Year of Built


                                                                            
GET https://www.zylalabs.com/api/78/vessel+traffic+information+api/1509/get+vessel+data+by+imo+code
                                                                            
                                                                        

Get Vessel Data by IMO Code - Endpoint Features

Object Description
imoCode [Required] The Vessel's IMO code.
Test Endpoint

API EXAMPLE RESPONSE

       
                                                                                                        
                                                                                                                                                                                                                            {"status":200,"success":true,"message":"IMO Code 9270622 is valid","data":{"imo_number":"9270622","vessel_name":"AQUAMAN","ship_type":"Offshore Tug\/Supply Ship","flag":"Vanuatu","gross_tonnage":"2332","summer_deadweight_t":"2162","length_overall_m":"69","beam_m":"16","year_of_built":"2003"}}
                                                                                                                                                                                                                    
                                                                                                    

Get Vessel Data by IMO Code - CODE SNIPPETS


curl --location --request GET 'https://zylalabs.com/api/78/vessel+traffic+information+api/1509/get+vessel+data+by+imo+code?imoCode=9270622' --header 'Authorization: Bearer YOUR_API_KEY' 

    

This endpoint will allow you to retrieve the current route of a desired vessel. 

Get:

  • Departure Port
  • Departure ATD
  • Callsign
  • Flag
  • Length / Beam
  • IMO / MMSI
  • Navigation Status
  • Current Draught
  • Course / Speed
  • Arrival Port
  • Arrival ETA

Also, retrieve the latest ports, and how long they where in that port. 



                                                                            
GET https://www.zylalabs.com/api/78/vessel+traffic+information+api/1510/get+current+route+by+imo+code
                                                                            
                                                                        

Get Current Route by IMO Code - Endpoint Features

Object Description
imoCode [Required] The Vessel's IMO code.
Test Endpoint

API EXAMPLE RESPONSE

       
                                                                                                        
                                                                                                                                                                                                                            {"status":200,"success":true,"message":"IMO Code 9251183 is valid","data":{"departure_port":"Aspropirgos, Greece","departure_atd":"ATD: Mar 20, 13:47 UTC","callsign":"V7A4876","flag":"Marshall Islands","length_beam":"119 \/ 19 m","imo_mmsi":"9251183 \/ 538009548","navigation_status":"Under way","current_draught":"4.6 m","course_speed":"\u00a0","arrival_port":"Canakkale, Turkey","arrival_atd":"ETA: Mar 27, 22:00","latest_port_calls":[{"port_name":"Aspropirgos, Greece","arrival_utc":"2023-03-18T13:34:00.000000Z","departure_utc":"2023-03-20T13:47:00.000000Z","time_in_port":"2 days, 13 minutes"},{"port_name":"Eleusis Anch., Greece","arrival_utc":"2023-03-18T08:47:00.000000Z","departure_utc":"2023-03-18T13:19:00.000000Z","time_in_port":"4 hours, 32 minutes"},{"port_name":"Romano, Albania","arrival_utc":"2023-03-15T06:46:00.000000Z","departure_utc":"2023-03-16T06:21:00.000000Z","time_in_port":"23 hours, 35 minutes"},{"port_name":"Vlora, Albania","arrival_utc":"Mar 13, 21:14","departure_utc":"-","time_in_port":"-"},{"port_name":"Alexandria, Egypt","arrival_utc":"2023-03-09T17:49:00.000000Z","departure_utc":"2023-03-10T15:17:00.000000Z","time_in_port":"21 hours, 28 minutes"}]}}
                                                                                                                                                                                                                    
                                                                                                    

Get Current Route by IMO Code - CODE SNIPPETS


curl --location --request GET 'https://zylalabs.com/api/78/vessel+traffic+information+api/1510/get+current+route+by+imo+code?imoCode=9251183' --header 'Authorization: Bearer YOUR_API_KEY' 

    

This endpoint will allow you to retrieve the current position of the vessel. 

Get:

  • Area
  • Current Port
  • Latitude
  • Longitude
  • Navigational Status
  • Speed
  • Course
  • AIS Source


                                                                            
GET https://www.zylalabs.com/api/78/vessel+traffic+information+api/1576/get+position
                                                                            
                                                                        

Get Position - Endpoint Features

Object Description
imoCode [Required] The Vessel's IMO code.
Test Endpoint

API EXAMPLE RESPONSE

       
                                                                                                        
                                                                                                                                                                                                                            {"status":200,"success":true,"message":"IMO Code 9449120 is valid","data":{"position_received":"2023-03-31 15:48 LT  UTC7 minutes ago","vessel_local_time":"2023-03-31 15:48 LT  UTC","area":"WAFR - Gulf of Guinea","current_port":"-","latitude_longitude":"3.3737\u00b0 \/ 6.645812\u00b0","navigational_status":"Underway using Engine","speed_course":"12.2 kn \/ 119 \u00b0","ais_source":"Terrestrial AIS"}}
                                                                                                                                                                                                                    
                                                                                                    

Get Position - CODE SNIPPETS


curl --location --request GET 'https://zylalabs.com/api/78/vessel+traffic+information+api/1576/get+position?imoCode=9449120' --header 'Authorization: Bearer YOUR_API_KEY' 

    

This endpoint will allow you to retrieve the current position of the vessel based on its MMSI. 

Get:

  • Destination.
  • Reported ETA. 
  • Speed. 
  • Heading. 
  • Draught.
  • Position Received.
  • Latitude / Longitude. 
  • Navigational status.


                                                                            
GET https://www.zylalabs.com/api/78/vessel+traffic+information+api/2247/get+position+by+mmsi
                                                                            
                                                                        

Get Position by MMSI - Endpoint Features

Object Description
mmsiCode [Required] The Vessel's MMSI code.
Test Endpoint

API EXAMPLE RESPONSE

       
                                                                                                        
                                                                                                                                                                                                                            {"status":200,"success":true,"message":"MMSI Code 577472000 is valid","data":{"destination":"\nODUDU FIELD\n","reported_eta":"\n\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\n\n\n\n\n\n","speed":"7.1 knots","heading":"212\u00ba","draught":" \u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022 ","position_received":"\n2023-07-25 18:18\n(UTC+0),\n20 hours ago\n","latitude_longitude":" 4.42\u00ba \/ 7.13 \u00ba ","navigational_status":"-"}}
                                                                                                                                                                                                                    
                                                                                                    

Get Position by MMSI - CODE SNIPPETS


curl --location --request GET 'https://zylalabs.com/api/78/vessel+traffic+information+api/2247/get+position+by+mmsi?mmsiCode=577472000' --header 'Authorization: Bearer YOUR_API_KEY' 

    

This endpoint will deliver all the supported ports on this API with their IDs. 

Later, this IDs could be used to check other endpoints. 



                                                                            
GET https://www.zylalabs.com/api/78/vessel+traffic+information+api/5305/ports+database
                                                                            
                                                                        

Ports Database - Endpoint Features

Object Description
page [Optional] Pagination. Default: 1
Test Endpoint

API EXAMPLE RESPONSE

       
                                                                                                        
                                                                                                                                                                                                                            {"current_page":1,"data":[{"port_id":"2628","name":"AABENRAA","country":"Denmark","type":"Port","size":"Small"},{"port_id":"5307","name":"AAGOTNES","country":"Norway","type":"Port","size":"Small"},{"port_id":"5175","name":"AAHEIM","country":"Norway","type":"Port","size":"Small"},{"port_id":"80","name":"AALBORG","country":"Denmark","type":"Port","size":"XLarge"},{"port_id":"885","name":"AALSMEER","country":"Netherlands","type":"Port","size":"Small"},{"port_id":"990","name":"AALST","country":"Netherlands","type":"Port","size":"XSmall"},{"port_id":"82","name":"AARHUS","country":"Denmark","type":"Port","size":"Large"},{"port_id":"3592","name":"ABADAN","country":"Iran","type":"Port","size":"XLarge"},{"port_id":"4523","name":"ABASHIRI","country":"Japan","type":"Port","size":"Small"},{"port_id":"5327","name":"ABELNES","country":"Norway","type":"Port","size":"XSmall"},{"port_id":"6344","name":"ABERDEEN","country":"USA","type":"Port","size":"Medium"},{"port_id":"83","name":"ABERDEEN","country":"United Kingdom","type":"Port","size":"Medium"},{"port_id":"2454","name":"ABERDEEN ANCH","country":"United Kingdom","type":"Anchorage","size":"Medium"},{"port_id":"1537","name":"ABERDOUR","country":"United Kingdom","type":"Port","size":"XSmall"},{"port_id":"3337","name":"ABIDJAN","country":"Ivory Coast","type":"Port","size":"XLarge"},{"port_id":"5426","name":"ABRA DE ILOG","country":"Philippines","type":"Port","size":"Small"},{"port_id":"5642","name":"ABRUKA","country":"Estonia","type":"Port","size":"XSmall"},{"port_id":"5805","name":"ABSHERON","country":"Azerbaijan","type":"Port","size":"Small"},{"port_id":"3181","name":"ABU CHOSOUN","country":"Egypt","type":"Port","size":"Small"},{"port_id":"84","name":"ABU DHABI","country":"UAE","type":"Port","size":"XLarge"},{"port_id":"5853","name":"ABU FULUS","country":"Iraq","type":"Port","size":"Small"},{"port_id":"3599","name":"ABU MUSA","country":"Iran","type":"Port","size":"Small"},{"port_id":"3173","name":"ABU QIR","country":"Egypt","type":"Port","size":"Large"},{"port_id":"4856","name":"ABURATO","country":"Japan","type":"Port","size":"XSmall"},{"port_id":"4696","name":"ABURATSU","country":"Japan","type":"Port","size":"Medium"},{"port_id":"6089","name":"ACADIAN CONTRACTORS","country":"USA","type":"Port","size":"Small"},{"port_id":"7155","name":"ACAJUTLA","country":"El Salvador","type":"Port","size":"Small"},{"port_id":"6616","name":"ACAPULCO","country":"Mexico","type":"Port","size":"Large"},{"port_id":"3338","name":"ACCRA","country":"Ghana","type":"Port","size":"XSmall"},{"port_id":"6767","name":"ACHAO","country":"Chile","type":"Port","size":"XSmall"},{"port_id":"777","name":"ACHILLI","country":"Greece","type":"Marina","size":"Small"},{"port_id":"516","name":"ACHILLIO","country":"Greece","type":"Marina","size":"XSmall"},{"port_id":"528","name":"ACHLADI","country":"Greece","type":"Port","size":"XSmall"},{"port_id":"1586","name":"ACHNACROISH","country":"United Kingdom","type":"Port","size":"XSmall"},{"port_id":"3159","name":"ACRE","country":"Israel","type":"Port","size":"Small"},{"port_id":"6234","name":"ADAK","country":"USA","type":"Port","size":"Medium"},{"port_id":"3813","name":"ADELAIDE","country":"Australia","type":"Port","size":"XLarge"},{"port_id":"3454","name":"ADEN","country":"Yemen","type":"Port","size":"Large"},{"port_id":"3053","name":"ADLER","country":"Russia","type":"Port","size":"Small"},{"port_id":"5766","name":"ADONY","country":"Hungary","type":"Port","size":"Small"},{"port_id":"1895","name":"ADRA","country":"Spain","type":"Port","size":"Small"},{"port_id":"2738","name":"ADRIA","country":"Italy","type":"Port","size":"Small"},{"port_id":"5","name":"AEGINA","country":"Greece","type":"Port","size":"Small"},{"port_id":"793","name":"AEGINA BOATYARD","country":"Greece","type":"Marina","size":"XSmall"},{"port_id":"636","name":"AEGINA MAR","country":"Greece","type":"Marina","size":"XSmall"},{"port_id":"5653","name":"AEGNA","country":"Estonia","type":"Port","size":"XSmall"},{"port_id":"2612","name":"AEROSKOBING","country":"Denmark","type":"Port","size":"XSmall"},{"port_id":"778","name":"AETOS","country":"Greece","type":"Port","size":"XSmall"},{"port_id":"3578","name":"AFTAB","country":"Iran","type":"Port","size":"XSmall"},{"port_id":"3303","name":"AGADIR","country":"Morocco","type":"Port","size":"Medium"}],"first_page_url":"?page=1","from":1,"last_page":91,"last_page_url":"?page=91","links":[{"url":null,"label":"« Previous","active":false},{"url":"?page=1","label":"1","active":true},{"url":"?page=2","label":"2","active":false},{"url":"?page=3","label":"3","active":false},{"url":"?page=4","label":"4","active":false},{"url":"?page=5","label":"5","active":false},{"url":"?page=6","label":"6","active":false},{"url":"?page=7","label":"7","active":false},{"url":"?page=8","label":"8","active":false},{"url":"?page=9","label":"9","active":false},{"url":"?page=10","label":"10","active":false},{"url":null,"label":"...","active":false},{"url":"?page=90","label":"90","active":false},{"url":"?page=91","label":"91","active":false},{"url":"?page=2","label":"Next »","active":false}],"next_page_url":"?page=2","path":"","per_page":50,"prev_page_url":null,"to":50,"total":4549}
                                                                                                                                                                                                                    
                                                                                                    

Ports Database - CODE SNIPPETS


curl --location --request GET 'https://zylalabs.com/api/78/vessel+traffic+information+api/5305/ports+database' --header 'Authorization: Bearer YOUR_API_KEY' 

    

Based on the Port ID you will be able to retrieve the information of the port and also the current weather at the port. 



                                                                            
GET https://www.zylalabs.com/api/78/vessel+traffic+information+api/5306/port+data
                                                                            
                                                                        

Port Data - Endpoint Features

Object Description
port_id [Required] The port ID retrieved on the Port Database endpoint.
Test Endpoint

API EXAMPLE RESPONSE

       
                                                                                                        
                                                                                                                                                                                                                            {"id":262,"port_id":"89","name":"AMSTERDAM","country":"Netherlands","country_code":"NL","type":"Port","size":"XLarge","unlocode":"NLAMS","latitude":"52.40890\u00b0","longitude":"4.81023\u00b0","vessel_in_port":908,"arrivals_24_hours":438,"departures_24_hours":433,"expected_arrivals":125,"local_time":"2024-05-23","time_zone":"Europe\/Amsterdam","temperature_celsius":"12.5\u00b0C","temperature_fahrenheit":"54.5\u00b0F","wind_speed":"5 knots","wind_direction":"234\u00b0 SW","humidity":"86.7 %","pressure":"1016.4 hPa","could_coverage":"9 %","created_at":"2024-05-23T20:20:52.000000Z","updated_at":"2024-05-23T20:20:52.000000Z"}
                                                                                                                                                                                                                    
                                                                                                    

Port Data - CODE SNIPPETS


curl --location --request GET 'https://zylalabs.com/api/78/vessel+traffic+information+api/5306/port+data?port_id=89' --header 'Authorization: Bearer YOUR_API_KEY' 

    

Based on the Port ID, you'll be able to retrieve all the current vessels that are in the selected port. 

Get their name, MMSI or IMO code and other relevant information. 



                                                                            
GET https://www.zylalabs.com/api/78/vessel+traffic+information+api/5307/vessels+in+port
                                                                            
                                                                        

Vessels in Port - Endpoint Features

Object Description
port_id [Required] The port ID retrieved on the Port Database endpoint.
page [Optional] Pagination. Default: 1
Test Endpoint

API EXAMPLE RESPONSE

       
                                                                                                        
                                                                                                                                                                                                                            {"success":true,"status":200,"port":"AMSTERDAM","id":"89","vessel_in_port":"883","page":"1","vessels":[{"name":"BERN","country":"NL","mmsi":"244013258","imo":null,"arrived":"2024-06-05 14:16","DWT":"---","GRT":"---","Built":"---","Size":"15 m"},{"name":"REROVI","country":"NL","mmsi":"244700311","imo":null,"arrived":"2024-06-05 14:16","DWT":"---","GRT":"---","Built":"---","Size":"99 m"},{"name":"NZK PONT 100","country":"NL","mmsi":"244002264","imo":null,"arrived":"2024-06-05 14:15","DWT":"---","GRT":"---","Built":"---","Size":"41 m"},{"name":"WAYGAT","country":"NL","mmsi":"244740304","imo":null,"arrived":"2024-06-05 14:14","DWT":"---","GRT":"---","Built":"---","Size":"25 m"},{"name":"IVORY GOOSE","country":"DE","mmsi":"211127360","imo":null,"arrived":"2024-06-05 14:13","DWT":"---","GRT":"---","Built":"---","Size":"14 m"},{"name":"STAN HUYGENS","country":"NL","mmsi":"244750261","imo":null,"arrived":"2024-06-05 14:13","DWT":"---","GRT":"---","Built":"---","Size":"21 m"},{"name":"QUO-VADIS","country":"NL","mmsi":"244070459","imo":null,"arrived":"2024-06-05 14:04","DWT":"---","GRT":"---","Built":"---","Size":"75 m"},{"name":"LADY ANNA","country":"NL","mmsi":"246838000","imo":"9624811","arrived":"2024-06-05 13:59","DWT":"3,700 Tons","GRT":"2,544 Tons","Built":"2012","Size":"88 m"},{"name":"WOLFIES TOY","country":"BE","mmsi":"205914100","imo":null,"arrived":"2024-06-05 13:58","DWT":"---","GRT":"---","Built":"---","Size":"14 m"},{"name":"KP 2","country":"NL","mmsi":"244615227","imo":null,"arrived":"2024-06-05 13:57","DWT":"---","GRT":"---","Built":"---","Size":"20 m"},{"name":"VRIENDSCHAP","country":"NL","mmsi":"244670057","imo":null,"arrived":"2024-06-05 13:55","DWT":"---","GRT":"---","Built":"---","Size":"28 m"},{"name":"SONGA ATLANTIC","country":"MT","mmsi":"248713000","imo":"9447328","arrived":"2024-06-05 13:54","DWT":"17,999 Tons","GRT":"11,393 Tons","Built":"2010","Size":"140 m"},{"name":"STAETS II","country":"NL","mmsi":"244870158","imo":null,"arrived":"2024-06-05 13:50","DWT":"---","GRT":"---","Built":"---","Size":"18 m"},{"name":"GIO","country":"NL","mmsi":"244870480","imo":null,"arrived":"2024-06-05 13:49","DWT":"---","GRT":"---","Built":"---","Size":"14 m"},{"name":"MAYA THERESA","country":"DK","mmsi":"219032954","imo":"9521411","arrived":"2024-06-05 13:45","DWT":"4,916 Tons","GRT":"3,280 Tons","Built":"2010","Size":"97 m"},{"name":"AMELIE 1","country":"BE","mmsi":"205393190","imo":null,"arrived":"2024-06-05 13:43","DWT":"---","GRT":"---","Built":"---","Size":"110 m"},{"name":"BOLWERK","country":"NL","mmsi":"244060232","imo":null,"arrived":"2024-06-05 13:41","DWT":"---","GRT":"---","Built":"---","Size":"15 m"},{"name":"NEPTUNUS","country":"LU","mmsi":"253242332","imo":null,"arrived":"2024-06-05 13:41","DWT":"---","GRT":"---","Built":"---","Size":"125 m"},{"name":"PACIFIC ROSE","country":"NL","mmsi":"244810767","imo":null,"arrived":"2024-06-05 13:39","DWT":"---","GRT":"---","Built":"---","Size":"11 m"},{"name":"HINTE 2","country":"NL","mmsi":"244000128","imo":null,"arrived":"2024-06-05 13:39","DWT":"---","GRT":"---","Built":"---","Size":"86 m"},{"name":"KP12","country":"NL","mmsi":"244615266","imo":null,"arrived":"2024-06-05 13:35","DWT":"---","GRT":"---","Built":"---","Size":"13 m"},{"name":"SUSANNE THERESA","country":"DK","mmsi":"220447000","imo":"9334404","arrived":"2024-06-05 13:34","DWT":"---","GRT":"---","Built":"---","Size":"93 m"},{"name":"MOBI","country":"NL","mmsi":"244790994","imo":null,"arrived":"2024-06-05 13:29","DWT":"---","GRT":"---","Built":"---","Size":"36 m"},{"name":"LARS","country":"NL","mmsi":"244040891","imo":null,"arrived":"2024-06-05 13:26","DWT":"---","GRT":"---","Built":"---","Size":"135 m"},{"name":"BALCH","country":"NL","mmsi":"244439069","imo":null,"arrived":"2024-06-05 13:24","DWT":"---","GRT":"---","Built":"---","Size":"12 m"},{"name":"MUIRGEN","country":"NL","mmsi":"244860732","imo":null,"arrived":"2024-06-05 13:13","DWT":"---","GRT":"---","Built":"---","Size":"12 m"},{"name":"ALBERTA","country":"NL","mmsi":"244700972","imo":null,"arrived":"2024-06-05 13:11","DWT":"---","GRT":"---","Built":"---","Size":"60 m"},{"name":"C-BONK","country":"NL","mmsi":"244270063","imo":null,"arrived":"2024-06-05 13:05","DWT":"---","GRT":"---","Built":"---","Size":"11 m"},{"name":"SCHELDE","country":"NL","mmsi":"244670290","imo":null,"arrived":"2024-06-05 13:04","DWT":"---","GRT":"---","Built":"---","Size":"86 m"},{"name":"KP 21","country":"NL","mmsi":"244030119","imo":null,"arrived":"2024-06-05 13:04","DWT":"---","GRT":"---","Built":"---","Size":"11 m"},{"name":"LEIA","country":"DK","mmsi":"219026702","imo":null,"arrived":"2024-06-05 13:02","DWT":"---","GRT":"---","Built":"---","Size":"15 m"},{"name":"RR916","country":"NL","mmsi":"244729445","imo":null,"arrived":"2024-06-05 12:52","DWT":"---","GRT":"---","Built":"---","Size":"8 m"},{"name":"PA5\/POLLUX","country":"NL","mmsi":"244660572","imo":null,"arrived":"2024-06-05 12:51","DWT":"---","GRT":"---","Built":"---","Size":"20 m"},{"name":"CITY TUG 2","country":"NL","mmsi":"244393467","imo":null,"arrived":"2024-06-05 12:49","DWT":"---","GRT":"---","Built":"---","Size":"6 m"},{"name":"WASA","country":"NL","mmsi":"244372957","imo":null,"arrived":"2024-06-05 12:34","DWT":"---","GRT":"---","Built":"---","Size":"11 m"},{"name":"PRESTO","country":"NL","mmsi":"244650985","imo":null,"arrived":"2024-06-05 12:26","DWT":"---","GRT":"---","Built":"---","Size":"110 m"},{"name":"QUDAJO","country":"NL","mmsi":"244670665","imo":null,"arrived":"2024-06-05 12:24","DWT":"---","GRT":"---","Built":"---","Size":"109 m"},{"name":"KOKMEEUW","country":"NL","mmsi":"244110531","imo":null,"arrived":"2024-06-05 12:20","DWT":"---","GRT":"---","Built":"---","Size":"20 m"},{"name":"ROOS","country":"NL","mmsi":"244870618","imo":null,"arrived":"2024-06-05 12:19","DWT":"---","GRT":"---","Built":"---","Size":"14 m"},{"name":"SINE METU","country":"NL","mmsi":"244650277","imo":null,"arrived":"2024-06-05 12:18","DWT":"---","GRT":"---","Built":"---","Size":"15 m"},{"name":"SOMTRANS VI","country":"NL","mmsi":"244870140","imo":null,"arrived":"2024-06-05 12:17","DWT":"---","GRT":"---","Built":"---","Size":"125 m"},{"name":"LABIATA","country":"NL","mmsi":"244710579","imo":null,"arrived":"2024-06-05 12:15","DWT":"---","GRT":"---","Built":"---","Size":"23 m"},{"name":"OLYMPUS","country":"SE","mmsi":"266469000","imo":"9310355","arrived":"2024-06-05 12:10","DWT":"9,189 Tons","GRT":"7,515 Tons","Built":"2006","Size":"124 m"},{"name":"KNARRLAGSUND","country":"NO","mmsi":"257039490","imo":"9268849","arrived":"2024-06-05 12:06","DWT":"6,033 Tons","GRT":"3,991 Tons","Built":"2004","Size":"112 m"},{"name":"CRANE BARGE 1","country":"NL","mmsi":"244670111","imo":null,"arrived":"2024-06-05 11:51","DWT":"---","GRT":"---","Built":"---","Size":"40 m"},{"name":"HAGETIZ","country":"CH","mmsi":"269056766","imo":null,"arrived":"2024-06-05 11:49","DWT":"---","GRT":"---","Built":"---","Size":"110 m"},{"name":"USSUS","country":"NL","mmsi":"244650821","imo":null,"arrived":"2024-06-05 11:48","DWT":"---","GRT":"---","Built":"---","Size":"61 m"},{"name":"HILDAMAR","country":"NL","mmsi":"244690150","imo":null,"arrived":"2024-06-05 11:48","DWT":"---","GRT":"---","Built":"---","Size":"69 m"},{"name":"GERTINE","country":"NL","mmsi":"244670957","imo":null,"arrived":"2024-06-05 11:43","DWT":"---","GRT":"---","Built":"---","Size":"73 m"},{"name":"WIEN","country":"CH","mmsi":"269057123","imo":null,"arrived":"2024-06-05 11:36","DWT":"---","GRT":"---","Built":"---","Size":"110 m"}]}
                                                                                                                                                                                                                    
                                                                                                    

Vessels in Port - CODE SNIPPETS


curl --location --request GET 'https://zylalabs.com/api/78/vessel+traffic+information+api/5307/vessels+in+port?port_id=89' --header 'Authorization: Bearer YOUR_API_KEY' 

    

Based on the Port ID, you'll be abe to recognize the expected vessels that will arrive to that port. 



                                                                            
GET https://www.zylalabs.com/api/78/vessel+traffic+information+api/5308/port+expected+arrivals
                                                                            
                                                                        

Port Expected Arrivals - Endpoint Features

Object Description
port_id [Required] The port ID retrieved on the Port Database endpoint.
page [Optional] Pagination. Default: 1
Test Endpoint

API EXAMPLE RESPONSE

       
                                                                                                        
                                                                                                                                                                                                                            {"success":true,"status":200,"port":"AMSTERDAM","id":"89","expected_arrivals":"39","page":"1","expected_arrivals_data":[{"name":"CORYLOPHIDA","country":"LU","mmsi":"253465000","imo":"---","Port":"AMSTERDAM","Estimated Arrival":"2024-06-05 14:27"},{"name":"SEGUNDO","country":"NL","mmsi":"244620986","imo":"---","Port":"AMSTERDAM","Estimated Arrival":"2024-06-05 14:46"},{"name":"GEM NO.3","country":"PA","mmsi":"355107000","imo":"9774343","Port":"AMSTERDAM","Estimated Arrival":"2024-06-05 14:47"},{"name":"ANTONIE C","country":"NL","mmsi":"244690328","imo":"---","Port":"AMSTERDAM","Estimated Arrival":"2024-06-05 15:05"},{"name":"MON-DESIR","country":"NL","mmsi":"244128066","imo":"---","Port":"AMSTERDAM","Estimated Arrival":"2024-06-05 15:18"},{"name":"TRINIDAD","country":"FR","mmsi":"226015720","imo":"---","Port":"AMSTERDAM","Estimated Arrival":"2024-06-05 15:20"},{"name":"HS COBUS","country":"NL","mmsi":"244690632","imo":"---","Port":"AMSTERDAM","Estimated Arrival":"2024-06-05 15:35"},{"name":"DE AMSTERDAM","country":"DE","mmsi":"211513900","imo":"---","Port":"AMSTERDAM","Estimated Arrival":"2024-06-05 15:49"},{"name":"ALBICILLA","country":"NL","mmsi":"244383570","imo":"---","Port":"AMSTERDAM","Estimated Arrival":"2024-06-05 16:10"},{"name":"MARIA DEYMANN","country":"DE","mmsi":"211612900","imo":"---","Port":"AMSTERDAM","Estimated Arrival":"2024-06-05 16:17"},{"name":"EILTANK 38","country":"DE","mmsi":"211486980","imo":"---","Port":"AMSTERDAM","Estimated Arrival":"2024-06-05 16:32"},{"name":"GRACE","country":"NL","mmsi":"244850603","imo":"983104","Port":"AMSTERDAM","Estimated Arrival":"2024-06-05 17:08"},{"name":"THESEUS","country":"AG","mmsi":"304011027","imo":"9199256","Port":"AMSTERDAM","Estimated Arrival":"2024-06-05 17:08"},{"name":"DESIRE","country":"NL","mmsi":"244690904","imo":"---","Port":"AMSTERDAM","Estimated Arrival":"2024-06-05 17:13"},{"name":"NICKY","country":"NL","mmsi":"244690365","imo":"---","Port":"AMSTERDAM","Estimated Arrival":"2024-06-05 17:54"},{"name":"DE VLIJT","country":"NL","mmsi":"244195956","imo":"---","Port":"AMSTERDAM","Estimated Arrival":"2024-06-05 18:07"},{"name":"TRICOLORE","country":"NL","mmsi":"244042656","imo":"---","Port":"AMSTERDAM","Estimated Arrival":"2024-06-05 18:10"},{"name":"SEA JULIETT","country":"NL","mmsi":"244181000","imo":"9778387","Port":"AMSTERDAM","Estimated Arrival":"2024-06-05 18:14"},{"name":"SOMTRANS XIV","country":"NL","mmsi":"244660655","imo":"---","Port":"AMSTERDAM","Estimated Arrival":"2024-06-05 18:44"},{"name":"MAERSK KARA","country":"SG","mmsi":"565186000","imo":"9374428","Port":"AMSTERDAM","Estimated Arrival":"2024-06-05 18:51"},{"name":"VIKING HERVOR","country":"CH","mmsi":"269087721","imo":"---","Port":"AMSTERDAM","Estimated Arrival":"2024-06-05 19:12"},{"name":"VIKING SIGYN","country":"CH","mmsi":"269057695","imo":"7002115","Port":"AMSTERDAM","Estimated Arrival":"2024-06-05 19:40"},{"name":"VIKING GEFJON","country":"CH","mmsi":"269057516","imo":"---","Port":"AMSTERDAM","Estimated Arrival":"2024-06-05 19:46"},{"name":"MAGNIFIQUE 1","country":"NL","mmsi":"244670201","imo":"---","Port":"AMSTERDAM","Estimated Arrival":"2024-06-05 20:57"},{"name":"TILO DEYMANN 1","country":"DE","mmsi":"211805530","imo":"---","Port":"AMSTERDAM","Estimated Arrival":"2024-06-05 21:27"},{"name":"TAC DAYTONA","country":"PA","mmsi":"352898685","imo":"9932115","Port":"AMSTERDAM","Estimated Arrival":"2024-06-06 00:20"},{"name":"MOBITRANS I","country":"NL","mmsi":"244615365","imo":"---","Port":"AMSTERDAM","Estimated Arrival":"2024-06-06 00:21"},{"name":"CASTORWATER","country":"GI","mmsi":"236507000","imo":"9418937","Port":"AMSTERDAM","Estimated Arrival":"2024-06-06 01:11"},{"name":"ATLANTIC SPIRIT","country":"MH","mmsi":"538008872","imo":"9580974","Port":"AMSTERDAM","Estimated Arrival":"2024-06-06 06:31"},{"name":"ROCK","country":"NL","mmsi":"244383024","imo":"794688","Port":"AMSTERDAM","Estimated Arrival":"2024-06-06 06:49"},{"name":"JOLIEN","country":"DE","mmsi":"211618190","imo":"---","Port":"AMSTERDAM","Estimated Arrival":"2024-06-06 10:35"},{"name":"BRAAVOS","country":"NL","mmsi":"244620848","imo":"---","Port":"AMSTERDAM","Estimated Arrival":"2024-06-06 17:09"},{"name":"NORD OCEANIA","country":"PA","mmsi":"355280000","imo":"9747120","Port":"AMSTERDAM","Estimated Arrival":"2024-06-06 22:38"},{"name":"MINERVA ARIES","country":"LR","mmsi":"636021867","imo":"9412177","Port":"AMSTERDAM","Estimated Arrival":"2024-06-07 01:48"},{"name":"LAURIERBORG","country":"NL","mmsi":"246924000","imo":"9279070","Port":"AMSTERDAM","Estimated Arrival":"2024-06-07 11:21"},{"name":"TORM STRONG","country":"DK","mmsi":"219265000","imo":"9836062","Port":"AMSTERDAM","Estimated Arrival":"2024-06-07 19:00"},{"name":"ZEYNEP C","country":"TR","mmsi":"271050213","imo":"9232151","Port":"AMSTERDAM","Estimated Arrival":"2024-06-08 13:36"},{"name":"EASTERN SPIRAEA","country":"LR","mmsi":"636022343","imo":"9909754","Port":"AMSTERDAM","Estimated Arrival":"2024-06-08 19:11"},{"name":"RAMELIA","country":"SE","mmsi":"265013000","imo":"9818280","Port":"AMSTERDAM","Estimated Arrival":"2024-06-09 07:04"}]}
                                                                                                                                                                                                                    
                                                                                                    

Port Expected Arrivals - CODE SNIPPETS


curl --location --request GET 'https://zylalabs.com/api/78/vessel+traffic+information+api/5308/port+expected+arrivals?port_id=89' --header 'Authorization: Bearer YOUR_API_KEY' 

    

Based on the Port ID, you'll receive the activity on the port. 

 

Receive arrivals and departures that will take place on the port. 



                                                                            
GET https://www.zylalabs.com/api/78/vessel+traffic+information+api/5309/port+activity
                                                                            
                                                                        

Port Activity - Endpoint Features

Object Description
port_id [Required] The port ID retrieved on the Port Database endpoint.
page [Optional] Pagination. Default: 1
Test Endpoint

API EXAMPLE RESPONSE

       
                                                                                                        
                                                                                                                                                                                                                            {"success":true,"status":200,"port":"AMSTERDAM","id":"89","events":"43","page":"1","event":[{"Event":"CORYLOPHIDA [LU]","Time":"AMSTERDAM","Port":"2024-06-05 14:27"},{"Event":"GEM NO.3 [PA]","Time":"AMSTERDAM","Port":"2024-06-05 14:47"},{"Event":"SEGUNDO [NL]","Time":"AMSTERDAM","Port":"2024-06-05 14:47"},{"Event":"BARBAROSSA [NL]","Time":"AMSTERDAM","Port":"2024-06-05 14:49"},{"Event":"FRANK [GI]","Time":"AMSTERDAM","Port":"2024-06-05 14:59"},{"Event":"ANTONIE C [NL]","Time":"AMSTERDAM","Port":"2024-06-05 15:05"},{"Event":"MON-DESIR [NL]","Time":"AMSTERDAM","Port":"2024-06-05 15:19"},{"Event":"TRINIDAD [FR]","Time":"AMSTERDAM","Port":"2024-06-05 15:20"},{"Event":"HS COBUS [NL]","Time":"AMSTERDAM","Port":"2024-06-05 15:35"},{"Event":"DE AMSTERDAM [DE]","Time":"AMSTERDAM","Port":"2024-06-05 15:49"},{"Event":"ALBICILLA [NL]","Time":"AMSTERDAM","Port":"2024-06-05 16:10"},{"Event":"ION M [MH]","Time":"AMSTERDAM","Port":"2024-06-05 16:12"},{"Event":"MARIA DEYMANN [DE]","Time":"AMSTERDAM","Port":"2024-06-05 16:17"},{"Event":"EILTANK 38 [DE]","Time":"AMSTERDAM","Port":"2024-06-05 16:32"},{"Event":"THESEUS [AG]","Time":"AMSTERDAM","Port":"2024-06-05 17:08"},{"Event":"GRACE [NL]","Time":"AMSTERDAM","Port":"2024-06-05 17:15"},{"Event":"DESIRE [NL]","Time":"AMSTERDAM","Port":"2024-06-05 17:26"},{"Event":"NICKY [NL]","Time":"AMSTERDAM","Port":"2024-06-05 17:53"},{"Event":"DE VLIJT [NL]","Time":"AMSTERDAM","Port":"2024-06-05 18:14"},{"Event":"TRICOLORE [NL]","Time":"AMSTERDAM","Port":"2024-06-05 18:14"},{"Event":"SEA JULIETT [NL]","Time":"AMSTERDAM","Port":"2024-06-05 18:16"},{"Event":"SOMTRANS XIV [NL]","Time":"AMSTERDAM","Port":"2024-06-05 18:49"},{"Event":"MAERSK KARA [SG]","Time":"AMSTERDAM","Port":"2024-06-05 18:51"},{"Event":"VIKING HERVOR [CH]","Time":"AMSTERDAM","Port":"2024-06-05 19:12"},{"Event":"VIKING GEFJON [CH]","Time":"AMSTERDAM","Port":"2024-06-05 19:41"},{"Event":"VIKING SIGYN [CH]","Time":"AMSTERDAM","Port":"2024-06-05 19:59"},{"Event":"MAGNIFIQUE 1 [NL]","Time":"AMSTERDAM","Port":"2024-06-05 20:57"},{"Event":"TILO DEYMANN 1 [DE]","Time":"AMSTERDAM","Port":"2024-06-05 21:28"},{"Event":"MOBITRANS I [NL]","Time":"AMSTERDAM","Port":"2024-06-06 00:17"},{"Event":"TAC DAYTONA [PA]","Time":"AMSTERDAM","Port":"2024-06-06 00:21"},{"Event":"VANTHYA [NL]","Time":"AMSTERDAM","Port":"2024-06-06 00:40"},{"Event":"CASTORWATER [GI]","Time":"AMSTERDAM","Port":"2024-06-06 01:06"},{"Event":"ATLANTIC SPIRIT [MH]","Time":"AMSTERDAM","Port":"2024-06-06 06:31"},{"Event":"ROCK [NL]","Time":"AMSTERDAM","Port":"2024-06-06 06:49"},{"Event":"JOLIEN [DE]","Time":"AMSTERDAM","Port":"2024-06-06 10:35"},{"Event":"BRAAVOS [NL]","Time":"AMSTERDAM","Port":"2024-06-06 16:57"},{"Event":"NORD OCEANIA [PA]","Time":"AMSTERDAM","Port":"2024-06-06 22:39"},{"Event":"MINERVA ARIES [LR]","Time":"AMSTERDAM","Port":"2024-06-07 01:48"},{"Event":"LAURIERBORG [NL]","Time":"AMSTERDAM","Port":"2024-06-07 11:07"},{"Event":"TORM STRONG [DK]","Time":"AMSTERDAM","Port":"2024-06-07 19:05"},{"Event":"ZEYNEP C [TR]","Time":"AMSTERDAM","Port":"2024-06-08 13:36"},{"Event":"EASTERN SPIRAEA [LR]","Time":"AMSTERDAM","Port":"2024-06-08 19:11"},{"Event":"RAMELIA [SE]","Time":"AMSTERDAM","Port":"2024-06-09 07:14"}]}
                                                                                                                                                                                                                    
                                                                                                    

Port Activity - CODE SNIPPETS


curl --location --request GET 'https://zylalabs.com/api/78/vessel+traffic+information+api/5309/port+activity?port_id=89' --header 'Authorization: Bearer YOUR_API_KEY' 

    

API Access Key & Authentication

After signing up, every developer is assigned a personal API access key, a unique combination of letters and digits provided to access to our API endpoint. To authenticate with the Vessel Traffic Information API REST API, simply include your bearer token in the Authorization header.
Headers
Header Description
Authorization [Required] Should be Bearer access_key. See "Your API Access Key" above when you are subscribed.

Simple Transparent Pricing

No long term commitments. One click upgrade/downgrade or cancellation. No questions asked.

πŸš€ Enterprise

Starts at
$ 10,000/Year


  • Custom Volume
  • Dedicated account manager
  • Service-level agreement (SLA)

Customer favorite features

  • βœ”οΈŽ Only Pay for Successful Requests
  • βœ”οΈŽ Free 7-Day Trial
  • βœ”οΈŽ Multi-Language Support
  • βœ”οΈŽ One API Key, All APIs.
  • βœ”οΈŽ Intuitive Dashboard
  • βœ”οΈŽ Comprehensive Error Handling
  • βœ”οΈŽ Developer-Friendly Docs
  • βœ”οΈŽ Postman Integration
  • βœ”οΈŽ Secure HTTPS Connections
  • βœ”οΈŽ Reliable Uptime

The Vessel Traffic Information is an API that provides information about live on-board vessels globally or within a specified range of areas. It allows users to access a list of vessels and retrieve individual ship details.

To retrieve information about a specific vessel, you need to make an API request to the GET VESSEL DATA BY IMO CODE endpoint, passing the vessel's IMO number as a parameter. The API will return the requested vessel information.

To retrieve the current route information of a vessel, you need to provide the vessel's IMO number in the API request to the GET CURRENT ROUTE BY IMO CODE endpoint. The API will return details such as departure port, departure ATD, callsign, flag, length/beam, IMO/MMSI, navigation status, current draught, course/speed, arrival port, arrival ETA, and the latest ports visited by the vessel.

The GET POSITION endpoint allows you to retrieve the current position of a vessel, including details such as the area, current port, latitude, longitude, navigational status, speed, course, and AIS source.

Yes, the Vessel Traffic Information API provides information about all live on-board vessels globally.

Zyla API Hub is like a big store for APIs, where you can find thousands of them all in one place. We also offer dedicated support and real-time monitoring of all APIs. Once you sign up, you can pick and choose which APIs you want to use. Just remember, each API needs its own subscription. But if you subscribe to multiple ones, you'll use the same key for all of them, making things easier for you.

Prices are listed in USD (United States Dollar), EUR (Euro), CAD (Canadian Dollar), AUD (Australian Dollar), and GBP (British Pound). We accept all major debit and credit cards. Our payment system uses the latest security technology and is powered by Stripe, one of the world’s most reliable payment companies. If you have any trouble paying by card, just contact us at [email protected]

Additionally, if you already have an active subscription in any of these currencies (USD, EUR, CAD, AUD, GBP), that currency will remain for subsequent subscriptions. You can change the currency at any time as long as you don't have any active subscriptions.

The local currency shown on the pricing page is based on the country of your IP address and is provided for reference only. The actual prices are in USD (United States Dollar). When you make a payment, the charge will appear on your card statement in USD, even if you see the equivalent amount in your local currency on our website. This means you cannot pay directly with your local currency.

Occasionally, a bank may decline the charge due to its fraud protection settings. We suggest reaching out to your bank initially to check if they are blocking our charges. Also, you can access the Billing Portal and change the card associated to make the payment. If these does not work and you need further assistance, please contact our team at [email protected]

Prices are determined by a recurring monthly or yearly subscription, depending on the chosen plan.

API calls are deducted from your plan based on successful requests. Each plan comes with a specific number of calls that you can make per month. Only successful calls, indicated by a Status 200 response, will be counted against your total. This ensures that failed or incomplete requests do not impact your monthly quota.

Zyla API Hub works on a recurring monthly subscription system. Your billing cycle will start the day you purchase one of the paid plans, and it will renew the same day of the next month. So be aware to cancel your subscription beforehand if you want to avoid future charges.

To upgrade your current subscription plan, simply go to the pricing page of the API and select the plan you want to upgrade to. The upgrade will be instant, allowing you to immediately enjoy the features of the new plan. Please note that any remaining calls from your previous plan will not be carried over to the new plan, so be aware of this when upgrading. You will be charged the full amount of the new plan.

To check how many API calls you have left for the current month, look at the β€˜X-Zyla-API-Calls-Monthly-Remaining’ header. For example, if your plan allows 1000 requests per month and you've used 100, this header will show 900.

To see the maximum number of API requests your plan allows, check the β€˜X-Zyla-RateLimit-Limit’ header. For instance, if your plan includes 1000 requests per month, this header will display 1000.

The β€˜X-Zyla-RateLimit-Reset’ header shows the number of seconds until your rate limit resets. This tells you when your request count will start fresh. For example, if it displays 3600, it means 3600 seconds are left until the limit resets.

Yes, you can cancel your plan anytime by going to your account and selecting the cancellation option on the Billing page. Please note that upgrades, downgrades, and cancellations take effect immediately. Additionally, upon cancellation, you will no longer have access to the service, even if you have remaining calls left in your quota.

You can contact us through our chat channel to receive immediate assistance. We are always online from 8 am to 5 pm (EST). If you reach us after that time, we will get back to you as soon as possible. Additionally, you can contact us via email at [email protected]

To let you experience our APIs without any commitment, we offer a 7-day free trial that allows you to make API calls at no cost during this period. Please note that you can only use this trial once, so make sure to use it with the API that interests you the most. Most of our APIs provide a free trial, but some may not support it.

After 7 days, you will be charged the full amount for the plan you were subscribed to during the trial. Therefore, it’s important to cancel before the trial period ends. Refund requests for forgetting to cancel on time are not accepted.

When you subscribe to an API trial, you can make only 25% of the calls allowed by that plan. For example, if the API plan offers 1000 calls, you can make only 250 during the trial. To access the full number of calls offered by the plan, you will need to subscribe to the full plan.

 Service Level
99%
 Response Time
5,501ms

Category:


Related APIs