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://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://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":"Willemstad, Curacao","departure_atd":"ATD: Oct 4, 15:31 UTC (10 days ago)","callsign":"V7A4876","flag":"Marshall Islands","length_beam":"119 \/ 19 m","imo_mmsi":"9251183 \/ 538009548","navigation_status":"-","current_draught":"4.9 m","course_speed":"\u00a0","arrival_port":"FOR ORDER","arrival_atd":"ETA: Oct 5, 21:00","latest_port_calls":[{"port_name":"Willemstad, Curacao","arrival_utc":"2024-10-03T09:12:00.000000Z","departure_utc":"2024-10-04T15:31:00.000000Z","time_in_port":"1 days, 6 hours, 19 minutes"},{"port_name":"locked, ","arrival_utc":"2024-09-28T11:16:00.000000Z","departure_utc":"2024-10-01T02:13:00.000000Z","time_in_port":"2 days, 14 hours, 57 minutes"},{"port_name":"locked, ","arrival_utc":"2024-09-26T18:39:00.000000Z","departure_utc":"2024-09-27T04:51:00.000000Z","time_in_port":"10 hours, 12 minutes"},{"port_name":"locked, ","arrival_utc":"Sep 9, 14:06","departure_utc":"-","time_in_port":"-"},{"port_name":"locked, ","arrival_utc":"2024-09-08T15:50:00.000000Z","departure_utc":"2024-09-09T13:20:00.000000Z","time_in_port":"21 hours, 30 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://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":"17 d ago","vessel_local_time":"-","area":"North Atlantic Ocean","current_port":"NASSIT","latitude_longitude":"--- \/ ---","navigational_status":"Under way using engine","speed_course":"15.3 Knots","ais_source":"-"}}
                                                                                                                                                                                                                    
                                                                                                    

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://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 314892000 is valid","data":{"destination":"FOR ORDER","reported_eta":"ETA: Jan 1, 00:00","speed":"12.7 Knots","heading":null,"draught":"13.8 m","position_received":"5 d ago","latitude_longitude":"--- \/ ---","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://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":2,"data":[{"port_id":"2594","name":"AGERSOE","country":"Denmark","type":"Port","size":"XSmall"},{"port_id":"754","name":"AGIA EFIMIA","country":"Greece","type":"Marina","size":"XSmall"},{"port_id":"593","name":"AGIA EIRINI","country":"Greece","type":"Marina","size":"XSmall"},{"port_id":"647","name":"AGIA ERMIONI","country":"Greece","type":"Marina","size":"XSmall"},{"port_id":"591","name":"AGIA FOTINI","country":"Greece","type":"Marina","size":"XSmall"},{"port_id":"558","name":"AGIA GALINI","country":"Greece","type":"Marina","size":"XSmall"},{"port_id":"686","name":"AGIA KYRIAKI","country":"Greece","type":"Port","size":"XSmall"},{"port_id":"711","name":"AGIA MARINA","country":"Greece","type":"Marina","size":"XSmall"},{"port_id":"500","name":"AGIA MARINA","country":"Greece","type":"Port","size":"Small"},{"port_id":"851","name":"AGIA MARINA","country":"Greece","type":"Marina","size":"XSmall"},{"port_id":"623","name":"AGIA PELAGIA","country":"Greece","type":"Marina","size":"XSmall"},{"port_id":"831","name":"AGIA ROUMELI","country":"Greece","type":"Port","size":"XSmall"},{"port_id":"569","name":"AGIOI ANARGYROI","country":"Greece","type":"Marina","size":"XSmall"},{"port_id":"820","name":"AGIOI APOSTOLOI","country":"Greece","type":"Marina","size":"XSmall"},{"port_id":"826","name":"AGIOI PANTES","country":"Greece","type":"Marina","size":"Small"},{"port_id":"18","name":"AGIOI THEODORI","country":"Greece","type":"Port","size":"Small"},{"port_id":"604","name":"AGIOKAMPOS","country":"Greece","type":"Port","size":"XSmall"},{"port_id":"529","name":"AGIOKAMPOS","country":"Greece","type":"Marina","size":"XSmall"},{"port_id":"829","name":"AGIOS ANDREAS","country":"Greece","type":"Marina","size":"XSmall"},{"port_id":"2269","name":"AGIOS ANDREAS","country":"Greece","type":"Marina","size":"XSmall"},{"port_id":"617","name":"AGIOS ANTONIOS","country":"Greece","type":"Marina","size":"XSmall"},{"port_id":"721","name":"AGIOS CHARALAMPOS","country":"Greece","type":"Port","size":"XSmall"},{"port_id":"842","name":"AGIOS CHARALAMPOS","country":"Greece","type":"Marina","size":"XSmall"},{"port_id":"684","name":"AGIOS DIMITRIOS","country":"Greece","type":"Port","size":"XSmall"},{"port_id":"627","name":"AGIOS EYSTRATIOS","country":"Greece","type":"Port","size":"XSmall"},{"port_id":"625","name":"AGIOS GEORGIOS","country":"Greece","type":"Marina","size":"XSmall"},{"port_id":"698","name":"AGIOS GEORGIOS","country":"Greece","type":"Port","size":"XSmall"},{"port_id":"613","name":"AGIOS ISIDOROS","country":"Greece","type":"Marina","size":"XSmall"},{"port_id":"40","name":"AGIOS KONSTANTINOS","country":"Greece","type":"Port","size":"Small"},{"port_id":"553","name":"AGIOS KOSMAS","country":"Greece","type":"Marina","size":"Small"},{"port_id":"77","name":"AGIOS KYRIKOS","country":"Greece","type":"Port","size":"Small"},{"port_id":"796","name":"AGIOS NIKOLAOS","country":"Greece","type":"Marina","size":"XSmall"},{"port_id":"798","name":"AGIOS NIKOLAOS","country":"Greece","type":"Marina","size":"XSmall"},{"port_id":"456","name":"AGIOS NIKOLAOS","country":"Greece","type":"Port","size":"Small"},{"port_id":"541","name":"AGIOS NIKOLAOS","country":"Greece","type":"Port","size":"Small"},{"port_id":"737","name":"AGIOS NIKOLAOS","country":"Greece","type":"Port","size":"Small"},{"port_id":"653","name":"AGIOS ONOUFRIOS","country":"Greece","type":"Port","size":"XSmall"},{"port_id":"506","name":"AGIOS SOSTIS","country":"Greece","type":"Marina","size":"XSmall"},{"port_id":"590","name":"AGIOS SPIRIDONAS","country":"Greece","type":"Marina","size":"XSmall"},{"port_id":"743","name":"AGIOS STEFANOS","country":"Greece","type":"Port","size":"XSmall"},{"port_id":"695","name":"AGIOS THOMAS","country":"Greece","type":"Marina","size":"XSmall"},{"port_id":"492","name":"AGIOS VASSILIOS","country":"Greece","type":"Marina","size":"XSmall"},{"port_id":"587","name":"AGIOS YEORYIOS","country":"Greece","type":"Marina","size":"XSmall"},{"port_id":"523","name":"AGISTRI","country":"Greece","type":"Port","size":"XSmall"},{"port_id":"634","name":"AGNONTAS","country":"Greece","type":"Port","size":"XSmall"},{"port_id":"552","name":"AGRIA","country":"Greece","type":"Marina","size":"XSmall"},{"port_id":"2064","name":"AGROPOLI","country":"Italy","type":"Port","size":"XSmall"},{"port_id":"545","name":"AGATHONISI","country":"Greece","type":"Port","size":"Small"},{"port_id":"1908","name":"AGUADULCE","country":"Spain","type":"Port","size":"Small"},{"port_id":"1942","name":"AGUILAS","country":"Spain","type":"Port","size":"Small"}],"first_page_url":"?page=1","from":51,"last_page":94,"last_page_url":"?page=94","links":[{"url":"?page=1","label":"« Previous","active":false},{"url":"?page=1","label":"1","active":false},{"url":"?page=2","label":"2","active":true},{"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=93","label":"93","active":false},{"url":"?page=94","label":"94","active":false},{"url":"?page=3","label":"Next »","active":false}],"next_page_url":"?page=3","path":"","per_page":50,"prev_page_url":"?page=1","to":100,"total":4693}
                                                                                                                                                                                                                    
                                                                                                    

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://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":14,"port_id":"1537","name":"ABERDOUR","country":"United Kingdom","country_code":"GB","type":"Port","size":"XSmall","unlocode":"GBAYD","latitude":"56.05039\u00b0","longitude":"-3.29373\u00b0","vessel_in_port":0,"arrivals_24_hours":0,"departures_24_hours":0,"expected_arrivals":0,"local_time":"2024-05-23","time_zone":"Europe\/London","temperature_celsius":"10.2\u00b0C","temperature_fahrenheit":"50.36\u00b0F","wind_speed":"8 knots","wind_direction":"329\u00b0 NNW","humidity":"90.8 %","pressure":"1011 hPa","could_coverage":"100 %","created_at":"2024-05-23T19:23:53.000000Z","updated_at":"2024-05-23T19:39:47.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://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":"894","page":"1","vessels":[{"name":"SVITZER MUIDEN","country":"NL","mmsi":"246115000","imo":"9292888","arrived":"2024-08-12 16:01","DWT":"226 Tons","GRT":"384 Tons","Built":"2004","Size":"30 m"},{"name":"SVITZER TYPHOON","country":"NL","mmsi":"244050197","imo":"9780067","arrived":"2024-08-12 15:58","DWT":"---","GRT":"---","Built":"---","Size":"24 m"},{"name":"SOMTRANS XXVI","country":"NL","mmsi":"244710230","imo":null,"arrived":"2024-08-12 15:54","DWT":"---","GRT":"---","Built":"---","Size":"135 m"},{"name":"BENEFICIO","country":"NL","mmsi":"244670959","imo":null,"arrived":"2024-08-12 15:52","DWT":"---","GRT":"---","Built":"---","Size":"82 m"},{"name":"ELISA-S","country":"BE","mmsi":"205530290","imo":null,"arrived":"2024-08-12 15:43","DWT":"---","GRT":"---","Built":"---","Size":"135 m"},{"name":"ANTERA","country":"DE","mmsi":"211751990","imo":null,"arrived":"2024-08-12 15:23","DWT":"---","GRT":"---","Built":"---","Size":"13 m"},{"name":"SPEELMAN","country":"NL","mmsi":"244660067","imo":null,"arrived":"2024-08-12 15:23","DWT":"---","GRT":"---","Built":"---","Size":"135 m"},{"name":"COURAGE","country":"NL","mmsi":"244750589","imo":null,"arrived":"2024-08-12 15:21","DWT":"---","GRT":"---","Built":"---","Size":"75 m"},{"name":"PRINCESS.","country":"DE","mmsi":"211171530","imo":null,"arrived":"2024-08-12 15:19","DWT":"---","GRT":"---","Built":"---","Size":"110 m"},{"name":"GRETINA","country":"NL","mmsi":"244717145","imo":null,"arrived":"2024-08-12 15:05","DWT":"---","GRT":"---","Built":"---","Size":"86 m"},{"name":"BERYL","country":"NL","mmsi":"244830541","imo":null,"arrived":"2024-08-12 15:04","DWT":"---","GRT":"---","Built":"---","Size":"86 m"},{"name":"GRAND-FILOU","country":"DE","mmsi":"211421990","imo":null,"arrived":"2024-08-12 15:02","DWT":"---","GRT":"---","Built":"---","Size":"12 m"},{"name":"JANJO","country":"NL","mmsi":"244725817","imo":null,"arrived":"2024-08-12 14:58","DWT":"---","GRT":"---","Built":"---","Size":"110 m"},{"name":"CHALLENGE","country":"NL","mmsi":"244001579","imo":null,"arrived":"2024-08-12 14:58","DWT":"---","GRT":"---","Built":"---","Size":"12 m"},{"name":"LISZT","country":"BE","mmsi":"205473290","imo":null,"arrived":"2024-08-12 14:58","DWT":"---","GRT":"---","Built":"---","Size":"125 m"},{"name":"MALLEMOK","country":"NL","mmsi":"244100451","imo":null,"arrived":"2024-08-12 14:56","DWT":"---","GRT":"---","Built":"---","Size":"12 m"},{"name":"ORIGO","country":"NL","mmsi":"244073540","imo":null,"arrived":"2024-08-12 14:51","DWT":"---","GRT":"---","Built":"---","Size":"109 m"},{"name":"FREJ","country":"AG","mmsi":"304010515","imo":null,"arrived":"2024-08-12 14:51","DWT":"4,470 Tons","GRT":"2,997 Tons","Built":"1994","Size":"97 m"},{"name":"ORION","country":"NL","mmsi":"244860074","imo":null,"arrived":"2024-08-12 14:18","DWT":"---","GRT":"---","Built":"---","Size":"15 m"},{"name":"IJVEER 54","country":"NL","mmsi":"244750286","imo":null,"arrived":"2024-08-12 14:14","DWT":"---","GRT":"---","Built":"---","Size":"28 m"},{"name":"ECOTANKER III","country":"NL","mmsi":"244890275","imo":null,"arrived":"2024-08-12 14:14","DWT":"---","GRT":"---","Built":"---","Size":"110 m"},{"name":"MALEVI","country":"DE","mmsi":"211461410","imo":null,"arrived":"2024-08-12 14:13","DWT":"---","GRT":"---","Built":"---","Size":"13 m"},{"name":"AQUA MOSA","country":"NL","mmsi":"244130295","imo":null,"arrived":"2024-08-12 14:13","DWT":"---","GRT":"---","Built":"---","Size":"85 m"},{"name":"SY BALU","country":"DE","mmsi":"211138350","imo":null,"arrived":"2024-08-12 14:11","DWT":"---","GRT":"---","Built":"---","Size":"11 m"},{"name":"SIRIUS","country":"DE","mmsi":"211378970","imo":null,"arrived":"2024-08-12 14:10","DWT":"---","GRT":"---","Built":"---","Size":"12 m"},{"name":"WAB0 3","country":"NL","mmsi":"244790541","imo":null,"arrived":"2024-08-12 14:10","DWT":"---","GRT":"---","Built":"---","Size":"50 m"},{"name":"BOLERO","country":"NL","mmsi":"244000542","imo":null,"arrived":"2024-08-12 14:10","DWT":"---","GRT":"---","Built":"---","Size":"135 m"},{"name":"AQUAPLANNING","country":"NL","mmsi":"244770427","imo":null,"arrived":"2024-08-12 14:07","DWT":"---","GRT":"---","Built":"---","Size":"9 m"},{"name":"SVITZER TEMPEST","country":"NL","mmsi":"244013126","imo":null,"arrived":"2024-08-12 14:05","DWT":"---","GRT":"---","Built":"---","Size":"28 m"},{"name":"CHARLOTTE-LOUISE","country":"NL","mmsi":"244260865","imo":null,"arrived":"2024-08-12 13:58","DWT":"---","GRT":"---","Built":"---","Size":"17 m"},{"name":"N JOY","country":"NL","mmsi":"244027085","imo":null,"arrived":"2024-08-12 13:58","DWT":"---","GRT":"---","Built":"---","Size":"14 m"},{"name":"BALANCE","country":"NL","mmsi":"244730222","imo":null,"arrived":"2024-08-12 13:53","DWT":"---","GRT":"---","Built":"---","Size":"10 m"},{"name":"PEGASUS","country":"NL","mmsi":"244790759","imo":null,"arrived":"2024-08-12 13:50","DWT":"---","GRT":"---","Built":"---","Size":"17 m"},{"name":"VAARWENS","country":"NL","mmsi":"244139711","imo":null,"arrived":"2024-08-12 13:45","DWT":"---","GRT":"---","Built":"---","Size":"16 m"},{"name":"NORDIC SIRA","country":"NO","mmsi":"257941000","imo":"9346500","arrived":"2024-08-12 13:43","DWT":"4,053 Tons","GRT":"2,613 Tons","Built":"2006","Size":"89 m"},{"name":"NT 10 WATERSPREEUW","country":"NL","mmsi":"244750576","imo":null,"arrived":"2024-08-12 13:36","DWT":"---","GRT":"---","Built":"---","Size":"14 m"},{"name":"ELLING","country":"NL","mmsi":"244049927","imo":null,"arrived":"2024-08-12 13:31","DWT":"---","GRT":"---","Built":"---","Size":"15 m"},{"name":"LOMBARDIJEN","country":"NL","mmsi":"244001448","imo":null,"arrived":"2024-08-12 13:31","DWT":"---","GRT":"---","Built":"---","Size":"86 m"},{"name":"WABO 5","country":"NL","mmsi":"244150528","imo":null,"arrived":"2024-08-12 13:30","DWT":"---","GRT":"---","Built":"---","Size":"57 m"},{"name":"AVERY","country":"NL","mmsi":"244690485","imo":null,"arrived":"2024-08-12 13:20","DWT":"---","GRT":"---","Built":"---","Size":"135 m"},{"name":"AVONTUUR","country":"NL","mmsi":"244180315","imo":null,"arrived":"2024-08-12 13:20","DWT":"---","GRT":"---","Built":"---","Size":"32 m"},{"name":"ACTIEF","country":"NL","mmsi":"244780453","imo":null,"arrived":"2024-08-12 13:19","DWT":"---","GRT":"---","Built":"---","Size":"25 m"},{"name":"CHRIS","country":"BE","mmsi":"205244190","imo":null,"arrived":"2024-08-12 13:08","DWT":"---","GRT":"---","Built":"---","Size":"110 m"},{"name":"TOMMY","country":"NL","mmsi":"244690536","imo":null,"arrived":"2024-08-12 13:07","DWT":"---","GRT":"---","Built":"---","Size":"11 m"},{"name":"STAYBRITE III","country":"NO","mmsi":"258104630","imo":null,"arrived":"2024-08-12 13:03","DWT":"---","GRT":"---","Built":"---","Size":"14 m"},{"name":"RIJNLAND","country":"NL","mmsi":"244830570","imo":null,"arrived":"2024-08-12 13:02","DWT":"---","GRT":"---","Built":"---","Size":"27 m"},{"name":"NT3 WATERSNIP","country":"NL","mmsi":"244035980","imo":null,"arrived":"2024-08-12 12:57","DWT":"---","GRT":"---","Built":"---","Size":"13 m"},{"name":"GALYPSOS","country":"BE","mmsi":"205338490","imo":null,"arrived":"2024-08-12 12:52","DWT":"---","GRT":"---","Built":"---","Size":"135 m"},{"name":"ZANDEXPRES 4","country":"NL","mmsi":"244110242","imo":null,"arrived":"2024-08-12 12:49","DWT":"---","GRT":"---","Built":"---","Size":"86 m"},{"name":"TAMAY","country":"DE","mmsi":"211146710","imo":null,"arrived":"2024-08-12 12:48","DWT":"---","GRT":"---","Built":"---","Size":"12 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://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":"43","page":"1","expected_arrivals_data":[{"name":"SAILBOA","country":"NL","mmsi":"244780406","imo":"---","Port":"AMSTERDAM","Estimated Arrival":"2024-09-21 12:47"},{"name":"MYRIAM","country":"NL","mmsi":"244375332","imo":"---","Port":"AMSTERDAM","Estimated Arrival":"2024-09-21 12:54"},{"name":"CARPE NOCTEM","country":"NL","mmsi":"244660477","imo":"---","Port":"AMSTERDAM","Estimated Arrival":"2024-09-21 13:19"},{"name":"ROCK","country":"NL","mmsi":"244383024","imo":"794688","Port":"AMSTERDAM","Estimated Arrival":"2024-09-21 13:27"},{"name":"LIBURNA","country":"BE","mmsi":"205554990","imo":"---","Port":"AMSTERDAM","Estimated Arrival":"2024-09-21 13:40"},{"name":"SOMTRANS XI","country":"BE","mmsi":"205085300","imo":"---","Port":"AMSTERDAM","Estimated Arrival":"2024-09-21 13:54"},{"name":"RIGEL","country":"NL","mmsi":"244670846","imo":"---","Port":"AMSTERDAM","Estimated Arrival":"2024-09-21 14:08"},{"name":"ZEUGMAN","country":"MT","mmsi":"215382000","imo":"9259111","Port":"AMSTERDAM","Estimated Arrival":"2024-09-21 14:21"},{"name":"JAGUAR","country":"SG","mmsi":"566679000","imo":"9578024","Port":"AMSTERDAM","Estimated Arrival":"2024-09-21 14:34"},{"name":"MIRAGE","country":"NL","mmsi":"244660742","imo":"---","Port":"AMSTERDAM","Estimated Arrival":"2024-09-21 14:38"},{"name":"PENDOLARI","country":"NL","mmsi":"244002293","imo":"---","Port":"AMSTERDAM","Estimated Arrival":"2024-09-21 15:01"},{"name":"ACHILLES","country":"NL","mmsi":"244690695","imo":"---","Port":"AMSTERDAM","Estimated Arrival":"2024-09-21 15:10"},{"name":"ELISA-S","country":"BE","mmsi":"205530290","imo":"---","Port":"AMSTERDAM","Estimated Arrival":"2024-09-21 15:25"},{"name":"SOMTRANS XXVIII","country":"BE","mmsi":"205524390","imo":"---","Port":"AMSTERDAM","Estimated Arrival":"2024-09-21 15:27"},{"name":"VIKING HLIN","country":"CH","mmsi":"269057478","imo":"---","Port":"AMSTERDAM","Estimated Arrival":"2024-09-21 15:28"},{"name":"DUTCH REBEL","country":"NL","mmsi":"244850446","imo":"155189248","Port":"AMSTERDAM","Estimated Arrival":"2024-09-21 15:50"},{"name":"MARIA","country":"DE","mmsi":"211516950","imo":"---","Port":"AMSTERDAM","Estimated Arrival":"2024-09-21 15:59"},{"name":"AQUAMARIN","country":"NL","mmsi":"244740576","imo":"---","Port":"AMSTERDAM","Estimated Arrival":"2024-09-21 16:08"},{"name":"JOY","country":"CH","mmsi":"269057560","imo":"---","Port":"AMSTERDAM","Estimated Arrival":"2024-09-21 16:11"},{"name":"ORTELIUS","country":"BE","mmsi":"205554190","imo":"---","Port":"AMSTERDAM","Estimated Arrival":"2024-09-21 16:21"},{"name":"VIKING IDUN","country":"CH","mmsi":"269057388","imo":"---","Port":"AMSTERDAM","Estimated Arrival":"2024-09-21 18:41"},{"name":"ERIK WALTHER","country":"DE","mmsi":"211793600","imo":"---","Port":"AMSTERDAM","Estimated Arrival":"2024-09-21 18:53"},{"name":"EEMSHORN","country":"NL","mmsi":"244710354","imo":"---","Port":"AMSTERDAM","Estimated Arrival":"2024-09-21 19:07"},{"name":"ONUS","country":"NL","mmsi":"244870379","imo":"---","Port":"AMSTERDAM","Estimated Arrival":"2024-09-21 19:57"},{"name":"VANTHYA","country":"NL","mmsi":"244700710","imo":"---","Port":"AMSTERDAM","Estimated Arrival":"2024-09-21 20:23"},{"name":"VISIOEN","country":"NL","mmsi":"244670040","imo":"---","Port":"AMSTERDAM","Estimated Arrival":"2024-09-21 20:46"},{"name":"LA VIVRE","country":"NL","mmsi":"244890815","imo":"---","Port":"AMSTERDAM","Estimated Arrival":"2024-09-21 22:27"},{"name":"ALUNA","country":"NL","mmsi":"244100987","imo":"---","Port":"AMSTERDAM","Estimated Arrival":"2024-09-22 00:24"},{"name":"RIO GRANDE","country":"NL","mmsi":"244660996","imo":"---","Port":"AMSTERDAM","Estimated Arrival":"2024-09-22 02:07"},{"name":"WECO PISCES","country":"SG","mmsi":"563151900","imo":"9923932","Port":"AMSTERDAM","Estimated Arrival":"2024-09-22 02:39"},{"name":"REIMERSWAAL","country":"NL","mmsi":"244116000","imo":"9618240","Port":"AMSTERDAM","Estimated Arrival":"2024-09-22 02:46"},{"name":"CAMELLIA","country":"LR","mmsi":"636021227","imo":"9684134","Port":"AMSTERDAM","Estimated Arrival":"2024-09-22 04:00"},{"name":"SOLAR SKYLER","country":"MH","mmsi":"538008706","imo":"9877640","Port":"AMSTERDAM","Estimated Arrival":"2024-09-22 05:25"},{"name":"GENIUS STAR X","country":"PA","mmsi":"353086000","imo":"9542893","Port":"AMSTERDAM","Estimated Arrival":"2024-09-22 05:44"},{"name":"EMMA","country":"BE","mmsi":"205289790","imo":"---","Port":"AMSTERDAM","Estimated Arrival":"2024-09-22 10:47"},{"name":"CSL THAMES","country":"MT","mmsi":"249605000","imo":"9440447","Port":"AMSTERDAM","Estimated Arrival":"2024-09-22 12:14"},{"name":"ALPINE LINK","country":"MH","mmsi":"538003758","imo":"9478614","Port":"AMSTERDAM","Estimated Arrival":"2024-09-22 15:04"},{"name":"SACURA","country":"LR","mmsi":"636020540","imo":"9497000","Port":"AMSTERDAM","Estimated Arrival":"2024-09-22 18:01"},{"name":"LADY HANNEKE","country":"NL","mmsi":"244110823","imo":"9828352","Port":"AMSTERDAM","Estimated Arrival":"2024-09-23 09:10"},{"name":"JIMMY T","country":"PA","mmsi":"355109000","imo":"9782118","Port":"AMSTERDAM","Estimated Arrival":"2024-09-24 02:27"},{"name":"SYLFIDE","country":"NL","mmsi":"244260333","imo":"1015872","Port":"AMSTERDAM","Estimated Arrival":"2024-09-25 18:45"},{"name":"KNARRLAGSUND","country":"NO","mmsi":"257039490","imo":"9268849","Port":"AMSTERDAM","Estimated Arrival":"2024-09-26 05:21"},{"name":"STI YORKVILLE","country":"MH","mmsi":"538005426","imo":"9688350","Port":"AMSTERDAM","Estimated Arrival":"2024-09-27 07:46"}]}
                                                                                                                                                                                                                    
                                                                                                    

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://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":"800","page":"1","event":[{"Event":"Departure","Time":"2024-07-22 13:07","Port":"AMSTERDAM","name":"HELENE-B","country":"NL","mmsi":"304021000","imo":"9195406"},{"Event":"Departure","Time":"2024-07-22 13:06","Port":"AMSTERDAM","name":"SVITZER TITAN","country":"NL","mmsi":"244050199","imo":"9780055"},{"Event":"Departure","Time":"2024-07-22 13:06","Port":"AMSTERDAM","name":"RACHEL","country":"NL","mmsi":"244700575","imo":"---"},{"Event":"Arrival","Time":"2024-07-22 13:04","Port":"AMSTERDAM","name":"IJVEER 62","country":"NL","mmsi":"244060118","imo":"---"},{"Event":"Arrival","Time":"2024-07-22 13:04","Port":"AMSTERDAM","name":"CARBON","country":"NL","mmsi":"244070396","imo":"---"},{"Event":"Departure","Time":"2024-07-22 13:03","Port":"AMSTERDAM","name":"NZK PONT 100","country":"NL","mmsi":"244002264","imo":"---"},{"Event":"Arrival","Time":"2024-07-22 13:02","Port":"AMSTERDAM","name":"SOMTRANS LNG","country":"NL","mmsi":"244031327","imo":"---"},{"Event":"Arrival","Time":"2024-07-22 13:00","Port":"AMSTERDAM","name":"ORIGO","country":"NL","mmsi":"244073540","imo":"---"},{"Event":"Arrival","Time":"2024-07-22 13:00","Port":"AMSTERDAM","name":"ALLIANCE","country":"NL","mmsi":"244070940","imo":"---"},{"Event":"Departure","Time":"2024-07-22 12:59","Port":"AMSTERDAM","name":"PA1\/CASTOR","country":"NL","mmsi":"244650483","imo":"---"},{"Event":"Arrival","Time":"2024-07-22 12:57","Port":"AMSTERDAM","name":"MIRA","country":"NL","mmsi":"244620446","imo":"---"},{"Event":"Arrival","Time":"2024-07-22 12:57","Port":"AMSTERDAM","name":"RIJNLAND","country":"NL","mmsi":"244830570","imo":"---"},{"Event":"Arrival","Time":"2024-07-22 12:57","Port":"AMSTERDAM","name":"CONDOR","country":"NL","mmsi":"244660117","imo":"---"},{"Event":"Arrival","Time":"2024-07-22 12:55","Port":"AMSTERDAM","name":"COMBINATION","country":"NL","mmsi":"244620662","imo":"---"},{"Event":"Arrival","Time":"2024-07-22 12:55","Port":"AMSTERDAM","name":"NZK PONT 100","country":"NL","mmsi":"244002264","imo":"---"},{"Event":"Departure","Time":"2024-07-22 12:54","Port":"AMSTERDAM","name":"STORMVOGEL","country":"NL","mmsi":"244670594","imo":"---"},{"Event":"Departure","Time":"2024-07-22 12:53","Port":"AMSTERDAM","name":"VAGARI","country":"NL","mmsi":"244750201","imo":"---"},{"Event":"Departure","Time":"2024-07-22 12:53","Port":"AMSTERDAM","name":"SOMTRANS XXVIII","country":"NL","mmsi":"205524390","imo":"---"},{"Event":"Arrival","Time":"2024-07-22 12:50","Port":"AMSTERDAM","name":"EVENTUS","country":"NL","mmsi":"244900029","imo":"---"},{"Event":"Departure","Time":"2024-07-22 12:49","Port":"AMSTERDAM","name":"RIJNLAND","country":"NL","mmsi":"244830570","imo":"---"},{"Event":"Departure","Time":"2024-07-22 12:49","Port":"AMSTERDAM","name":"RES NOVA","country":"NL","mmsi":"244650180","imo":"---"},{"Event":"Departure","Time":"2024-07-22 12:48","Port":"AMSTERDAM","name":"INVOTIS II","country":"NL","mmsi":"244100955","imo":"---"},{"Event":"Departure","Time":"2024-07-22 12:48","Port":"AMSTERDAM","name":"ORCA","country":"NL","mmsi":"244790146","imo":"---"},{"Event":"Departure","Time":"2024-07-22 12:44","Port":"AMSTERDAM","name":"DIAFORA","country":"NL","mmsi":"244890030","imo":"---"},{"Event":"Arrival","Time":"2024-07-22 12:44","Port":"AMSTERDAM","name":"BETA CURA","country":"NL","mmsi":"244050325","imo":"---"},{"Event":"Departure","Time":"2024-07-22 12:44","Port":"AMSTERDAM","name":"NZK PONT 100","country":"NL","mmsi":"244002264","imo":"---"},{"Event":"Arrival","Time":"2024-07-22 12:41","Port":"AMSTERDAM","name":"EDITH","country":"NL","mmsi":"244740135","imo":"---"},{"Event":"Departure","Time":"2024-07-22 12:40","Port":"AMSTERDAM","name":"ORIGO","country":"NL","mmsi":"244073540","imo":"---"},{"Event":"Arrival","Time":"2024-07-22 12:39","Port":"AMSTERDAM","name":"SOMTRANS XXVIII","country":"NL","mmsi":"205524390","imo":"---"},{"Event":"Arrival","Time":"2024-07-22 12:38","Port":"AMSTERDAM","name":"SOLAN","country":"NL","mmsi":"244830360","imo":"---"},{"Event":"Arrival","Time":"2024-07-22 12:36","Port":"AMSTERDAM","name":"KAPAL","country":"NL","mmsi":"244670836","imo":"---"},{"Event":"Arrival","Time":"2024-07-22 12:35","Port":"AMSTERDAM","name":"NZK PONT 100","country":"NL","mmsi":"244002264","imo":"---"},{"Event":"Arrival","Time":"2024-07-22 12:34","Port":"AMSTERDAM","name":"EUCHARISTEO","country":"NL","mmsi":"244740409","imo":"---"},{"Event":"Departure","Time":"2024-07-22 12:33","Port":"AMSTERDAM","name":"BETA CURA","country":"NL","mmsi":"244050325","imo":"---"},{"Event":"Departure","Time":"2024-07-22 12:33","Port":"AMSTERDAM","name":"VAILLANT","country":"NL","mmsi":"244690164","imo":"---"},{"Event":"Departure","Time":"2024-07-22 12:32","Port":"AMSTERDAM","name":"GEULPLUS","country":"NL","mmsi":"244710523","imo":"---"},{"Event":"Departure","Time":"2024-07-22 12:26","Port":"AMSTERDAM","name":"SOMTRANS LNG","country":"NL","mmsi":"244031327","imo":"---"},{"Event":"Arrival","Time":"2024-07-22 12:25","Port":"AMSTERDAM","name":"VITANOVA","country":"NL","mmsi":"244630985","imo":"---"},{"Event":"Arrival","Time":"2024-07-22 12:25","Port":"AMSTERDAM","name":"RES NOVA","country":"NL","mmsi":"244650180","imo":"---"},{"Event":"Arrival","Time":"2024-07-22 12:24","Port":"AMSTERDAM","name":"ROMANCE","country":"NL","mmsi":"244180270","imo":"---"},{"Event":"Departure","Time":"2024-07-22 12:22","Port":"AMSTERDAM","name":"NZK PONT 100","country":"NL","mmsi":"244002264","imo":"---"},{"Event":"Departure","Time":"2024-07-22 12:21","Port":"AMSTERDAM","name":"FAIRWIND","country":"NL","mmsi":"244115644","imo":"---"},{"Event":"Arrival","Time":"2024-07-22 12:18","Port":"AMSTERDAM","name":"KOKMEEUW","country":"NL","mmsi":"244110531","imo":"---"},{"Event":"Departure","Time":"2024-07-22 12:18","Port":"AMSTERDAM","name":"VOLHARDING 2","country":"NL","mmsi":"244710869","imo":"---"},{"Event":"Arrival","Time":"2024-07-22 12:18","Port":"AMSTERDAM","name":"MOOS","country":"NL","mmsi":"244170259","imo":"---"},{"Event":"Departure","Time":"2024-07-22 12:17","Port":"AMSTERDAM","name":"TRANSCEND ADVANCE","country":"NL","mmsi":"248380000","imo":"---"},{"Event":"Arrival","Time":"2024-07-22 12:14","Port":"AMSTERDAM","name":"BARK","country":"NL","mmsi":"244170067","imo":"---"},{"Event":"Departure","Time":"2024-07-22 12:14","Port":"AMSTERDAM","name":"MIRA","country":"NL","mmsi":"244620446","imo":"---"},{"Event":"Arrival","Time":"2024-07-22 12:14","Port":"AMSTERDAM","name":"NZK PONT 100","country":"NL","mmsi":"244002264","imo":"---"},{"Event":"Arrival","Time":"2024-07-22 12:14","Port":"AMSTERDAM","name":"WESTZEE","country":"NL","mmsi":"205551590","imo":"---"}]}
                                                                                                                                                                                                                    
                                                                                                    

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' 

    

Pass the vessel MMSI code and retrieve information about the ship. 

Get data like:

  • Position Received
  • Area
  • Current Port
  • Coordinates
  • Navigational status
  • Last port calls
  • arrival
  • Departure
  • Time in port


                                                                            
GET https://zylalabs.com/api/78/vessel+traffic+information+api/6112/get+latest+ports+by+mmsi+code
                                                                            
                                                                        

Get Latest Ports by MMSI Code - Endpoint Features

Object Description
mmsiCode [Required] Indicates an MMSI Code
Test Endpoint

API EXAMPLE RESPONSE

       
                                                                                                        
                                                                                                                                                                                                                            {"status":200,"success":true,"message":"MMSI Code 229785000 is valid","data":{"position_received":"1 h, 53 m ago","vessel_local_time":"-","area":"Aegean Sea","current_port":"FLISVOS","latitude_longitude":"--- \/ ---","navigational_status":"Moored","speed_course":"","ais_source":"-","last_port_calls":[{"port":"NAFPLIO","arrival":"2024-09-19 05:26","departure":"2024-09-22 02:44","time_in_port":"2 d"},{"port":"NAFPLIO","arrival":"2024-09-18 07:05","departure":"2024-09-18 22:11","time_in_port":"15 h"},{"port":"HYDRA","arrival":"2024-09-17 13:39","departure":"2024-09-18 04:15","time_in_port":"14 h"},{"port":"FLISVOS","arrival":"2024-09-07 08:33","departure":"2024-09-17 08:20","time_in_port":"9 d"},{"port":"ASTYPALEA","arrival":"2024-08-27 06:03","departure":"2024-08-28 03:30","time_in_port":"21 h"},{"port":"LEIPSI","arrival":"2024-08-23 06:21","departure":"2024-08-24 03:17","time_in_port":"20 h"},{"port":"HYDRA","arrival":"2024-08-09 10:53","departure":"2024-08-10 02:18","time_in_port":"15 h"},{"port":"FLISVOS","arrival":"2024-08-01 16:25","departure":"2024-08-09 08:17","time_in_port":"7 d"},{"port":"2024-10-08 05:08","arrival":"ETA Changed","departure":"2025\/09\/22 12:002025\/01\/01 12:00","time_in_port":"37.92934 \/ 23.68235 [GR] FLISVOS"},{"port":"2024-10-08 04:45","arrival":"ETA Changed","departure":"2025\/01\/01 12:002025\/09\/22 12:00","time_in_port":"37.92933 \/ 23.68236 [GR] FLISVOS"}]}}
                                                                                                                                                                                                                    
                                                                                                    

Get Latest Ports by MMSI Code - CODE SNIPPETS


curl --location --request GET 'https://zylalabs.com/api/78/vessel+traffic+information+api/6112/get+latest+ports+by+mmsi+code?mmsiCode=205566190' --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
  • Custom Rate Limit
  • 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
100%
 Response Time
3,661ms

Category:


Related APIs