Dark Mode
/v2/qrt-api.json
GET
/v2/qrt-api.json
QRT (Quick Report Template) Data / Vessel Report Data
| Item | Value |
|---|---|
| Format | JSON / XML |
| Region | Global |
| Update | Vessel Reporting Time |
| Average Size | 2M - 7M (Based on Total Report) |
Parameters
Query Parameters
imo
IMO number of ship (Optional)
Typestring
start
Start Date Period (Optional)
Typestring
Example
20230901000000pattern
^\d{14}$end
End Date Period (Optional)
Typestring
Example
20230930235959pattern
^\d{14}$time_mode
Report Time Options (Optional)
Typestring
Enum
reporttimeupdatetimedefault
reporttimesent_start
Report Sent Date (Optional)
Typestring
Example
20230901000000pattern
^\d{14}$sent_end
Report Sent Date (Optional)
Typestring
Example
20230930235959pattern
^\d{14}$report_type
Report Type Options (Optional)
Typestring
Enum
ARRBALLASTLEGDEPGPFICEINTENDROUTENEXTNOONSEATRIALSTATUSSUMMARYWEATHERremarks
Report Time Options (Optional)
Typestring
Enum
onoffdefault
onformat_version
Report Format Version (Optional)
Typestring
Example
9.0.2.28Responses
Success. <span style="color:red">The contents of the data depend on your QRT Version. The following is just an image.</span>
application/json
JSON
[
{
"data": {
"updated_time": "2018-04-14T12:00:00Z",
"rob_hsgo": "0",
"rob_lsdo": "0",
"rob_lsfo": "0",
"rob_lsgo": "243.50",
"rob_totaldo": "0",
"rob_totalfo": "870.86",
"rob_totalgo": "243.50",
"sent_time": "2018-04-23T05:37:37Z",
"wni_ship_num": "xxxxxx"
},
"disable_flag": "f"
}
]