---
title: "Get Vessels in port"
method: GET
path: "/ports/{unlocode}/vessels-in-port"
tags: ["Ports"]
---

# Get Vessels in port

`GET /ports/{unlocode}/vessels-in-port`

Retrieve a list of vessels currently in the specified port

## Path parameters

- `unlocode` string, required

## Response `200`

Successful response

- VesselInPort[]
  - `name` string, nullable — Vessel name
  - `imo` string, nullable — International Maritime Organization number
  - `mmsi` string — Maritime Mobile Service Identity
  - `shipType` string, nullable — Type of ship
  - `id` string — Veesel's id

## Other responses

- `401` — Authentication information is missing or invalid
- `404` — The requested resource was not found
- `500` — Internal server error

---

[API](https://skmtc.net/safecube/apis/api-container-tracking.md) · [All operations](https://skmtc.net/safecube/apis/api-container-tracking/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/safecube/api-container-tracking/revisions/e74a670ab7a5/schema)
