Dark Mode
/v2/qrt-api.xml
GET
/v2/qrt-api.xml
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/xml
JSON
"<?xml version="1.0"?>
<report>
<data>
<updated_time>string</updated_time>
<rob_hsgo>string</rob_hsgo>
<rob_lsdo>string</rob_lsdo>
<rob_lsfo>string</rob_lsfo>
<rob_lsgo>string</rob_lsgo>
<rob_totaldo>string</rob_totaldo>
<rob_totalfo>string</rob_totalfo>
<rob_totalgo>string</rob_totalgo>
<sent_time>string</sent_time>
<wni_ship_num>string</wni_ship_num>
</data>
<disable_flag>string</disable_flag>
</report>
"