Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.datadocked.com/llms.txt

Use this file to discover all available pages before exploring further.

Build with Maritime Intelligence

Access comprehensive maritime data through our REST API. Track vessels in real-time, query port operations, and integrate shipping intelligence into your applications.

Quickstart

Make your first API call and start tracking vessels

API Reference

Explore all available endpoints and parameters

Choose Your Use Case

Track any vessel worldwide with real-time AIS data.
curl -X GET "https://datadocked.com/api/vessels_operations/get-vessel-location?imo_or_mmsi=9247431" \
  -H "x-api-key: YOUR_API_KEY"

Real-time Location

Position, speed, course, and destination

Bulk Search

Track up to 50 vessels per request

Historical Data

Voyage reconstruction with 2 years of data

Area Search

Find all vessels in a geographic area

Quick Integration

1

Get your API key

Sign up and find your key in the dashboard
2

Make a request

Add your API key to the x-api-key header
curl -H "x-api-key: YOUR_API_KEY" \
  "https://datadocked.com/api/vessels_operations/get-vessel-location?imo_or_mmsi=9247431"
3

Parse the response

All responses are JSON with vessel data in the detail field
{
  "detail": {
    "name": "EVER GIVEN",
    "latitude": "31.234567",
    "longitude": "32.345678",
    "speed": "12.5"
  }
}

API Capabilities

14 Endpoints

Vessel tracking, port operations, and compliance data

Global Coverage

AIS data from terrestrial and satellite sources

Real-time Data

Live vessel positions updated continuously

2 Year History

Historical voyage data for route analysis

Credit-based

Pay only for what you use, starting at 1 credit per call

REST API

Simple JSON responses, easy to integrate

EndpointDescriptionCredits
Get Vessel LocationReal-time position, speed, and destination1
Get Vessel InfoComplete vessel profile5
Port Calls by VesselPort history for a vessel1
Vessel Inspection DataPSC inspections and certificates3
Historical DataVoyage reconstruction5/day
Vessels by AreaFind vessels in a region10