Monthly Cumulative Number and Percent of Persons Who Received 1+ updated 2023-24 COVID-19 Vaccination Doses by Age Group and Jurisdiction, United States
Monthly Cumulative Percent of Persons Who Received 1+ updated 2023-24 COVID-19 Vaccination Doses by Age Group and Jurisdiction
• Estimated Number of COVID-19 vaccinations among children 6 months–17 years and adults is assessed through U.S. jurisdictions’ Immunization Information Systems (IIS) data, submitted from jurisdictions to CDC monthly in aggregate by age group.
• Starting in September 2023, the CDC recommended the 2023-2024 updated COVID-19 vaccine to protect against serious illness from COVID-19. (https://www.cdc.gov/coronavirus/2019-ncov/vaccines/stay-up-to-date.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/monthly-cumulative-number-and-percent-of-persons-wtw5-4wi3\".\"monthly_cumulative_number_and_percent_of_persons\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.