# Insights by vessels (/docs/v3/insights/insights-vessels)



This endpoint allow to get vessel insights for one or several vessel\_ids. You can define what insight you want to get. It will return a list of events, you can use [Events API](/docs/v3/events) to get the details of the event.

These are the available insights:

* Any apparent fishing events in no-take MPAs

* Any apparent fishing events detected in areas with no known RFMO authorization

* The vessel’s AIS coverage metric

* Any AIS off events

* If the vessel is present on an RFMO IUU vessel list

<Callout type="warn" title="Important: Data Considerations before drawing conclusions">
  In order to avoid any misinterpretation of these insights, please refer to our [Data Caveats
  here](/docs/v3/general-api-doc/data-caveats#insights-api-fishing-detected-in-no-take-mpas).
</Callout>

### Insights Examples [#insights-examples]

* [EXAMPLE 1](/docs/examples/insights/insights-example1) - Get insights for a vessel related to fishing events
* [EXAMPLE 2](/docs/examples/insights/insights-example2) - Get insights for a vessel related to AIS off events
* [EXAMPLE 3](/docs/examples/insights/insights-example3) - Get insights for a vessel related to being listed in IUU list

### Insights by vessels - Specifications [#insights-by-vessels---specifications]

<OpenAPIPage document="apiv3" operations="[{ path: '/api/v3/insights/vessels', method: 'post' }]" hasHead="false" />
