Port Operations
Port Calls By Port
Retrieve vessel traffic data for a specific port including arrivals, departures, expected vessels, and vessels currently in port. Costs 5 credits per request. Rate limit: 15 requests/min.
GET
Port Calls By Port
Retrieve vessel traffic data for a specific port including arrivals, departures, expected vessels, and vessels currently in port.
Credits: 50 credits per request
Search Types
Use thesearch_type parameter to filter results:
| Type | Description |
|---|---|
arrival | Recently arrived vessels |
departure | Recently departed vessels |
expected | Vessels expected to arrive |
in_port | Vessels currently in port |
Port Codes
Use UN/LOCODE format for theport_call parameter:
| Port | UN/LOCODE |
|---|---|
| Barcelona, Spain | ESBCN |
| Rotterdam, Netherlands | NLRTM |
| Singapore | SGSIN |
| Shanghai, China | CNSHA |
| Los Angeles, USA | USLAX |
Pagination
Results are paginated. Use thepage parameter (starting from 1) to navigate through results.
Optional Filtering
Usevessel_type to filter results by vessel category.
Response Data
- Total: Total number of vessels matching criteria
- Pages: Total pages available
- List: Array of vessel data including MMSI, name, IMO, type, country, dimensions, and formatted ETA
Authorizations
Your personal API key found in your profile dashboard at https://datadocked.com/dashboard/my_keys
Query Parameters
The UN/LOCODE of the port you want to query (e.g., ESBCN for Barcelona).
The type of search to perform.
Available options:
arrival, departure, expected, in_port Page number for pagination. Pagination starts with page number 1.
Required range:
x >= 1Filter results by vessel type.
Port Calls By Port