Vessel Search by Parameters API
Vessel Search by Parameters API allows you to find and filter the vessels that you require. You can find vessel by name, search vessel by type, its country, gross tonnage, deadweight, length, vessel width, and vessel year built.
API Parameters:
- name – Vessel Name
- fuzzy – Set fuzzy=1 to make find vessel with similar name
- type – Type of Vessel (‘Cargo’,’Tug’, …)
- country_iso – Country two-letter code
- gross_tonnage_min – minumum vessel gross tonnage
- gross_tonnage_max – maximum vessel gross tonnage
- deadweight_min – minimum vessel deadweight
- deadweight_max – maximum vessel deadweight
- length_min – minimum vessel length
- length_max – maximum vessel length
- breadth_min – minimum vessel breadth (width)
- breadth_max – maximum vessel breadth (width)
- year_build_min – year biuld from
- year_build_max – year build to
Vessel Search by Parameters API Examples:
https://api.datalastic.com/api/v0/vessel_find?api-key={YOUR_API_KEY}&name=eric&fuzzy=1&type=Cargo https://api.datalastic.com/api/v0/vessel_find?api-key={YOUR_API_KEY}&name=eric&fuzzy=1&type=Cargo&gross_tonnage_min=20000 https://api.datalastic.com/api/v0/vessel_find?api-key={YOUR_API_KEY}&name=eric&fuzzy=1&type=Cargo&gross_tonnage_min=20000&country_iso=SG
API Response:
{ "data": [ { "uuid": "249d8a89-4859-8a42-983a-ff8e129920ea", "name": "ERISKAY", "name_ais": "ERISKAY", "mmsi": "565535000", "imo": "9681900", "eni": null, "country_iso": "SG", "country_name": "Singapore", "callsign": "9V2068", "type": "Cargo", "type_specific": "Bulk Carrier", "gross_tonnage": 24785, "deadweight": 39810, "teu": null, "liquid_gas": null, "length": 180, "breadth": 30, "year_built": "2015", "is_navaid": false, "home_port": null }, { "uuid": "8cd73636-190f-7fdb-5af8-eb5ec8cf04b7", "name": "ERISORT", "name_ais": "ERISORT", "mmsi": "565324000", "imo": "9681895", "eni": null, "country_iso": "SG", "country_name": "Singapore", "callsign": "9V2067", "type": "Cargo", "type_specific": "Bulk Carrier", "gross_tonnage": 24785, "deadweight": 39763, "teu": null, "liquid_gas": null, "length": 179.99, "breadth": 30, "year_built": "2014", "is_navaid": false, "home_port": null } ], "meta": { "duration": 0.080601744, "endpoint": "/api/v0/vessel_find", "success": true } }
Feel free to see the documentation for