The Ship Tracker API allows you to track ships based on their IMO numbers.
The base URL for all API endpoints is: https://ship-tracker-and-time.vercel.app/
/
GET
imo
: The IMO number of the ship to track (optional, defaults to a sample IMO number).200 OK
: Ship tracking information in HTML format.500 Internal Server Error
: If there's an issue fetching ship information./get_imo
GET
name
: The name of the ship to search for./api/docs
GET
GET https://ship-tracker-and-time.vercel.app/?imo=9713351
GET https://ship-tracker-and-time.vercel.app/get_imo?name=SEASPAN BELIEF
GET https://ship-tracker-and-time.vercel.app/api/docs
The response for ship tracking endpoint (/
) is an HTML page containing detailed information about the ship's last position, coordinates, local time, etc.
500 Internal Server Error
: If there's an issue fetching ship information.