Datalastic
Datalastic is a maritime data API providing real-time AIS vessel tracking, historical ship movements, vessel specifications, and global port data over a simple REST interface. A database of 750,000+ ships is queryable by MMSI, IMO, or UUID for live position, speed, course, heading, destination, and ETA, plus zone traffic monitoring around any coordinate or port, up to 31 days of historical track per request, vessel and port finder search, and asynchronous bulk reports. Access is subscription-based with a monthly credit model and api-key authentication.
APIs
Datalastic Live Vessel Tracking API
Real-time AIS position for any ship by UUID, MMSI, or IMO. The /vessel endpoint returns location, speed, course, heading, navigational status, destination, and timestamp; /vesse...
Datalastic Vessel Traffic in Radius API
Zone traffic monitoring with /vessel_inradius - all vessels within a radius (max 50 nautical miles) around a static point (lat/lon, port UUID, or port UN/LOCODE) or a moving ves...
Datalastic Historical Vessel Track API
Historical AIS track for a vessel via /vessel_history - past positions filtered by uuid, mmsi, or imo plus a days lookback or an explicit from/to date range (YYYY-MM-DD, maximum...
Datalastic Vessel Info and Finder API
Static ship data and search. /vessel_info returns specifications for a single vessel - MMSI, IMO, country, call sign, type and subtype, gross tonnage, deadweight, TEU, length, b...
Datalastic Port Finder API
Global maritime port data via /port_find - search ports by name and get back port name, country ISO code and name, UN/LOCODE, port type, latitude/longitude, and administrative a...
Datalastic Reports and Usage API
Asynchronous bulk report jobs and account metering. POST /report submits a report job and GET /report polls its status (PENDING, IN_PROGRESS, DONE) and returns a result_url when...