Help with json get #1083
Replies: 3 comments 2 replies
-
Apologies, the hosting of the the data api and Access-to-Water (the water.usace.army.mil site) was change recently and we weren't aware that some relied on those particular extras. The good news is that there is a way to get the elevation data fairly easily using the While this does need to be updated a bit this link should get you started: https://github.com/USACE/cwms-data-api/wiki/Finding-Data The actual Location name is Table_Rock_Dam-Tailwater and Table_Rock_Dam-Headwater, with an office id of SWL. That should help you started. The data is available in JSON. The Swagger UI has more information https://cwms-data.usace.army.mil/cwms-data/swagger-ui.html Please reach out again if you have trouble. We are working on improved documentation and questions like this help guide our priorities. |
Beta Was this translation helpful? Give feedback.
-
Thank you so much. J.Mobile and on the go!On Apr 24, 2025, at 09:43, Mike Neilson ***@***.***> wrote:
Apologies, the hosting of the the data api and Access-to-Water (the water.usace.army.mil site) was change recently and we weren't aware that some relied on those particular extras.
The good news is that there is a way to get the elevation data fairly easily using the /timeseries endpoint. Unfortunately, it appears there is both a head and tail water elevations for that project and I'm not sure which one you need so I can't just give you a direct link.
While this does need to be updated a bit this link should get you started: https://github.com/USACE/cwms-data-api/wiki/Finding-Data
The actual Location name is Table_Rock_Dam-Tailwater and Table_Rock_Dam-Headwater, with an office id of SWL. That should help you started.
The data is available in JSON. The Swagger UI has more information https://cwms-data.usace.army.mil/cwms-data/swagger-ui.html
Please reach out again if you have trouble. We are working on improved documentation and questions like this help guide our priorities.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I had some success after creating some PHP to pull data and present in HTML. Here's the code if anyone is interested in using for a similar purpose. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all. Sorry if this is redundant and has been covered before. I did not find a match.
I have previously run the following to gather real-time data for Table Rock Lake Dam: https://water.usace.army.mil/a2w/CWMS_CRREL.cwms_data_api.get_dam_elev_json?p_location_id=1884150
This has recently changed, of course. All I can find now is a "time series" option, which I do not need.
Is there are easy json URL such as the above that will pull the real-time surface lake level for Table Rock Lake? Any assistance would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions