GET
/callsign/{callsign}
Provides the corresponding vessel positions information for the given vessel callsign. The data is updated every 3 minutes.
GET
/vesselname/{vesselname}
Provides the corresponding vessel particulars information for the given vessel name. The data is updated every 6 hours.
GET
/imonumber/{imonumber}
Provides the corresponding vessel particulars information for the given vessel IMO number. The data is updated every 6 hours.
GET
/callsign/{callsign}
Provides the corresponding vessel particulars information for the given vessel callsign. The data is updated every 6 hours.
GET
/vesselname/{vesselname}
Provides the corresponding vessel movements information for the given vessel name. The data is updated every 5 minutes.
GET
/imonumber/{imonumber}
Provides the corresponding vessel movements information for the given vessel IMO number. The data is updated every 5 minutes.
GET
/callsign/{callsign}
Provides the corresponding vessel movements information for the given vessel callsign. The data is updated every 5 minutes.
GET
/date/{yyyy-MM-dd HH:mm:ss}/hours/{hours}
Provides the corresponding vessels departures 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 vessel departures information for the given date in yyyy-MM-dd format. The data is updated every hour.
GET
/pastNhours
Provides the corresponding vessels departure declaration information for the given date and time. The data is updated every hour.