Sixth (6th) grade immunization data by school, 2015-2016
Washington sixth grade immunization rates by school for 2015-2016
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 \"wa-gov/sixth-6th-grade-immunization-data-by-school-9vf7-7een\".\"sixth_6th_grade_immunization_data_by_school\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.