All Ships

1. All Ships (Last Sync)

이 API는 사용자가 관리하는 전체 선박의 최신 동기화 시간 기준으로 동정보고 데이터를 제공합니다.

선박의 동정보고 데이터는 VESSELLINK For Ship을 통해 선박에서 직접 입력한 데이터를 각 선박이 사용하고 있는 템플릿 형식에 맞춰 반환합니다.


1.1 Request

GET https://data.vessellink.com/noon/ships/last-sync
Content-Type : application/json
api-Key : {key}

1.2 Response

1.2.1 Body Common

{
    "resp_status_dtl_cd": 200.0,
    "resp_msg": "OK",
    "total_cnt": 2,
    "success": [
        {
            "id": "20250901170254-NOON_AT_SEA-0",
            "sk": "",
            "CALL_SIGN": "",
            "SHIP_NAME": "",
            "EVENT_KEY": "NOON_AT_SEA",
            "ERROR_FIELDS": [
                "FORCED_BOG, USER SKIP"
            ],
            "DOC_VERSION": 0,
            "DOC_DATE_RESISTED": "2025-09-01T17:02:55.278Z",
            "DOC_DATE_EDITED": "2025-09-01T17:02:55.278Z",
            "IS_VALID_DATA": true,
            "VSL_CODE": "",
            "INSERT_REPORT_KEY": "",
            "INSERT_REPORT_STATUS": "",
            "TIME_VERIFICATION": "2025-09-01T17:00:26.178Z",
            "VOY_NO": 24,
            "LEG_NO": 1,
            "DATE_EVENT_UTC": "2025-09-01T14:00:00.000Z",
            "DATE_EVENT_LTC": "2025-09-01T12:00:00.000",
            "ZONE_TIME": -2,
            "HOUR_SLR": 25,
        }
    ],
    "errores": []
}
FieldDescriptionUnit
resp_status_dtl_cdstatus codestring
resp_msgReponse message
total_cnt
success > id
success > sk
success > SHIP_NAME
success > EVENT_KEY
success > ERROR_FIELDS
success > DOC_VERSION
success > DOC_DATE_RESISTED
success > DOC_DATE_EDITED
success > IS_VALID_DATA
success > VSL_CODE
success > INSERT_REPORT_KEY
success > INSERT_REPORT_STATUS
success > TIME_VERIFICATION
success > VOY_NO
success > LEG_NO
success > DATE_EVENT_UTC
success > DATE_EVENT_LTC
success > ZONE_TIME
success > HOUR_SLR
errores

1.2.2 Body for each event




2. All Ships (By period)

이 API는 사용자가 관리하는 전체 선박의 기간 설정을 기준으로 동정보고 데이터를 제공합니다.

선박의 동정보고 데이터는 VESSELLINK For Ship을 통해 선박에서 직접 입력한 데이터를 각 선박이 사용하고 있는 템플릿 형식에 맞춰 반환합니다.


2.1 Request

GET https://data.vessellink.com/noon/ships?startDate=20250901&endDate=20250902
Content-Type : application/json
api-Key : {key}
ParameterDescriptionType
startDateStart Date for requeststring, YYYYMMDD
endDateEnd Date for requeststring, YYYYMMDD

2.2 Response

FieldDescriptionUnit