Get vessel location history, max 3000 positions by request. Historical data extends back 2 years.
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
| imo | string | Optional | - | IMO number |
| mmsi | string | Optional | - | MMSI number |
| from_date | string | Optional | - | Beginning of the date range (default: 7 days ago) |
| to_date | string | Optional | - | End of the date range (default: today) |
curl "https://api.infoplaza.dev/v1/vessel/history? \
api_key=$INFOPLAZA_API_KEY"