Vaccines.gov: Flu vaccinating provider locations
Because inventory reporting is no longer required, Vaccines.gov information will not be updated on this site after July 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/vaccinesgov-flu-vaccinating-provider-locations-bugr-bbfr\".\"vaccinesgov_flu_vaccinating_provider_locations\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.