Specification

Endpoints

GET /vessel-schedule
Get Vessel Schedule

Query Parameters


None

Returns


Status 200

The list of vessel objects.

GET /vessel-schedule

curl https://subscriptions.portofvirginia.com/vessel-schedule?
key=YOUR_API_KEY

RESPONSE

[
    {
        "terminal": "NIT",
        "eta": "2022-05-06T08:00:00",
        "ata": "2022-05-06T07:02:00",
        "phase": "DEPARTED",
        "erd": "2022-05-01T00:00:00",
        "name": "LONG BEACH EXPRESS",
        "shipline": "HAPAG LLOYD",
        "scac": "HLCU",
        "inVoyage": "003W",
        "outVoyage": "003E"
    }
]
;