Vaccination Coverage and Exemptions among Kindergartners
Vaccination Coverage and Exemptions among Kindergartners
• Data on school vaccination coverage and exemptions from the School Vaccination Assessment Program for kindergartners at the national and state levels.
• Additional information available at https://www.cdc.gov/vaccines/imz-managers/coverage/schoolvaxview/index.html
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 \"cdc-gov/vaccination-coverage-and-exemptions-among-ijqb-a7ye\".\"vaccination_coverage_and_exemptions_among\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.