LogisoftLogisoft Logo

Get Vessels' Details

API Version: v1.0

Overview

The Get Vessels API allows you to get the names of the vessels as well as their corresponding details.

Sample Request

HTTP

   GET https://app.logisoft.io/api/Vessel/Search

Responses

StatusMeaningDescription
200OKSuccessful operation

Parameters

NameRequiredTypeDescription
LinefalsestringThe name of the shipping line
ScheduleCategoryfalsestringTrade routes e.g. USA, Europe, etc.

Sample Response

Status code: 200

JSON

[ { "name": "Silver Sun", "yearBuilt": null, "cargoCapacity": 2200.0, "maxDeckHeight": 580.0, "maxDeckWidth": 810.0, "maxRampWeight": 70000.0, "flag": "Panama", "speed": 14.00 }, { "name": "Sebring Express", "yearBuilt": null, "cargoCapacity": 3930.0, "maxDeckHeight": 510.0, "maxDeckWidth": 700.0, "maxRampWeight": 10000.0, "flag": "Panama", "speed": 15.70 }, { "name": "SILVER RAY", "yearBuilt": null, "cargoCapacity": 4148.0, "maxDeckHeight": 530.0, "maxDeckWidth": 780.0, "maxRampWeight": 80000.0, "flag": "Panama", "speed": 15.00 } ]

Properties

NameTypeDescription
NamestringThe name of vessel
YearBuiltintThe year when the vessel was built
CargoCapacitydecimalCargo capacity of the vessel(RT)
MaxDeckHeightdecimalThe maximum height of the vessel(CM)
MaxDeckWidthdecimalThe maximum width of the vessel (CM)
MaxRampWeightdecimalThe maximum ramp weight capacity of the vessel(TONS)
FlagstringThe nationality of the vessel
SpeeddecimalThe speed of the vessel (KNOTS)

© 2024 INTRA Logisoft Labs Ltd. All rights reserved.

Products

Get Help