The LPMS Data Web Services provides data via Extensible Markup Language (XML) for the Lock Queue Report
(past 24 hours), the Tonnage Report and the Traffic Report
(past 30 days). As of 7/6/2016, the
MMSI element has been added.
The following is the URL calling sequence for the Lock Queue Report (past 24 hours):
https://corpslocks.usace.army.mil/lpwb/xml.lockqueue?in_river={river}&in_lock={lock}
where:
{river} is the 2-char river code and
{lock} is the 2-char lock no.
Try it here:
https://corpslocks.usace.army.mil/lpwb/xml.lockqueue?in_river=GI&in_lock=01
The following is the URL calling sequence for the Tonnage Report:
https://corpslocks.usace.army.mil/lpwb/xml.tonnage?in_river={river}&in_lock={lock}&in_mon_yr={mon_yr}
where:
{river} is the 2-char river code and
{lock} is the 2-char lock no
{mon_yr} is the 2-digit month and 4-digit year for the requested month.
Try it here:
https://corpslocks.usace.army.mil/lpwb/xml.tonnage?in_river=GI&in_lock=01&in_mon_yr=012021
The following is the URL calling sequence for the Traffic Report (past 30 days):
https://corpslocks.usace.army.mil/lpwb/xml.traffic?in_river={river}&in_lock={lock}
where:
{river} is the 2-char river code
{lock} is the 2-char lock no
Try it here:
https://corpslocks.usace.army.mil/lpwb/xml.traffic?in_river=GI&in_lock=01