Weekly Cumulative COVID-19 Vaccination Coverage and Intent, Overall, by Selected Demographics and Jurisdiction, Among Adults 18 Years and Older
Weekly COVID-19 Vaccination Coverage and intent among adults 18 Years and Older by Demographic Characteristics and Jurisdiction • Weekly estimates of COVID-19 vaccination coverage and intent among adults 18 years and older are calculated using data from the National Immunization Survey–Adult COVID Module (NIS–ACM) (https://www.cdc.gov/nis/about/).
Weekly comparisons to previous season should take into account differences between seasons in vaccine availability dates. 2023–24 COVID-19 vaccines were first available mid-September 2023, and 2024–25 COVID-19 vaccines were first available at the end of August 2024.
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-cumulative-covid19-vaccination-coverage-and-ksfb-ug5d\".\"weekly_cumulative_covid19_vaccination_coverage_and\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.