Weekly COVID-19 Vaccination Coverage among Pregnant Persons by Race and Ethnicity
Weekly COVID-19 Vaccination Coverage, Pregnant Persons 18-49 Years Old
• COVID-19 vaccination coverage among pregnant persons is assessed through the Vaccine
Safety Datalink*
• Data on updated 2023-24 COVID-19 vaccinations among pregnant persons was available starting September 23, 2023, and includes doses received starting September 14, 2023.
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-covid19-vaccination-coverage-among-pregnant-efqg-e273\".\"weekly_covid19_vaccination_coverage_among_pregnant\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.