COVID-19 GraphQL

PAID
By ngshiheng | Updated a year ago | Data

COVID-19 GraphQL Overview

README

COVID-19 data from New York Times, Worldometers, and Johns Hopkins University.

An example query to get data of all countries that have COVID-19:

query countries {
    countries {
        country
        countryInfo {
            _id
            lat
            long
            flag
            iso3
            iso2
        }
        continent
        result {
            population
            tests
            cases
            todayCases
            deaths
            todayDeaths
            recovered
            active
            critical
            casesPerOneMillion
            deathsPerOneMillion
            testsPerOneMillion
            activePerOneMillion
            recoveredPerOneMillion
            criticalPerOneMillion
            updated
        }
    }
}
Followers: 1
Resources:
Product Website
API Creator:
Rapid account: Ngshiheng
ngshiheng
ngshiheng
Log In to Rate API
Rating: 5 - Votes: 1