I am attempting to read the USGS water gauges to display the gauge height a specific gauge.
Here is the JSON I have no clue how to parse since I'm not a programmer by any means.
https://waterservices.usgs.gov/nwis/iv/?sites=01524500¶meterCd=00065&site…
the bit I need is "variableName":"Gage height, ft",
and "values":[{"value":[{"value":"0.57"
Any help extracting this information into a readable format and a command my viewers can use would be greatly appreciated.
Thank you!
