Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Uses the Johns Hopkins University CCSE Country Reports dataset

Try it in the tabulation engine or use the following API call:

Code Block
https://covid19.richdataservices.com/rds/api/query/covid19int/us_jhu_ccse_country/tabulate?dims=date_stamp,iso3166_1&where=(year_stamp=2020) AND (iso3166_1=US OR iso3166_1=CA OR iso3166_1=ES OR iso3166_1=IT OR iso3166_1=CN)&measure=cnt_confirmed:SUM(cnt_confirmed)&inject=true&metadata=true&orderBy=date_stamp ASC,iso3166_1 ASC&totals=true

...

Using the Statistics Canada Detailed Confirmed Cases dataset

Try it in the RDS Explorer or use the following API call:

Code Block
https://covid19.richdataservices.com/rds/api/query/covid19ca/ca_statcan_cases/select?collimit=25&coloffset=0&count=true&offset=0&limit=25&where=(transmission_type%3D2)%20AND%20(is_hospitalized%3D1)

...

Using the New York Department of Health COVID dataset

Try it in the Tabulation Engine or use the following API call:

Code Block
https://covid19.richdataservices.com/rds/api/query/covid19us_ny/us_ny_doh/tabulate?dims=date_stamp,us_county_fips&where=(date_stamp>=2020-03-01) AND (us_county_fips=36061 OR us_county_fips=36047)&measure=cnt_tested_new:SUM(cnt_tested_new)&inject=true&metadata=true&orderBy=date_stamp ASC,us_county_fips ASC&totals=true

...

Ohio COVID-19 cases for males aged 50 and older

Using the Alaska Ohio Department of Health and Social Services COVID Cases dataset

Try it in the RDS Explorer or use the following API call:

Code Block
https://covid19.richdataservices.com/rds/api/query/covid19us_oh/usoh_akdoh_dhsscases/select?collimit=25&coloffset=0&count=true&offset=0&limit=25&where=(sex%3D1)%20AND%20(age_group%3D50%20OR%20age_group%3D60%20OR%20age_group%3D70%20OR%20age_group%3D80)

...

Uses the Canada Labour Force Survey dataset

Try it in the Tabulation Engine or use the following API call:

Code Block
https://covid19.richdataservices.com/rds/api/query/canadaca/LFSpums_ALLlfs/tabulate?dims=YEARMNTH,LFSSTAT&weights=FINALWT&where=(SURVYEAR=2020)&measure=COUNT:COUNT(*)&inject=true&metadata=true&orderBy=YEARMNTH ASC,LFSSTAT ASC&totals=true

...