Información sobre el tráfico de buques. API

La API de Información de Buques te proporciona información sobre todos los buques a bordo que están en vivo a nivel mundial.

Acerca de la API:

Esta API proporciona un sistema avanzado de seguimiento y gestión de embarcaciones en puertos marítimos clave, ofreciendo información detallada sobre el estado y los movimientos de las embarcaciones. Proporciona datos en tiempo real sobre la posición de la embarcación, estado de navegación, puerto actual, puertos de llegada y salida, así como detalles meteorológicos como temperatura, velocidad del viento y humedad en las áreas portuarias.

A través de identificadores únicos como el IMO (número de la Organización Marítima Internacional) y el MMSI (Identidad del Servicio Marítimo Móvil), la API rastrea embarcaciones individuales, proporcionando una vista detallada de su historial reciente de llamadas a puerto, tiempos de permanencia en cada puerto y movimientos programados. Esta información es esencial para la gestión eficiente de los puertos, la planificación logística y la seguridad de la navegación.

La API proporciona la posición en tiempo real de las embarcaciones utilizando datos de AIS, incluyendo latitud, longitud, rumbo, velocidad, estado de navegación, destino y ETA. La información proviene de fuentes terrestres o satelitales para proporcionar cobertura global y precisión en el seguimiento marítimo.

Además, la API incluye datos sobre las llegadas esperadas en puertos específicos, con tiempos de llegada estimados y detalles adicionales sobre las embarcaciones involucradas, como su país de registro y número MMSI. También proporciona detalles sobre las condiciones meteorológicas actuales en los puertos, lo cual es vital para la planificación operativa y la seguridad marítima.

Documentación de la API

Endpoints


Pase el número IMO de la embarcación y recupere información sobre el barco. 

Obtenga datos como:

  • Número IMO
  • Nombre de la embarcación
  • Tipo de barco
  • Bandera
  • Tonelaje Bruto
  • Deadweight de verano (t)
  • Eslora total (m)
  • Manga (m)
  • Año de construcción


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

Obtener datos del buque por código IMO. - Características del Endpoint

Objeto Descripción
imoCode [Requerido] The Vessel's IMO code.
Probar Endpoint

RESPUESTA DE EJEMPLO DE LA API

       
                                                                                                        
                                                                                                                                                                                                                            {"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 - CÓDIGOS DE EJEMPLO


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' 


    

Este punto final te permitirá recuperar la ruta actual de un barco deseado. 

Obtener:

  • Puerto de Salida
  • Salida ATD
  • Señal de Llamada
  • Bandera
  • Longitud / Manga
  • IMO / MMSI
  • Estado de Navegación
  • Calado Actual
  • Rumbo / Velocidad
  • Puerto de Llegada
  • Llegada ETA

Además, recuperar los últimos puertos y cuánto tiempo estuvieron en ese puerto. 



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

Obtener ruta actual por código IMO - Características del Endpoint

Objeto Descripción
imoCode [Requerido] The Vessel's IMO code.
Probar Endpoint

RESPUESTA DE EJEMPLO DE LA API

       
                                                                                                        
                                                                                                                                                                                                                            {"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 - CÓDIGOS DE EJEMPLO


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' 


    

Este punto final proporcionará todos los puertos compatibles en esta API con sus ID. 

Más tarde, estos ID podrían usarse para verificar otros puntos finales. 



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

Base de Datos de Puertos - Características del Endpoint

Objeto Descripción
page Opcional Pagination. Default: 1
Probar Endpoint

RESPUESTA DE EJEMPLO DE LA API

       
                                                                                                        
                                                                                                                                                                                                                            {"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":94,"last_page_url":"?page=94","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=93","label":"93","active":false},{"url":"?page=94","label":"94","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":4693}
                                                                                                                                                                                                                    
                                                                                                    

Ports Database - CÓDIGOS DE EJEMPLO


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


    

Basado en el ID del puerto, podrás recuperar la información del puerto y también el clima actual en el puerto. 



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

Datos del puerto. - Características del Endpoint

Objeto Descripción
port_id [Requerido] The port ID retrieved on the Port Database endpoint.
Probar Endpoint

RESPUESTA DE EJEMPLO DE LA API

       
                                                                                                        
                                                                                                                                                                                                                            {"id":4,"port_id":"80","name":"AALBORG","country":"Denmark","country_code":"DK","type":"Port","size":"XLarge","unlocode":"DKAAL","latitude":"57.05990\u00b0","longitude":"9.96008\u00b0","vessel_in_port":70,"arrivals_24_hours":12,"departures_24_hours":11,"expected_arrivals":5,"local_time":"2024-05-23","time_zone":"Europe\/Copenhagen","temperature_celsius":"15.5\u00b0C","temperature_fahrenheit":"59.9\u00b0F","wind_speed":"6 knots","wind_direction":"246\u00b0 WSW","humidity":"95.3 %","pressure":"1014 hPa","could_coverage":"100 %","created_at":"2024-05-23T19:23:36.000000Z","updated_at":"2024-05-23T19:39:25.000000Z"}
                                                                                                                                                                                                                    
                                                                                                    

Port Data - CÓDIGOS DE EJEMPLO


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' 


    

Basado en el ID del puerto, podrás recuperar todos los buques actuales que están en el puerto seleccionado. 

Obtén su nombre, código MMSI o IMO y otra información relevante. 



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

Buques en el puerto. - Características del Endpoint

Objeto Descripción
port_id [Requerido] The port ID retrieved on the Port Database endpoint.
page Opcional Pagination. Default: 1
Probar Endpoint

RESPUESTA DE EJEMPLO DE LA API

       
                                                                                                        
                                                                                                                                                                                                                            {"success":true,"status":200,"port":"AMSTERDAM","id":"89","vessel_in_port":"808","page":"1","vessels":[{"name":"LADY MARIA FISHER","country":"GB","mmsi":"232046269","imo":"9944302","arrived":"2024-12-05 20:32","DWT":"---","GRT":"---","Built":"---","Size":"93 m"},{"name":"ALJA","country":"NL","mmsi":"244710776","imo":null,"arrived":"2024-12-05 20:30","DWT":"---","GRT":"---","Built":"---","Size":"114 m"},{"name":"PA1\/CASTOR","country":"NL","mmsi":"244650483","imo":null,"arrived":"2024-12-05 20:30","DWT":"---","GRT":"---","Built":"---","Size":"19 m"},{"name":"PASSAAT","country":"NL","mmsi":"244670016","imo":null,"arrived":"2024-12-05 20:26","DWT":"---","GRT":"---","Built":"---","Size":"70 m"},{"name":"VERWACHTING","country":"NL","mmsi":"244710773","imo":null,"arrived":"2024-12-05 20:26","DWT":"---","GRT":"---","Built":"---","Size":"55 m"},{"name":"CONDOR","country":"NL","mmsi":"244660117","imo":null,"arrived":"2024-12-05 20:17","DWT":"---","GRT":"---","Built":"---","Size":"84 m"},{"name":"PA3 \/ TRITON","country":"NL","mmsi":"244060760","imo":null,"arrived":"2024-12-05 20:15","DWT":"---","GRT":"---","Built":"---","Size":"20 m"},{"name":"ZUIDERDIEP","country":"NL","mmsi":"244710896","imo":null,"arrived":"2024-12-05 20:12","DWT":"---","GRT":"---","Built":"---","Size":"86 m"},{"name":"KOKMEEUW","country":"NL","mmsi":"244110531","imo":null,"arrived":"2024-12-05 20:07","DWT":"---","GRT":"---","Built":"---","Size":"20 m"},{"name":"SVITZER TITAN","country":"NL","mmsi":"244050199","imo":"9780055","arrived":"2024-12-05 19:50","DWT":"---","GRT":"---","Built":"---","Size":"24 m"},{"name":"WATERMAN","country":"NL","mmsi":"244710818","imo":null,"arrived":"2024-12-05 19:40","DWT":"---","GRT":"---","Built":"---","Size":"14 m"},{"name":"STAETS 1","country":"NL","mmsi":"244870156","imo":null,"arrived":"2024-12-05 19:30","DWT":"---","GRT":"---","Built":"---","Size":"18 m"},{"name":"SHANNA","country":"DE","mmsi":"211872640","imo":null,"arrived":"2024-12-05 19:30","DWT":"---","GRT":"---","Built":"---","Size":"67 m"},{"name":"DEVIATIE","country":"NL","mmsi":"244416536","imo":null,"arrived":"2024-12-05 19:22","DWT":"---","GRT":"---","Built":"---","Size":"86 m"},{"name":"ACTIEF","country":"NL","mmsi":"244780453","imo":null,"arrived":"2024-12-05 19:19","DWT":"---","GRT":"---","Built":"---","Size":"25 m"},{"name":"PA4 \/ATHENA","country":"NL","mmsi":"244690186","imo":null,"arrived":"2024-12-05 19:18","DWT":"---","GRT":"---","Built":"---","Size":"20 m"},{"name":"SILENCIO","country":"NL","mmsi":"244660163","imo":null,"arrived":"2024-12-05 19:02","DWT":"---","GRT":"---","Built":"---","Size":"85 m"},{"name":"LYNSEY","country":"NL","mmsi":"244046289","imo":null,"arrived":"2024-12-05 18:48","DWT":"---","GRT":"---","Built":"---","Size":"110 m"},{"name":"SENDO MARE","country":"NL","mmsi":"244181802","imo":null,"arrived":"2024-12-05 18:36","DWT":"---","GRT":"---","Built":"---","Size":"124 m"},{"name":"JULIA","country":"DE","mmsi":"211544420","imo":null,"arrived":"2024-12-05 18:35","DWT":"---","GRT":"---","Built":"---","Size":"86 m"},{"name":"CRANE BARGE 1","country":"NL","mmsi":"244670111","imo":null,"arrived":"2024-12-05 18:33","DWT":"---","GRT":"---","Built":"---","Size":"40 m"},{"name":"MI-VIDA","country":"NL","mmsi":"244670414","imo":null,"arrived":"2024-12-05 18:32","DWT":"---","GRT":"---","Built":"---","Size":"86 m"},{"name":"NEDSHIP","country":"NL","mmsi":"244890451","imo":null,"arrived":"2024-12-05 18:28","DWT":"---","GRT":"---","Built":"---","Size":"135 m"},{"name":"EEMS TJONGER","country":"NL","mmsi":"246869000","imo":"9517240","arrived":"2024-12-05 18:17","DWT":"3,741 Tons","GRT":"2,597 Tons","Built":"2012","Size":"89 m"},{"name":"SOPHIE ISABELL","country":"BE","mmsi":"205545990","imo":null,"arrived":"2024-12-05 18:12","DWT":"---","GRT":"---","Built":"---","Size":"135 m"},{"name":"KP18","country":"NL","mmsi":"244750940","imo":null,"arrived":"2024-12-05 18:06","DWT":"---","GRT":"---","Built":"---","Size":"12 m"},{"name":"KP1","country":"NL","mmsi":"244620012","imo":null,"arrived":"2024-12-05 17:55","DWT":"---","GRT":"---","Built":"---","Size":"11 m"},{"name":"QUESTE","country":"NL","mmsi":"244670564","imo":null,"arrived":"2024-12-05 17:50","DWT":"---","GRT":"---","Built":"---","Size":"135 m"},{"name":"TALISMAN","country":"NL","mmsi":"244630115","imo":null,"arrived":"2024-12-05 17:38","DWT":"---","GRT":"---","Built":"---","Size":"110 m"},{"name":"HENDI W","country":"NL","mmsi":"244660300","imo":null,"arrived":"2024-12-05 17:16","DWT":"---","GRT":"---","Built":"---","Size":"62 m"},{"name":"VALERIE","country":"NL","mmsi":"244060704","imo":null,"arrived":"2024-12-05 17:08","DWT":"---","GRT":"---","Built":"---","Size":"10 m"},{"name":"ZANDEXPRES 4","country":"NL","mmsi":"244110242","imo":null,"arrived":"2024-12-05 16:54","DWT":"---","GRT":"---","Built":"---","Size":"86 m"},{"name":"RESONARE","country":"DE","mmsi":"211221550","imo":null,"arrived":"2024-12-05 16:45","DWT":"---","GRT":"---","Built":"---","Size":"105 m"},{"name":"ALAIN D","country":"NL","mmsi":"244192305","imo":null,"arrived":"2024-12-05 16:44","DWT":"---","GRT":"---","Built":"---","Size":"86 m"},{"name":"TEMPUS VALOREM","country":"NL","mmsi":"244391236","imo":null,"arrived":"2024-12-05 16:34","DWT":"---","GRT":"---","Built":"---","Size":"11 m"},{"name":"MANIPURA","country":"NL","mmsi":"244780077","imo":null,"arrived":"2024-12-05 16:31","DWT":"---","GRT":"---","Built":"---","Size":"84 m"},{"name":"FADAM 3","country":"NL","mmsi":"244060259","imo":null,"arrived":"2024-12-05 16:29","DWT":"---","GRT":"---","Built":"---","Size":"10 m"},{"name":"TERRA","country":"DE","mmsi":"211518200","imo":null,"arrived":"2024-12-05 16:23","DWT":"---","GRT":"---","Built":"---","Size":"86 m"},{"name":"GEMINI","country":"NL","mmsi":"244660878","imo":null,"arrived":"2024-12-05 15:58","DWT":"---","GRT":"---","Built":"---","Size":"110 m"},{"name":"CORMA B","country":"NL","mmsi":"244670878","imo":null,"arrived":"2024-12-05 15:47","DWT":"---","GRT":"---","Built":"---","Size":"80 m"},{"name":"MENTOR","country":"RO","mmsi":"264163578","imo":null,"arrived":"2024-12-05 15:44","DWT":"---","GRT":"---","Built":"---","Size":"86 m"},{"name":"GILLIS","country":"NL","mmsi":"244992032","imo":null,"arrived":"2024-12-05 15:41","DWT":"---","GRT":"---","Built":"---","Size":"95 m"},{"name":"LUMINA","country":"NL","mmsi":"244710537","imo":null,"arrived":"2024-12-05 15:34","DWT":"---","GRT":"---","Built":"---","Size":"80 m"},{"name":"EVENTUS","country":"NL","mmsi":"244900029","imo":null,"arrived":"2024-12-05 15:31","DWT":"---","GRT":"---","Built":"---","Size":"9 m"},{"name":"ELLA","country":"NL","mmsi":"244740008","imo":null,"arrived":"2024-12-05 15:31","DWT":"---","GRT":"---","Built":"---","Size":"50 m"},{"name":"ROHINI B","country":"NL","mmsi":"244373397","imo":null,"arrived":"2024-12-05 15:30","DWT":"---","GRT":"---","Built":"---","Size":"30 m"},{"name":"P55","country":"NL","mmsi":"244129388","imo":null,"arrived":"2024-12-05 15:29","DWT":"---","GRT":"---","Built":"---","Size":"14 m"},{"name":"PEGASUS","country":"BE","mmsi":"205346790","imo":null,"arrived":"2024-12-05 15:28","DWT":"---","GRT":"---","Built":"---","Size":"110 m"},{"name":"NT 10 WATERSPREEUW","country":"NL","mmsi":"244750576","imo":null,"arrived":"2024-12-05 15:04","DWT":"---","GRT":"---","Built":"---","Size":"14 m"},{"name":"LADY ANNE BEAU","country":"NL","mmsi":"244890901","imo":"9760407","arrived":"2024-12-05 14:57","DWT":"---","GRT":"---","Built":"---","Size":"88 m"}]}
                                                                                                                                                                                                                    
                                                                                                    

Vessels in Port - CÓDIGOS DE EJEMPLO


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' 


    

Con base en el ID del puerto, podrás reconocer los buques esperados que llegarán a ese puerto. 



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

Llegadas Esperadas al Puerto. - Características del Endpoint

Objeto Descripción
port_id [Requerido] The port ID retrieved on the Port Database endpoint.
page Opcional Pagination. Default: 1
Probar Endpoint

RESPUESTA DE EJEMPLO DE LA API

       
                                                                                                        
                                                                                                                                                                                                                            {"success":true,"status":200,"port":"AALBORG","id":"80","expected_arrivals":"3","page":"1","expected_arrivals_data":[{"name":"RIX PLATO","country":"LR","mmsi":"636018620","imo":"9139323","Port":"AALBORG","Estimated Arrival":"2024-12-05 23:34"},{"name":"CEMLUNA","country":"CY","mmsi":"209671000","imo":"9007063","Port":"AALBORG","Estimated Arrival":"2024-12-06 12:25"},{"name":"JULIETTE","country":"LR","mmsi":"636015461","imo":"9459113","Port":"AALBORG","Estimated Arrival":"2024-12-07 11:06"}]}
                                                                                                                                                                                                                    
                                                                                                    

Port Expected Arrivals - CÓDIGOS DE EJEMPLO


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' 


    

Basado en el ID del puerto, recibirás la actividad en el puerto. 

 

Recibe llegadas y salidas que tendrán lugar en el puerto. 



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

Actividad portuaria. - Características del Endpoint

Objeto Descripción
port_id [Requerido] The port ID retrieved on the Port Database endpoint.
page Opcional Pagination. Default: 1
Probar Endpoint

RESPUESTA DE EJEMPLO DE LA API

       
                                                                                                        
                                                                                                                                                                                                                            {"success":true,"status":200,"port":"AALBORG","id":"80","events":"10","page":"1","event":[{"Event":"Arrival","Time":"2024-12-05 15:45","Port":"AALBORG","name":"MAGIA","country":"DK","mmsi":"219024832","imo":"---"},{"Event":"Departure","Time":"2024-12-05 11:21","Port":"AALBORG","name":"SARAH-B","country":"DK","mmsi":"218836000","imo":"9119622"},{"Event":"Arrival","Time":"2024-12-05 10:31","Port":"AALBORG","name":"MUNIN","country":"DK","mmsi":"219010706","imo":"---"},{"Event":"Departure","Time":"2024-12-05 10:30","Port":"AALBORG","name":"MUNIN","country":"DK","mmsi":"219010706","imo":"---"},{"Event":"Arrival","Time":"2024-12-05 10:12","Port":"AALBORG","name":"RHIB-MTJ740-05","country":"DK","mmsi":"219024653","imo":"---"},{"Event":"Departure","Time":"2024-12-05 09:54","Port":"AALBORG","name":"RHIB-MTJ740-05","country":"DK","mmsi":"219024653","imo":"---"},{"Event":"Arrival","Time":"2024-12-05 09:29","Port":"AALBORG","name":"RHIB-MTJ740-05","country":"DK","mmsi":"219024653","imo":"---"},{"Event":"Departure","Time":"2024-12-05 09:21","Port":"AALBORG","name":"RHIB-MTJ740-05","country":"DK","mmsi":"219024653","imo":"---"},{"Event":"Arrival","Time":"2024-12-05 04:54","Port":"AALBORG","name":"SARAH-B","country":"DK","mmsi":"218836000","imo":"9119622"},{"Event":"Departure","Time":"2024-12-04 20:29","Port":"AALBORG","name":"WILSON HAWK","country":"DK","mmsi":"314222000","imo":"9064906"}]}
                                                                                                                                                                                                                    
                                                                                                    

Port Activity - CÓDIGOS DE EJEMPLO


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' 


    

Pase el código MMSI del barco y recupere información sobre el buque.

Obtenga datos como:

  • Posición recibida
  • Área
  • Puerto actual
  • Coordenadas
  • Estado de navegación
  • Últimas escalas en puertos
  • llegada
  • Salida
  • Tiempo en puerto


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

Obtener los puertos más recientes por código MMSI. - Características del Endpoint

Objeto Descripción
mmsiCode [Requerido] Indicates an MMSI Code
Probar Endpoint

RESPUESTA DE EJEMPLO DE LA API

       
                                                                                                        
                                                                                                                                                                                                                            {"status":200,"success":true,"message":"MMSI Code 205566190 is valid","data":{"position_received":"5 h, 50 m ago","vessel_local_time":"-","area":"North Sea","current_port":"ANTWERP","latitude_longitude":"--- \/ ---","navigational_status":"Under way using engine","speed_course":"4.2 Knots","ais_source":"-","last_port_calls":[{"port":"ANTWERP","arrival":"2025-01-31 21:59","departure":"2025-02-03 16:04","time_in_port":"2 d"},{"port":"TERNEUZEN","arrival":"2025-01-31 12:28","departure":"2025-01-31 18:28","time_in_port":"6 h"},{"port":"ANTWERP","arrival":"2025-01-29 14:52","departure":"2025-01-31 09:45","time_in_port":"1 d"},{"port":"TERNEUZEN","arrival":"2025-01-29 08:42","departure":"2025-01-29 12:40","time_in_port":"3 h"},{"port":"SLUISKIL","arrival":"2025-01-28 20:08","departure":"2025-01-29 08:15","time_in_port":"12 h"},{"port":"TERNEUZEN","arrival":"2025-01-28 17:10","departure":"2025-01-28 19:46","time_in_port":"2 h"},{"port":"ANTWERP","arrival":"2025-01-25 13:10","departure":"2025-01-28 14:49","time_in_port":"3 d"},{"port":"TERNEUZEN","arrival":"2025-01-25 08:42","departure":"2025-01-25 09:47","time_in_port":"1 h"},{"port":"SAS VAN GENT","arrival":"2025-01-23 17:13","departure":"2025-01-25 07:49","time_in_port":"1 d"},{"port":"GENT","arrival":"2025-01-23 06:45","departure":"2025-01-23 16:45","time_in_port":"10 h"}]}}
                                                                                                                                                                                                                    
                                                                                                    

Get Latest Ports by MMSI Code - CÓDIGOS DE EJEMPLO


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' 


    

Clave de Acceso a la API y Autenticación

Después de registrarte, a cada desarrollador se le asigna una clave de acceso a la API personal, una combinación única de letras y dígitos proporcionada para acceder a nuestro endpoint de la API. Para autenticarte con el Información sobre el tráfico de buques. API simplemente incluye tu token de portador en el encabezado de Autorización.
Encabezados
Encabezado Descripción
Autorización [Requerido] Debería ser Bearer access_key. Consulta "Tu Clave de Acceso a la API" arriba cuando estés suscrito.

Precios Simples y Transparentes

Sin compromiso a largo plazo. Mejora, reduce o cancela en cualquier momento. La Prueba Gratuita incluye hasta 50 solicitudes.

🚀 PLAN CORPORATIVO A MEDIDA

Comienza en
$ 10,000/Año


  • Volumen Personalizado
  • Límite de solicitudes personalizado
  • Soporte al Cliente Especializado
  • Monitoreo de API en Tiempo Real

Funciones favoritas de los clientes

  • ✔︎ Paga Solo por Solicitudes Exitosas
  • ✔︎ Prueba Gratuita de 7 Días
  • ✔︎ Soporte Multilenguaje
  • ✔︎ Una Clave API, Todas las APIs.
  • ✔︎ Panel de Control Intuitivo
  • ✔︎ Manejo de Errores Integral
  • ✔︎ Documentación Amigable para Desarrolladores
  • ✔︎ Integración con Postman
  • ✔︎ Conexiones HTTPS Seguras
  • ✔︎ Tiempo de Actividad Fiable

Información sobre el tráfico de buques. API FAQs

La Información de Tráfico de Buques es una API que proporciona información sobre buques en vivo a bordo a nivel global o dentro de un rango especificado de áreas. Permite a los usuarios acceder a una lista de buques y recuperar detalles individuales de cada barco.

Para recuperar información sobre un buque específico, necesita hacer una solicitud de API al endpoint OBTENER DATOS DEL BUQUE POR CÓDIGO IMO, pasando el número IMO del buque como parámetro. La API devolverá la información del buque solicitada.

Para recuperar la información de la ruta actual de un buque, necesita proporcionar el número IMO del buque en la solicitud de API al punto final OBTENER RUTA ACTUAL POR CÓDIGO IMO. La API devolverá detalles como el puerto de salida, la ATD de salida, la señal de llamada, la bandera, la longitud/ancho, IMO/MMSI, estado de navegación, calado actual, rumbo/velocidad, puerto de llegada, ETA de llegada y los últimos puertos visitados por el buque.

Sí, la API de Información de Tráfico de Embarcaciones proporciona información sobre todos los buques en vivo a bordo a nivel global.

El endpoint GET POSITION devuelve datos en tiempo real sobre la posición actual de un buque, incluyendo área, puerto actual, latitud, longitud, estado de navegación, velocidad, rumbo y fuente AIS. Esta información es crucial para rastrear los movimientos de los buques.

El endpoint GET VESSELS IN PORT incluye campos como el nombre del buque, país, MMSI, código IMO, hora de llegada y tamaño. Estos datos ayudan a los usuarios a identificar los buques actualmente atracados en un puerto específico.

Los usuarios pueden personalizar sus solicitudes proporcionando el ID de puerto específico al endpoint GET PORT DATA. Esto permite recuperar información detallada sobre ese puerto, incluyendo las condiciones meteorológicas actuales y la actividad de los buques.

El punto final OBTENER POSICIÓN POR MMSI acepta el código MMSI del buque como parámetro. Este identificador único permite a los usuarios recuperar datos específicos sobre la posición actual del buque, ETA, velocidad, rumbo y estado de navegación.

El endpoint GET PORT ACTIVITY organiza los datos de respuesta en eventos, detallando las llegadas y salidas en el puerto especificado. Cada evento incluye el tipo (llegada/salida), hora, nombre del buque, país y MMSI, facilitando el seguimiento fácil de las actividades portuarias.

La API de Información de Tráfico de Embarcaciones obtiene sus datos de las señales AIS (Sistema de Identificación Automática), que pueden ser terrestres o basadas en satélites. Esto garantiza una cobertura completa y precisión en el seguimiento de los movimientos de los buques a nivel mundial.

Los casos de uso típicos para el endpoint de OBTENER LLEGADAS ESPERADAS incluyen la planificación logística, la gestión portuaria y la programación. Los usuarios pueden anticipar las llegadas de los buques, lo que permite una mejor asignación de recursos y eficiencia operativa en los puertos.

Los usuarios deben verificar el estado de respuesta de la API y los campos de mensaje para entender si los resultados son parciales o vacíos. Implementar el manejo de errores en su aplicación puede ayudar a gestionar estos escenarios de manera efectiva, asegurando una experiencia de usuario fluida.

General FAQs

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, refer to the 'X-Zyla-API-Calls-Monthly-Remaining' field in the response header. For example, if your plan allows 1,000 requests per month and you've used 100, this field in the response header will indicate 900 remaining calls.

To see the maximum number of API requests your plan allows, check the 'X-Zyla-RateLimit-Limit' response header. For instance, if your plan includes 1,000 requests per month, this header will display 1,000.

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 3,600, it means 3,600 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 give you the opportunity to experience our APIs without any commitment, we offer a 7-day free trial that allows you to make up to 50 API calls at no cost. This trial can be used only once, so we recommend applying it to the API that interests you the most. While most of our APIs offer a free trial, some may not. The trial concludes after 7 days or once you've made 50 requests, whichever occurs first. If you reach the 50 request limit during the trial, you will need to "Start Your Paid Plan" to continue making requests. You can find the "Start Your Paid Plan" button in your profile under Subscription -> Choose the API you are subscribed to -> Pricing tab. Alternatively, if you don't cancel your subscription before the 7th day, your free trial will end, and your plan will automatically be billed, granting you access to all the API calls specified in your plan. Please keep this in mind to avoid unwanted charges.

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 free trial, you can make up to 50 API calls. If you wish to make additional API calls beyond this limit, the API will prompt you to perform an "Start Your Paid Plan." You can find the "Start Your Paid Plan" button in your profile under Subscription -> Choose the API you are subscribed to -> Pricing tab.

Payout Orders are processed between the 20th and the 30th of each month. If you submit your request before the 20th, your payment will be processed within this timeframe.


APIs Relacionadas