River Gauge Guide

Observations

Search observation data using any one of three methods:

Observations by country code or by country code and administrative area

https://{{api} or {apidev}}.accuweather.com/rivers/{version}/{country code}/{admin code}/observations{.format}?apikey={API key}&metric={boolean}&includeunits={boolean}

Example

https://api.accuweather.com/rivers/v1/US/VA/observations.json?apikey={API key}&metric=true&includeunits=true

Top of page

Observations by bounding box

https://{{api} or {apidev}}.accuweather.com/rivers/{version}/observations{.format}?apikey={API key}&upperleft={lat,lon}&lowerright={lat,lon}&metric={boolean}&includeunits={boolean}

Example

https://api.accuweather.com/rivers/v1/observations.geojson?apikey={API key}&upperleft=61,-148&lowerright=20,-70&metric=false

Top of page

All available observations

https://{{api} or {apidev}}.accuweather.com/rivers/{version}/observations{.format}?apikey={API key}&metric={boolean}&includeunits={boolean}

Example

https://api.accuweather.com/rivers/v1/observations?apikey={API key}

Top of page

Stations

https://{{api} or {apidev}}.accuweather.com/rivers/{version}/{country code}/{admin code}/stations{.format}?apikey={API key}

Example

https://api.accuweather.com/rivers/v1/US/VA/stations.geojson?apikey={API key}

Top of page

River status

https://{{api} or {apidev}}.accuweather.com/rivers/{version}/statuses{.format}?apikey={API key}

Example

https://api.accuweather.com/rivers/v1/statuses.json?apikey={API key}

Top of page