MarineTraffic
1 endpointGlobal AIS ship-tracking intelligence — live vessel positions and fleet statistics from MarineTraffic
API Explorer
GET
https://api.maviapi.com/v1/sites/marinetraffic/vessel/{id}Endpoints
1 available
Full particulars, current voyage, and latest position for one vessel by MarineTraffic ship id
GET /sites/marinetraffic/vessel/{id}
Parameters
MarineTraffic ship id (numeric), e.g. 711882
Bypass and repopulate the cache
Request
curl -X GET \ "https://api.maviapi.com/v1/sites/marinetraffic/vessel/{id}" \ -H "Authorization: Bearer mvk_test_playground_5f3c1a8d" \ -H "Content-Type: application/json"Response
{ "data": { "shipId": 711882, "name": "SA OCEANIA", "imo": 9246633, "mmsi": 311001698, "callsign": "C6IL4", "flag": "BAHAMAS", "flagCode": "BS", "type": "Tanker", "subtype": "Crude Oil Tanker", "lengthMeters": 380, "widthMeters": 68, "yearBuilt": null, "position": { "lat": 1.2901167, "lon": 103.39967, "speedKnots": 0, "courseDeg": 246, "headingDeg": 116, "rotDeg": 0, "draughtMeters": 22, "navigationalStatus": "At Anchor", "area": "Singapore Area", "reportedAt": "2026-06-13T19:07:27.000Z" }, "voyage": { "destination": "KUKUP,MALAYSIA", "eta": "2026-03-25T15:00:00.000Z", "progressPercent": 50, "distanceToGoNm": null, "distanceTravelledNm": null, "departurePortId": 24395, "departedAt": "2024-04-10T15:05:00.000Z", "loadCondition": null } }, "cached": false, "source": { "general": "https://www.marinetraffic.com/en/vessels/711882/general", "voyage": "https://www.marinetraffic.com/en/vessels/711882/voyage", "position": "https://www.marinetraffic.com/en/vessels/711882/position" }}Ready to get started?
The explorer above runs on a shared, rate-limited test key. Sign up to get your own key for higher limits.