Top syndicated pages from CDC.gov by weekly page views
The CDC Content Syndication site at https://tools.cdc.gov/syndication/ allows you to import content from CDC websites directly into your own website or application. These services are provided free of charge from CDC. The data shown in this table represent the weekly top page views from CDC.gov offered by syndication.
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/top-syndicated-pages-from-cdcgov-by-weekly-page-rppv-wbiv\".\"top_syndicated_pages_from_cdcgov_by_weekly_page\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.