Weekly Cumulative Doses (in Millions) of Influenza Vaccines Distributed by Season, United States
• Weekly Cumulative Doses (in Millions) of Influenza Vaccines Distributed by Season in the United States.
• Archived data are available here: https://data.cdc.gov/resource/e5zk-7tx5
• Influenza vaccine is produced by private manufacturers. Additional information is available at https://www.cdc.gov/flu/prevent/vaccine-supply-distribution.htm. These data are submitted to CDC by current U.S.─ licensed manufacturers of influenza vaccine and a subset of influenza vaccine wholesalers and distributors that receive vaccine directly from these manufacturers. These data are not projected but approximate all influenza vaccines distributed in the United States.
• Additional information is available: https://www.cdc.gov/flu/prevent/vaccine-supply-distribution.htm.
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-doses-in-millions-of-influenza-ph8r-wzxn\".\"weekly_cumulative_doses_in_millions_of_influenza\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.