Skip to content

replace references to delphi.cmu.edu/epidata with api.delphi.cmu.edu/epidata #1164

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

Merged
merged 5 commits into from
May 18, 2023
Merged
Show file tree
Hide file tree
Changes from 2 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
6 changes: 3 additions & 3 deletions docs/api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Please note that our `endpoint` parameters were previously referenced as `source

# The API

The base URL is: https://delphi.cmu.edu/epidata/
The base URL is: https://api.covidcast.cmu.edu/epidata/

## Specifying Epiweeks, Dates, and Lists

Expand Down Expand Up @@ -154,7 +154,7 @@ The parameters available for each source are documented in each linked source-sp
# Example URLs

### FluView on 2015w01 (national)
https://delphi.cmu.edu/epidata/fluview/?regions=nat&epiweeks=201501
https://api.covidcast.cmu.edu/epidata/fluview/?regions=nat&epiweeks=201501

```json
{
Expand Down Expand Up @@ -184,7 +184,7 @@ https://delphi.cmu.edu/epidata/fluview/?regions=nat&epiweeks=201501
```

### Wikipedia Access article "influenza" on 2020w01
https://delphi.cmu.edu/epidata/wiki/?language=en&articles=influenza&epiweeks=202001
https://api.covidcast.cmu.edu/epidata/wiki/?language=en&articles=influenza&epiweeks=202001

```json
{
Expand Down
2 changes: 1 addition & 1 deletion docs/api/afhsb.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ General topics not specific to any particular endpoint are discussed in the

# The API

The base URL is: https://delphi.cmu.edu/epidata/afhsb/
The base URL is: https://api.covidcast.cmu.edu/epidata/afhsb/

See [this documentation](README.md) for details on specifying epiweeks, dates, and lists.

Expand Down
2 changes: 1 addition & 1 deletion docs/api/cdc.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ General topics not specific to any particular endpoint are discussed in the

# The API

The base URL is: https://delphi.cmu.edu/epidata/cdc/
The base URL is: https://api.covidcast.cmu.edu/epidata/cdc/

See [this documentation](README.md) for details on specifying epiweeks, dates, and lists.

Expand Down
4 changes: 2 additions & 2 deletions docs/api/covid_hosp.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dataset was published by HHS.

# The API

The base URL is: https://delphi.cmu.edu/epidata/covid_hosp_state_timeseries/
The base URL is: https://api.covidcast.cmu.edu/epidata/covid_hosp_state_timeseries/

See [this documentation](README.md) for details on specifying locations and dates.

Expand Down Expand Up @@ -82,7 +82,7 @@ If `issues` is not specified, then the most recent issue is used by default.
# Example URLs

### MA on 2020-05-10 (per most recent issue)
https://delphi.cmu.edu/epidata/covid_hosp_state_timeseries/?states=MA&dates=20200510
https://api.covidcast.cmu.edu/epidata/covid_hosp_state_timeseries/?states=MA&dates=20200510

```json
{
Expand Down
4 changes: 2 additions & 2 deletions docs/api/covid_hosp_facility.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ HHS. New versions are expected to be published roughly weekly.

# The API

The base URL is: https://delphi.cmu.edu/epidata/covid_hosp_facility/
The base URL is: https://api.covidcast.cmu.edu/epidata/covid_hosp_facility/

See [this documentation](README.md) for details on specifying locations and dates.

Expand Down Expand Up @@ -87,7 +87,7 @@ has been renamed here for clarity.
# Example URLs

### Moses Taylor Hospital (Scranton, PA) on the first collection week of December 2020 (per most recent issue)
https://delphi.cmu.edu/epidata/covid_hosp_facility/?hospital_pks=390119&collection_weeks=20201201-20201207
https://api.covidcast.cmu.edu/epidata/covid_hosp_facility/?hospital_pks=390119&collection_weeks=20201201-20201207

```json
{
Expand Down
4 changes: 2 additions & 2 deletions docs/api/covid_hosp_facility_lookup.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ This data source provides metadata about healthcare facilities in the US.

# The API

The base URL is: https://delphi.cmu.edu/epidata/covid_hosp_facility_lookup/
The base URL is: https://api.covidcast.cmu.edu/epidata/covid_hosp_facility_lookup/

See [this documentation](README.md) for details on specifying locations and dates.

Expand Down Expand Up @@ -72,7 +72,7 @@ Use the `hospital_pk` value when querying
# Example URLs

### Lookup facilities in the city of Southlake (TX)
https://delphi.cmu.edu/epidata/covid_hosp_facility_lookup/?city=southlake
https://api.covidcast.cmu.edu/epidata/covid_hosp_facility_lookup/?city=southlake

```json
{
Expand Down
4 changes: 2 additions & 2 deletions docs/api/delphi.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ General topics not specific to any particular endpoint are discussed in the

# The API

The base URL is: https://delphi.cmu.edu/epidata/delphi/
The base URL is: https://api.covidcast.cmu.edu/epidata/delphi/

See [this documentation](README.md) for details on specifying epiweeks, dates, and lists.

Expand Down Expand Up @@ -58,7 +58,7 @@ See [this documentation](README.md) for details on specifying epiweeks, dates, a
# Example URLs

### Delphi on 2020w01 (EC)
https://delphi.cmu.edu/epidata/delphi/?system=ec&epiweek=202001
https://api.covidcast.cmu.edu/epidata/delphi/?system=ec&epiweek=202001

```json
{
Expand Down
2 changes: 1 addition & 1 deletion docs/api/dengue_nowcast.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ General topics not specific to any particular endpoint are discussed in the

# The API

The base URL is: https://delphi.cmu.edu/epidata/dengue_nowcast/
The base URL is: https://api.covidcast.cmu.edu/epidata/dengue_nowcast/

See [this documentation](README.md) for details on specifying epiweeks, dates, and lists.

Expand Down
2 changes: 1 addition & 1 deletion docs/api/dengue_sensors.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ General topics not specific to any particular endpoint are discussed in the

# The API

The base URL is: https://delphi.cmu.edu/epidata/dengue_sensors/
The base URL is: https://api.covidcast.cmu.edu/epidata/dengue_sensors/

See [this documentation](README.md) for details on specifying epiweeks, dates, and lists.

Expand Down
2 changes: 1 addition & 1 deletion docs/api/ecdc_ili.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ECDC ILI data from ECDC website. ... <!-- TODO -->

# The API

The base URL is: https://delphi.cmu.edu/epidata/ecdc_ili/
The base URL is: https://api.covidcast.cmu.edu/epidata/ecdc_ili/

See [this documentation](README.md) for details on specifying epiweeks, dates, and lists.

Expand Down
4 changes: 2 additions & 2 deletions docs/api/flusurv.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ See also:

# The API

The base URL is: https://delphi.cmu.edu/epidata/flusurv/
The base URL is: https://api.covidcast.cmu.edu/epidata/flusurv/

See [this documentation](README.md) for details on specifying epiweeks, dates, and lists.

Expand Down Expand Up @@ -79,7 +79,7 @@ Notes:
# Example URLs

### FluSurv on 2020w01 (CA)
https://delphi.cmu.edu/epidata/flusurv/?locations=ca&epiweeks=202001
https://api.covidcast.cmu.edu/epidata/flusurv/?locations=ca&epiweeks=202001

```json
{
Expand Down
8 changes: 4 additions & 4 deletions docs/api/fluview.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Influenza-like illness (ILI) from U.S. Outpatient Influenza-like Illness Surveil

# The API

The base URL is: https://delphi.cmu.edu/epidata/fluview/
The base URL is: https://api.covidcast.cmu.edu/epidata/fluview/

See [this documentation](README.md) for details on specifying epiweeks, dates, and lists.

Expand Down Expand Up @@ -80,7 +80,7 @@ Notes:
# Example URLs

### FluView on 2015w01 (national)
https://delphi.cmu.edu/epidata/fluview/?regions=nat&epiweeks=201501
https://api.covidcast.cmu.edu/epidata/fluview/?regions=nat&epiweeks=201501

```json
{
Expand Down Expand Up @@ -111,11 +111,11 @@ https://delphi.cmu.edu/epidata/fluview/?regions=nat&epiweeks=201501

### FluView in HHS Regions 4 and 6 for the 2014/2015 flu season

https://delphi.cmu.edu/epidata/fluview/?regions=hhs4,hhs6&epiweeks=201440-201520
https://api.covidcast.cmu.edu/epidata/fluview/?regions=hhs4,hhs6&epiweeks=201440-201520

### Updates to FluView on 2014w53, reported from 2015w01 through 2015w10 (national)

https://delphi.cmu.edu/epidata/fluview/?regions=nat&epiweeks=201453&issues=201501-201510
https://api.covidcast.cmu.edu/epidata/fluview/?regions=nat&epiweeks=201453&issues=201501-201510


# Code Samples
Expand Down
4 changes: 2 additions & 2 deletions docs/api/fluview_clinical.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ General topics not specific to any particular endpoint are discussed in the

# The API

The base URL is: https://delphi.cmu.edu/epidata/fluview_clinical/
The base URL is: https://api.covidcast.cmu.edu/epidata/fluview_clinical/

See [this documentation](README.md) for details on specifying epiweeks, dates, and lists.

Expand Down Expand Up @@ -66,7 +66,7 @@ If neither is specified, the current issues are used.
# Example URLs

### FluView Clinical on 2020w01 (national)
https://delphi.cmu.edu/epidata/fluview_clinical/?regions=nat&epiweeks=202001
https://api.covidcast.cmu.edu/epidata/fluview_clinical/?regions=nat&epiweeks=202001

```json
{
Expand Down
4 changes: 2 additions & 2 deletions docs/api/fluview_meta.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Returns information about the [`fluview` endpoint](fluview.md).

# The API

The base URL is: https://delphi.cmu.edu/epidata/fluview_meta/
The base URL is: https://api.covidcast.cmu.edu/epidata/fluview_meta/

See [this documentation](README.md) for details on specifying epiweeks, dates, and lists.

Expand All @@ -42,7 +42,7 @@ There are no parameters for this endpoint.
# Example URLs

### FluView Metadata
https://delphi.cmu.edu/epidata/fluview_meta/
https://api.covidcast.cmu.edu/epidata/fluview_meta/

```json
{
Expand Down
4 changes: 2 additions & 2 deletions docs/api/gft.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Estimate of influenza activity based on volume of certain search queries. Google

# The API

The base URL is: https://delphi.cmu.edu/epidata/gft/
The base URL is: https://api.covidcast.cmu.edu/epidata/gft/

See [this documentation](README.md) for details on specifying epiweeks, dates, and lists.

Expand All @@ -50,7 +50,7 @@ See [this documentation](README.md) for details on specifying epiweeks, dates, a
# Example URLs

### Google Flu Trends on 2015w01 (national)
https://delphi.cmu.edu/epidata/gft/?locations=nat&epiweeks=201501
https://api.covidcast.cmu.edu/epidata/gft/?locations=nat&epiweeks=201501

```json
{
Expand Down
2 changes: 1 addition & 1 deletion docs/api/ght.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Estimate of influenza activity based on volume of certain search queries. ... <!

# The API

The base URL is: https://delphi.cmu.edu/epidata/ght/
The base URL is: https://api.covidcast.cmu.edu/epidata/ght/

See [this documentation](README.md) for details on specifying epiweeks, dates, and lists.

Expand Down
2 changes: 1 addition & 1 deletion docs/api/kcdc_ili.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ KCDC ILI data from KCDC website. ... <!-- TODO -->

# The API

The base URL is: https://delphi.cmu.edu/epidata/kcdc_ili/
The base URL is: https://api.covidcast.cmu.edu/epidata/kcdc_ili/

See [this documentation](README.md) for details on specifying epiweeks, dates, and lists.

Expand Down
4 changes: 2 additions & 2 deletions docs/api/meta.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ General topics not specific to any particular endpoint are discussed in the

# The API

The base URL is: https://delphi.cmu.edu/epidata/meta/
The base URL is: https://api.covidcast.cmu.edu/epidata/meta/

See [this documentation](README.md) for details on specifying epiweeks, dates, and lists.

Expand All @@ -38,7 +38,7 @@ None.

# Example URLs

https://delphi.cmu.edu/epidata/meta/
https://api.covidcast.cmu.edu/epidata/meta/

```json
{
Expand Down
2 changes: 1 addition & 1 deletion docs/api/meta_afhsb.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ General topics not specific to any particular endpoint are discussed in the

# The API

The base URL is: https://delphi.cmu.edu/epidata/meta_afhsb/
The base URL is: https://api.covidcast.cmu.edu/epidata/meta_afhsb/

See [this documentation](README.md) for details on specifying epiweeks, dates, and lists.

Expand Down
2 changes: 1 addition & 1 deletion docs/api/meta_norostat.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ General topics not specific to any particular endpoint are discussed in the

# The API

The base URL is: https://delphi.cmu.edu/epidata/meta_norostat/
The base URL is: https://api.covidcast.cmu.edu/epidata/meta_norostat/

See [this documentation](README.md) for details on specifying epiweeks, dates, and lists.

Expand Down
4 changes: 2 additions & 2 deletions docs/api/nidss_dengue.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Counts of confirmed dengue cases from Taiwan's NIDSS.

# The API

The base URL is: https://delphi.cmu.edu/epidata/nidss_dengue/
The base URL is: https://api.covidcast.cmu.edu/epidata/nidss_dengue/

See [this documentation](README.md) for details on specifying epiweeks, dates, and lists.

Expand All @@ -50,7 +50,7 @@ See [this documentation](README.md) for details on specifying epiweeks, dates, a
# Example URLs

### NIDSS Dengue on 2015w01 (nationwide)
https://delphi.cmu.edu/epidata/nidss_dengue/?locations=nationwide&epiweeks=201501
https://api.covidcast.cmu.edu/epidata/nidss_dengue/?locations=nationwide&epiweeks=201501

```json
{
Expand Down
4 changes: 2 additions & 2 deletions docs/api/nidss_flu.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Outpatient ILI from Taiwan's National Infectious Disease Statistics System (NIDS

# The API

The base URL is: https://delphi.cmu.edu/epidata/nidss_flu/
The base URL is: https://api.covidcast.cmu.edu/epidata/nidss_flu/

See [this documentation](README.md) for details on specifying epiweeks, dates, and lists.

Expand Down Expand Up @@ -67,7 +67,7 @@ If neither is specified, the current issues are used.
# Example URLs

### NIDSS Flu on 2015w01 (nationwide)
https://delphi.cmu.edu/epidata/nidss_flu/?regions=nationwide&epiweeks=201501
https://api.covidcast.cmu.edu/epidata/nidss_flu/?regions=nationwide&epiweeks=201501

```json
{
Expand Down
2 changes: 1 addition & 1 deletion docs/api/norostat.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ General topics not specific to any particular endpoint are discussed in the

# The API

The base URL is: https://delphi.cmu.edu/epidata/norostat/
The base URL is: https://api.covidcast.cmu.edu/epidata/norostat/

See [this documentation](README.md) for details on specifying epiweeks, dates, and lists.

Expand Down
4 changes: 2 additions & 2 deletions docs/api/nowcast.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ A nowcast of U.S. national, regional, and state-level (weighted) %ILI, available

# The API

The base URL is: https://delphi.cmu.edu/epidata/nowcast/
The base URL is: https://api.covidcast.cmu.edu/epidata/nowcast/

See [this documentation](README.md) for details on specifying epiweeks, dates, and lists.

Expand Down Expand Up @@ -53,7 +53,7 @@ See [this documentation](README.md) for details on specifying epiweeks, dates, a
# Example URLs

### ILI Nearby on 2020w01 (national)
https://delphi.cmu.edu/epidata/nowcast/?locations=nat&epiweeks=202001
https://api.covidcast.cmu.edu/epidata/nowcast/?locations=nat&epiweeks=202001

```json
{
Expand Down
2 changes: 1 addition & 1 deletion docs/api/paho_dengue.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ General topics not specific to any particular endpoint are discussed in the

# The API

The base URL is: https://delphi.cmu.edu/epidata/paho_dengue/
The base URL is: https://api.covidcast.cmu.edu/epidata/paho_dengue/

See [this documentation](README.md) for details on specifying epiweeks, dates, and lists.

Expand Down
2 changes: 1 addition & 1 deletion docs/api/quidel.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Data provided by Quidel Corp., which contains flu lab test results.

# The API

The base URL is: https://delphi.cmu.edu/epidata/quidel/
The base URL is: https://api.covidcast.cmu.edu/epidata/quidel/

See [this documentation](README.md) for details on specifying epiweeks, dates, and lists.

Expand Down
Loading