GET
/vesselname/{vesselname}
Provides the corresponding vessel departure declaration information for the given vessel name. The data is updated every hour.
GET
/imonumber/{imonumber}
Provides the corresponding vessel departure declaration information for the given vessel IMO number. The data is updated every hour.
GET
/bydate
Provides the corresponding vessel departure declaration information for the given date. The data is updated every hour.
GET
/callsign/{callsign}
Provides the corresponding vessel departure declaration information for the given vessel callsign. The data is updated every hour.
GET
/date/{yyyy-MM-dd HH:mm:ss}/hours/{hours}
Provides the corresponding vessels arrival information for the given date and time in yyyy-MM-dd HH:mm:ss format. The data is updated every hour.
GET
/date/{yyyy-MM-dd}
Provides the corresponding vessels arrival information for the given date in yyyy-MM-dd format. The data is updated every hour.
GET
/pastNhours
Provides the corresponding vessels arrival declaration information for the given date and time. The data is updated every hour.
GET
/vesselname/{vesselname}
Provides the corresponding vessel arrival declaration information for the given vessel name. The data is updated every hour.
GET
/imonumber/{imonumber}
Provides the corresponding vessel arrival declaration information for the given vessel IMO number. The data is updated every hour.
GET
/bydate
Provides the corresponding vessel arrival declaration information for the given date. The data is updated every hour.