---
title: "Get vessel arrivals at port (beta)"
method: GET
path: "/vessel/v2/arrivals"
tags: ["Arrivals"]
---

# Get vessel arrivals at port (beta)

`GET /vessel/v2/arrivals`

Retrieve a structured list of vessels scheduled to arrive at a specified port, identified by its UN/LOCODE.
This endpoint is designed for operational monitoring, congestion analysis, and port traffic visibility.

### Response
Vessels are:
  - Sorted by ETA (earliest -> latest)
  - Filtered to include only vessels with a known ETA
  - Limited to a short operational time window (recent arrivals + upcoming arrivals)

### Notes & considerations:
  - This endpoint relies on AIS destination data.

## Query parameters

- `locode` string, required
- `limit` integer
- `etaOffsetFrom` string
- `etaOffsetTo` string
- `referenceTime` string

## Response `200`

OK

## Other responses

- `404` — Not found

---

[API](https://skmtc.dev/searoutes/apis/geocoding.md) · [All operations](https://skmtc.dev/searoutes/apis/geocoding/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/searoutes/geocoding/revisions/59f769fc4f39/schema)
