The latest version of this API endpoint, including significant improvements, is available here.Please contact your Customer Success Manager to request access to the new endpoint. Track vessels of interest anywhere in the world.Notes
| api_key required | string API key: 40-character hexadecimal number |
| v required | integer Use latest version 9 |
| timespan | integer Default: 5 Overrides the default timespan |
| vesseltypeid | integer Filter vessels based on vessel types, comma separated ids supported more |
| cursor | string The pagination cursor provided in the metadata section of the previous response |
| limit | integer Default: 2000 The limit of vessels per page (min=1000, max=5000) |
| protocol | string Default: "jsono" Response type. Use one of the following:
|
{- "DATA": [
- {
- "MMSI": "538003913",
- "IMO": "9470959",
- "SHIP_ID": "713139",
- "LAT": "37.388430",
- "LON": "23.871230",
- "SPEED": "6",
- "HEADING": "104",
- "COURSE": "41",
- "STATUS": "0",
- "TIMESTAMP": "2020-10-15T12:21:44.000Z",
- "DSRC": "TER",
- "UTC_SECONDS": "45",
- "MARKET": "SUPPORTING VESSELS",
- "SHIPNAME": "SUNNY STAR",
- "SHIPTYPE": "89",
- "CALLSIGN": "V7TZ6",
- "FLAG": "MH",
- "LENGTH": "184",
- "WIDTH": "27.43",
- "GRT": "23313",
- "DWT": "37857",
- "DRAUGHT": "95",
- "YEAR_BUILT": "2010",
- "SHIP_COUNTRY": "Marshall Is",
- "SHIP_CLASS": "HANDYSIZE",
- "ROT": "0",
- "TYPE_NAME": "Oil/Chemical Tanker",
- "AIS_TYPE_SUMMARY": "Tanker",
- "DESTINATION": "FOR ORDERS",
- "ETA": "2020-10-14T12:00:00.000Z",
- "L_FORE": "5",
- "W_LEFT": "5",
- "CURRENT_PORT": "",
- "LAST_PORT": "AGIOI THEODOROI",
- "LAST_PORT_TIME": "2020-10-13T23:39:00.000Z",
- "CURRENT_PORT_ID": "",
- "CURRENT_PORT_UNLOCODE": "",
- "CURRENT_PORT_COUNTRY": "",
- "LAST_PORT_ID": "29",
- "LAST_PORT_UNLOCODE": "GRAGT",
- "LAST_PORT_COUNTRY": "GR",
- "NEXT_PORT_ID": "",
- "NEXT_PORT_UNLOCODE": "",
- "NEXT_PORT_NAME": "",
- "NEXT_PORT_COUNTRY": "",
- "ETA_CALC": "",
- "ETA_UPDATED": "",
- "DISTANCE_TO_GO": "0",
- "DISTANCE_TRAVELLED": "74",
- "AVG_SPEED": "12.6",
- "MAX_SPEED": "13.2"
}
], - "METADATA": {
- "CURSOR": "abcdef",
- "DATE_FROM": "2023-11-20 15:57:00",
- "DATE_TO": "2023-11-20 16:57:00"
}
}The latest version of this API endpoint, including significant improvements, is available here.Please contact your Customer Success Manager to request access to the new endpoint. Track Vessels of interest in a predefined area of interest.Notes
| api_key required | string API key: 40-character hexadecimal number |
| v required | integer Use latest version 2 |
| timespan | integer Default: 5 Overrides the default timespan |
| vesseltypeid | integer Filter vessels based on vessel types, comma separated ids supported more |
| cursor | string The pagination cursor provided in the metadata section of the previous response |
| limit | integer Default: 2000 The limit of vessels per page (min=1000, max=5000) |
| protocol | string Default: "jsono" Response type. Use one of the following:
|
{- "DATA": [
- {
- "MMSI": "538003913",
- "IMO": "9470959",
- "SHIP_ID": "713139",
- "LAT": "37.388430",
- "LON": "23.871230",
- "SPEED": "6",
- "HEADING": "104",
- "COURSE": "41",
- "STATUS": "0",
- "TIMESTAMP": "2020-10-15T12:21:44.000Z",
- "DSRC": "TER",
- "UTC_SECONDS": "45",
- "MARKET": "SUPPORTING VESSELS",
- "SHIPNAME": "SUNNY STAR",
- "SHIPTYPE": "89",
- "CALLSIGN": "V7TZ6",
- "FLAG": "MH",
- "LENGTH": "184",
- "WIDTH": "27.43",
- "GRT": "23313",
- "DWT": "37857",
- "DRAUGHT": "95",
- "YEAR_BUILT": "2010",
- "SHIP_COUNTRY": "Marshall Is",
- "SHIP_CLASS": "HANDYSIZE",
- "ROT": "0",
- "TYPE_NAME": "Oil/Chemical Tanker",
- "AIS_TYPE_SUMMARY": "Tanker",
- "DESTINATION": "FOR ORDERS",
- "ETA": "2020-10-14T12:00:00.000Z",
- "L_FORE": "5",
- "W_LEFT": "5",
- "CURRENT_PORT": "",
- "LAST_PORT": "AGIOI THEODOROI",
- "LAST_PORT_TIME": "2020-10-13T23:39:00.000Z",
- "CURRENT_PORT_ID": "",
- "CURRENT_PORT_UNLOCODE": "",
- "CURRENT_PORT_COUNTRY": "",
- "LAST_PORT_ID": "29",
- "LAST_PORT_UNLOCODE": "GRAGT",
- "LAST_PORT_COUNTRY": "GR",
- "NEXT_PORT_ID": "",
- "NEXT_PORT_UNLOCODE": "",
- "NEXT_PORT_NAME": "",
- "NEXT_PORT_COUNTRY": "",
- "ETA_CALC": "",
- "ETA_UPDATED": "",
- "DISTANCE_TO_GO": "0",
- "DISTANCE_TRAVELLED": "74",
- "AVG_SPEED": "12.6",
- "MAX_SPEED": "13.2"
}
], - "METADATA": {
- "CURSOR": "abcdef",
- "DATE_FROM": "2023-11-20 15:57:00",
- "DATE_TO": "2023-11-20 16:57:00"
}
}The latest version of this API endpoint, including significant improvements, is available here.Please contact your Customer Success Manager to request access to the new endpoint. Get the latest available position and voyage information for a single vessel.Notes
| api_key required | string API key: 40-character hexadecimal number |
| v required | integer Use latest version 6 |
| shipid required | integer A uniquely assigned ID by MarineTraffic for the subject vessel You can instead use imo or mmsi |
| imo | integer The International Maritime Organization (IMO) number of the vessel you wish to track |
| mmsi | integer The Maritime Mobile Service Identity (MMSI) of the vessel you wish to track |
| timespan | integer Default: 5 Overrides the default timespan |
| protocol | string Default: "jsono" Response type. Use one of the following:
|
[- {
- "MMSI": "538003913",
- "IMO": "9470959",
- "SHIP_ID": "713139",
- "LAT": "37.388430",
- "LON": "23.871230",
- "SPEED": "6",
- "HEADING": "104",
- "COURSE": "41",
- "STATUS": "0",
- "TIMESTAMP": "2020-10-15T12:21:44.000Z",
- "DSRC": "TER",
- "UTC_SECONDS": "45",
- "MARKET": "SUPPORTING VESSELS",
- "SHIPNAME": "SUNNY STAR",
- "SHIPTYPE": "89",
- "CALLSIGN": "V7TZ6",
- "FLAG": "MH",
- "LENGTH": "184",
- "WIDTH": "27.43",
- "GRT": "23313",
- "DWT": "37857",
- "DRAUGHT": "95",
- "YEAR_BUILT": "2010",
- "SHIP_COUNTRY": "Marshall Is",
- "SHIP_CLASS": "HANDYSIZE",
- "ROT": "0",
- "TYPE_NAME": "Oil/Chemical Tanker",
- "AIS_TYPE_SUMMARY": "Tanker",
- "DESTINATION": "FOR ORDERS",
- "ETA": "2020-10-14T12:00:00.000Z",
- "L_FORE": "5",
- "W_LEFT": "5",
- "CURRENT_PORT": "",
- "LAST_PORT": "AGIOI THEODOROI",
- "LAST_PORT_TIME": "2020-10-13T23:39:00.000Z",
- "CURRENT_PORT_ID": "",
- "CURRENT_PORT_UNLOCODE": "",
- "CURRENT_PORT_COUNTRY": "",
- "LAST_PORT_ID": "29",
- "LAST_PORT_UNLOCODE": "GRAGT",
- "LAST_PORT_COUNTRY": "GR",
- "NEXT_PORT_ID": "",
- "NEXT_PORT_UNLOCODE": "",
- "NEXT_PORT_NAME": "",
- "NEXT_PORT_COUNTRY": "",
- "ETA_CALC": "",
- "ETA_UPDATED": "",
- "DISTANCE_TO_GO": "0",
- "DISTANCE_TRAVELLED": "74",
- "AVG_SPEED": "12.6",
- "MAX_SPEED": "13.2"
}
]