Special Studies
Identifies the study field and study results that arise from ad hoc examination of items, usually inspected in support of a particular study or verification/refutation of a specific trend. This inspection type is a Level IV inspection.
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 \"datahub-transportation-gov/special-studies-5qik-smay\".\"special_studies\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.