해난 사고 데이터는 각국의 해양사고 조사기관, 정부대행기관 및 국제 기구에서 Casualty Investigation Code(Res.MSC.255(84))에 따라 조사된 해양 사고 데이터베이스입니다. 해당 정보는 IMO(International Maritime Organization) GISIS(Global Integrated Shipping Information System)의 데이터 중 검토가 완료된 해난 사고 데이터를 기반으로 제공됩니다.

Data Name
Marine
Casualty Data
BASE URL PATH
https://api.vessellink.com/v1/marineCasualties
DATA COVERAGE
Global
UPDATE INTERVAL
1 Month


USE OUR WIZARD TO TRY OUT THIS ENDPOINT ➜

1.1 Request Parameter

curl --request GET \
     --url 'https://api.vessellink.com/v1/marineCasualties?lat=35.43&long=134.23&radius=123.1' \
     --header 'Accept: application/json'
ParameterDescriptionType
latLatitude requested for marine casualty data(float) ISO 6709, decimal point
longLongitude requested for marine casualty data(float) ISO 6709, decimal point
radiusa straight distance from the request position to the circumference of a circle(float) Nautical Mils

1.2 API Response

{
    "meta": {
        "code": 200,
        "lat": 32.1,
        "long": 123.45,
        "radius": 100,
        "casualtiesCount": 2
    },
    "casualties": [

        {
            "casualtyType": "Collision",
            "casualtySubType": "with other Ship",
            "localTime": "2020-01-10T06:15:00Z",
            "location": "Black Sea 5 Miles NE of Kilyos",
            "latitude": "41.1900",
            "longitude": "29.03",
            "severity": "Very serious",
            "vesselName": "DURSUN ALI COSKUN",
            "vesselType": "Fishing Vessel",
            "imoNo": "8687294",
            "numberOfShipInvolved": 2,
            "eventDetails": "The ship colided with MT 'Glard-2' and subsequently sank in the Black Sea 5 miles NE of Kilyos in dense fog. 3 crew rescued by nearby FVS and taken ashore for medical attention. Remaining 3 crew missing. Turkish coastal safety boats 'KEGM-5' and 'KEGM-8' and Turkish coast guard ships 'KB-7427','KB-4318', 'TCSG-71' and 'TCSG-906' and a Bell 412EP helicopter effected SAR operation. The bodies of the 3 missing crew were subsequently found by divers in the sunken wreck.",
            "remarks": ""
        },
        {
            "casualtyType": "Occupational Accident",
            "casualtySubType": "body movement under or with physical stress",
            "localTime": "2020-02-29T22:10:00Z",
            "location": "Puerto Bolivar, Ecuador",
            "latitude": "3.1590",
            "longitude": "138.2600",
            "severity": "Serious",
            "vesselName": "ACCOLADE II",
            "vesselType": "Limestone Carrier",
            "imoNo": "8012425",
            "numberOfShipInvolved": 2,
            "eventDetails": "COLLISION BETWEEN FV SAND GROPER AND ACCOLADE. NO INJURIES OR POLLUTION AND ONLY MINOR DAMAGE REPORTED.",
            "remarks": ""
        }
    ]
}
FieldDescriptionUnit
meta - codeResponse codeinteger
meta - latLatitude requested for marine casualty data(float) ISO 6709, decimal point
meta - longLongitude requested for marine casualty data(float) ISO 6709, decimal point
meta - radiusa straight distance from the request position to the circumference of a circle(float) Nautical Mils
meta - casualtiesCountNumber of marine casualties requestedinteger
casualties - casualtyTypeMain category of marine Casualties(string) Note 1.3 Casualty Type
casualties - casualtySubTypeSub category of marine Casualties(string) Note 1.3 Casualty Type
casualties - localTimeLocal date time of marine casualtystring
casualties - locationplace or area that marine casualty occursstring
casualties - latitudeLatitude that marine casualty occurs(float) ISO 6709 (decimal point)
casualties - longitudeLongitude that marine casualty occurs(float) ISO 6709 (decimal point)
casualties - severityCasualty severity level(string) "Very Serious Casualties"
, "Serious casualties", "Less serious Casualties", "Marine incident"
casualties - vesselNameName of vessel involvedstring
casualties - vesselTypeType of vessel involvedstring
casualties - imoNoIMO number of vessel involvedstring
casualties - numberOfShipInvolvedNumber of ship involvedstring
casualties - eventDetailsHow the casualty happened in detailsstring
casualties - remarksRemark of marine casualtystring

1.3 Casualty Type

Casualty TypeCasualty Sub Type
Collisionown ship not underway
Collisionwith multiple ships
Collisionwith other ship
Stranding/Groundingout of power(drifting)
Stranding/Groundingunder power
Contactwith fixed object / onshore object
Contactwith floating object
Contactwith flying object
Fire/Explosionfire
Fire/Explosionexplosion
Damage to Ship/Equipmenthull failure / failure of watertight door
Damage to Ship/Equipmentloss of containment
Damage to Ship/Equipmentloss of directional control
Damage to Ship/Equipmentloss of electrical power
Damage to Ship/Equipmentloss of propulsion power
Capsize/listingCapsizing/Listing
Foundering/FloodingFoundering/Flooding
Ship missingShip missing
Pollutionoil spillage
Pollutionchemical spillage
Pollutionother
Occupational accidentbody movement under or with physical stress
Occupational accidentbody movement without any physical stress
Occupational accidentslipping, stumbling, falling of person overboard
Occupational accidentslipping, stumbling, falling of person onboard
Occupational accidentothers
OtherCargo Damage
OtherCargo Loss
Otherothers
UnknownUnknown



USE OUR WIZARD TO TRY OUT THIS ENDPOINT ➜

2.1 Request Parameter

curl --request GET \
     --url 'https://api.vessellink.com/v1/marineCasualties/annul?year=2021' \
     --header 'Accept: application/json'
ParameterDescriptionType
yearyear requestedinteger

2.2 API Response

{
    "meta": {
        "code": 200,
        "year": 2021,
        "casualtiesCount": 2
    },
    "casualties": [

        {
            "casualtyType": "Collision",
            "casualtySubType": "with other Ship",
            "localTime": "2020-01-10T06:15:00Z",
            "location": "Black Sea 5 Miles NE of Kilyos",
            "latitude": "41.1900",
            "longitude": "29.03",
            "severity": "Very serious",
            "vesselName": "DURSUN ALI COSKUN",
            "vesselType": "Fishing Vessel",
            "imoNo": "8687294",
            "numberOfShipInvolved": 2,
            "eventDetails": "The ship colided with MT 'Glard-2' and subsequently sank in the Black Sea 5 miles NE of Kilyos in dense fog. 3 crew rescued by nearby FVS and taken ashore for medical attention. Remaining 3 crew missing. Turkish coastal safety boats 'KEGM-5' and 'KEGM-8' and Turkish coast guard ships 'KB-7427','KB-4318', 'TCSG-71' and 'TCSG-906' and a Bell 412EP helicopter effected SAR operation. The bodies of the 3 missing crew were subsequently found by divers in the sunken wreck.",
            "remarks": ""
        },
        {
            "casualtyType": "Occupational Accident",
            "casualtySubType": "body movement under or with physical stress",
            "localTime": "2020-02-29T22:10:00Z",
            "location": "Puerto Bolivar, Ecuador",
            "latitude": "3.1590",
            "longitude": "138.2600",
            "severity": "Serious",
            "vesselName": "ACCOLADE II",
            "vesselType": "Limestone Carrier",
            "imoNo": "8012425",
            "numberOfShipInvolved": 2,
            "eventDetails": "COLLISION BETWEEN FV SAND GROPER AND ACCOLADE. NO INJURIES OR POLLUTION AND ONLY MINOR DAMAGE REPORTED.",
            "remarks": ""
        }
    ]
}
FieldDescriptionUnit
meta - countResponse codeinteger
meta - casualtiesCountNumber of marine casualties requestedinteger
casualties - casualtyTypeMain category of marine Casualties(string) Note 1.3 Casualty Type
casualties - casualtySubTypeSub category of marine Casualties(string) Note 1.3 Casualty Type
casualties - dateDate of marine casualtystring
casualties - localTimeLocal time of marine casualtystring
casualties - locationPlace or area that marine casualty occursstring
casualties - latitudeLatitude that marine casualty occurs(float) ISO 6709 (decimal point)
casualties - longitudeLongitude that marine casualty occurs(float) ISO 6709 (decimal point)
casualties - severityCasualty severity level(string) "Very Serious Casualties"
, "Serious casualties", "Less serious Casualties", "Marine incident"
casualties - vesselNameName of vessel involvedstring
casualties - vesselTypeType of vessel involvedstring
casualties - imoNoIMO number of vessel involvedstring
casualties - numberOfShipInvolvedNumber of ship involvedstring
casualties - eventDetailsHow the casualty happened in detailsstring
casualties - remarksRemark of marine casualtystring