Weekly Differences in Cumulative COVID-19 Vaccination Coverage and Comparison Between 2024–25 and 2023–24 Among Adults 18 Years, Overall, by Selected Demographics
• Weekly COVID-19 Vaccination Coverage and Comparison among adults 18 Years and Older by Jurisdiction
• Weekly estimates of COVID-19 vaccination coverage and intent for vaccination among adults are calculated using data from the National Immunization Survey–Adult COVID Module (NIS–ACM) (https://www.cdc.gov/nis/about/index.html).
• 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-differences-in-cumulative-covid19-8yup-c35n\".\"weekly_differences_in_cumulative_covid19\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.