Skip to main content

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.

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"

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