---
title: "Get vessel position"
method: GET
path: "/vessel/v2/{imo}/position"
tags: ["Position"]
deprecated: true
---

# Get vessel position

`GET /vessel/v2/{imo}/position`

> **Deprecated.**

Retrieve information from AIS and return general information about the vessel together with its last known position, its last known speed (in km/h) and its current draft (in m).

If an IMO was not found, the object at its position is `null`.

## Path parameters

- `imo` string, required

## Response `200`

OK

## Other responses

- `400` — Bad request
- `503` — Service unavailable.

---

[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)
