River Gauge Guide
Observations
Search observation data using any one of three methods:
- Search by country code or by country code and administrative area.
- Search by a bounding box, defined by latitude and longitude values.
- Return all available observations.
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 |
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 |
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} |
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} |
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} |