Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated Epidata Index (main description page) #1487

Merged
merged 2 commits into from
Jul 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,16 @@ title: Epidata API Home
nav_order: 0
---

# Delphi's Epidata API
# The Epidata API

Delphi's Epidata API provides real-time access to epidemiological surveillance data.
It is built and maintained by the Carnegie Mellon University [Delphi research
group](https://delphi.cmu.edu/). The Epidata API includes:

- [COVIDcast data](api/covidcast.md), providing daily updates about COVID-19
activity across the United States. [API clients](api/covidcast_clients.md) for
quick access to COVID data are available.
- [Data about other diseases](api/README.md), including influenza, dengue, and
other diseases tracked by Delphi through various data streams.
* The [main endpoint (COVIDcast)](api/covidcast.md), providing daily updates about current COVID-19 and influenza activity across the United States.
* A [variety of other endpoints](api/README.md), providing primarily historical data about various diseases including COVID-19, influenza, dengue fever, and norovirus in several countries.

A [full-featured R client](api/client_libraries.md) is available for quick access to all data. While we continue developing a full-featured Python client, the [legacy Python client](api/client_libraries.md#python) remains available. The main endpoint can also be accessed with a [dedicated COVIDcast client](api/covidcast_clients.md).

Anyone may access the Epidata API anonymously without providing any personal
data. Anonymous API access is currently rate-limited and restricted to public
Expand Down
Loading