---
title: "Get vessel ETA by IMO number"
method: GET
path: "/vessel/v2/{imo}/eta"
tags: ["Estimated Time of Arrival"]
---

# Get vessel ETA by IMO number

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

Retrieve information from AIS and return general information about the vessel, its current speed (in km/h), its current draft (in m), its last position, its destination and an ETA predicted by our algorithms (Unix timestamp in ms).

## Path parameters

- `imo` integer, required

## Response `200`

OK

## Other responses

- `400` — Bad request
- `404` — Not found
- `503` — AIS 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)
