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 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
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.delphi.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.delphi.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.delphi.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.delphi.cmu.edu/epidata/afhsb/

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

Expand Down
6 changes: 3 additions & 3 deletions docs/api/api_keys.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,21 +44,21 @@ there are several ways to use your key to authenticate your requests:
The request parameter “api_key” can be used to pass the API key to the server.
Example:

http://delphi.cmu.edu/epidata/covidcast/meta?api_key=your_api_key_here
https://api.delphi.cmu.edu/epidata/covidcast/meta?api_key=your_api_key_here

### Via Basic Authentication

Another method is using the HTTP basic authorization header with the username
"epidata" and the API key as the password. Example:

```
curl -u 'epidata:your_api_key_here' https://delphi.cmu.edu/epidata/covidcast/meta
curl -u 'epidata:your_api_key_here' https://api.delphi.cmu.edu/epidata/covidcast/meta
```

### Via Bearer Token

Another method is providing the key in a bearer token header. Example:

```
curl -H 'Authorization: Bearer your_api_key_here' https://delphi.cmu.edu/epidata/covidcast/meta
curl -H 'Authorization: Bearer your_api_key_here' https://api.delphi.cmu.edu/epidata/covidcast/meta
```
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.delphi.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.delphi.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.delphi.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.delphi.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.delphi.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.delphi.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.delphi.cmu.edu/epidata/covid_hosp_facility_lookup/?city=southlake

```json
{
Expand Down
6 changes: 3 additions & 3 deletions docs/api/covidcast.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ sources and signals.
## Constructing API Queries

The COVIDcast API is based on HTTP GET queries and returns data in JSON form.
The base URL is `https://api.covidcast.cmu.edu/epidata/covidcast/`.
The base URL is `https://api.delphi.cmu.edu/epidata/covidcast/`.

See [this documentation](README.md) for details on specifying epiweeks, dates,
and lists.
Expand Down Expand Up @@ -207,7 +207,7 @@ The `fields` parameter can be used to limit which fields are included in each re

### Facebook Survey CLI on 2020-04-06 to 2010-04-10 (county 06001)

https://api.covidcast.cmu.edu/epidata/covidcast/?data_source=fb-survey&signal=smoothed_cli&time_type=day&geo_type=county&time_values=20200406-20200410&geo_value=06001
https://api.delphi.cmu.edu/epidata/covidcast/?data_source=fb-survey&signal=smoothed_cli&time_type=day&geo_type=county&time_values=20200406-20200410&geo_value=06001

```json
{
Expand All @@ -229,7 +229,7 @@ https://api.covidcast.cmu.edu/epidata/covidcast/?data_source=fb-survey&signal=sm

### Facebook Survey CLI on 2020-04-06 (all counties)

https://api.covidcast.cmu.edu/epidata/covidcast/?data_source=fb-survey&signal=smoothed_cli&time_type=day&geo_type=county&time_values=20200406&geo_value=*
https://api.delphi.cmu.edu/epidata/covidcast/?data_source=fb-survey&signal=smoothed_cli&time_type=day&geo_type=county&time_values=20200406&geo_value=*

```json
{
Expand Down
4 changes: 2 additions & 2 deletions docs/api/covidcast_meta.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ geographic levels at which they are reported.

## The API

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

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

Expand Down Expand Up @@ -45,7 +45,7 @@ None required.

## Example URLs

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

```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.delphi.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.delphi.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.delphi.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.delphi.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.delphi.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.delphi.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.delphi.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.delphi.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.delphi.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.delphi.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.delphi.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.delphi.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.delphi.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.delphi.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.delphi.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.delphi.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.delphi.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.delphi.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.delphi.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.delphi.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.delphi.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.delphi.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.delphi.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.delphi.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.delphi.cmu.edu/epidata/nidss_dengue/?locations=nationwide&epiweeks=201501

```json
{
Expand Down
Loading