Ship Search Endpoint
Receive data about the ship(s) matching the provided IMO.
Endpoint
/ship
Request Example
“https://api.vesselsvalue.com/ship?token=<your_token>&imo=<IMO number>,<IMO number>&format=<format>
Parameters
Parameter | Values | Required? | Notes |
---|---|---|---|
?token= | <your token> | Yes | Your API authorization token. |
&imo= | <specified IMO> | Yes | A valid ship IMO. Returns data for any vessels where the IMO matches this value. To return more than one ship, list IMOs with commas between them i.e. 1234567, 1234567 |
&format= | json | No | Sets output format. |
&output= | ftp | No | Forces format to csv and saves output to your VesselsValue FTP account. |