michigan-gov/environment-great-lakes-and-energy-egle-forms-5mty-66hv
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 23 hours ago
Indexed 6 hours ago

Environment, Great Lakes, and Energy (EGLE) Forms

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 \"michigan-gov/environment-great-lakes-and-energy-egle-forms-5mty-66hv\".\"environment_great_lakes_and_energy_egle_forms\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • environment_great_lakes_and_energy_egle_forms