COVID-19 Rich Data Services
Number of APIs: 19

The COVID-19 Rich Data Services API from MTNA offers curated, high-quality data and metadata from statistics and contextual datasets from around the world. The catalog is updated daily and constantly growing.
Given the critical need for timely access to high quality data around COVID-19, MTNA is making our Rich Data Service platform publicly and freely available for the publication of primary and contextual COVID-19 related data, to support researchers, data analysts, developers, and public users.
Rich Data Services (RDS) is an innovative platform for publishing data and metadata for immediate reuse by both computer systems and users. While RDS is slated for release later this year, the urgency of the current situation calls for early access. We complement the platform with our extensive experience with statistical and scientific data to ensure high quality content.
This collection serves as a quick start guide for querying COVID-19 data using RDS. To see the full list of available APIs view the full RDS documentation or visit the RDS COVID-19 website.
Want to integrate RDS into your current project? We have some libraries to help you get started.
* RDS Javascript
* RDS Python
* RDS R
Have questions? Browse the knowledge base to find answers, or submit a ticket at our service desk.
-
Packaging Data - Send packaging request POST http://covid19.richdataservices.com/rds/api/package/{catalog}/{dataProductId}/select?=
-
Querying Data-Select Queries - Visualize COVID-19 cases over time in the U.S. GET https://covid19.richdataservices.com/rds/api/query/int/jhu_country/select?cols=date_stamp,cnt_confirmed,cnt_death,cnt_recovered&where=(iso3166_1=US)&format=amcharts&limit=5000
-
Packaging Data - Get data package GET http://covid19.richdataservices.com/rds/api/package/{processId}
-
Querying Data-Tabulate Queries - Tabulate confirmed cases, across gender and age in Canada. GET http://covid19.richdataservices.com/rds/api/query/ca/ca_statcan_cases/tabulate?dims=gender,age_group&measure=COUNT:COUNT(*)&format=amcharts&inject=true&orderby=gender ASC, age_group DESC
-
Choosing a data product - Get catalog GET http://covid19.richdataservices.com/rds/api/catalog
-
Choosing a data product - Get data product variables GET http://covid19.richdataservices.com/rds/api/catalog/int/jhu_country/variables
-
Choosing a data product - Get more information about a variable GET http://covid19.richdataservices.com/rds/api/catalog/int/jhu_country/variable/iso3166_1
-
Choosing a data product - Get data product classifications GET http://covid19.richdataservices.com/rds/api/catalog/int/jhu_country/classifications
-
Choosing a data product - Get data product metadata GET http://covid19.richdataservices.com/rds/api/catalog/int/jhu_country/metadata/json
-
Querying Data-Select Queries - Ohio COVID cases for males 50+ GET https://covid19.richdataservices.com/rds/api/query/us_oh/oh_doh_cases/select?count=true&where=(sex=1) AND (age_group=50 OR age_group=60 OR age_group=70 OR age_group=80)&metadata=true