Get Vessels Details

  1. Home
  2. Docs
  3. API Docs
  4. Voyages
  5. 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

Response

Status Meaning Description
200 OK Successful operation

Parameters

Name Required Type Description
Line false string The name of the shipping line
ScheduleCategory false string Trade 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

Name Type Description
Name string The name of vessel
YearBuilt int The year when the vessel was built
CargoCapacity decimal Cargo capacity of the vessel(RT)
MaxDeckHeight decimal The maximum height of the vessel(CM)
MaxDeckWidth decimal The maximum width of the vessel (CM)
MaxRampWeight decimal The maximum ramp weight capacity of the vessel(TONS)
Flag string The nationality of the vessel
Speed decimal The speed of the vessel (KNOTS)
Was this article helpful to you? Yes No 1

How can we help?

🏆 2023 Achievements at Logisoft & Upcoming 2024 Plans
This is default text for notification bar