API version v1.0
Maritime Distress Signals. Navigation requests help and/or distress signals from all over the Earth.
Limitation: Query time interval must be less than one minute. This will allow 1440 queries per day.
https://api.crisisinfo.eu/maritime-distress-signals/v1/
Parameter | Description | Optional | Default |
---|---|---|---|
api_key | Authentication API key | Required | None |
Method: POST |
URL: https://api.crisisinfo.eu/maritime-distress-signals/v1/ |
{
"api_key" : "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
}
{
"type": "FeatureCollection",
"metadata": {
"generated": "Mon, 28 Dec 2020 11:56:00 +0000",
"url": "https://api.crisisinfo.eu/maritime-distress-signals/v1/",
"title": "CRISISINFO - Maritime Distress signals based on Maritime Safety Information near real-time.",
"status": 200,
"message": "Data has been published",
"api": "1.0.0",
"count": 1,
"auth": 1
},
"features": [
{
"id": "HYDROPAC 3857/20(62).",
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
56.4669229056182,
26.39282167860205
]
},
"properties": {
"event_category": "CDR",
"event_name": "Capsized and Drifting",
"event_date": "2020-12-28 06:07:00",
"event_update": "0000-00-00 00:00:00",
"message_status": 1,
"update_number": 0,
"location": {
"area_code": "04",
"area_name": "Middle East",
"country_code": "4016",
"country_name": "OMAN",
"administration_area": "",
"nearest_settlement": "8.36 km NE of Kumzar, , OMAN",
"region_district": "Indian Ocean",
"region_name": "Persian Gulf"
},
"event_details": "According to the incoming information that was received at 06:07 on 28th December 2020, a ship was capsized and drifting at this coordinate. Name of vessel: VESSEL KHARAZM Frequency: N/A",
"other_information": "N/A",
"data_confidence": 1
}
}
]
}
{
"type": "FeatureCollection",
"metadata": {
"generated": "Mon, 25 Nov 2019 16:15:54 +0000",
"url": "https://api.crisisinfo.eu/maritime-distress-signals/v1/",
"title": "CRISISINFO - Maritime Distress Signals",
"status": 600,
"message": "Wrong, missing or expired api key",
"api": "1.0.0",
"count": 0
}
}
Rate Limited | True |
Response Format | GeoJSON |
Authentication | Yes |