← Back to catalog
gfw.vessel.details
mock data$0.002 / callGet 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.
Input schema
vessel_idrequired
stringGlobal Fishing Watch vessel UUID as returned by gfw.vessel.search (e.g. "1f1f12b24-4dfb-e5c8-90b0-32f8e79402c1").
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>"}'