Monday, May 20, 2024

Data - Vessel
Action:
GET
Method:
GET
URL: /api/v1/data/vessel/get
Description: Fetch a Dow Jones Entities Vessel Data based on Identifier
Type Key DataType Notes
Headers api-key String Your Api-Key
Params EntityID Int32 Entity Identifier
Params ReturnFormat String Json or Xml
Return Data: Json or XML collection of the Data Entities Vessel Data
[{
 "EntityID": 624213,
 "Serial": 1,
 "CallSign": "HNKM",
 "Type": "Tanker",
 "Tonnage": "12882",
 "GRT": "",
 "Owner": "Iraqi Oil Tankers Company",
 "Flag": "IRAQ"
}]
Field Data Type
EntityID Int 32
Serial Int 16
CallSign Text 255
Type Text 255
Tonnage Text 255
GRT Text 255
Owner Text 255
Flag Text 15