{ "info": { "_postman_id": "8295b37f-1a1f-4983-ae83-c7145379a5d8", "name": "VesselFinder AIS Containers Live Data API", "description": "REST API providing real-time and on-demand AIS vessel positions, voyage information,\nand vessel master data from the VesselFinder global AIS network (terrestrial and satellite).\nAuthentication is performed via the `userkey` query parameter. Responses default to JSON\nand may be requested as XML by setting `format=xml`. Most pay-per-use methods deduct credits\nfrom the account's balance; subscription methods (VesselsList, LiveData) are billed by fleet\nor area size and dataset selection.\n\n\nContact Support:\n Name: VesselFinder API Support", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T03:29:36.000Z", "updatedAt": "2026-07-28T03:29:36.000Z", "lastUpdatedBy": "35240", "uid": "35240-8295b37f-1a1f-4983-ae83-c7145379a5d8" }, "item": [ { "name": "livedata", "item": [ { "name": "Get Live Area Data", "id": "86686e1e-626b-4fbc-8d0b-ce1c9634b6ce", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/livedata?userkey=&format=json&interval=", "host": [ "{{baseUrl}}" ], "path": [ "livedata" ], "query": [ { "description": "(Required) Personal API key issued by VesselFinder.", "key": "userkey", "value": "" }, { "description": "Response format. Defaults to JSON.", "key": "format", "value": "json" }, { "description": "Maximum position age in minutes.", "key": "interval", "value": "" } ] }, "description": "Return all vessels in the account's predefined rectangular area (subscription)." }, "response": [ { "id": "96b398a5-db1e-458d-8cb7-05b25fc2dfb5", "name": "Array of vessels currently in the predefined area.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/livedata?userkey=&format=json&interval=", "host": [ "{{baseUrl}}" ], "path": [ "livedata" ], "query": [ { "description": "(Required) Personal API key issued by VesselFinder.", "key": "userkey", "value": "" }, { "description": "Response format. Defaults to JSON.", "key": "format", "value": "json" }, { "description": "Maximum position age in minutes.", "key": "interval", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"AIS\": {\n \"MMSI\": \"\",\n \"TIMESTAMP\": \"\",\n \"LATITUDE\": \"\",\n \"LONGITUDE\": \"\",\n \"COURSE\": \"\",\n \"SPEED\": \"\",\n \"HEADING\": \"\",\n \"NAVSTAT\": \"\",\n \"IMO\": \"\",\n \"NAME\": \"\",\n \"CALLSIGN\": \"\",\n \"TYPE\": \"\",\n \"A\": \"\",\n \"B\": \"\",\n \"C\": \"\",\n \"D\": \"\",\n \"DRAUGHT\": \"\",\n \"DESTINATION\": \"\",\n \"LOCODE\": \"\",\n \"ETA_AIS\": \"\",\n \"ETA\": \"\",\n \"SRC\": \"TER\",\n \"ZONE\": \"\",\n \"ECA\": \"\"\n },\n \"VOYAGE\": {\n \"LOCODE\": \"\",\n \"DEPARTURE\": \"\",\n \"LASTPORT\": \"\",\n \"LASTCOUNTRY\": \"\"\n },\n \"MASTERDATA\": {\n \"IMO\": \"\",\n \"NAME\": \"\",\n \"FLAG\": \"\",\n \"TYPE\": \"\",\n \"BUILT\": \"\",\n \"BUILDER\": \"\",\n \"OWNER\": \"\",\n \"MANAGER\": \"\",\n \"LENGTH\": \"\",\n \"BEAM\": \"\",\n \"MAXDRAUGHT\": \"\",\n \"GT\": \"\",\n \"NT\": \"\",\n \"DWT\": \"\",\n \"TEU\": \"\",\n \"CRUDE\": \"\"\n }\n },\n {\n \"AIS\": {\n \"MMSI\": \"\",\n \"TIMESTAMP\": \"\",\n \"LATITUDE\": \"\",\n \"LONGITUDE\": \"\",\n \"COURSE\": \"\",\n \"SPEED\": \"\",\n \"HEADING\": \"\",\n \"NAVSTAT\": \"\",\n \"IMO\": \"\",\n \"NAME\": \"\",\n \"CALLSIGN\": \"\",\n \"TYPE\": \"\",\n \"A\": \"\",\n \"B\": \"\",\n \"C\": \"\",\n \"D\": \"\",\n \"DRAUGHT\": \"\",\n \"DESTINATION\": \"\",\n \"LOCODE\": \"\",\n \"ETA_AIS\": \"\",\n \"ETA\": \"\",\n \"SRC\": \"SAT\",\n \"ZONE\": \"\",\n \"ECA\": \"\"\n },\n \"VOYAGE\": {\n \"LOCODE\": \"\",\n \"DEPARTURE\": \"\",\n \"LASTPORT\": \"\",\n \"LASTCOUNTRY\": \"\"\n },\n \"MASTERDATA\": {\n \"IMO\": \"\",\n \"NAME\": \"\",\n \"FLAG\": \"\",\n \"TYPE\": \"\",\n \"BUILT\": \"\",\n \"BUILDER\": \"\",\n \"OWNER\": \"\",\n \"MANAGER\": \"\",\n \"LENGTH\": \"\",\n \"BEAM\": \"\",\n \"MAXDRAUGHT\": \"\",\n \"GT\": \"\",\n \"NT\": \"\",\n \"DWT\": \"\",\n \"TEU\": \"\",\n \"CRUDE\": \"\"\n }\n }\n]", "createdAt": "2026-07-28T03:29:37.000Z", "updatedAt": "2026-07-28T03:29:37.000Z", "uid": "35240-96b398a5-db1e-458d-8cb7-05b25fc2dfb5" }, { "id": "9fcd48a2-97b1-49cb-bb6e-da13f11ba046", "name": "Invalid or missing userkey.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/livedata?userkey=&format=json&interval=", "host": [ "{{baseUrl}}" ], "path": [ "livedata" ], "query": [ { "description": "(Required) Personal API key issued by VesselFinder.", "key": "userkey", "value": "" }, { "description": "Response format. Defaults to JSON.", "key": "format", "value": "json" }, { "description": "Maximum position age in minutes.", "key": "interval", "value": "" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:29:37.000Z", "updatedAt": "2026-07-28T03:29:37.000Z", "uid": "35240-9fcd48a2-97b1-49cb-bb6e-da13f11ba046" } ], "createdAt": "2026-07-28T03:29:37.000Z", "updatedAt": "2026-07-28T03:29:37.000Z", "uid": "35240-86686e1e-626b-4fbc-8d0b-ce1c9634b6ce" } ], "id": "3073f5ed-e3d3-4c61-857c-6657b3cc58f4", "createdAt": "2026-07-28T03:29:37.000Z", "updatedAt": "2026-07-28T03:29:37.000Z", "uid": "35240-3073f5ed-e3d3-4c61-857c-6657b3cc58f4" } ], "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "userkey", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "query", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://api.vesselfinder.com" } ] }