USGS stream gauges nationwide
GET
/v1/gauges/latest.geojson
const url = 'https://api.vertexmaps.com/v1/gauges/latest.geojson';const options = {method: 'GET', headers: {Authorization: 'Bearer <token>'}};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://api.vertexmaps.com/v1/gauges/latest.geojson \ --header 'Authorization: Bearer <token>'Discharge, stage, water temperature and a rating fit per site; every 15 min.
Authorizations
Section titled “Authorizations”Responses
Section titled “ Responses ”GeoJSON (gzip)
Media typeapplication/geo+json