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
20230901000000
pattern
^\d{14}$
end
End Date Period (Optional)
Typestring
Example
20230930235959
pattern
^\d{14}$
time_mode
Report Time Options (Optional)
Typestring
Enum
reporttime
updatetime
default
reporttime
sent_start
Report Sent Date (Optional)
Typestring
Example
20230901000000
pattern
^\d{14}$
sent_end
Report Sent Date (Optional)
Typestring
Example
20230930235959
pattern
^\d{14}$
report_type
Report Type Options (Optional)
Typestring
Enum
ARR
BALLASTLEG
DEP
GPF
ICE
INTENDROUTE
NEXT
NOON
SEATRIAL
STATUS
SUMMARY
WEATHER
remarks
Report Time Options (Optional)
Typestring
Enum
on
off
default
on
format_version
Report Format Version (Optional)
Typestring
Example
9.0.2.28
Responses
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"
}
]