{"slug": "usgs-water-data", "name": "USGS Water Data for the Nation", "tagline": "Real-time and historical streamflow for the United States", "source": "USGS", "category": {"slug": "flow", "name": "Flow", "icon": "waves", "tone": "blue"}, "meta": ["Station data", "1889–present", "United States"], "thumb": "/static/catalog/thumbs/usgs-water-data.c0c36712ab73.jpg", "bbox": [-180.0, 17.0, -64.0, 72.0], "global": false, "access": "api", "url": "/datasets/usgs-water-data/", "subtitle": "National Water Information System", "summary": "Streamflow, stage, groundwater levels and water quality from the USGS monitoring network, including about 10,000 continuously operating streamgages. The OGC API serves monitoring locations and time series with bounding-box filters.", "categories": [{"slug": "flow", "name": "Flow", "icon": "waves", "tone": "blue"}, {"slug": "observations", "name": "Observations", "icon": "pin", "tone": "slate"}], "sources": [{"slug": "usgs", "name": "U.S. Geological Survey", "label": "USGS", "url": "https://www.usgs.gov/", "page": "/sources/usgs/"}], "facts": [["Source", "USGS"], ["Resolution", "Station data"], ["Time span", "1889–present"], ["Temporal", "15-minute, daily, peaks and field measurements"], ["Access type", "API (external)"], ["Formats", "JSON, CSV, WaterML"], ["Coverage", "United States"]], "access_note": "OGC API, no key for moderate use", "coverage": "United States", "license": {"name": "Public domain (U.S. Government work)", "url": "https://www.usgs.gov/information-policies-and-instructions/copyrights-and-credits"}, "citation": "", "doi": "", "landing_url": "https://waterdata.usgs.gov/", "provider_url": "https://api.waterdata.usgs.gov/", "methods": [{"type": "api", "label": "Monitoring locations in the area (OGC API)"}], "preview": null, "thumb_credit": "Rivers (Natural Earth) over Blue Marble (NASA GIBS)", "selection": [-123.0, 43.5, -121.0, 45.5], "selection_text": "-123,43.5,-121,45.5", "snippets": {"curl": "curl -fL \"https://api.waterdata.usgs.gov/ogcapi/v0/collections/monitoring-locations/items?bbox=-123,43.5,-121,45.5&f=json&limit=1000\" \\\n  -o response", "python": "import requests\n\nr = requests.get(\"https://api.waterdata.usgs.gov/ogcapi/v0/collections/monitoring-locations/items?bbox=-123,43.5,-121,45.5&f=json&limit=1000\")\nr.raise_for_status()\nopen(\"response\", \"wb\").write(r.content)", "javascript": "const res = await fetch(\"https://api.waterdata.usgs.gov/ogcapi/v0/collections/monitoring-locations/items?bbox=-123,43.5,-121,45.5&f=json&limit=1000\");\nconsole.log(res.status, res.headers.get(\"content-type\"));"}, "api": {"links": "/api/v1/datasets/usgs-water-data/links?bbox=-123,43.5,-121,45.5", "manifest": "/api/v1/datasets/usgs-water-data/manifest?bbox=-123,43.5,-121,45.5"}}