National Immunization Survey Adult COVID Module (NIS-ACM): COVIDVaxViews| Data | Centers for Disease Control and Prevention (cdc.gov)
• National Immunization Survey Adult COVID Module (NIS-ACM): CDC is providing information on the Updated 2023-24 COVID-19 vaccine confidence to supplement vaccine administration data. These data represent trends in vaccination status and intent, and other behavioral indicators, by demographics and other characteristics.
• The data start in October 2023.
• The archived data can be found here:
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/national-immunization-survey-adult-covid-module-uc4z-hbsd\".\"national_immunization_survey_adult_covid_module\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.