You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.md
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,17 +3,19 @@ title: Epidata API Home
3
3
nav_order: 0
4
4
---
5
5
6
-
# Delphi's Epidata API
6
+
# Delphi Epidata API
7
7
8
8
Delphi's Epidata API provides real-time access to epidemiological surveillance data.
9
9
It is built and maintained by the Carnegie Mellon University [Delphi research
10
10
group](https://delphi.cmu.edu/). The Epidata API includes:
11
-
12
-
-[COVIDcast data](api/covidcast.md), providing daily updates about COVID-19
13
-
activity across the United States. [API clients](api/covidcast_clients.md) for
14
-
quick access to COVID data are available.
15
-
-[Data about other diseases](api/README.md), including influenza, dengue, and
16
-
other diseases tracked by Delphi through various data streams.
11
+
* Data about diseases including COVID-19, influenza and dengue tracked by Delphi through various data streams.
12
+
* A full-featured Epidata client for R available at epidatr and on CRAN. A new full-featured Epidata client for Python is in progress but not ready for release yet (track our development and help us test this at epidatpy).
13
+
*[COVIDcast data](api/covidcast.md), providing daily updates about COVID-19
14
+
activity across the United States.
15
+
*[API clients](api/covidcast_clients.md) for
16
+
quick access to COVID-19 data.
17
+
18
+
## Data Access
17
19
18
20
Anyone may access the Epidata API anonymously without providing any personal
19
21
data. Anonymous API access is currently rate-limited and restricted to public
0 commit comments