Weekly Intent for Vaccination and Cumulative Percentage of Adults 18 Years and Older Vaccinated with Updated 2023-24 COVID-19 Vaccine
• COVID-19 vaccination coverage and intent among adults 18 years and older is assessed through the National Immunization Survey-Adult COVID Module providing weekly COVID-19 vaccination coverage estimates. (https://www.cdc.gov/vaccines/imz-managers/nis/about.html)
• Starting in September 2023, the CDC recommended the 2023-2024 updated COVID-19 vaccine for adults ages 18 years and older.
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/weekly-intent-for-vaccination-and-cumulative-pakc-hru3\".\"weekly_intent_for_vaccination_and_cumulative\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.