Ship Tracker API Documentation

Introduction

The Ship Tracker API allows you to track ships based on their IMO numbers.

Base URL

The base URL for all API endpoints is: https://ship-tracker-and-time.vercel.app/

Endpoints

Track Ship

Get IMO

API Documentation

Example Usage

Track Ship

GET https://ship-tracker-and-time.vercel.app/?imo=9713351

Get IMO

GET https://ship-tracker-and-time.vercel.app/get_imo?name=SEASPAN BELIEF

API Documentation

GET https://ship-tracker-and-time.vercel.app/api/docs

Response Format

The response for ship tracking endpoint (/) is an HTML page containing detailed information about the ship's last position, coordinates, local time, etc.

Errors