Any way to pull more data from OpenSprinkler Controller

I am building a drip irrigation system for my garden, while I do have OpenSprinkler for my grass I would like to use the watering level calculation from OpenSprinkler to input into my Drip System. Adding more zones is not an option due to the distance and other factors. Does anyone know how to get the OpenSprinklers calculated water level as an input to OpenHab?

I figured it out with the command

http://192.168.1.27/jl?pw=XXX&%E2%80%8Bhist=0&%E2%80%8Btype=wl

The output is:

[[0,“wl”,0,1527295015]
,[0,“wl”,0,1527302219]
,[0,“wl”,0,1527305821]
,[0,“wl”,0,1527309423]
,[0,“wl”,0,1527313025]
,[0,“wl”,0,1527316627]
,[0,“wl”,0,1527320229]
,[0,“wl”,0,1527323831]
,[0,“wl”,0,1527327433]
,[0,“wl”,0,1527331035]
]

Can someone help me in how to format it to pull out the second “0” after “wl”.