Comment on Water Quality Copper Standards Rulemaking
DEQ invites the public to comment on revisions to the water quality copper standards from Aug. 1, 2016 until Sept. 15, 2016.
Note: Comments received outside this time period will not be considered.
Querying over HTTP
Splitgraph serves as an HTTP API that lets you run SQL queries directly on
this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \
-H "Content-Type: application/json" \
-d@-<<EOF
{"sql": "
SELECT *
FROM \"oregon-gov/comment-on-water-quality-copper-standards-8gqm-ze73\".\"comment_on_water_quality_copper_standards\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.