Vaccination Coverage among Young Children (0-35 Months)
Vaccination Coverage among Young Children (0-35 Months)
• National, regional, state, and selected local area vaccination coverage estimates for 2-year-old children by birth year and birth year cohorts from the National Immunization Survey-Child.
• Additional information available at https://www.cdc.gov/vaccines/imz-managers/coverage/childvaxview/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-among-young-children-035-fhky-rtsk\".\"vaccination_coverage_among_young_children_035\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.