← Back to Dashboard

USGS Water Services

Science & MathActiveCORS ReadyFreeAuth: NoneDoc: HTML
Swagger DocumentationVisit Website ↗

Description

Water quality and level info for rivers and lakes

✨ AI Summary

USGS Water Services offers real-time and historical water data for rivers and lakes via REST APIs.

Code Example

import requests

url = "https://waterservices.usgs.gov/nwis/iv/?format=json&sites=01646500"
response = requests.get(url)
print(response.json())

Live Health Metrics

Last 50 checks (10 min intervals)