UnifyAPI
← Back to catalog

gfw.vessel.details

mock data$0.002 / call

Get Vessel Details

Retrieve complete identity and activity profile for a specific vessel using its Global Fishing Watch vessel UUID. Returns self-reported AIS data (name, flag, MMSI, IMO, call sign), inferred gear and ship types from neural-network analysis of movement patterns, official registry records (where available), and AIS coverage statistics (total messages, positions, active date range). Vessel UUIDs are obtained from gfw.vessel.search.

Science & Researchprovider: Gfw#gfw#science

Input schema

vessel_idrequired

Global Fishing Watch vessel UUID as returned by gfw.vessel.search (e.g. "1f1f12b24-4dfb-e5c8-90b0-32f8e79402c1").

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/gfw.vessel.details \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"vessel_id":"<vessel_id>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.