Skip to contents

Fetches a data frame of all Epidata API endpoints that can be accessed using this package, with a brief description.

Usage

avail_endpoints()

Value

A tibble::tibble of endpoints, with two columns:

Endpoint

Name of the function for accessing this API endpoint.

Description

One-sentence description of the data available at the endpoint.

Examples

avail_endpoints()
#>  Data is available for the US only, unless otherwise specified
#> # A tibble: 28 × 2
#>    Endpoint                          Description                                
#>    <chr>                             <chr>                                      
#>  1 pub_covid_hosp_facility()         COVID hospitalizations by facility         
#>  2 pub_covid_hosp_facility_lookup()  Helper for finding COVID hospitalization f…
#>  3 pub_covid_hosp_state_timeseries() COVID hospitalizations by state            
#>  4 pub_covidcast()                   Various COVID and flu signals via the COVI…
#>  5 pub_covidcast_meta()              Metadata for the COVIDcast endpoint        
#>  6 pub_delphi()                      Delphi's ILINet outpatient doctor visits f…
#>  7 pub_dengue_nowcast()              Delphi's PAHO dengue nowcasts (North and S…
#>  8 pub_ecdc_ili()                    ECDC ILI incidence (Europe)                
#>  9 pub_flusurv()                     CDC FluSurv flu hospitalizations           
#> 10 pub_fluview()                     CDC FluView ILINet outpatient doctor visits
#> 11 pub_fluview_clinical()            CDC FluView flu tests from clinical labs   
#> 12 pub_fluview_meta()                Metadata for the FluView endpoint          
#> 13 pub_gft()                         Google Flu Trends flu search volume        
#> 14 pub_kcdc_ili()                    KCDC ILI incidence (Korea)                 
#> 15 pub_meta()                        Metadata for the Delphi Epidata API        
#> 16 pub_nidss_dengue()                NIDSS dengue cases (Taiwan)                
#> 17 pub_nidss_flu()                   NIDSS flu doctor visits (Taiwan)           
#> 18 pub_nowcast()                     Delphi's ILI Nearby nowcasts               
#> 19 pub_paho_dengue()                 PAHO dengue data (North and South America) 
#> 20 pub_wiki()                        Wikipedia webpage counts by article        
#> 21 pvt_cdc()                         CDC total and by topic webpage visits      
#> 22 pvt_dengue_sensors()              PAHO dengue digital surveillance sensors (…
#> 23 pvt_ght()                         Google Health Trends health topics search …
#> 24 pvt_meta_norostat()               Metadata for the NoroSTAT endpoint         
#> 25 pvt_norostat()                    CDC NoroSTAT norovirus outbreaks           
#> 26 pvt_quidel()                      Quidel COVID-19 and influenza testing data 
#> 27 pvt_sensors()                     Influenza and dengue digital surveillance …
#> 28 pvt_twitter()                     HealthTweets total and influenza-related t…